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

5.9k

Runs succeeded

>99%

Response time

2.3 days

Last modified

6 days ago

GU

Crawling not extracting all text on page

Open
agungbmtra opened this issue
6 days ago

It was working well for the past 3 days, but today either 0 successful runs, or the text extracted (html markdown) does not contain the full page. Sometimes only the top of the page.

Trying to scrape: https://booking.abisenaubud.com/en/offers?hotel=ASEH&checkin=2025/05/10&checkout=2025/05/14&adults=3&children=0&promo=&promocode=

I'm new to this, anything will help :)

jakub.kopecky avatar

Hey, thank you for using Website Content Crawler (WCC).

The issue is with your input, where you set "keepElementsCssSelector": "Room_box-room__hIu6K" which, first of all, should be prefixed by a '.' (dot), since it is a CSS class. Beware that these auto-generated class names (probably from some framework) can change at any time and the crawler might stop working because of this. If you want to run the WCC with the input you provided, you need to set "keepElementsCssSelector": ".Room_box-room__hIu6K" and "waitForSelector": ".Room_box-room__hIu6K" (see the dot prefix).

Check my run where the WCC extracted the full page text content successfully: https://console.apify.com/view/runs/4wxZrv9X3AXRcVn1D

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.