scrape_url
Extract HTML content from any URL by integrating with the ReviewWebsite API. Specify a URL, optional delay, and API key to retrieve web page data programmatically.
Instructions
Scrape a URL and return HTML content using ReviewWeb.site API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | Your ReviewWebsite API key | |
delayAfterLoad | No | Optional delay after page load in milliseconds | |
url | Yes | The URL to scrape |