← Back to directory

Web scraping API — fetch page and return structured JSON

https://api-v3qhpbwutp.august.services/v1/web-extract

Overview

Fetch a public web page and return structured JSON matching a JSON Schema you supply. Combines retrieval and extraction in one paid call, so an agent does not need a separate scraping subscription. Obeys robots.txt and fetches logged-out public pages only.

Protocol x402 (POST)
Price $0.08
Payment Asset USD Coin
Payment Network Base
Category web-scraping
Provider August Services
Source self-registered
Indexed 2026-07-29 02:49:04

Health

Status down
Latency (p50) 461ms
Uptime (30d) 0.0%
Reliability Score 30/100
Last Checked 2026-09-22 19:17:00
Last Healthy 2026-08-29 02:19:12
Consecutive Failures 67

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "schema": { "properties": { "plans": { "items": { "properties": { "name": { "type": "string" }, "price": { "type": "string" } }, "type": "object" }, "type": "array" } }, "type": "object" }, "url": "https://example.com/pricing" }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "example": { "plans": [ { "name": "Pro", "price": "$19/mo" } ] } }

Recent Health Checks

Time Status HTTP Latency Error
2026-09-22 19:17:00 timeout timeout
2026-09-22 09:30:55 error fetch failed
2026-09-22 01:32:18 error fetch failed
2026-09-21 14:28:48 error fetch failed
2026-09-21 06:56:51 error fetch failed
2026-09-21 00:25:43 error fetch failed
2026-09-20 15:27:13 error fetch failed
2026-09-20 06:42:45 error fetch failed