
Website Content Crawler
Pricing
Pay per usage

Website Content Crawler
Crawl websites and extract text content to feed AI models, LLM applications, vector databases, or RAG pipelines. The Actor supports rich formatting using Markdown, cleans the HTML, downloads files, and integrates well with π¦π LangChain, LlamaIndex, and the wider LLM ecosystem.
3.6 (39)
Pricing
Pay per usage
1404
Total users
54K
Monthly users
8K
Runs succeeded
>99%
Issues response
7.6 days
Last modified
a day ago
You can access the Website Content Crawler programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youβll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "startUrls": [< {< "url": "https://docs.apify.com/academy/web-scraping-for-beginners"< }< ],< "useSitemaps": false,< "respectRobotsTxtFile": true,< "crawlerType": "playwright:adaptive",< "includeUrlGlobs": [],< "excludeUrlGlobs": [],< "initialCookies": [],< "proxyConfiguration": {< "useApifyProxy": true< },< "keepElementsCssSelector": "",< "removeElementsCssSelector": "nav, footer, script, style, noscript, svg, img[src^='\''data:'\''],\\n[role=\\"alert\\"],\\n[role=\\"banner\\"],\\n[role=\\"dialog\\"],\\n[role=\\"alertdialog\\"],\\n[role=\\"region\\"][aria-label*=\\"skip\\" i],\\n[aria-modal=\\"true\\"]",< "clickElementsCssSelector": "[aria-expanded=\\"false\\"]"<}' |<apify call apify/website-content-crawler --silent --output-dataset
Website Content Crawler API through CLI
The Apify CLI is the official tool that allows you to use Website Content Crawler locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: