extract
Extract structured JSON data or text answers from web pages by providing a JSON Schema or natural-language prompt, with optional browser rendering for dynamic content.
Instructions
Extract structured data (JSON matching json_schema) or a text answer from a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract from. | |
| prompt | No | Natural-language extraction instruction. | |
| render | No | Force a browser render. | |
| json_schema | No | JSON Schema describing the fields to extract (recommended). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||