Website Content Crawler
No credit card required
Website Content Crawler
No credit card required
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.
Do you want to learn more about this Actor?
Get a demoI get the following text when crawling https://openai.com/index/extracting-concepts-from-gpt-4/. The extracted text: Application error: a client-side exception has occurred (see the browser console for more information)..
Seems other articles on this site is able to crawl. Just this particular articles causes issue.
Hello, and thank you for your interest in this Actor
It indeed seems that the Actor has some problems loading this website. This is likely connected to the Actor using Mozilla Firefox, which doesn't have the CookieStore
API available. What's curious is that I can load the page in Firefox locally without problems.
You can solve the issue on this specific website by switching to the Cheerio
crawler type. Since there is no essential client-side JavaScript, the Cheerio crawler can extract all the data from the webpage (see my example run).
I'll keep this issue open to track the underlying problem. Feel free to ask additional questions if you have any. Cheers!
- 3.8k monthly users
- 635 stars
- 100.0% runs succeeded
- 2.7 days response time
- Created in Mar 2023
- Modified 7 days ago