[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)

[All posts](/blog)

Reference·Jul 24, 2026·8 min read

# Indeed API pricing: what it costs, and what's actually free

Indeed's official APIs are free to use and closed to most companies, the enterprise data program has no published price, and the unofficial providers meter you per result. What each path actually costs, why freshness drives the bill more than any per-call rate, and the line items that never make it into a quote.

![Dvir Atias](/authors/dvir-atias.jpg)

Dvir Atias

Founder, JobsPipe

There is no Indeed API price list, because there is no Indeed API in the sense most people searching for one mean. What exists is a set of partner APIs that are free to integrate but effectively impossible to buy your way into, an enterprise data program with no published number, and a marketplace of unofficial providers that meter you per request.

This post breaks down what each one actually costs, which line items the quotes leave out, and why the number that ends up on your invoice has more to do with data freshness than with any per-call rate.

## The short answer

**Indeed’s official APIs are free to use and closed to most companies.** The Job Sync API, Indeed Apply, and the Disposition Sync API carry no usage fee. They also carry no search-jobs endpoint, and they sit behind a partner program aimed at ATSs and staffing platforms. The cost is qualification, not dollars.

**The enterprise data program has no public price.** It is NDA-gated, sales-led, and priced per agreement, with six-figure minimums reported by teams who have been through it. That puts it out of reach for anyone building a product rather than running a procurement cycle.

**Unofficial providers charge on a meter.** The Indeed APIs on scraping marketplaces price per result, per 1,000 requests, per compute unit, or as a subscription with overage. Cheap per call, expensive in aggregate, for reasons covered below.

## What the official Indeed APIs cost

Nothing, if you can get in. Indeed does not bill partners per API call for the employer-side surfaces. What it costs instead is a partner application, a defined use case, and an integration Indeed wants to exist. Publishing jobs into Indeed from an ATS is such a use case. Reading job postings out of Indeed is not, at any price.

The one official surface with a real dollar figure attached is the **Sponsored Jobs API**, and even there the API is free while the ad spend it manages is the expense. If you came looking for a rate card because you assumed a paid tier unlocks job search, that tier does not exist. The full surface map is in our [Indeed API guide](/blog/indeed-api-guide).

## The enterprise data partnership

Indeed does license job-postings data to enterprises. That program is not self-serve, not documented publicly, and not priced publicly. The process runs through sales, starts with an NDA, and is built for buyers with procurement functions and annual commitments.

For a startup or a mid-market product team, the practical read is that this path costs more than the product it would power. Budget for it only if you already know you belong in that bracket.

## What third-party Indeed APIs charge

Every “Indeed API” on a scraping marketplace is a scraper with an API-shaped wrapper, and they use one of four meters:

-   **Per result** - linear in rows returned. Predictable, and punishing for broad queries you filter down afterwards.
-   **Per 1,000 requests** - linear in calls rather than rows. Pagination and detail fetches multiply this quietly.
-   **Per compute unit** - scales with how hard the target is to scrape, so your bill rises exactly when Indeed tightens its bot management.
-   **Subscription plus overage** - flat to a threshold, then metered. Overage is where the surprise invoices live.

Rates move often enough that quoting them here would be wrong within a quarter. The structure is the part worth knowing, because the structure is what decides your bill.

## What actually drives the bill

**Freshness dominates everything else.** A job posting is only useful while it is open. Knowing whether the 50,000 Indeed postings you pulled last week are still live means fetching them again, and re-checking a corpus weekly costs more across a year than acquiring it once did. Teams budget for acquisition and get billed for verification. If you have never measured how much of your corpus goes stale, our post on [finding expired job postings](/blog/find-expired-job-postings) covers the mechanics.

**Pagination compounds on a per-request meter.** A search returning 25 results per page turns a 10,000-posting sweep into 400 billable calls before you have fetched a single description. Descriptions are usually a second call each.

**Enrichment multiplies.** Company data, headcount, salary parsing and contact details are separate lookups on separate meters. A pipeline that is one arrow in the architecture diagram is frequently three or four lines on the invoice.

