Skip to main content

Indeed Jobs Scraper

Search and extract job listings from Indeed with structured data including titles, companies, salaries, and descriptions. 1 credit/row

Parameters

ParameterTypeRequiredDescription
titlestringYesJob title or search query. E.g., "Software Engineer"
locationstringNoLocation to search in. E.g., "New York, NY"
maxItemsintegerYesMaximum number of job listings to return. Default: 50

Example

curl -X POST https://api.mindcase.co/api/v1/agents/indeed/jobs-scraper/run \
  -H "Authorization: Bearer mk_live_abc123def456" \
  -H "Content-Type: application/json" \
  -d '{
    "params": {
      "title": "Software Engineer",
      "location": "New York, NY",
      "maxItems": 50
    }
  }'