scrape_url
Fetch HTML content from any URL via the ReviewWeb.site API. Optionally delay after page load to capture dynamic content.
Instructions
Scrape a URL and return HTML content using ReviewWeb.site API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape | |
| delayAfterLoad | No | Optional delay after page load in milliseconds | |
| api_key | No | Your ReviewWebsite API key |