browser_extract
Extract structured data from any web page by giving a URL and describing what to retrieve. Get JSON output for product details, prices, or custom fields.
Instructions
Extract structured data from a web page. Use when you need to scrape, parse, or retrieve specific information from a URL. Returns data in structured JSON format. (75 credits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to extract data from | |
| extract_goal | Yes | Description of what data to extract (e.g. "Extract all product names and prices") |