Back to all steps
Grab page links and send
Step fields
1
link selector
(text)
2
«Next» button selector
(text)
3
maximum links
(number)
4
webhook endpoint
(webhook)
In a scenario, fields are joined with
|.Collect link addresses from the page and send them to a webhook. Format: link selector|«Next» selector|maximum|webhook.
Example: .product-card a|.pagination .next|200| plus the chosen endpoint.
The pager selector and the maximum are optional: without a pager only the current page is collected, the default cap is 100 links. Duplicates are dropped and paging stops as soon as a page brings no new links. The endpoint is picked from your webhooks (Profile → API tokens → Webhooks). The server sends it: the request is signed, retried if the endpoint is down, and every delivery shows up in the webhook log. The step never fails the test.
Example: .product-card a|.pagination .next|200| plus the chosen endpoint.
The pager selector and the maximum are optional: without a pager only the current page is collected, the default cap is 100 links. Duplicates are dropped and paging stops as soon as a page brings no new links. The endpoint is picked from your webhooks (Profile → API tokens → Webhooks). The server sends it: the request is signed, retried if the endpoint is down, and every delivery shows up in the webhook log. The step never fails the test.