batch_get_page_map
Fetch page maps for multiple URLs concurrently, providing structured, AI-readable data for web pages. Handles each URL independently, so one failure doesn't halt the batch.
Instructions
Get Page Maps for multiple URLs in parallel.
Each URL is opened in a separate browser tab and processed concurrently. Results are stored in the URL LRU cache (not the active slot). Individual URL failures do not affect other URLs.
Args: urls: List of URLs to process (max 10, http/https only). max_concurrency: Maximum parallel pages (default 5, max 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| max_concurrency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |