
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
5.9k
Runs succeeded
>99%
Response time
2.3 days
Last modified
6 days ago
Crawling not extracting all text on page
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 :)

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 usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.