About this endpoint
What it does
Extracts structured data from the website at the given URL and returns a JSON object summarizing what was found, including the source url, counts/flags, and the extracted structuredData array.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The website URL to extract structured data from. |
Response
Returns a JSON object with url as a string, schemaCount as an integer, hasBreadcrumbs as a boolean, structuredData as an array of objects, and hasOrganization as a boolean.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | No | The source URL processed by the endpoint. |
| schemaCount | Integer | No | The number of structured data items found. |
| hasBreadcrumbs | Boolean | No | Indicates whether breadcrumb structured data was found. |
| structuredData | Object Array | No | The extracted structured data objects returned from the website. |
| hasOrganization | Boolean | No | Indicates whether organization structured data was found. |