crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

πŸš€πŸ€– Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN

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

### crawl4ai version 0.6.3 ### Expected Behavior Relative links on a page I was redirected to should use the base url from the page that the browser was redirected to,...

🩺 Needs Triage
βš™οΈ Under Review
⏰-spill-over

### crawl4ai version 0.7.6 ### Expected Behavior Same as other people I am not able to get llm extraction to run. I have setup via docker compose and want to...

🐞 Bug
🩺 Needs Triage

## Summary Please include a summary of the change and/or which issues are fixed. eg: `Fixes #123` (Tag GitHub issue numbers in this format, so it automatically links the issues...

### crawl4ai version 0.7.0 ### Expected Behavior When called upon, MCP SSE server responds properly ### Current Behavior MCP server is added to Claude Code and shows as "connected", however,...

🐞 Bug
🩺 Needs Triage

### crawl4ai version 0.7.6 ### Expected Behavior Adaptive crawler. `strategy="embedding",` `embedding_model="openai/text-embedding-3-small", embedding_llm_config=LLMConfig( provider="openai/gpt-4o-mini", // openai/text-embedding-3-small fails here too api_token=OPENAI_API_KEY, ),` Query: 'capabilities, services, certifications, description of work, products' Query Expansion:...

🐞 Bug
🩺 Needs Triage

### crawl4ai version 0.7.6 ### Expected Behavior using the LLMExtractionStrategy, model choice gemini ### Current Behavior When using the LLMExtractionStrategy, if the maxtokens are set too small, the context window...

🐞 Bug
🩺 Needs Triage

### crawl4ai version 0.7.4 ### Expected Behavior Expected to see html with classes and ids, otherwise i cant use it for further analyzing ### Current Behavior No classes/ids ### Is...

🐞 Bug
🩺 Needs Triage

### crawl4ai version 0.6.3 ### Expected Behavior The asynchronous generator works fine ### Current Behavior Hello, when I started a web service and ran the deep search function multiple times,...

🐞 Bug
🩺 Needs Triage

## Summary Please include a summary of the change and/or which issues are fixed. eg: `Fixes #123` (Tag GitHub issue numbers in this format, so it automatically links the issues...

### crawl4ai version 0.6.3 ### Expected Behavior the url is not able to scrape i am getting below error Unexpected error in _crawl_web at line 744 in _crawl_web (.venv/lib/python3.11/site-packages/crawl4ai/async_crawler_strategy.py ###...

🐞 Bug
🩺 Needs Triage
πŸ“Œ Root caused