extract_links
Extract web, image, or file links from a webpage URL using ReviewWebsite API. Specify link type, max links, delay, and get HTTP status codes or auto-scrape internal links for detailed data extraction.
Instructions
Extract all links from a HTML content of web page URL using ReviewWeb.site 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 |