imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed
Pay-per-call web search API for AI agents. Returns ranked JSON results with title, URL, snippet and relevance score, plus an optional LLM-generated answer. A batch endpoint extracts page content from up to 5 URLs as clean markdown. Date, domain and exact-phrase filters. Billed in USDC on Base.
Pay from $0.01 to $0.025 per request in USDC on Arbitrum One / Base / Polygon / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 4h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 20.3%
- uptime 24h
- 0%
- uptime 7d
- 0%
- uptime 30d
- 20.3%
- uptime 90d
- 20.3%
- response p95
- 296ms
- avg response
- 180ms
- total checks
- 1,339
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (13/13), stale (probe failing)
13 of 13 x402 conformance checks pass. Full checklist below.
price $0.01 to $0.025 (p53 in Data)
- price (min)
- $0.01
- price (max)
- $0.025
- category percentile (min)
- p53 in Data
- category percentile (max)
- p46 in Data
- endpoints / prices
- 3 / 2
- 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
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction ---
This service shares a payout address and its probe has been failing, so its on-chain volume is suppressed until it responds again. Settlements on a shared address while a member is down are not attributed to it.
WHAT IT DOES
ai-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /extract | $0.01 | Arbitrum One/Base/Polygon/Solana | USDC | - | |
| POST | /search | $0.01 | Arbitrum One/Base/Polygon/Solana | USDC | - | |
| POST | /search/advanced | $0.025 | Arbitrum One/Base/Polygon/Solana | USDC | - |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /extract returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://websearch.use.x402atlas.com/extract'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "10000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "10000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://websearch.use.x402atlas.com/search",
"tags": [
"web-search",
"search",
"serp",
"web",
"internet-search",
"news",
"news-search",
"real-time",
"rag",
"ai-agents",
"llm-answer",
"current-events",
"json",
"grounding",
"fast-search"
],
"mimeType": "application/json",
"description": "Real-time web search for AI agents — search the web and get ranked SERP-style results as clean JSON: title, URL, snippet, relevance score, optional LLM-generated answer. Find up-to-date information online — latest news, current events, finance. Date, domain and exact-phrase filters.",
"serviceName": "Web Search, News & Page Reader"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"query": "latest developments in AI agents",
"search_depth": "fast",
"chunks_per_source": 2
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"query": "latest developments in AI agents",
"results": [
{
"url": "https://example.com/ai-agents-2026",
"score": 0.87,
"title": "AI agents in 2026: what changed",
"content": "A short, relevant snippet from the page..."
}
],
"queried_at": "2026-07-01T12:00:00Z"
}
}
},
"tags": [
"web-search",
"search",
"serp",
"web",
"internet-search",
"news",
"news-search",
"real-time",
"rag",
"ai-agents",
"llm-answer",
"current-events",
"json",
"grounding",
"fast-search"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 1000,
"description": "The search query to execute"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"query",
"results"
],
"properties": {
"query": {
"type": "string",
"description": "The upstream-normalized query that was executed"
},
"answer": {
"type": "string",
"description": "LLM-generated answer grounded in the results (only when include_answer was set)"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"url",
"content",
"score"
],
"properties": {
"url": {
"type": "string"
},
"score": {
"type": "number",
"description": "Relevance score"
},
"title": {
"type": "string"
},
"content": {
"type": "string",
"description": "Relevant snippet from the page"
},
"raw_content": {
"type": "string",
"description": "Cleaned full page content (only when include_raw_content was set)"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the search was executed (UTC)"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "10000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "10000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://websearch.use.x402atlas.com/extract",
"tags": [
"extract",
"extraction",
"web-scraping",
"scrape",
"markdown",
"html-to-markdown",
"url-to-markdown",
"reader",
"read-web-page",
"fetch-url",
"batch",
"rag",
"ai-agents"
],
"mimeType": "application/json",
"description": "Read any web page or article: fetch up to 5 URLs in one batch call and extract the main content as clean, LLM-ready markdown or plain text. Convert webpages to markdown, scrape page text, pull article content for RAG ingestion and AI agent context.",
"serviceName": "Web Search, News & Page Reader"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"urls": [
"https://en.wikipedia.org/wiki/Artificial_intelligence"
],
"query": "artificial intelligence",
"format": "markdown",
"chunks_per_source": 3
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"results": [
{
"url": "https://en.wikipedia.org/wiki/Artificial_intelligence",
"content": "# Artificial intelligence\n\nArtificial intelligence (AI) is intelligence exhibited by machines..."
}
],
"queried_at": "2026-07-01T12:00:00Z"
}
}
},
"tags": [
"extract",
"extraction",
"web-scraping",
"scrape",
"markdown",
"html-to-markdown",
"url-to-markdown",
"reader",
"read-web-page",
"fetch-url",
"batch",
"rag",
"ai-agents"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"required": [
"urls"
],
"properties": {
"urls": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 1
}
],
"description": "One URL or an array of up to 5 absolute http(s) URLs to extract content from"
},
"query": {
"type": "string",
"maxLength": 1000,
"description": "Optional intent — extracted chunks are reranked by relevance to it"
},
"format": {
"enum": [
"markdown",
"text"
],
"type": "string",
"default": "markdown",
"description": "Output content format"
},
"chunks_per_source": {
"type": "integer",
"maximum": 5,
"minimum": 1,
"description": "Relevant snippets per URL, 1..5 (requires query)"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"results"
],
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"url",
"content"
],
"properties": {
"url": {
"type": "string"
},
"content": {
"type": "string",
"description": "Extracted page content as markdown or text"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the extraction was executed (UTC)"
},
"failed_urls": {
"type": "array",
"items": {
"type": "string"
},
"description": "URLs that could not be extracted"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "25000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "25000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"extra": {
"name": "USD Coin",
"tier": "standard",
"version": "2",
"merchant": "x402Atlas"
},
"payTo": "0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9",
"amount": "25000",
"scheme": "exact",
"network": "eip155:42161",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"tier": "standard",
"feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb",
"merchant": "x402Atlas"
},
"payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
"amount": "25000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://websearch.use.x402atlas.com/search/advanced",
"tags": [
"web-search",
"search",
"serp",
"web",
"internet-search",
"news",
"news-search",
"real-time",
"rag",
"ai-agents",
"llm-answer",
"deep-research",
"research",
"research-assistant",
"citations",
"grounding",
"finance"
],
"mimeType": "application/json",
"description": "Deep web research for AI agents — advanced search returning the highest-relevance results with multiple query-focused snippets per source, plus an LLM-generated answer grounded in the returned sources. One-call research assistant for high-precision queries; news and finance topics, date and domain filters.",
"serviceName": "Web Search, News & Page Reader"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"query": "latest developments in AI agents",
"chunks_per_source": 2
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"query": "latest developments in AI agents",
"results": [
{
"url": "https://example.com/ai-agents-2026",
"score": 0.87,
"title": "AI agents in 2026: what changed",
"content": "A short, relevant snippet from the page..."
}
],
"queried_at": "2026-07-01T12:00:00Z"
}
}
},
"tags": [
"web-search",
"search",
"serp",
"web",
"internet-search",
"news",
"news-search",
"real-time",
"rag",
"ai-agents",
"llm-answer",
"deep-research",
"research",
"research-assistant",
"citations",
"grounding",
"finance"
],
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 1000,
"description": "The search query to execute"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"queried_at",
"query",
"results"
],
"properties": {
"query": {
"type": "string",
"description": "The upstream-normalized query that was executed"
},
"answer": {
"type": "string",
"description": "LLM-generated answer grounded in the results (only when include_answer was set)"
},
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"url",
"content",
"score"
],
"properties": {
"url": {
"type": "string"
},
"score": {
"type": "number",
"description": "Relevance score"
},
"title": {
"type": "string"
},
"content": {
"type": "string",
"description": "Relevant snippet from the page"
},
"raw_content": {
"type": "string",
"description": "Cleaned full page content (only when include_raw_content was set)"
}
}
}
},
"queried_at": {
"type": "string",
"format": "date-time",
"description": "Time the search was executed (UTC)"
}
}
}
}
}
}
},
"category": "search",
"routeTemplate": ":var1"
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/web-search-news-page-reader/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 3 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
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
13/13 checks pass · grade A · stale (probe failing)last 402 captured 2026-07-23 · last up 2026-07-23
- 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 (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/web-search-news-page-reader?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/web-search-news-page-reader.svg" alt="Web Search, News & Page Reader listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/web-search-news-page-reader?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/web-search-news-page-reader?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/web-search-news-page-reader.svg?data=uptime" alt="Web Search, News & Page Reader uptime on x402-list" height="28"> </a>