# AnyAPI Glassdoor Jobs Scraper

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

Scrapes job listings from Glassdoor and returns structured job data via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/glassdoor.jobs
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-glassdoor-jobs-scraper-6a31e9cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EouiuFPznFbgBb-quihma

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-glassdoor-jobs-scraper-6a31e9cd -d '<json body>'
```

Example prompt: Can you pull the latest software engineer job listings from Glassdoor in Austin, TX so I can see what's currently hiring?

## When to prefer this

Use this endpoint when you need structured Glassdoor job data on demand without managing your own scraper, a Glassdoor API key, or a subscription. Ideal for agents that need to compare job market data, surface relevant postings, or enrich recruiting workflows with real-time Glassdoor listings at low per-call cost.

## Known failure modes

- Glassdoor blocks scraping and returns empty results
- Query returns no matching jobs for given location or keyword
- Rate limiting or anti-bot detection causes failed extraction
- Malformed or missing query parameters result in API error
- Glassdoor changes page structure causing parsing failures

## 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 from Glassdoor including job title, company name, location, salary range, job description, and posting date for the matched search query.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-glassdoor-jobs-scraper-6a31e9cd/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)
