Tools
Scrape Website
The ScrapeWebsiteTool
is designed to extract and read the content of a specified website.
ScrapeWebsiteTool
We are still working on improving tools, so there might be unexpected behavior or changes in the future.
Description
A tool designed to extract and read the content of a specified website. It is capable of handling various types of web pages by making HTTP requests and parsing the received HTML content. This tool can be particularly useful for web scraping tasks, data collection, or extracting specific information from websites.
Installation
Install the crewai_tools package
Example
Arguments
Argument | Type | Description |
---|---|---|
website_url | string | Mandatory website URL to read the file. This is the primary input for the tool, specifying which website’s content should be scraped and read. |
Was this page helpful?