Inputs
SelectableOption
Output
Type:str
Returns scraped content (HTML, text, or selected elements) from the URL.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Scrape and extracts content, text, and data from web pages and websites
| App | Web |
| Operation ID | web_scrape_url |
| Type | Action |
| Connection | None |
| Credits per run | 2 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | Target URL to scrape |
scrape_type | string or SelectableOption | Yes | - | Select the scraping method: ‘full_page’ (return HTML), ‘text_only’ (return visible text), ‘custom’ (extract using CSS selectors) |
selectors | object | No | - | Map of {name: cssSelector}. Required when scrape_type is ‘custom’ |
enable_javascript | boolean | No | False | Use headless Chrome (Selenium) to render JS before scraping |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
str
Returns scraped content (HTML, text, or selected elements) from the URL.