flycrawl_extract
Extract structured, typed JSON data from web pages by providing a prompt or JSON schema. Turn unstructured web content into reliable data for your applications and AI agents.
Instructions
Extracts structured, typed JSON data from web pages based on a prompt or schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to extract information from. | |
| prompt | No | Description of what to extract. | |
| schema | No | Optional JSON Schema definition for the extraction. |