extract
Pull structured data from any webpage by describing what you need in natural language. Provide a URL and a description of the desired data to receive structured output.
Instructions
Extract structured data from a webpage using natural language.
Args: url: Target URL data_description: What to extract, e.g. "all product names and prices in JSON" max_steps: Maximum interaction steps (capped at 50) session_id: Optional session ID to reuse an existing browser session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_steps | No | ||
| session_id | No | ||
| data_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |