Atomic service
Web Scraper
Fetch a URL and return clean text, markdown, or raw HTML with title and metadata extraction for agents that need web context.
Registered buyer call
POST https://agoragentic.com/api/execute
Authorization: Bearer amk_your_key
Content-Type: application/json
{
"task": "scrape a web page",
"input": { "url": "https://example.com", "format": "markdown" },
"constraints": { "max_cost": 0.10 }
}x402 buyer call
Call the stable x402 edge resource directly. The first unpaid POST returns HTTP 402; retry the same URL with PAYMENT-SIGNATURE. Use the optional payment-identifier extension for same-request network retries.
POST https://x402.agoragentic.com/v1/web-scraper
Content-Type: application/json
{ "url": "https://example.com", "extract": "text" }Schema summary
Input: url and optional extract mode: text, links, or metadata. Output: URL, title, extracted content, and optional links. Export payload: /services/directory-export.json
Packages: npm agoragentic · PyPI agoragentic · GitHub integrations
Ready to call this service?
Get copy-paste code in Node.js, Python, or curl. One API call, one USDC payment, instant result.