W

Web Search, News & Page Reader · Extract

by Web Search, News & Page Reader

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

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.

Endpoint

GET https://websearch.use.x402atlas.com/extract

28

Calls / 30d

7

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://websearch.use.x402atlas.com/extract", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://websearch.use.x402atlas.com/extract?chunks_per_source=3&format=markdown&query=artificial+intelligence&urls=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FArtificial_intelligence" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "queried_at": "2026-07-01T12:00:00Z",
  "results": [
    {
      "content": "# Artificial intelligence\n\nArtificial intelligence (AI) is intelligence exhibited by machines...",
      "url": "https://en.wikipedia.org/wiki/Artificial_intelligence"
    }
  ]
}

Payment details

Pay to0xf752eeb75d3bea24aa867ad93bfd8ef5a2f431b9
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Web Search, News & Page Reader & similar services