verified until 2026-08-19
AI-powered web scraping API with 28 endpoints. Extract data from Google Maps, LinkedIn, Reddit, Instagram, Airbnb, and more. Powered by real 4G/5G mobile proxies. Pay per call with USDC via x402.
Pay from $0.003 to $0.50 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.
listed 2026-08-12 · no on-chain settlement recorded yet
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 85ms
- avg response
- 85ms
- total checks
- 1
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (13/13)
13 of 13 x402 conformance checks pass. Full checklist below.
price $0.003 to $0.50 (p28 in Data)
- price (min)
- $0.003
- price (max)
- $0.50
- category percentile (min)
- p28 in Data
- category percentile (max)
- p91 in Data
- endpoints / prices
- 11 / 7
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 2d
- registrar
- Cloudflare, Inc.
- hosting
- custom
- domain created
- 2026-08-10
Identity facts, not a risk score.
traction $0.00 30d · 0 buyers
- volume 30d
- $0.00
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- ---
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
- volume all-time
- $0
- settlements all-time
- 0
- median settlement 30d
- -
- max settlement 30d
- -
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /api/ai-extract | $0.01 | Solana | USDC | header | |
| GET | /api/details | $0.005 | Solana | USDC | header | |
| GET | /api/linkedin/company | $0.05 | Solana | USDC | header | |
| GET | /api/linkedin/person | $0.03 | Solana | USDC | header | |
| GET | /api/reddit/search | $0.005 | Solana | USDC | header | |
| GET | /api/reddit/trending | $0.005 | Solana | USDC | header | |
| GET | /api/research | $0.50 | Solana | USDC | header | |
| GET | /api/reviews/search | $0.01 | Solana | USDC | header | |
| GET | /api/run | $0.005 | Solana | USDC | header | |
| GET | /api/serp | $0.003 | Solana | USDC | header | |
| GET | /api/trending | $0.10 | Solana | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/ai-extract returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://rotaryagency.uk/api/ai-extract'
// 402 response (captured by monitor) · 11 payloads · click to expand
[
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/run",
"description": "Extract structured business data from Google Maps: name, address, phone, website, email, hours, ratings, reviews, categories, and geocoordinates. Search by category + location with full pagination."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"limit": "number — Max results to return (default: 20, max: 100)",
"query": "string — Search query/category (required)",
"location": "string — Location to search (required)",
"pageToken": "string — Pagination token for next page (optional)"
}
},
"output": {
"proxy": "{ country: string, type: \"mobile\" }",
"payment": "{ txHash, network, amount, settled }",
"location": "string",
"businesses": [
{
"name": "string",
"email": "string | null",
"hours": "object | null",
"phone": "string | null",
"rating": "number | null",
"address": "string | null",
"placeId": "string | null",
"website": "string | null",
"categories": "string[]",
"priceLevel": "string | null",
"coordinates": "{ latitude, longitude } | null",
"reviewCount": "number | null",
"permanentlyClosed": "boolean"
}
],
"totalFound": "number",
"searchQuery": "string",
"nextPageToken": "string | null"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"query",
"location"
],
"properties": {
"limit": {
"type": "integer",
"description": "number — Max results to return (default: 20, max: 100)"
},
"query": {
"type": "string",
"description": "string — Search query/category (required)"
},
"location": {
"type": "string",
"description": "string — Location to search (required)"
},
"pageToken": {
"type": "string",
"description": "string — Pagination token for next page (optional)"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"proxy": "{ country: string, type: \"mobile\" }",
"payment": "{ txHash, network, amount, settled }",
"location": "string",
"businesses": [
{
"name": "string",
"email": "string | null",
"hours": "object | null",
"phone": "string | null",
"rating": "number | null",
"address": "string | null",
"placeId": "string | null",
"website": "string | null",
"categories": "string[]",
"priceLevel": "string | null",
"coordinates": "{ latitude, longitude } | null",
"reviewCount": "number | null",
"permanentlyClosed": "boolean"
}
],
"totalFound": "number",
"searchQuery": "string",
"nextPageToken": "string | null"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "3000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/serp",
"description": "Mobile SERP Tracker — Google search results with organic, ads, PAA, AI overview, map pack, knowledge panel. Real mobile IP fingerprint."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"num": "number (optional) — results count, default 10",
"query": "string (required) — search query",
"location": "string (optional) — geo location"
}
},
"output": {
"ads": "[{ position, title, url, description }]",
"mapPack": "[{ name, rating, reviews, address }]",
"organic": "[{ position, title, url, snippet, sitelinks? }]",
"aiOverview": "{ text, sources }",
"peopleAlsoAsk": "[{ question, snippet }]",
"knowledgePanel": "{ title, description, attributes }"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"query"
],
"properties": {
"num": {
"type": "integer",
"description": "number (optional) — results count, default 10"
},
"query": {
"type": "string",
"description": "string (required) — search query"
},
"location": {
"type": "string",
"description": "string (optional) — geo location"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"ads": "[{ position, title, url, description }]",
"mapPack": "[{ name, rating, reviews, address }]",
"organic": "[{ position, title, url, snippet, sitelinks? }]",
"aiOverview": "{ text, sources }",
"peopleAlsoAsk": "[{ question, snippet }]",
"knowledgePanel": "{ title, description, attributes }"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/details",
"description": "Get detailed business info by Place ID"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"placeId": "string — Google Place ID (required)"
}
},
"output": {
"business": "BusinessData — Full business details"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"placeId"
],
"properties": {
"placeId": {
"type": "string",
"description": "string — Google Place ID (required)"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"business": "BusinessData — Full business details"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/reviews/search",
"description": "Search businesses by query + location"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"limit": "number (optional, default: 10)",
"query": "string (required)",
"location": "string (required)"
}
},
"output": {
"query": "string",
"location": "string",
"businesses": "BusinessInfo[]",
"totalFound": "number"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"query",
"location"
],
"properties": {
"limit": {
"type": "integer",
"description": "number (optional, default: 10)"
},
"query": {
"type": "string",
"description": "string (required)"
},
"location": {
"type": "string",
"description": "string (required)"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"query": "string",
"location": "string",
"businesses": "BusinessInfo[]",
"totalFound": "number"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "30000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/linkedin/person",
"description": "LinkedIn Person Profile Enrichment"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"url": "string — LinkedIn profile URL (required)"
}
},
"output": {
"meta": "proxy info",
"person": "LinkedInPerson — name, headline, company, education, skills"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "string — LinkedIn profile URL (required)"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"meta": "proxy info",
"person": "LinkedInPerson — name, headline, company, education, skills"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/linkedin/company",
"description": "LinkedIn Company Profile Enrichment"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"url": "string — LinkedIn company URL (required)"
}
},
"output": {
"meta": "proxy info",
"company": "LinkedInCompany — name, description, industry, employees"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "string — LinkedIn company URL (required)"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"meta": "proxy info",
"company": "LinkedInCompany — name, description, industry, employees"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/reddit/search",
"description": "Search Reddit posts by keyword via mobile proxy"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"sort": "\"relevance\" | \"hot\" | \"new\" | \"top\" | \"comments\" (default: \"relevance\")",
"time": "\"hour\" | \"day\" | \"week\" | \"month\" | \"year\" | \"all\" (default: \"all\")",
"after": "string (optional) — pagination token",
"limit": "number (default: 25, max: 100)",
"query": "string (required) — search keywords"
}
},
"output": {
"after": "string | null — next page token",
"posts": "RedditPost[] — title, selftext, author, subreddit, score, upvoteRatio, numComments, createdUtc, permalink, url, isSelf, flair, awards, over18"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"query"
],
"properties": {
"sort": {
"type": "string",
"description": "\"relevance\" | \"hot\" | \"new\" | \"top\" | \"comments\" (default: \"relevance\")"
},
"time": {
"type": "string",
"description": "\"hour\" | \"day\" | \"week\" | \"month\" | \"year\" | \"all\" (default: \"all\")"
},
"after": {
"type": "string",
"description": "string (optional) — pagination token"
},
"limit": {
"type": "integer",
"description": "number (default: 25, max: 100)"
},
"query": {
"type": "string",
"description": "string (required) — search keywords"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"after": "string | null — next page token",
"posts": "RedditPost[] — title, selftext, author, subreddit, score, upvoteRatio, numComments, createdUtc, permalink, url, isSelf, flair, awards, over18"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "5000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/reddit/trending",
"description": "Get trending/popular posts across Reddit via mobile proxy"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"limit": "number (default: 25, max: 100)"
}
},
"output": {
"after": "string | null — next page token",
"posts": "RedditPost[] — trending posts from r/popular"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"description": "number (default: 25, max: 100)"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"after": "string | null — next page token",
"posts": "RedditPost[] — trending posts from r/popular"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/ai-extract",
"description": "AI-powered web page extraction. Provide a URL and a question, get structured answers extracted from any webpage using DeepSeek V4 Flash AI."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"url": "string (required) — URL of the page to analyze",
"format": "\"text\" | \"json\" | \"markdown\" (optional, default: \"text\") — Output format preference",
"prompt": "string (required) — What to extract or analyze from the page"
}
},
"output": {
"url": "string — The analyzed URL",
"model": "string — AI model used",
"proxy": "{ country: string, type: \"mobile\" }",
"prompt": "string — Your extraction question",
"result": "string — AI-extracted answer",
"tokens": "{ input: number, output: number } — Token usage"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"url",
"prompt"
],
"properties": {
"url": {
"type": "string",
"description": "string (required) — URL of the page to analyze"
},
"format": {
"type": "string",
"description": "\"text\" | \"json\" | \"markdown\" (optional, default: \"text\") — Output format preference"
},
"prompt": {
"type": "string",
"description": "string (required) — What to extract or analyze from the page"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"url": "string — The analyzed URL",
"model": "string — AI model used",
"proxy": "{ country: string, type: \"mobile\" }",
"prompt": "string — Your extraction question",
"result": "string — AI-extracted answer",
"tokens": "{ input: number, output: number } — Token usage"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "500000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/research",
"description": "Trend Intelligence API: cross-platform research synthesis with pattern detection and sentiment analysis. Scrapes Reddit, web, YouTube, and Twitter/X simultaneously, finds cross-platform signals, returns structured intelligence report."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"days": "number (optional, default: 30, max: 90)",
"topic": "string (required) - topic or keyword to research",
"country": "string (optional, default: \"US\") - ISO country code",
"platforms": "(\"reddit\" | \"web\" | \"youtube\" | \"twitter\" | \"x\")[] (optional, default: [\"reddit\", \"web\"])"
}
},
"output": {
"meta": "{ sources_checked, platforms_used, proxy, generated_at }",
"topic": "string",
"patterns": "TrendPattern[] - cross-platform signals with strength classification",
"sentiment": "{ overall, by_platform: Record<platform, { positive%, neutral%, negative% }> }",
"timeframe": "string",
"emerging_topics": "string[] - single-platform high-engagement signals",
"top_discussions": "TopDiscussion[] - highest-engagement posts across platforms"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [
"topic"
],
"properties": {
"days": {
"type": "string",
"description": "number (optional, default: 30, max: 90)"
},
"topic": {
"type": "string",
"description": "string (required) - topic or keyword to research"
},
"country": {
"type": "integer",
"description": "string (optional, default: \"US\") - ISO country code"
},
"platforms": {
"type": "string",
"description": "(\"reddit\" | \"web\" | \"youtube\" | \"twitter\" | \"x\")[] (optional, default: [\"reddit\", \"web\"])"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"meta": "{ sources_checked, platforms_used, proxy, generated_at }",
"topic": "string",
"patterns": "TrendPattern[] - cross-platform signals with strength classification",
"sentiment": "{ overall, by_platform: Record<platform, { positive%, neutral%, negative% }> }",
"timeframe": "string",
"emerging_topics": "string[] - single-platform high-engagement signals",
"top_discussions": "TopDiscussion[] - highest-engagement posts across platforms"
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "8kKF8MLx8MtJ11njzPH2sKA7rKZKUjJniNrmrLbeWSHA",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "/api/trending",
"description": "Trending Topics API: fetch what is trending right now on Reddit, web, YouTube, and Twitter/X. Returns engagement-ranked topics with source URLs."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"queryParams": {
"limit": "number (optional, default: 20, max: 50) - topics per platform",
"country": "string (optional, default: \"US\") - ISO country code for web/YouTube/Twitter trends",
"platforms": "string (optional, default: \"reddit,web\") - comma-separated platform list: reddit, web, youtube, twitter, x"
}
},
"output": {
"meta": "{ proxy: { ip, country, type } }",
"country": "string",
"trending": "TrendingItem[] - { topic, platform, engagement, traffic?, url? }",
"platforms": "string[]",
"generated_at": "string (ISO 8601)"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"description": "number (optional, default: 20, max: 50) - topics per platform"
},
"country": {
"type": "integer",
"description": "string (optional, default: \"US\") - ISO country code for web/YouTube/Twitter trends"
},
"platforms": {
"type": "string",
"description": "string (optional, default: \"reddit,web\") - comma-separated platform list: reddit, web, youtube, twitter, x"
}
}
}
}
},
"output": {
"properties": {
"example": {
"type": "object",
"example": {
"meta": "{ proxy: { ip, country, type } }",
"country": "string",
"trending": "TrendingItem[] - { topic, platform, engagement, traffic?, url? }",
"platforms": "string[]",
"generated_at": "string (ISO 8601)"
}
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/web-scraping-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 11 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
COMPLIANCE
13/13 checks pass · grade Alast 402 captured 2026-08-12 · last up 2026-08-12
- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (6) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/web-scraping-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/web-scraping-api.svg" alt="Web Scraping API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/web-scraping-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/web-scraping-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/web-scraping-api.svg?data=uptime" alt="Web Scraping API uptime on x402-list" height="28"> </a>