## The costs nobody puts in the quote

The meter is the visible number. For a scraper-backed Indeed pipeline it is routinely the smaller half of the real total.

-   **Maintenance.** Indeed re-skins its listing pages roughly every eight weeks. Each re-skin is an unplanned engineering interrupt that lands whenever it lands.
-   **Proxies and anti-bot.** If you self-host, residential proxy spend and challenge-solving are recurring line items that never appear in a build-it-ourselves estimate.
-   **Downtime.** When the pipeline feeds sales triggers or a customer-facing board, an outage costs pipeline and churn rather than compute. Scrapers fail in correlated bursts, which is exactly when that cost peaks.
-   **Legal review.** Scraping Indeed conflicts with its terms whether or not a middleman fetches the page for you. Counsel time is a cost even when nothing goes wrong.

We ran this arithmetic on our own infrastructure in [Indeed scraper vs Indeed API](/blog/indeed-scraper-vs-api), which is the post that ends with us deleting ours.

## What JobsPipe costs for Indeed data

Published, self-serve, no partner program. The free tier includes monthly credits and every source. Builder is $49/mo for 100,000 credits with sub-6h freshness; Scale is $299/mo for 1M credits with sub-1h freshness and real-time webhooks. Indeed is one source among 30+ behind the same normalized schema, so the same query also returns the Greenhouse or Workday original a posting was syndicated from.

For the same question about the other platform developers ask about most, see [LinkedIn API cost](/guides/linkedin-api-cost). The answer has the same shape and the same conclusion.

Published pricing, no partner program. Free tier, API key in 30 seconds.

## Frequently asked questions

### How much does the Indeed API cost?

There is no single price. Indeed's official partner APIs (Job Sync, Indeed Apply, Disposition Sync) carry no usage fee, but access is granted through a partner program rather than sold, so the cost is qualification rather than dollars. The enterprise data partnership has no published price and is NDA-gated and sales-led. Unofficial third-party Indeed APIs are metered, typically per result or per 1,000 requests.

### Is the Indeed API free?

The official partner APIs are free to use once you are approved, and approval is the hard part: it is aimed at ATSs and staffing platforms, and none of those APIs returns job postings. There is no free tier of an official Indeed jobs-read API because there is no self-serve one at all. The free options for reading Indeed postings are open-source scrapers, which cost nothing in fees and carry a terms-of-service conflict plus a maintenance burden you absorb.

### Does Indeed charge for API access?

Not per call, for the employer-side surfaces. Indeed does not bill approved partners for Job Sync, Indeed Apply, or Disposition Sync usage. The Sponsored Jobs API is also free while the advertising spend it manages is the real expense. Where money does change hands is the enterprise data licensing program, which is priced per negotiated agreement.

### How much does it cost to use Indeed as an employer?

Posting a job on Indeed is free at the basic tier. Sponsoring a job is the paid product, billed against a budget you set, and that spend is separate from any API question. Buying sponsored placement does not grant programmatic access to job-postings data, which is the distinction that trips up teams assuming a spend commitment unlocks an API.

### What is the cheapest way to get Indeed job postings?

For small volumes, an open-source scraper costs nothing in fees but carries maintenance and terms-of-service exposure. For production, the cheapest predictable option is an API that already indexes Indeed's public listings, because it removes proxy spend, parser maintenance, and the re-checking cost that dominates a scraped pipeline's bill. JobsPipe has a free tier and Builder at $49 per month for 100,000 credits.

[

← Previous

The four Indeed partner APIs, explained

](/blog/indeed-partner-apis)[

Next →

Indeed API key: why there isn't one, and what to use instead

](/blog/indeed-api-key)

---
Canonical URL: https://jobspipe.dev/blog/indeed-api-pricing
Title: Indeed API pricing: what it costs, and what's actually free
Description: Indeed's official APIs are free to use and closed to most companies, the enterprise data program has no published price, and the unofficial providers meter you per result. What each path actually costs, why freshness drives the bill more than any per-call rate, and the line items that never make it into a quote.