browser_extract_to_table
Extract structured data from any web page and store it directly into a ZeroDB NoSQL table for later querying and analysis.
Instructions
Extract structured data from a web page and store it directly in a ZeroDB NoSQL table. Use when you need to scrape data and persist it for later querying or analysis. (100 credits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to extract data from | |
| project_id | Yes | ZeroDB project ID for the target table | |
| table_name | Yes | The ZeroDB table name to store extracted data into | |
| extract_goal | Yes | Description of what data to extract and store |