wavexis_scrape
Scrape data from multiple URLs by evaluating a JavaScript expression on each page. Supports pagination and returns results in JSON or CSV format.
Instructions
Scrape data from multiple URLs by evaluating a JS expression on each.
Use wavexis_eval for single-page evaluation, or wavexis_scrape
when the same expression must run across many pages with pagination.
Side effects: launches/acquires a browser backend, navigates to each
URL in urls sequentially, evaluates expression in every page
context.
Returns: JSON string with keys: 'status' ('ok'/'error'), 'results'
(list[dict[str, Any]]), 'format' (str), 'count' (int), 'total' (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |