Scrapezy

Official
by Scrapezy

extract-structured-data

Extract structured data from websites using a specified URL and prompt. Integrate with Scrapezy to retrieve organized information for analysis or processing.

Instructions

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 from Scrapezy

Related Tools

ID: rnktqsouvy