
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
1310
Total users
49.4k
Monthly users
6.9k
Runs succeeded
>99%
Issue response
3.8 days
Last modified
7 days ago
Unable to extract data all mentioned urls of the website
Closed
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:
"https://wepost.ai/stories**","https://wepost.ai/stories/**","https://wepost.ai/case-studies**","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