scrape_webpage_js
Extract data from webpages by executing custom JavaScript code for precise and dynamic scraping. Ideal for tailored data collection from complex or interactive sites.
Instructions
Scrape a web page with custom JS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
js_script | Yes | The javascript code to execute on the page | |
url | Yes | The url to scrape |