About this endpoint
What it does
Extracts structured content from a webpage given its URL and returns a JSON object containing the scraped page data under data.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | HTTP/HTTPS URL of the page to scrape. Format: URI. |
Response
Returns a JSON object with a required data object field containing structured page content. The data object may include page-level fields such as links, title, author, images, tables, quality, summary, category, headings, metadata, sections, page_type, code_blocks, story_cards, raw_markdown, clean_markdown, published_date, and content_markdown.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object | Yes | Structured page content extracted from the webpage. |