# smartrecruiters-extractor Fetches public job postings from the [SmartRecruiters Posting API](https://developers.smartrecruiters.com/reference/v1listpostings): `GET https://api.smartrecruiters.com/v1/companies/{companyIdentifier}/postings` No API key is required for public listings. Configure one **company identifier** per employer (the slug from `jobs.smartrecruiters.com//...` or `careers.smartrecruiters.com/`). - Set `smartrecruitersCompanies` (JSON array or comma/newline-separated identifiers), or `SMARTRECRUITERS_COMPANIES` in the environment. - Optional: `smartrecruitersMaxJobsPerCompany` caps how many postings are pulled **per company** after search-term filtering (default 100). - The manifest loads posting **details** for each match so `jobUrl` / `applicationLink` and HTML descriptions resolve correctly.