
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.0 (41)
Pricing
Pay per usage
1638
Total users
65K
Monthly users
8.5K
Runs succeeded
>99%
Issues response
6.9 days
Last modified
3 days ago
The Actor hit an OOM (out of memory) condition. You can resurrect it with more memory to continue where you left off.
Closed
Here's the issue I encounter.
'The Actor hit an OOM (out of memory) condition. You can resurrect it with more memory to continue where you left off. "
I have enough money on my account.
Why does this happen?
Hello, and thank you for your interest in this Actor!
OOM (out of memory) errors happen when the Actor needs more RAM than it is allowed to use. In your case, you're running the Actor with 1024 MB RAM, which is not enough for browser-based crawler modes.
You can increase the amount of allocated memory in Run options > Memory
. For optimal performance, choose 8192 MB or more. You can use sub-4GB values for Raw HTTP Crawler
mode, as this doesn't start a web browser internally, so it requires less memory.
I'll close this issue now, but feel free to ask additional questions if you have any. Cheers!