extract_links
Extract all links from a web page's HTML content. Specify link type (web, image, file, or all), limit results, and optionally get HTTP status codes.
Instructions
Extract all links from a HTML content of web page URL using ReviewWeb.site API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The target URL to extract links from | |
| type | No | Type of links to extract | |
| maxLinks | No | Maximum number of links to return | |
| delayAfterLoad | No | Delay in milliseconds after page load before extracting links | |
| getStatusCode | No | Whether to get HTTP status codes for each link | |
| autoScrapeInternalLinks | No | Whether to automatically scrape internal links | |
| debug | No | Whether to enable debug mode | |
| api_key | No | Your ReviewWebsite API key |