FETCH402
← Protocol index

Resource / 13291

unknown

Unnamed resource.

Extract clean, readable text from any web page — removes navigation, ads, scripts, and boilerplate. Dual-engine extraction with JS-rendered page fallback for SPAs and dynamic content. Returns content with title, author, word count, language, and reading time. No headless browser or scraping library needed. Accepts USDC payments on Base and Solana

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 10000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 10000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v 4du4AfkjJEwch2zk3shkPJVZfyJHNDnNjEWC6AboaS5Z

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "url": "https://example.com/article"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "author": "John Smith",
    "content": "OpenAI announced GPT-5 today, marking a significant leap in reasoning capabilities. The model demonstrates improved performance across mathematical reasoning, coding, and scientific analysis benchmarks...",
    "language": "en",
    "reading_time_minutes": 5,
    "title": "OpenAI Launches GPT-5 with Advanced Reasoning",
    "word_count": 1250
  },
  "type": "json"
}