LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
Crawl4AI.egg-info/PKG-INFO
Crawl4AI.egg-info/SOURCES.txt
Crawl4AI.egg-info/dependency_links.txt
Crawl4AI.egg-info/entry_points.txt
Crawl4AI.egg-info/requires.txt
Crawl4AI.egg-info/top_level.txt
crawl4ai/__init__.py
crawl4ai/__version__.py
crawl4ai/adaptive_crawler copy.py
crawl4ai/adaptive_crawler.py
crawl4ai/antibot_detector.py
crawl4ai/async_configs.py
crawl4ai/async_crawler_strategy.back.py
crawl4ai/async_crawler_strategy.py
crawl4ai/async_database.py
crawl4ai/async_dispatcher.py
crawl4ai/async_logger.py
crawl4ai/async_url_seeder.py
crawl4ai/async_webcrawler.py
crawl4ai/browser_adapter.py
crawl4ai/browser_manager.py
crawl4ai/browser_profiler.py
crawl4ai/cache_context.py
crawl4ai/cache_validator.py
crawl4ai/chunking_strategy.py
crawl4ai/cli.py
crawl4ai/config.py
crawl4ai/content_filter_strategy.py
crawl4ai/content_scraping_strategy.py
crawl4ai/docker_client.py
crawl4ai/extraction_strategy.py
crawl4ai/hub.py
crawl4ai/install.py
crawl4ai/link_preview.py
crawl4ai/markdown_generation_strategy.py
crawl4ai/migrations.py
crawl4ai/model_loader.py
crawl4ai/models.py
crawl4ai/prompts.py
crawl4ai/proxy_strategy.py
crawl4ai/ssl_certificate.py
crawl4ai/table_extraction.py
crawl4ai/types.py
crawl4ai/user_agent_generator.py
crawl4ai/utils.py
crawl4ai/cloud/__init__.py
crawl4ai/cloud/cli.py
crawl4ai/components/crawler_monitor.py
crawl4ai/crawlers/__init__.py
crawl4ai/crawlers/amazon_product/__init__.py
crawl4ai/crawlers/amazon_product/crawler.py
crawl4ai/crawlers/google_search/__init__.py
crawl4ai/crawlers/google_search/crawler.py
crawl4ai/crawlers/google_search/script.js
crawl4ai/deep_crawling/__init__.py
crawl4ai/deep_crawling/base_strategy.py
crawl4ai/deep_crawling/bff_strategy.py
crawl4ai/deep_crawling/bfs_strategy.py
crawl4ai/deep_crawling/crazy.py
crawl4ai/deep_crawling/dfs_strategy.py
crawl4ai/deep_crawling/filters.py
crawl4ai/deep_crawling/scorers.py
crawl4ai/html2text/__init__.py
crawl4ai/html2text/__main__.py
crawl4ai/html2text/_typing.py
crawl4ai/html2text/cli.py
crawl4ai/html2text/config.py
crawl4ai/html2text/elements.py
crawl4ai/html2text/utils.py
crawl4ai/js_snippet/__init__.py
crawl4ai/js_snippet/flatten_shadow_dom.js
crawl4ai/js_snippet/navigator_overrider.js
crawl4ai/js_snippet/remove_consent_popups.js
crawl4ai/js_snippet/remove_overlay_elements.js
crawl4ai/js_snippet/update_image_dimensions.js
crawl4ai/legacy/__init__.py
crawl4ai/legacy/cli.py
crawl4ai/legacy/crawler_strategy.py
crawl4ai/legacy/database.py
crawl4ai/legacy/docs_manager.py
crawl4ai/legacy/llmtxt.py
crawl4ai/legacy/version_manager.py
crawl4ai/legacy/web_crawler.py
crawl4ai/processors/pdf/__init__.py
crawl4ai/processors/pdf/processor.py
crawl4ai/processors/pdf/utils.py
crawl4ai/script/__init__.py
crawl4ai/script/c4a_compile.py
crawl4ai/script/c4a_result.py
crawl4ai/script/c4ai_script.py
tests/test_arun_many.py
tests/test_bug_batch_1622_1786_1796.py
tests/test_cdp_changes.py
tests/test_cli_docs.py
tests/test_cloud_bugs_batch.py
tests/test_config_defaults.py
tests/test_config_matching_only.py
tests/test_config_selection.py
tests/test_docker.py
tests/test_docker_api_with_llm_provider.py
tests/test_issue_1213_bm25_dedup.py
tests/test_issue_1370_1818_1762_1509.py
tests/test_issue_1484_css_selector.py
tests/test_issue_1594_mcp_sse.py
tests/test_issue_1611_llm_provider.py
tests/test_issue_1748_screenshot_scroll_delay.py
tests/test_issue_1750_screenshot_scan_full_page.py
tests/test_issue_1842_browser_none.py
tests/test_issue_1848_logger_serialize.py
tests/test_issue_1850_mcp_sse.py
tests/test_link_extractor.py
tests/test_llm_extraction_parallel_issue_1055.py
tests/test_llm_simple_url.py
tests/test_llmtxt.py
tests/test_main.py
tests/test_memory_macos.py
tests/test_merge_head_data_scoring.py
tests/test_multi_config.py
tests/test_normalize_url.py
tests/test_pr_1290_1668.py
tests/test_pr_1435_redirected_status_code.py
tests/test_pr_1463_device_scale_factor.py
tests/test_pr_1795_1798_1734.py
tests/test_prefetch_integration.py
tests/test_prefetch_mode.py
tests/test_prefetch_regression.py
tests/test_preserve_https_for_internal_links.py
tests/test_pyopenssl_security_fix.py
tests/test_pyopenssl_update.py
tests/test_raw_html_browser.py
tests/test_raw_html_edge_cases.py
tests/test_raw_html_redirected_url.py
tests/test_scraping_strategy.py
tests/test_source_sibling_selector.py
tests/test_table_gfm_compliance.py
tests/test_virtual_scroll.py
tests/test_web_crawler.py