# AnyAPI Career Site Jobs Scraper

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

Scrapes and returns job listings from a career site URL, extracting structured job data in a single pay-per-request API call.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/careersite.jobs
- Price: $0.0601/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-career-site-jobs-scraper-366e9f41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UyVTnYmg-qFjJOTcNMeYT

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-career-site-jobs-scraper-366e9f41 -d '<json body>'
```

Example prompt: Can you scrape all the current job listings from Stripe's careers page at https://stripe.com/jobs and give me a structured list of open roles with their titles, locations, and links?

## When to prefer this

Use this endpoint when you need to extract job listings from a specific company's career site page without setting up a subscription or managing scraping infrastructure. Ideal for one-off lookups, competitive intelligence, recruiting research, or job market monitoring at $0.06 per call with no monthly commitment.

## Known failure modes

- Career site URL is inaccessible or blocks scraping bots — returns error or empty results
- Target page has no job listings — returns empty array
- Invalid or malformed URL input — returns validation error
- Career site uses heavy JavaScript rendering that cannot be parsed — returns incomplete data
- Rate limiting or IP blocking by the target career site — returns failure 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

A JSON object containing structured job listing data extracted from the target career site, including job titles, descriptions, locations, employment types, and application URLs for all open positions found on the page.

## Response schema (JSON Schema)

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

## More

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