# Hirescrape Skills Run — Pay-per-call Multi-Platform Scraper

> Hirescrape Skills Run — Pay-per-call Multi-Platform Scraper is a paid API for AI agents from hirescrape.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-12).

Executes a named scraper skill (by slug) against Reddit, job boards, TikTok/Douyin/Bilibili, or ad libraries and returns structured results, billed per-call in USDC via x402.

## Facts

- Endpoint: POST https://hirescrape.com/api/skills/%7Bslug%7D/run
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hirescrape-skills-run-pay-per-call-multi-platform-scraper-240a2616
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AFsi7FDAaNbqI2uAXGRg1

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 hirescrape-skills-run-pay-per-call-multi-platform-scraper-240a2616 -d '<json body>'
```

Example prompt: Use Hirescrape to run the 'linkedin-jobs' skill and find remote software engineer jobs posted in the last week — my email is user@example.com.

## When to prefer this

Choose this endpoint when you need structured data from Reddit, multi-board job search (LinkedIn, Indeed, Glassdoor, Google Jobs, and others), TikTok, Douyin, Bilibili, or ad libraries without maintaining API keys or platform accounts. Ideal for AI agents that need pay-per-call economics with crypto settlement and no subscription overhead.

## Known failure modes

- Invalid or unknown skill slug returns 404 or error response
- Insufficient USDC wallet balance causes payment failure and 402 response
- Target platform blocks scrape, returning empty items array
- Malformed query parameters cause 400 validation error
- Rate limiting or platform downtime causes timeout or 5xx error

## How this service works

Pay-per-call web scrapers for AI agents. 28 tools across Reddit, 8-board job search (LinkedIn · Indeed · Glassdoor · Google Jobs · +5), TikTok · Douyin · Bilibili, cross-platform trend research, social media, and ad libraries. No API keys. Agent wallets settle USDC on Tempo or Base via x402 + MPP.

## Output

Returns a JSON object containing an 'items' array of scraped results (shape varies by skill/tool), a 'runId' string, payment details (amount in USD, currency, protocol), and the call duration in milliseconds.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "in": "query",
   "type": "string",
   "description": "Email address to look up"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "items": [
   {
    "note": "Shape varies per tool — see each tool's docs for fields."
   }
  ],
  "runId": "sc_example",
  "payment": {
   "amount": "0.040000",
   "currency": "USD",
   "protocol": "x402"
  },
  "duration": 4
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hirescrape-skills-run-pay-per-call-multi-platform-scraper-240a2616/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hirescrape.com](https://www.zero.xyz/host/hirescrape.com/llms.txt)
