browser_batch_extract
Extract structured data from up to 10 URLs in a single call, storing rows directly into a ZeroDB table for efficient multi-page scraping.
Instructions
Extract structured data from up to 10 URLs in a single call and store rows in a ZeroDB table. Use when you need to scrape multiple pages at once. (75 credits per URL)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to extract data from (max 10) | |
| project_id | Yes | ZeroDB project ID for the target table | |
| table_name | Yes | ZeroDB table name to store extracted rows into | |
| extract_goal | Yes | What data to extract from each page |