Orthogonal API Marketplace

ScrapeGraphAI

Available through Orthogonal API Marketplace
OpenAPI

Endpoints

Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.Open OpenAPI document
POST/scrapegraphai/api/crawl

Start a website crawl from a seed URL with configurable depth and page limits.

Price unavailable
POST/scrapegraphai/api/extract

LLM-driven extraction from a URL, HTML, or markdown input with a prompt and optional JSON schema.

Price unavailable
POST/scrapegraphai/api/monitor

Create a monitor to track changes on a URL at a given interval.

Price unavailable
DELETE/scrapegraphai/api/monitor/{id}

Delete a monitor by ID.

Price unavailable
GET/scrapegraphai/api/monitor/{id}

Get details of a specific monitor by ID.

Price unavailable
PATCH/scrapegraphai/api/monitor/{id}

Update a monitor configuration.

Price unavailable
GET/scrapegraphai/api/monitor/{id}/activity

Get paginated tick activity for a monitor, including diffs.

Price unavailable
POST/scrapegraphai/api/monitor/{id}/pause

Pause an active monitor.

Price unavailable
POST/scrapegraphai/api/monitor/{id}/resume

Resume a paused monitor.

Price unavailable
POST/scrapegraphai/api/scrape

Fetches a URL and returns the requested format(s): markdown, html, links, images, summary, json, branding, screenshot.

Price unavailable
POST/scrapegraphai/api/search

Runs a search, scrapes the top N result URLs, optionally runs LLM extraction with prompt and schema.

Price unavailable