Scrapezy

Official

extract-structured-data

Extract structured data from a website.

Input Schema

NameRequiredDescriptionDefault
promptYesPrompt to extract data from the website
urlYesURL of the website to extract data from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "prompt": { "description": "Prompt to extract data from the website", "type": "string" }, "url": { "description": "URL of the website to extract data from", "format": "uri", "type": "string" } }, "required": [ "url", "prompt" ], "type": "object" }

You must be authenticated.

Other Tools