extract_structured_data
Extract structured data from any webpage using natural language descriptions. Returns JSON that matches your prompt or schema.
Instructions
AI-powered structured data extraction from any webpage using natural language. Returns JSON matching your prompt or schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract from | |
| prompt | Yes | Natural language description of what to extract | |
| schema | No | Optional JSON schema for the response | |
| wait_for | No | CSS selector to wait for before extracting | |
| wait_ms | No | Milliseconds to wait after page load |