
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.
4.6 (38)
Pricing
Pay per usage
1.1k
Monthly users
6k
Runs succeeded
>99%
Response time
2.3 days
Last modified
7 days ago
Unable to extract data all mentioned urls of the website
I have added specific urls in "includeUrlGlobs" but it unable to read those.

Hi, thank you for using Website Content Crawler.
The issue is with your includeUrlGlobs
. For example, you specified glob https://www.wepost.ai/stories**
which will match https://www.wepost.ai/stories
index page but not a specific story like https://wepost.ai/stories/econnect-energy-x-wepost
. So you need to specify globs for both like this with both **
and /**
at the end:
1"https://wepost.ai/stories**", 2"https://wepost.ai/stories/**", 3 4"https://wepost.ai/case-studies**", 5"https://wepost.ai/case-studies/**"
See my run with these settings here: https://console.apify.com/view/runs/meXzKLBN0veeQnU1Z
Let me know if this helps.
Jakub
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.