link_extract
Extract and classify all links on a page into internal vs external, with anchor text, nofollow attributes, and counts. Use for link audits, internal linking reviews, and competitor link building analysis.
Instructions
Extract and classify all links from a webpage.
Returns internal vs external links with anchor text, nofollow attributes,
and link counts. Use for link audits, outbound link analysis, internal
linking reviews, finding link building opportunities on competitor pages,
or checking nofollow distribution.
Args:
url: Full URL to extract links from (e.g. "https://example.com/page")
js_rendering: Wait for JavaScript rendering before extracting (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| config | No | ||
| js_rendering | No |