Scrapers
Scrape web page
Fetch a web page and return readable text plus requested markdown, HTML, links, metadata, or schema-guided JSON.
post/api/v1/platform/scrapers/web/scrape
Request body
Example request
{
"url": "https://example.com/page"
}Response
Scraped web page content.
Changes
No recorded changes to this endpoint across all 1 revision of this API.