THE SCRAPER API
AGENTS PAY TO USE.
One POST, pay per call in USDC, get clean JSON. Reddit · LinkedIn · Indeed · Glassdoor · Google Maps · TikTok · Douyin · Bilibili. No keys. No subscriptions. No SDKs.
Install
Three ways to add us to your agent
Claude Code
recommendedAuto-discovered via AgentCash. Your agent pays from its funded wallet.
$ npx agentcash onboard > scrape r/ai top posts ✓ data + receipt
curl
Hit the endpoint, catch the 402, sign with your wallet, retry.
$ curl hirescrape.com/...
-H "X-PAYMENT: <sig>"
-d '{"query":"ai"}'MCP client
Cursor, Codex, any MCP-aware agent. Point at /openapi.json.
"hirescrape": {
"url": ".../openapi.json"
}Pricing
Pay by the call. USD settled in USDC.
| Tool | Covers | Price (USD) | Path |
|---|---|---|---|
Reddit Deep Scraper | Social | $0.0200 – $0.5200 | /api/tools/reddit |
Multi Job Board Scraper | Jobs | $0.0500 – $1.6500 | /api/tools/jobs |
Google Maps Scraper | Lead Gen | $0.0300 – $1.5300 | /api/tools/google-maps |
TikTok · Douyin · Bilibili Scraper | Social | $0.0200 – $1.0200 | /api/tools/tiktok |
30Days Trend Intel | Research | $0.1500 – $1.5000 | /api/tools/trend-intel |
Instagram Scraper | Social | $0.0500 – $2.0000 | /api/tools/instagram |
YouTube Scraper | Social | $0.0500 – $2.0000 | /api/tools/youtube |
LinkedIn Scraper | Social | $0.0500 – $2.0000 | /api/tools/linkedin |
Facebook Scraper | Social | $0.0500 – $2.0000 | /api/tools/facebook |
X / Twitter Scraper | Social | $0.0500 – $2.0000 | /api/tools/twitter |
Threads Scraper | Social | $0.0500 – $2.0000 | /api/tools/threads |
Bluesky Scraper | Social | $0.0500 – $2.0000 | /api/tools/bluesky |
Pinterest Scraper | Social | $0.0500 – $2.0000 | /api/tools/pinterest |
Truth Social Scraper | Social | $0.0500 – $2.0000 | /api/tools/truth-social |
Twitch Scraper | Social | $0.0500 – $2.0000 | /api/tools/twitch |
Kick Scraper | Social | $0.0500 – $2.0000 | /api/tools/kick |
Snapchat Scraper | Social | $0.0500 – $2.0000 | /api/tools/snapchat |
TikTok Shop Scraper | Commerce | $0.0500 – $2.0000 | /api/tools/tiktok-shop |
Facebook Ad Library Scraper | Ads | $0.0500 – $2.0000 | /api/tools/fb-ad-library |
Google Ad Library Scraper | Ads | $0.0500 – $2.0000 | /api/tools/google-ad-library |
LinkedIn Ad Library Scraper | Ads | $0.0500 – $2.0000 | /api/tools/linkedin-ad-library |
Google Search Scraper | Search | $0.0500 – $2.0000 | /api/tools/google-search |
Amazon Shop Scraper | Commerce | $0.0500 – $2.0000 | /api/tools/amazon-shop |
Age & Gender Detection | Intelligence | $0.0500 – $2.0000 | /api/tools/age-gender |
Linktree Scraper | Creator | $0.0500 – $2.0000 | /api/tools/linktree |
Komi Scraper | Creator | $0.0500 – $2.0000 | /api/tools/komi |
Pillar Scraper | Creator | $0.0500 – $2.0000 | /api/tools/pillar |
lnk.bio Scraper | Creator | $0.0500 – $2.0000 | /api/tools/linkbio |
link.me Scraper | Creator | $0.0500 – $2.0000 | /api/tools/linkme |
Dynamic pricing — the exact quote is returned in each 402 response before any spend. Minimum: Reddit at 10 posts = $0.03.
Why hirescrape
Built for the agent economy.
Discoverable by every agent
Registered on x402scan + mppscan. Claude Code, Cursor, and Codex users find us automatically through AgentCash.
Wallet-native payments
Every 402 ships x402 + MPP challenges. Your agent's wallet signs, settles in USDC on Base or Tempo. No keys, no invoicing.
No relationship to manage
No API keys to issue, no subscriptions to bill, no support tickets when a cron dies. The protocol is the contract.
Protocol
The 402 your agent will see
WWW-Authenticate: Payment eyJtZXRob2QiOiJ1c2RjIiwiaW50ZW50Ijoic2NyYXBlIi...
Content-Type: application/json
{
"error": "payment_required",
"amount": "0.040000",
"currency": "USD",
"resource": "/api/tools/reddit",
"breakdown": [
{ "label": "Base", "amount": "0.020000" },
{ "label": "20 x $0.001000", "amount": "0.020000" }
],
"payment": {
"method": "usdc",
"network": "tempo",
"amount": "0.040000",
"recipient": "0x..."
}
}Your agent signs the challenge, resubmits with the payment header, and gets the dataset plus a Payment-Receipt for on-chain verification.
Hook up your agent. Get data.
26 production scrapers, one /openapi.json. Your agent pays, we run it, you get clean JSON.