2 live endpoints $0.002 - $0.01 USDC per call

Content & Web Data

DataForge web scraping with selectors, schemas and Chromium-rendered SPAs. Sub-cent per call. The cheapest paid endpoints in the network.

2 endpoints in this vertical

Each endpoint is live on Base mainnet. The first curl shows the 402 challenge (free). Sign the challenge with USDC to get the actual response.

PathWhat it doesMethodPrice
/api/scrape Pay-per-call web scrape: fetch URL, extract by selector or schema, return clean markdown. GET $0.002
/api/scrape-js Web scrape with full Chromium JS rendering. For SPAs and dynamic content. GET $0.005

Total cost to call every endpoint in this vertical once: $0.007 USDC.

Live demo curl for every endpoint

DataForge Web Scrape

GET /api/scrape $0.002 USDC vertical: Marketplace Analytics

Pay-per-call web scrape: fetch URL, extract by selector or schema, return clean markdown.

# 1. Free: see the 402 challenge headers
curl -i 'https://x402.adametherzlab.com/api/scrape?query=https%3A%2F%2Fexample.com'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $0.002 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.

DataForge Web Scrape (JS)

GET /api/scrape-js $0.005 USDC vertical: Marketplace Analytics

Web scrape with full Chromium JS rendering. For SPAs and dynamic content.

# 1. Free: see the 402 challenge headers
curl -i 'https://x402.adametherzlab.com/api/scrape-js?query=https%3A%2F%2Fx402.adametherzlab.com'

# 2. Sign EIP-3009 USDC TransferWithAuthorization for $0.005 on Base,
#    base64-encode and resend as the X-Payment header.
#    See /start for the wallet setup walkthrough.