Purpose
Use Extract Links to discover detail pages, category URLs, pagination links, or references that you can reuse as Navigate input.
How it works
- Searches links using the configured selector, defaulting to all a tags.
- Reads href attributes from matching links.
- Can convert root-relative links to absolute URLs.
Configuration fields
| Field | Required | Default | Description |
|---|---|---|---|
| Link Selector | No | a | Selector that limits which links are collected. |
| Convert to absolute URLs | No | true | Convert supported relative hrefs into full URLs. |
Output
A list of href values.
Usage notes
- Narrow the selector to avoid collecting navigation, footer, and social links.
- Use link extraction as a discovery step, then feed cleaned URLs into Navigate.
- Absolute URL conversion is most reliable for root-relative hrefs that start with /.