Website Content Crawler avatar
Website Content Crawler

Pricing

Pay per usage

Go to Store
Website Content Crawler

Website Content Crawler

Developed by

Apify

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

1310

Total users

49.4k

Monthly users

6.9k

Runs succeeded

>99%

Issue response

3.8 days

Last modified

7 days ago

GU

Crawling not extracting all text on page

Closed

agungbmtra opened this issue
2 months 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