grabzit_scrape_html
Extract fully-rendered HTML from any URL after JavaScript executes, capturing the final DOM for scraping dynamic web pages.
Instructions
Extracts fully-rendered HTML from a URL after JavaScript executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to scrape. | |
| delay | No | Milliseconds to wait for JS rendering before extracting the DOM. |