web_batch
Concurrently fetch a batch of URLs through the full scraping pipeline, bypassing anti-bot protections and returning token-efficient article content for each URL.
Instructions
并发抓取一批 URL,各自走完整分级链路,返回逐个结果。
Args: urls: 目标 URL 列表(最多 batch_max_urls 个,默认 20)。 max_tokens: 每个 URL 的正文 token 预算上限。 link_policy: 同 web_fetch。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| max_tokens | No | ||
| link_policy | No | internal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |