scrape402.xyz Depth-1 Web Crawler is a paid API for AI agents from scrape402.xyz, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-15).
Crawls a seed URL up to depth 1, extracting page content, links, and metadata from reachable pages, paid via x402 USDC micropayment
Crawl a website from a seed URL up to configurable depth and page limits — multi-page crawler returning structured HTML-to-markdown content for AI agents
A JSON object containing an array of crawled pages (each with URL, title, and content), the seed URL, total pages attempted and failed, crawl depth, timestamps for start and completion, and latency in milliseconds.
POSThttps://scrape402.xyz/crawl/depth1Choose this endpoint when you need to crawl a seed URL and its immediately linked pages (depth 1) without API key setup — ideal for AI agents that can pay per request via x402 USDC micropayments on Base and need both page content and link graph data in a single call.
| Field | Type | Description |
|---|---|---|
| url | string | Seed URL |
| format | string | |
| max_depth | integer | |
| max_pages | integer | |
| same_domain | boolean | |
| include_links | boolean | |
| include_metadata | boolean |
{
"type": "json",
"example": {
"pages": [
{
"url": "https://example.com",
"title": "Home",
"content": "..."
}
],
"seed_url": "https://example.com",
"latency_ms": 1200,
"started_at": "2026-01-01T00:00:00Z",
"crawl_depth": 1,
"total_pages": 1,
"completed_at": "2026-01-01T00:00:01Z",
"pages_failed": 0,
"pages_attempted": 1
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"