Website Content Crawler avatar

Website Content Crawler

Try for free

No credit card required

View all Actors
Website Content Crawler

Website Content Crawler

apify/website-content-crawler
Try for free

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 demo
IP

Unable to crawl https://openai.com/index/extracting-concepts-from-gpt-4/

Open

imda_peckyoke opened this issue
a month ago

I 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.

jindrich.bar avatar

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!

Developer
Maintained by Apify
Actor metrics
  • 3k monthly users
  • 465 stars
  • 99.9% runs succeeded
  • 3.1 days response time
  • Created in Mar 2023
  • Modified 10 days ago