← API Catalog
Apify·Async

Indeed Scraper

Knowledge & Data$0.005 / Job listing

What it does

Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the output attributes position, location, and description.

Returns: Scrape jobs posted on Indeed. Get detailed information from this job portal about saved and sponsored jobs. Specify the search based on location with the output attributes position, location, and description.

Parameters

ParameterTypeRequiredDescription
countryselectNoCountry for job search.
locationtextNoAny combination of city, zip code or locality for search. Used together with position/keywords.
positiontextNoAny combination of positions or keywords for search. Can be used together with Start URLs - both will be scraped independently, each limited by Max job listings per search.
startUrlsarrayNoList of URLs that will be scraped. Can be main website URL, category/search URLs, company jobs URL (in the format of https://www.indeed.com/cmp/Google/jobs) or detail/product URLs. Can be combined with keyword search - both will execute independently.
maxItemsPerSearchnumberNoMaximum number of job listings to scrape for each keyword search and each Start URL. When both are used together, each is limited independently by this value.
parseCompanyDetailsbooleanNoIf true, will also navigate to company page of each job posting, to scrape company info not available directly on job posting page.
saveOnlyUniqueItemsbooleanNoIf true, only unique job listings will be scraped.
followApplyRedirectsbooleanNoIf true, will follow redirects of Indeed's externalApplyLink and output the final one.

Endpoints

GET/v1/agents/resources/inspect/apify.misceres.indeed-scraperPublic
POST/v1/agents/resources/estimate/apify.misceres.indeed-scraperPublic
POST/v1/agents/resources/run/apify.misceres.indeed-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.misceres.indeed-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data