AutoScrape

Pay-As-You-Go Web Scraping API

Base
Console Playground Docs

🔑 1. Register & Get Trial

Register your wallet address to generate an API Key. New wallets get 0.25 USDC (5 free scrapings) instantly.

💳 2. Deposit & Balance

Send USDC (Base network) to the address below, then insert your Key and txHash to credit the balance.

0x521EE788e37d8A0906B66f3b24d18Fcd32ee49B0

⚡ 3. API Playground

Test real scrapings straight from the browser to evaluate the JSON structure.

Real-time Output (JSON)
{ "status": "waiting_request" }

💻 4. Code Integration Docs

Integrate into your backend by sending POST requests to the main endpoint:

curl -X POST https://autoscrape.ddns.net/scrape \
  -H "Content-Type: application/json" \
  -d '{"apiKey": "YOUR_API_KEY", "url": "https://example.com"}'