scrape_url
Scrape any webpage and extract readable text content. Supports CSS selectors and JavaScript rendering for dynamic sites.
Instructions
Scrape and extract readable text content from a web page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csr | No | CSR (Client-Side Rendering) specific options | |
| url | Yes | The URL to scrape | |
| timeout | No | Request timeout in milliseconds (default: 30000) | |
| selector | No | Optional CSS selector to extract specific elements | |
| renderMode | No | Rendering mode: auto (auto-fallback), ssr (server-side), or csr (client-side) |