crawl_url_content
Extract text, links, or images from a web page by providing its URL. Configure options to retrieve specific content types and control the maximum length of extracted data for precise results.
Instructions
Crawl and extract content from a single web page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extractImages | No | Extract all images from the page | |
extractLinks | No | Extract all links from the page | |
extractText | No | Extract main text content | |
maxContentLength | No | Maximum length of extracted content | |
url | Yes | URL of the web page to crawl |