πŸ”₯ Indeed Jobs Search Scraper avatar
πŸ”₯ Indeed Jobs Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
πŸ”₯ Indeed Jobs Search Scraper

πŸ”₯ Indeed Jobs Search Scraper

Collect job listings from an Indeed search results URL with clean, structured output.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Provide an Indeed search results URL and collect job listings into a structured dataset.

✨ Key Features

  • πŸ“₯ Input is an Indeed jobs search results URL
  • 🧹 Output is normalized and ordered for downstream processing
  • πŸ“ˆ Handles larger datasets via incremental fetching

🎯 Good For

  • Job market research
  • Hiring and recruiting workflows
  • Lead generation from public job listings
  • Building internal analytics datasets

πŸ“ Input

  • searchPageUrl (required): Indeed search results URL
  • maxItems (optional): Total number of records to collect

Input Example

{
"searchPageUrl": "https://www.indeed.com/jobs?q=ai&l=Houston%2C+TX",
"maxItems": 50
}

πŸ“€ Output

Each dataset item is a single job listing.

Output Example

{
"roleTitle": "Account Executive – Ai & Tech Sales",
"employerName": "OFFICErING",
"locationText": "Houston, TX",
"postedRelative": "18 days ago",
"publishedAtEpoch": 1767333600000,
"applyUrl": "http://www.indeed.com/applystart?...",
"applyUrlSource": "thirdParty",
"viewJobPath": "/viewjob?jk=...",
"descriptionText": "Account Executive – AI & Tech Sales with upside Commissions Structure...",
"descriptionHtml": "<div>...</div>",
"payRange": { "max": 120000, "min": 48000, "type": "yearly" },
"salaryHint": { "currency": "USD", "salaryTextFormatted": false, "source": "EXTRACTION", "text": "$48,000 - $120,000 a year" },
"jobTypeTags": [],
"city": "Houston",
"state": "TX",
"countryCode": "US",
"geo": { "lat": 29.76328, "lng": -95.36327 },
"stats": { "organicApplyStarts": 18 },
"flags": {
"isNew": false,
"isRepost": false,
"isRemote": false,
"isSponsored": false,
"isExpired": false,
"urgentlyHiring": false,
"highVolumeHiring": false
},
"ids": { "fccId": 90366904 },
"scrapedAt": "2026-01-21T10:00:00.000Z"
}