scrape_url
Fetch any URL's content, converting pages to markdown or extracting specific elements via CSS selectors for automated data collection and monitoring.
Instructions
Scrape a URL and return its content. Primary tool for content acquisition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| format | No | markdown | |
| selector | No | ||
| max_length | No | ||
| timeout_profile | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |