x402 List

x402 Protocol Service Directory

Web Search, News & Page Reader

Data

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.03 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://websearch.use.x402atlas.com ENDPOINTS 3 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h ago

Evidence-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
256ms
avg response
174ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.03 (p62 in Data)
price (min)
$0.01
price (max)
$0.03
category percentile (min)
p62 in Data
category percentile (max)
p55 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.

traction $0.0055 30d · 0 buyers
volume 30d
$0.0055
buyers 30d
0
settlements 30d
0
last settlement
2026-07-15
top buyer share
82% of 30d volume
trend 7d vs 30d
1.75x the 30d daily rate
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides web search, news, and page reading capabilities through API endpoints

category
web-search
in
body
auth
none
web-searchcontent-extractionnewsai-agents

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /extract $0.01 Base/Solana USDC
POST /search $0.01 Base/Solana USDC
POST /search/advanced $0.03 Base/Solana USDC
3 endpoints

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.

// request
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": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://websearch.use.x402atlas.com/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": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "10000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://websearch.use.x402atlas.com/extract",
      "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": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "25000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://websearch.use.x402atlas.com/search/advanced",
      "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
  }
]

UPTIME

07-20 · uptime 100.0% · 219ms avg07-21 · uptime 100.0% · 157ms avg07-2007-21
RESPONSE TIME
07-20 · 219ms avg07-20 · 219ms avg07-21 · 157ms avg07-21 · 157ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 170ms
TOTAL CHECKS 63

RECENT CHECKS

TIME STATUS RESP
● OK 150ms
● SLOW 301ms
● OK 129ms
● OK 164ms
● OK 231ms
● OK 151ms
● OK 140ms
● OK 159ms
● OK 134ms
● OK 131ms
● OK 123ms
● OK 128ms
● OK 133ms
● OK 191ms
● OK 117ms
● OK 140ms
● OK 251ms
● OK 195ms

OVER TIME

All charts share the 30d window selected here. 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).

PRICE (captured 402, USD)
07-20 · $0.0107-21 · $0.01$0.0107-2007-21

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-03 · $0.0407-13 · $0.0207-15 · $0.04peak $0.0407-0307-15

Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-03 · 1 buyer07-13 · 1 buyer07-15 · 1 buyerpeak 1 buyer07-0307-15

Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

11/11 checks pass · grade A
  • 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

EMBED THIS BADGE

Show that Web Search, News & Page Reader is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Web Search, News & Page Reader listed on x402-list
status
Web Search, News & Page Reader uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Web Search, News & Page Reader on x402-list](https://x402-list.com/badge/web-search-news-page-reader.svg)](https://x402-list.com/services/web-search-news-page-reader?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]