ScrapeGraphAI

Active

by Orthogonal

AI web scraping.

Scraping

Endpoints · 11

Base URLhttps://x402.orthogonal.com/scrapegraphai
POST/api/monitor/{id}/pauseNot publishedPause an active monitor.
POST/api/crawlNot publishedStart a website crawl from a seed URL with configurable depth and page limits.
GET/api/monitor/{id}Not publishedGet details of a specific monitor by ID.
PATCH/api/monitor/{id}Not publishedUpdate a monitor configuration.
DELETE/api/monitor/{id}Not publishedDelete a monitor by ID.
POST/api/monitorNot publishedCreate a monitor to track changes on a URL at a given interval.
POST/api/extractNot publishedLLM-driven extraction from a URL, HTML, or markdown input with a prompt and optional JSON schema.
GET/api/monitor/{id}/activityNot publishedGet paginated tick activity for a monitor, including diffs.
POST/api/monitor/{id}/resumeNot publishedResume a paused monitor.
POST/api/scrapeNot publishedFetches a URL and returns the requested format(s): markdown, html, links, images, summary, json, branding, screenshot.
POST/api/searchNot publishedRuns a search, scrapes the top N result URLs, optionally runs LLM extraction with prompt and schema.

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/scrapegraphai/api/monitor/{id}/pause
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/scrapegraphai/api/monitor/{id}/pause \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.