crawl_url_content
Extract text, links, and images from any web page URL. Specify extraction options and maximum content length to get clean, structured data for further processing.
Instructions
Crawl and extract content from a single web page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the web page to crawl | |
| extractText | No | Extract main text content | |
| extractLinks | No | Extract all links from the page | |
| extractImages | No | Extract all images from the page | |
| maxContentLength | No | Maximum length of extracted content |