Skip to content

[`agentic_crew.tools.scraping_tools`](#module-agentic_crew.tools.scraping_tools)

CrawlWebsiteToolA tool for crawling a website and scraping its content.
log

‘getLogger(…)’

class agentic_crew.tools.scraping_tools.CrawlWebsiteTool

Section titled “class agentic_crew.tools.scraping_tools.CrawlWebsiteTool”

Bases: crewai_tools.ScrapeWebsiteTool

A tool for crawling a website and scraping its content.

This tool extends ScrapeWebsiteTool to support crawling multiple pages starting from a given URL.

‘CrawlWebsiteTool’

‘Crawl a website from a given URL and scrape its content.’

Crawls a website and returns the scraped content.

Args: url: The URL to start crawling from.

Returns: The scraped content of the website.

Scrapes the readable content from a BeautifulSoup object.