{"success":true,"data":{"id":"svc_webscrape_21","slug":"web-scrape","name":"Web Scrape (URL to Markdown)","description":"Fetch any public URL and return the page as clean Markdown for LLM consumption (title, meta description, main content with headings/lists/links preserved). Pass render:true to execute JavaScript in a real browser for SPAs (slower, returns plain text). Use this instead of raw fetch when a site blocks bots or when you want token-efficient content. Params: url (required), max_chars (default 8000, max 60000), include_links boolean, render boolean.","category":"web","endpoint":"https://agentsvc.io/api/v1/proxy/web-scrape","price_usdc":0.004,"latency_p99_ms":3500,"input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Public http(s) URL to scrape"},"max_chars":{"type":"integer","default":8000,"maximum":60000,"description":"Truncate Markdown after this many characters"},"include_links":{"type":"boolean","default":false,"description":"Also return up to 100 absolute links found on the page"},"render":{"type":"boolean","default":false,"description":"Render with a headless browser (for JavaScript-heavy pages). Returns plain text instead of Markdown."}}},"output_schema":{"type":"object","required":["url","status","title","markdown","word_count","truncated","fetched_at"],"properties":{"url":{"type":"string","description":"Final URL after redirects"},"status":{"type":"integer","description":"HTTP status of the fetched page"},"title":{"type":"string"},"description":{"type":"string","description":"Meta description if present"},"markdown":{"type":"string","description":"Page content as Markdown"},"word_count":{"type":"integer"},"truncated":{"type":"boolean"},"rendered":{"type":"boolean","description":"True if a headless browser was used"},"links":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string"},"href":{"type":"string"}}}},"fetch_ms":{"type":"integer"},"fetched_at":{"type":"string","format":"date-time"}},"example":{"url":"https://example.com/","status":200,"title":"Example Domain","description":"","markdown":"# Example Domain\n\nThis domain is for use in illustrative examples in documents.\n\n[More information...](https://www.iana.org/domains/example)","word_count":21,"truncated":false,"rendered":false,"fetch_ms":312,"fetched_at":"2026-09-09T12:00:00.000Z"}},"is_active":true,"provider":"agentsvc.io","tags":["scrape","markdown","crawl","html","reader","llm","content","web"],"method":"POST","example_input":{"url":"https://example.com","max_chars":8000},"price_atomic":"4000","price_display":"$0.004 USDC","try_url":"https://agentsvc.io/api/v1/try/web-scrape","try_limit_per_day":1,"info_url":"https://agentsvc.io/api/v1/services/web-scrape","page_url":"https://agentsvc.io/services/web-scrape","curl_example":"curl -X POST https://agentsvc.io/api/v1/proxy/web-scrape -H \"Content-Type: application/json\" -d '{\"url\":\"https://example.com\",\"max_chars\":8000}'","status":{"ok":true,"latency_ms":63,"checked_at":"2026-09-10T09:25:07.903Z"}},"payment":{"protocol":"x402","x402_versions_accepted":[1,2],"scheme":"exact","network":"eip155:8453","network_v1":"base","chain_id":8453,"asset":"USDC","asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","asset_decimals":6,"eip712_domain":{"name":"USD Coin","version":"2","chainId":8453,"verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"pay_to":"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27","facilitator":"https://facilitator.payai.network","request_header_v2":"PAYMENT-SIGNATURE","request_header_v1":"X-PAYMENT","requirements_v2":"base64 JSON in the PAYMENT-REQUIRED response header of the 402","requirements_v1":"JSON body of the 402 (accepts[0])","receipt_header":"PAYMENT-RESPONSE (and X-PAYMENT-RESPONSE): base64 JSON with transaction hash","accounts_required":false,"api_keys_required":false,"settlement":"per call, on-chain, after the service succeeded. Failed calls are never charged."},"links":{"catalog":"https://agentsvc.io/api/v1/services","openapi":"https://agentsvc.io/openapi.json","llms_txt":"https://agentsvc.io/llms.txt","llms_full_txt":"https://agentsvc.io/llms-full.txt","agents_md":"https://agentsvc.io/AGENTS.md","skill_md":"https://agentsvc.io/SKILL.md","status":"https://agentsvc.io/api/v1/status","docs":"https://agentsvc.io/docs","mcp_server":"https://agentsvc.io/mcp-server.mjs","discovery":"https://agentsvc.io/.well-known/x402","agent_card":"https://agentsvc.io/.well-known/agent-card.json"}}