v1

latestOpenAPI 3.1.02026-08-045217107.2 KB
Scrape

Scrape Webpage

Scrape content from any URL. Returns text, HTML, markdown, links, or metadata. Supports pagination for multi-page crawls, custom proxies, and resource blocking.

post/v1/scrape

Request body

urlstring uri required

URL to scrape

type'text' | 'html' | 'links' | 'markdown' | 'metadata'

Output format

pagesinteger

Number of paginated pages to scrape

waitMsinteger

Wait time in ms after page load

proxystring

Custom proxy URL (http://user:pass@host:port)

premiumProxyboolean

Use managed residential proxy pool

blockResourcesboolean

Block images, media, and fonts

localestring

Browser locale (e.g. en-US)

Response

Content scraped successfully

successboolean