interact_with_page
Run search or click actions on a storefront page to get the resulting page data, with session cookies maintained across multi-step flows.
Instructions
Execute one or more search/click actions on a storefront page in sequence, then return the resulting page data. Accepts a single action or an array for multi-step flows (e.g. search → filter → click). Session cookies are carried over automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full http/https URL to load. | |
| value | No | Text to type for single-action shorthand. | |
| action | No | Single-action shorthand. Ignored when "actions" array is provided. | |
| actions | No | Ordered list of actions to execute. Use this for multi-step flows. | |
| selector | No | CSS selector for single-action shorthand. | |
| include_screenshot | No | Include a base64 JPEG screenshot of the result page. |