"Scrape public Indeed job postings with the SurfSense Indeed API: titles, companies, salaries, and full descriptions by search query or company page. Start free.",
"The SurfSense Indeed API is an Indeed scraper that extracts public job postings, salaries, companies, and full descriptions by search query, company page, or job URL — no partner approval required. Give your AI agents a live feed of who is hiring, for what, at what pay, so you track the labor market as it moves.",
resultSummary:"30 jobs · 22 with salary · surfaced in 3.4s",
},
extractIntro:
"Every call returns structured job items. Point the API at a search query, an Indeed search or company page, or a single job URL, and set scrape_job_details for the full description per job.",
extractFields:[
{
label:"Job",
description:"Title, job key, listing URL, apply URL, and whether Indeed Apply is enabled.",
},
{
label:"Company",
description:"Company name, profile URL, star rating, and review count where available.",
"Pay text, min and max bounds, currency, period, and whether the figure is an Indeed estimate.",
},
{
label:"Description",
description:
"Listing snippet by default; the full text and HTML description with scrape_job_details.",
},
{
label:"Signals",
description:
"Job types, benefits, sponsored, urgently hiring, new, and expired flags, plus post age.",
},
],
useCasesHeading:"What teams do with the Indeed API",
useCases:[
{
title:"Competitor hiring intelligence",
description:
"Track what your competitors are hiring for and where. A spike in sales or ML roles is a roadmap signal months before it ships. Feed the stream to an agent that flags the moves that matter.",
},
{
title:"Salary and compensation benchmarking",
description:
"Pull real posted salaries for a title in a location and benchmark your own bands against the live market, instead of a survey that is a year stale.",
},
{
title:"Labor market and sector research",
description:
"Measure hiring demand for a role, skill, or sector over time. Turn thousands of postings into a demand index your analysts and clients can act on.",
},
{
title:"Recruiting and lead sourcing",
description:
"Find companies actively hiring for a role and reach them while the need is hot. Job postings are a public, timely buying signal for staffing and B2B sales.",
},
],
comparison:{
heading:"An Indeed API alternative built for agents",
intro:
"Indeed retired its public Publisher jobs API and gates data behind partner programs. If you cannot get access or need clean structured jobs now, here is how SurfSense compares.",
columnLabel:"DIY Indeed scraping",
rows:[
{
feature:"Access",
official:"Publisher API retired; partner-gated and approval-only",
surfsense:"One API key; scrape public postings without an approval process",
},
{
feature:"Anti-bot",
official:"You fight Cloudflare, fingerprinting, and CAPTCHAs yourself",
surfsense:"Warmed, rotated sessions managed for you; no proxy plumbing",
},
{
feature:"Pricing",
official:"Proxy, browser, and maintenance costs you own",
surfsense:"Pay per job returned, with a free tier to start",
},
{
feature:"Descriptions",
official:"Extra page fetch and parsing you build and maintain",
surfsense:"Full description per job with one scrape_job_details flag",
},
{
feature:"Agent-ready",
official:"No; you build the harness yourself",
surfsense:"MCP server exposes indeed.scrape as a native tool",
description:"Listing flags for ranking and filtering.",
},
{
name:"age / datePublished / scrapedAt",
type:"string",
description:"Relative post age, ISO publish date, and when the job was scraped.",
},
],
},
faq:[
{
question:"Is scraping Indeed legal?",
answer:
"SurfSense reads only public Indeed job postings, the same listings any logged-out visitor can see. It never logs in and cannot access private or applicant data. As always, review Indeed's terms and your own compliance needs before you run at scale.",
"Indeed retired its public Publisher jobs API and now gates job data behind partner and approval programs. SurfSense is an independent Indeed API alternative: you call one API, or add the MCP server to your agent, and get structured public postings back.",
"SurfSense prices per job returned, not per request or seat, and there is a free tier to start — no partner application or Indeed API pricing negotiation. You control spend with max_items per call, and jobs that fail to return are never billed.",
"Yes. By default each job returns the listing snippet, which is fast. Set scrape_job_details to true and SurfSense fetches each job's detail page for the full description text and HTML, at the cost of one extra page load per job.",
},
{
question:"What are the rate limits?",
answer:
"Each call returns up to 100 jobs across all sources, with up to 20 URLs or search queries per request. SurfSense manages the anti-bot request budget for you, so you scale reads without running proxies or a headless browser yourself.",