extract_links
Extract specific types of links from any URL using ReviewWebsite API. Specify link types, quantity, and optional HTTP status codes for detailed web content analysis.
Instructions
Extract links from a URL using ReviewWebsite API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | Your ReviewWebsite API key | |
autoScrapeInternalLinks | No | Whether to automatically scrape internal links | |
debug | No | Whether to enable debug mode | |
delayAfterLoad | No | Delay in milliseconds after page load before extracting links | |
getStatusCode | No | Whether to get HTTP status codes for each link | |
maxLinks | No | Maximum number of links to return | |
type | No | Type of links to extract | |
url | Yes | The target URL to extract links from |