batch
Extract content from multiple URLs concurrently to process web data efficiently. Specify concurrency levels and output formats for streamlined content collection.
Instructions
Extract content from multiple URLs concurrently.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concurrency | No | Number of concurrent requests (default: 5) | |
| format | No | Output format: "markdown" (default), "llm", "text" | |
| urls | Yes | List of URLs to extract content from |