Where machines
spend money.
573 vendor APIs and 6 first-party scrapers. USDC settles per call on Base or Tempo. No keys. No SDKs. No subscriptions.
Install
Three commands to start buying
Onboard AgentCash
Sets up the AgentCash wallet and routes you through starter credits if needed.
$ npx agentcash onboard
Try the API
Discovers the origin and walks the first live call path against hirescrape.com.
$ npx agentcash try \
https://hirescrape.comAdd for reuse
Keeps hirescrape available in your agent's persistent context across sessions.
$ npx agentcash add \
https://hirescrape.comPricing
Pay by the call. USD settled in USDC.
Dynamic pricing — the exact quote is returned in each 402 response before any spend. Scrapers floor: $0.00225 per record. Marketplace floor: $0.03 per call.
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 an MPP challenge settled in USDC on Tempo — sub-second confirmation, stablecoin-native gas. x402 on Base and Solana land next once we finish live testing.
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 id="Z2VSR55X...", realm="hirescrape.com",
method="tempo", intent="charge", request="eyJhbW91bnQi...",
expires="2026-04-18T14:05:00Z"
Cache-Control: no-store
Content-Type: application/problem+json
{
"type": "https://paymentauth.org/problems/payment-required",
"title": "Payment Required",
"status": 402,
"amount": "0.040000",
"currency": "USD",
"resource": "/api/tools/instagram",
"breakdown": [
{ "label": "20 records × $0.002000", "amount": "0.040000" }
],
"protocols": {
"mpp": {
"method": "tempo", "intent": "charge",
"amount": "0.040000",
"recipient": "0x..."
}
}
}Your agent signs the MPP challenge, resubmits with the payment header, and gets the dataset plus a Payment-Receipt for on-chain verification. RFC 9457 Problem Details, Idempotency-Key replay-safe, MCP-discoverable at /api/mcp. x402 on Base live; Solana coming soon.
Hook up your agent. Get data.
26 production scrapers, one /openapi.json. Your agent pays, we run it, you get clean JSON.
