Website Content Crawler avatar
Website Content Crawler

Pricing

Pay per usage

Go to Store
Website Content Crawler

Website Content Crawler

apify/website-content-crawler

Developed by

Apify

Maintained by Apify

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

ZT

Unable to extract data all mentioned urls of the website

Closed
zigzag_tapestry opened this issue
23 days ago

I have added specific urls in "includeUrlGlobs" but it unable to read those.

jakub.kopecky avatar

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 usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.