Extracts hyperlink data from a specified URL
The extractLinksFromUrl function is a convenience wrapper that opens a given URL, extracts all hyperlinks from the webpage, and then closes the browser. It returns detailed information about each extracted link, including its href, display name, type, and various boolean flags indicating the link's characteristics.
post/extractLinksFromUrl
Request body
Response
Successful response with extracted links
Changes
Changed in 2 of the 9 revisions of this API.11
- ●
removed the request property
body/arguments/isLocalrequest-property-removed
- ●
- ○
added the new optional request property
body/arguments/isLocalnew-optional-request-property
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○