crawl4ai
crawl4ai copied to clipboard
🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper
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...
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...
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...
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...
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...
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...
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,...