crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper

Results 37 crawl4ai issues
Sort by recently updated
recently updated
newest added

hey and thanks for this nice package! am having the following issue: some websites are randomly not scraped, while others get scraped correctly. On each run of the code which...

bug

I switched to the latest docker image and started to see the 429 error code, when crawl4ai is saying rate limit of request is 1 per minute. However, such rate...

question

Has the CosineStrategy been deleted?

question

Currently crawler only crawls links of depth level 1. That means if you give homepage link (homepage.com) it will only crawl direct links from that homepage and it will not...

question

What is the best method for extracting data from an iframe using Crawl4ai? Here is an example of the iframe I am trying to capture: `$1757 / monthAvailable: Now231 Crestview...

enhancement

Hi guys, I started embedding your lib to my project, when i added it to requirements i started getting non stop errors on dependencies: The conflict is caused by: The...

question

I am running the project as a Docker container and I get "ModuleNotFoundError: No module named 'numpy'". I followed these instructions to bring it up: https://crawl4ai.com/mkdocs/installation/ ``` # For other...

bug

Dears, while using your library, I needed to access the raw content of requests being sent when a page is crawled (for instance, requests made to other APIs or files,...