๐Ÿ† Best Cheapest Indeed Job Scrapper (0.5/1000 jobs) ๐Ÿ† avatar

๐Ÿ† Best Cheapest Indeed Job Scrapper (0.5/1000 jobs) ๐Ÿ†

Pricing

from $0.50 / 1,000 results

Go to Apify Store
๐Ÿ† Best Cheapest Indeed Job Scrapper (0.5/1000 jobs) ๐Ÿ†

๐Ÿ† Best Cheapest Indeed Job Scrapper (0.5/1000 jobs) ๐Ÿ†

Scrape job postings from Indeed by keyword, location, and country. Structured output with title, company, location, salary, job type, and apply link.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Muhammad Shamshad Aslam

Muhammad Shamshad Aslam

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

an hour ago

Last modified

Share

Indeed Jobs Scraper

Extract job postings from Indeed at scale โ€” by keyword, location, and country. Powered by Indeed's own mobile GraphQL API, so it returns complete, structured data with full job descriptions in a single request โ€” no browser, no login wall, no page-1 limit.

Features

  • โœ… Unlimited pagination โ€” cursor-based, ~100 jobs per API call (no "page 2 requires login" wall)
  • โœ… 15 country sites โ€” US, Germany, UK, Canada, Australia, France, Spain, Italy, Netherlands, Austria, Switzerland, India, Pakistan, UAE, Singapore
  • โœ… Full job description included on every record (HTML + clean plain text)
  • โœ… Rich data โ€” structured salary (min/max/unit/currency), company website & domain, industry, size, revenue, logo, geo-coordinates, skills/attributes, occupations
  • โœ… Search filters โ€” location + radius, posted-within-days
  • โœ… Duplicate-free โ€” deduplicated by Indeed job key
  • โœ… Fast & cheap โ€” pure API calls, no headless browser

Input

FieldTypeDefaultDescription
countryselectusIndeed country site
keywordstringsoftware engineerJob title, skill, or company
locationstringโ€”City, state, or postal code; empty = country-wide
radiusinteger25Search radius (km/miles by country); used with location
postedWithinDaysinteger0Only jobs from the last N days (0 = all time)
maxItemsinteger50Total number of records to scrape
proxyConfigproxyResidentialResidential proxies recommended to avoid rate limits

Example input

{
"country": "us",
"keyword": "software engineer",
"location": "New York",
"radius": 25,
"maxItems": 200
}

Output

Every record includes the full description and company details:

{
"jobKey": "51658413c5757f03",
"title": "Manager, Back-End Engineer",
"company": "Publicis Groupe",
"companyDomain": "publicisgroupe.com",
"companyWebsite": "https://www.publicisgroupe.com",
"companyIndustry": "Advertising & Marketing",
"companyEmployeeRange": "10,000+",
"companyRevenue": "$1B+ (USD)",
"companyLogo": "https://.../logo.png",
"location": "New York, NY 10014",
"city": "New York",
"state": "NY",
"latitude": 40.72,
"longitude": -74.0,
"salaryMin": 125424,
"salaryMax": 158067,
"salaryUnit": "YEAR",
"salaryCurrency": "USD",
"attributes": ["Azure", "Systems integration", "AI models"],
"occupations": ["Software Engineers"],
"description": "Full plain-text job description...",
"descriptionHtml": "<div>Full HTML description...</div>",
"urgentlyHiring": false,
"expired": false,
"datePublished": 1781672400000,
"url": "https://www.indeed.com/viewjob?jk=51658413c5757f03",
"keyword": "software engineer",
"country": "us"
}

Use cases

  • Recruiting & sourcing โ€” monitor open roles by market, skill, and company
  • Lead generation โ€” company domains + websites for outreach
  • Market research โ€” salary ranges, demand trends, remote share
  • Job boards โ€” feed fresh, fully-detailed listings into your product

Notes

  • Uses Indeed's public mobile API. Residential proxies (prefilled) are recommended to avoid rate limits when scraping large volumes.
  • Some fields (industry, revenue, website) are only present when Indeed has them on the employer's profile.
  • Export as CSV, Excel, or JSON from the dataset tab, or via the Apify API.