scrape_urls
Scrape multiple URLs in parallel to get clean Markdown content, even from blocked sites, for AI analysis.
Instructions
Scrapes multiple webpages in parallel and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to scrape (max 10) | |
| format | No | Output format: markdown (default) or text | markdown |