Scrape Career Pages
Scrapers
Scrape career pages
Discover and extract job listings from a company’s career page
POST
Scrape Career Pages
Triggers a career page scrape for a given company URL. The scraper maps the company’s website, identifies career pages, extracts job listings, and returns structured job posting data.
The pipeline runs asynchronously. Use the returned
run_id to poll for results.
How it works
- Maps the company website to discover URLs
- Identifies career/jobs pages using pattern matching and AI filtering
- Scrapes each career page and extracts job listings
- Applies optional title/location filters
- Analyzes each job posting in detail (salary, requirements, hiring manager, etc.)
Example responses
Completed — jobs found
Completed — jobs found
Completed — no jobs found
Completed — no jobs found
Queued / running
Queued / running
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json