# AnyAPI Indeed Jobs Scraper

> AnyAPI Indeed Jobs Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0024/call, status unknown (last checked 2026-09-13).

Scrapes job listings from Indeed.com, returning structured job data based on search parameters

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/indeed.jobs
- Price: $0.0024/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-indeed-jobs-scraper-6754d9d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KtVsCqyrWICLwFbJeSq6M

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-indeed-jobs-scraper-6754d9d7 -d '<json body>'
```

Example prompt: Search Indeed for senior data scientist jobs in Austin, Texas and give me the top listings including company name, salary range, and job description.

## When to prefer this

Use this endpoint when you need programmatic access to Indeed job listings without signing up for the official Indeed Publisher API, or when you need pay-per-use pricing with no monthly subscription. Ideal for one-off job market research, recruiting tools, or AI agents that need real-time job data on demand.

## Known failure modes

- Invalid or missing search parameters return empty results
- Indeed anti-scraping measures may cause intermittent failures
- Location not recognized returns results for a broader area or no results
- No jobs found for the given query returns an empty array
- Rate limiting or upstream Indeed block returns an error response

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array of job listings scraped from Indeed, typically including job title, company name, location, salary (if listed), job description snippet, posting date, and a link to the full job posting.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-indeed-jobs-scraper-6754d9d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
