Indeed
Scrape public Indeed job postings by search, company, or URL
What it does
Pulls public Indeed job listings — by search term, company page, or direct URL — and returns structured job records you can read in chat or in the playground output panel.
How it works
Indeed is a native connector. No Indeed account is required. AINexLayer fetches public listing pages when you ask.
- Chat — describe a role, location, or company. The agent runs the Indeed scraper automatically.
- API Playground — open API Playground → Indeed → Scrape, fill in the form, and click Run.
Use in API Playground
- Open API Playground → Indeed → Scrape
- Add at least one input:
- Search queries — job keywords, e.g.
data analyst - URLs — a search page, company jobs page, or single job URL
- Search queries — job keywords, e.g.
- Optional: set Location (e.g.
Remote,New York, NY) and Country (e.g.us,gb,de) - Set Max items to 20–30 for a first run
- Optional: enable Scrape job details for full descriptions (slower — one extra page load per job)
- Click Run
Useful options
| Option | What it does |
|---|---|
| Country | Indeed domain to search (us, gb, de, etc.) |
| Job type | Filter: fulltime, parttime, contract, internship, and others |
| Level | Filter: entry_level, mid_level, senior_level |
| Remote | Filter: remote or hybrid |
| From days | Only jobs posted within the last N days |
| Sort | relevance or date |
| Scrape job details | Fetch full description from each job's detail page |
What you get back
Each item is a job posting with title, company, location, salary, job types, benefits, remote/hybrid flag, posting age, and description (when details are enabled).
Runs are billed per job returned. The price per item is shown on the Indeed card in API Playground.
