wavexis_scrape
Extract data from multiple URLs by running a custom JavaScript expression on each page, with pagination and configurable limits.
Instructions
Scrape multiple URLs by evaluating a JS expression on each page.
Args: input: Scrape parameters (URLs, expression, pagination).
Returns: JSON string with paginated results and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |