# AnyAPI Upwork Jobs Scraper

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

Scrapes and returns Upwork job listings data via a pay-per-request API with no subscription required

## Facts

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

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-upwork-jobs-scraper-7b8364da -d '<json body>'
```

Example prompt: Can you pull me the latest Upwork job listings for 'React developer' — I want to see what's out there including budget, required skills, and when they were posted?

## When to prefer this

Choose this endpoint when you need structured Upwork job listing data without committing to a monthly subscription — ideal for one-off searches, automated job monitoring, or building freelance market intelligence tools. Prefer this over direct Upwork API access when you want pay-per-use pricing and don't want to manage OAuth credentials with Upwork directly.

## Known failure modes

- Upwork blocks or rate-limits the scraper resulting in empty or partial results
- Invalid or unsupported query parameters cause a 400 error
- Upwork changes its site structure breaking the scraper temporarily
- Payment failure via x402 protocol prevents request from completing
- No jobs found matching the given query returns an empty result set

## 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 structured JSON containing Upwork job listings matching the query, typically including job titles, descriptions, required skills, client information, budget or hourly rate ranges, and posting timestamps.

## Response schema (JSON Schema)

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

## More

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