scrapegraphai 2.1.2__tar.gz → 2.2.0b2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/CHANGELOG.md +3 -8
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/PKG-INFO +11 -15
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/README.md +10 -14
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/chinese.md +24 -21
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/italian.md +18 -13
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/japanese.md +24 -21
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/korean.md +24 -21
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/portuguese.md +24 -21
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/russian.md +24 -21
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/turkish.md +24 -21
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/pyproject.toml +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/models_tokens.py +1 -5
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_node_k_level.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_omni_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_code_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/html_analyzer_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/merge_answers_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/prompt_refiner_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/reasoning_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/search_internet_node.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/search_internet_node_test.py +1 -1
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/search_link_node_test.py +1 -1
- scrapegraphai-2.2.0b2/tests/test_minimax_models.py +62 -0
- scrapegraphai-2.1.2/docs/french.md +0 -228
- scrapegraphai-2.1.2/docs/german.md +0 -228
- scrapegraphai-2.1.2/docs/spanish.md +0 -239
- scrapegraphai-2.1.2/tests/test_minimax_models.py +0 -55
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.gitattributes +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/FUNDING.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/codeql.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/dependency-review.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/release.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/test-suite.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.gitignore +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.pre-commit-config.yaml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.releaserc.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.semantic-commits-applied +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/CODE_OF_CONDUCT.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/CONTRIBUTING.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/Dockerfile +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/LICENSE +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/Makefile +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/PullRequests/PR_1027_reviews.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/SECURITY.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/SEMANTIC_COMMITS.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/TESTING_INFRASTRUCTURE.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/citation.cff +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/codebeaver.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docker-compose.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/api-banner.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/api_banner.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_1.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_2.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_3.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_4.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/browserbase_logo.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/codespaces-badge.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/histogram.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/omniscrapergraph.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/omnisearchgraph.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/project_overview_diagram.fig +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/project_overview_diagram.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/scrapegraphai_logo.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/scrapegraphai_logo.svg +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/scriptcreatorgraph.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/searchgraph.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/sgai-hero.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/smartscrapergraph.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/speechgraph.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/timeout_configuration.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/ScrapegraphAI_cookbook.ipynb +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/ollama/code_generator_graph_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/openai/code_generator_graph_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/ollama/csv_scraper_graph_multi_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/ollama/csv_scraper_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/ollama/inputs/username.csv +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/openai/csv_scraper_graph_multi_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/openai/csv_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/openai/inputs/username.csv +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/ollama/custom_graph_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/openai/custom_graph_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/ollama/depth_search_graph_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/openai/depth_search_graph_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/ollama/document_scraper_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/ollama/inputs/plain_html_example.txt +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/openai/document_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/openai/inputs/markdown_example.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/openai/inputs/plain_html_example.txt +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/Savedscreenshots/test_image.jpeg +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/authenticated_playwright.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/browser_base_integration.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/chromium_selenium.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/cond_smartscraper_usage.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/conditional_usage.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/custom_prompt.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/example.yml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/force_mode.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/html_mode.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/load_yml.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/no_cut.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/proxy_rotation.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/rag_caching.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/reasoning.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/scrape_do.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/screenshot_scaping.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/serch_graph_scehma.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/slow_mo.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/undected_playwright.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/ollama/inputs/example.json +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/ollama/json_scraper_multi_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/ollama/json_scraper_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/inputs/example.json +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/json_scraper_multi_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/json_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/md_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/omni_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/markdownify_scrapegraphai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/markdownify_scrapegraphai_v3.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/readme.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/omni_scraper_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/omni_scraper_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/omni_scraper_graph/omni_search_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/readme.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/ollama/script_generator_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/ollama/script_multi_generator_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/openai/script_generator_multi_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/openai/script_generator_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/openai/script_generator_schema_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/ollama/search_graph_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/ollama/search_graph_schema_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/openai/search_graph_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/openai/search_graph_schema_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/openai/search_link_graph_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/readme.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/searchscraper_scrapegraphai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/searchscraper_scrapegraphai_v3.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/nvidia/smart_scraper_nvidia.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_lite_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_multi_concat_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_multi_lite_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_multi_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_schema_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_lite_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_multi_concat_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_multi_lite_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_multi_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_schema_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/readme.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/smartscraper_scrapegraphai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/smartscraper_scrapegraphai_v3.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/speech_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/speech_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/speech_graph/speech_graph_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/README.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/ollama/inputs/books.xml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/ollama/xml_scraper_graph_multi_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/ollama/xml_scraper_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/openai/inputs/books.xml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/openai/xml_scraper_graph_multi_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/openai/xml_scraper_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/media/banner.png +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/pytest.ini +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/builders/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/builders/graph_builder.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/browser_base.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/chromium.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/plasmate.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/scrape_do.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/abstract_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/base_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/code_generator_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/csv_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/csv_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/depth_search_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/document_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/document_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/json_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/json_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/markdownify_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/omni_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/omni_search_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/screenshot_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/script_creator_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/script_creator_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/search_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/search_link_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_lite_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_batch_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_concat_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_lite_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/speech_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/xml_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/xml_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/default_filters.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/nodes_metadata.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/robots.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/schemas.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/burr_bridge.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/indexify_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/scrapegraph_py_compat.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/clod.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/deepseek.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/minimax.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/nvidia.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/oneapi.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/openai_itt.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/openai_tts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/xai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/base_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/batch_generate_answer_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/concat_answers_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/conditional_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/description_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/fetch_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/fetch_node_level_k.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/fetch_screen_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_csv_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_from_image_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_scraper_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/get_probable_tags_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/graph_iterator_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/image_to_text_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/markdownify_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/merge_generated_scripts_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/parse_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/parse_node_depth_k_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/rag_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/robots_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/search_link_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/search_node_with_context.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/text_to_speech_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/description_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_csv_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_omni_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_pdf_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_code_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/get_probable_tags_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/html_analyzer_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/merge_answer_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/merge_generated_scripts_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/prompt_refiner_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/reasoning_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/robots_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/search_internet_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/search_link_node_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/search_node_with_context_prompts.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/telemetry/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/telemetry/telemetry.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/batch_api.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/cleanup_code.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/cleanup_html.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/code_error_analysis.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/code_error_correction.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/convert_to_md.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/copy.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/custom_callback.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/data_export.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/dict_content_compare.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/llm_callback_manager.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/logging.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/model_costs.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/output_parser.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/parse_state_keys.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/prettify_exec_info.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/proxy_rotation.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/research_web.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/save_audio_from_bytes.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/save_code_to_file.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/schema_trasform.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/screenshot_scraping/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/screenshot_scraping/screenshot_preparation.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/screenshot_scraping/text_detection.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/split_text_into_chunks.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/sys_dynamic_import.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizer.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizers/tokenizer_mistral.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizers/tokenizer_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizers/tokenizer_openai.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/test +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/QUICKSTART.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/README_TESTING.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/Readme.md +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/conftest.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/benchmarking.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/helpers.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/mock_server/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/mock_server/server.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/.env.example +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/abstract_graph_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/code_generator_graph_openai_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/depth_search_graph_openai_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/books.xml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/example.json +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/plain_html_example.txt +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/username.csv +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/scrape_plain_text_mistral_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/scrape_xml_ollama_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/screenshot_scraper_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/script_generator_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/search_graph_openai_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/search_link_ollama.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_clod_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_ernie_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_fireworks_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_multi_lite_graph_openai_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_ollama_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_openai_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/xml_scraper_openai_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/books.xml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/example.json +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/plain_html_example.txt +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/username.csv +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/__init__.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/test_file_formats_integration.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/test_multi_graph_integration.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/test_smart_scraper_integration.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/fetch_node_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/books.xml +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/example.json +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/plain_html_example.txt +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/username.csv +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/robot_node_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_batch_api.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_chromium.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_cleanup_html.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_csv_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_depth_search_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_fetch_node_timeout.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_generate_answer_node.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_json_scraper_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_json_scraper_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_models_tokens.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_omni_search_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_plasmate.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_scrape_do.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_script_creator_multi_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_search_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_smart_scraper_multi_concat_graph.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/convert_to_md_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/copy_utils_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/parse_state_keys_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/research_web_test.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/test_proxy_rotation.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/test_sys_dynamic_import.py +0 -0
- {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/uv.lock +0 -0
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
## [2.
|
|
1
|
+
## [2.2.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.2.0-beta.1...v2.2.0-beta.2) (2026-06-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
5
|
-
|
|
6
|
-
* **nodes:** update outdated ChatOllama import path to langchain_ollama ([#1076](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/1076)) ([e6054cb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/e6054cbf19a7fe940899ea70b30706f676f86fa7))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Docs
|
|
4
|
+
### Features
|
|
10
5
|
|
|
11
|
-
*
|
|
6
|
+
* upgrade MiniMax default model to M3 ([#1080](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/1080)) ([1b16c26](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1b16c268f4e9044c1386ccfaf67b38692b487e5a))
|
|
12
7
|
|
|
13
8
|
## [2.2.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.1.1...v2.2.0-beta.1) (2026-05-16)
|
|
14
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: scrapegraphai
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0b2
|
|
4
4
|
Summary: A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines.
|
|
5
5
|
Author-email: Marco Vinciguerra <mvincig11@gmail.com>, Lorenzo Padoan <lorenzo.padoan977@gmail.com>
|
|
6
6
|
Keywords: ai,artificial intelligence,gpt,graph,langchain,llm,machine learning,natural language processing,nlp,openai,rag,scrapegraph,scrapegraphai,scraping,web scraping,web scraping library,web scraping tool,webscraping
|
|
@@ -55,14 +55,14 @@ Description-Content-Type: text/markdown
|
|
|
55
55
|
</a>
|
|
56
56
|
</p>
|
|
57
57
|
|
|
58
|
-
[English](README.md) | [中文](docs/chinese.md) | [日本語](docs/japanese.md)
|
|
59
|
-
| [한국어](docs/korean.md)
|
|
60
|
-
| [Русский](docs/russian.md) | [Türkçe](docs/turkish.md)
|
|
61
|
-
| [Deutsch](
|
|
62
|
-
| [Español](
|
|
63
|
-
| [français](
|
|
64
|
-
| [Português](docs/portuguese.md)
|
|
65
|
-
| [Italiano](docs/italian.md)
|
|
58
|
+
[English](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/japanese.md)
|
|
59
|
+
| [한국어](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/korean.md)
|
|
60
|
+
| [Русский](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/russian.md) | [Türkçe](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/turkish.md)
|
|
61
|
+
| [Deutsch](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=de)
|
|
62
|
+
| [Español](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=es)
|
|
63
|
+
| [français](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=fr)
|
|
64
|
+
| [Português](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/portuguese.md)
|
|
65
|
+
| [Italiano](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/italian.md)
|
|
66
66
|
|
|
67
67
|
[](https://pepy.tech/projects/scrapegraphai)
|
|
68
68
|
|
|
@@ -80,10 +80,6 @@ Just say which information you want to extract and the library will do it for yo
|
|
|
80
80
|
## 🚀 Integrations
|
|
81
81
|
ScrapeGraphAI offers seamless integration with popular frameworks and tools to enhance your scraping capabilities. Whether you're building with Python or Node.js, using LLM frameworks, or working with no-code platforms, we've got you covered with our comprehensive integration options..
|
|
82
82
|
|
|
83
|
-
<p align="center">
|
|
84
|
-
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
85
|
-
</p>
|
|
86
|
-
|
|
87
83
|
You can find more informations at the following [link](https://scrapegraphai.com)
|
|
88
84
|
|
|
89
85
|
**Integrations**:
|
|
@@ -227,8 +223,8 @@ We offer SDKs in both Python and Node.js, making it easy to integrate into your
|
|
|
227
223
|
|
|
228
224
|
| SDK | Language | GitHub Link |
|
|
229
225
|
|-----------|----------|-----------------------------------------------------------------------------|
|
|
230
|
-
| Python SDK | Python | [scrapegraph-py](https://
|
|
231
|
-
| Node.js SDK | Node.js | [scrapegraph-js](https://
|
|
226
|
+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
|
|
227
|
+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
|
|
232
228
|
|
|
233
229
|
The Official API Documentation can be found [here](https://docs.scrapegraphai.com/introduction).
|
|
234
230
|
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
</a>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
|
-
[English](README.md) | [中文](docs/chinese.md) | [日本語](docs/japanese.md)
|
|
14
|
-
| [한국어](docs/korean.md)
|
|
15
|
-
| [Русский](docs/russian.md) | [Türkçe](docs/turkish.md)
|
|
16
|
-
| [Deutsch](
|
|
17
|
-
| [Español](
|
|
18
|
-
| [français](
|
|
19
|
-
| [Português](docs/portuguese.md)
|
|
20
|
-
| [Italiano](docs/italian.md)
|
|
13
|
+
[English](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/japanese.md)
|
|
14
|
+
| [한국어](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/korean.md)
|
|
15
|
+
| [Русский](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/russian.md) | [Türkçe](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/turkish.md)
|
|
16
|
+
| [Deutsch](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=de)
|
|
17
|
+
| [Español](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=es)
|
|
18
|
+
| [français](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=fr)
|
|
19
|
+
| [Português](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/portuguese.md)
|
|
20
|
+
| [Italiano](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/italian.md)
|
|
21
21
|
|
|
22
22
|
[](https://pepy.tech/projects/scrapegraphai)
|
|
23
23
|
|
|
@@ -35,10 +35,6 @@ Just say which information you want to extract and the library will do it for yo
|
|
|
35
35
|
## 🚀 Integrations
|
|
36
36
|
ScrapeGraphAI offers seamless integration with popular frameworks and tools to enhance your scraping capabilities. Whether you're building with Python or Node.js, using LLM frameworks, or working with no-code platforms, we've got you covered with our comprehensive integration options..
|
|
37
37
|
|
|
38
|
-
<p align="center">
|
|
39
|
-
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
40
|
-
</p>
|
|
41
|
-
|
|
42
38
|
You can find more informations at the following [link](https://scrapegraphai.com)
|
|
43
39
|
|
|
44
40
|
**Integrations**:
|
|
@@ -182,8 +178,8 @@ We offer SDKs in both Python and Node.js, making it easy to integrate into your
|
|
|
182
178
|
|
|
183
179
|
| SDK | Language | GitHub Link |
|
|
184
180
|
|-----------|----------|-----------------------------------------------------------------------------|
|
|
185
|
-
| Python SDK | Python | [scrapegraph-py](https://
|
|
186
|
-
| Node.js SDK | Node.js | [scrapegraph-js](https://
|
|
181
|
+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
|
|
182
|
+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
|
|
187
183
|
|
|
188
184
|
The Official API Documentation can be found [here](https://docs.scrapegraphai.com/introduction).
|
|
189
185
|
|
|
@@ -4,36 +4,39 @@
|
|
|
4
4
|
|
|
5
5
|
# 🕷️ ScrapeGraphAI: 只需抓取一次
|
|
6
6
|
|
|
7
|
-
[English](
|
|
8
|
-
| [한국어](korean.md)
|
|
9
|
-
| [Русский](russian.md) | [Türkçe](turkish.md)
|
|
10
|
-
| [Deutsch](
|
|
11
|
-
| [Español](
|
|
12
|
-
| [français](
|
|
13
|
-
| [Português](portuguese.md)
|
|
14
|
-
| [Italiano](italian.md)
|
|
7
|
+
[English](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/japanese.md)
|
|
8
|
+
| [한국어](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/korean.md)
|
|
9
|
+
| [Русский](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/russian.md) | [Türkçe](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/turkish.md)
|
|
10
|
+
| [Deutsch](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=de)
|
|
11
|
+
| [Español](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=es)
|
|
12
|
+
| [français](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=fr)
|
|
13
|
+
| [Português](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/portuguese.md)
|
|
15
14
|
|
|
16
15
|
[](https://pepy.tech/projects/scrapegraphai)
|
|
17
|
-
|
|
16
|
+
[](https://github.com/pylint-dev/pylint)
|
|
17
|
+
[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/code-quality.yml)
|
|
18
|
+
[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml)
|
|
18
19
|
[](https://opensource.org/licenses/MIT)
|
|
19
20
|
[](https://discord.gg/gkxQDAjfeX)
|
|
21
|
+
|
|
22
|
+
[](https://scrapegraphai.com/?utm_source=github&utm_medium=readme&utm_campaign=api_banner&utm_content=api_banner_image)
|
|
23
|
+
|
|
20
24
|
<p align="center">
|
|
21
|
-
<a href="https://trendshift.io/repositories/
|
|
25
|
+
<a href="https://trendshift.io/repositories/9761" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9761" alt="VinciGit00%2FScrapegraph-ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
|
22
26
|
<p align="center">
|
|
23
27
|
|
|
24
28
|
[ScrapeGraphAI](https://scrapegraphai.com) 是一个*网络爬虫* Python 库,使用大型语言模型和直接图逻辑为网站和本地文档(XML,HTML,JSON,Markdown 等)创建爬取管道。
|
|
25
29
|
|
|
26
30
|
只需告诉库您想提取哪些信息,它将为您完成!
|
|
27
31
|
|
|
32
|
+
<p align="center">
|
|
33
|
+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
34
|
+
</p>
|
|
28
35
|
|
|
29
36
|
|
|
30
37
|
## 🚀 集成
|
|
31
|
-
|
|
32
38
|
ScrapeGraphAI 提供与流行框架和工具的无缝集成,以增强您的抓取能力。无论您使用 Python 还是 Node.js 构建,使用 LLM 框架,还是使用无代码平台,我们都为您提供全面的集成选项。
|
|
33
39
|
|
|
34
|
-
<p align="center">
|
|
35
|
-
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
36
|
-
</p>
|
|
37
40
|
您可以在以下[链接](https://scrapegraphai.com)找到更多信息
|
|
38
41
|
|
|
39
42
|
**集成**:
|
|
@@ -162,7 +165,7 @@ ScrapeGraphAI 的文档可以在[这里](https://docs.scrapegraphai.com/introduc
|
|
|
162
165
|
|
|
163
166
|
欢迎贡献并加入我们的 Discord 服务器与我们讨论改进和提出建议!
|
|
164
167
|
|
|
165
|
-
请参阅[贡献指南](https://github.com/
|
|
168
|
+
请参阅[贡献指南](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md)。
|
|
166
169
|
|
|
167
170
|
[](https://discord.gg/uJN7TYcpNa)
|
|
168
171
|
[](https://www.linkedin.com/company/scrapegraphai/)
|
|
@@ -177,14 +180,14 @@ ScrapeGraphAI 的文档可以在[这里](https://docs.scrapegraphai.com/introduc
|
|
|
177
180
|
|
|
178
181
|
| SDK | 语言 | GitHub 链接 |
|
|
179
182
|
|-----------|----------|-----------------------------------------------------------------------------|
|
|
180
|
-
| Python SDK | Python | [scrapegraph-py](https://
|
|
181
|
-
| Node.js SDK | Node.js | [scrapegraph-js](https://
|
|
183
|
+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
|
|
184
|
+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
|
|
182
185
|
|
|
183
186
|
官方 API 文档可以在[这里](https://docs.scrapegraphai.com/introduction)找到。
|
|
184
187
|
|
|
185
188
|
## 🔥 基准测试
|
|
186
189
|
|
|
187
|
-
根据 Firecrawl 基准测试 [Firecrawl benchmark](https://
|
|
190
|
+
根据 Firecrawl 基准测试 [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3),ScrapeGraph 是市场上最好的抓取工具!
|
|
188
191
|
|
|
189
192
|

|
|
190
193
|
|
|
@@ -192,7 +195,7 @@ ScrapeGraphAI 的文档可以在[这里](https://docs.scrapegraphai.com/introduc
|
|
|
192
195
|
我们收集匿名使用指标以增强我们包的质量和用户体验。这些数据帮助我们确定改进的优先级并确保兼容性。如果您希望退出,请设置环境变量 SCRAPEGRAPHAI_TELEMETRY_ENABLED=false。有关更多信息,请参阅[这里](https://docs.scrapegraphai.com/introduction)的文档。
|
|
193
196
|
|
|
194
197
|
## ❤️ 贡献者
|
|
195
|
-
[](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)
|
|
196
199
|
|
|
197
200
|
## 🎓 引用
|
|
198
201
|
如果您将我们的库用于研究目的,请使用以下参考文献引用我们:
|
|
@@ -201,7 +204,7 @@ ScrapeGraphAI 的文档可以在[这里](https://docs.scrapegraphai.com/introduc
|
|
|
201
204
|
author = {Lorenzo Padoan, Marco Vinciguerra},
|
|
202
205
|
title = {Scrapegraph-ai},
|
|
203
206
|
year = {2024},
|
|
204
|
-
url = {https://github.com/
|
|
207
|
+
url = {https://github.com/VinciGit00/Scrapegraph-ai},
|
|
205
208
|
note = {一个利用大型语言模型进行爬取的 Python 库}
|
|
206
209
|
}
|
|
207
210
|
```
|
|
@@ -214,7 +217,7 @@ ScrapeGraphAI 的文档可以在[这里](https://docs.scrapegraphai.com/introduc
|
|
|
214
217
|
|
|
215
218
|
## 📜 许可证
|
|
216
219
|
|
|
217
|
-
ScrapeGraphAI 采用 MIT 许可证。更多信息请查看 [LICENSE](https://github.com/
|
|
220
|
+
ScrapeGraphAI 采用 MIT 许可证。更多信息请查看 [LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE) 文件。
|
|
218
221
|
|
|
219
222
|
## 鸣谢
|
|
220
223
|
|
|
@@ -10,19 +10,24 @@
|
|
|
10
10
|
</a>
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
|
-
[English](
|
|
14
|
-
| [한국어](korean.md)
|
|
15
|
-
| [Русский](russian.md) | [Türkçe](turkish.md)
|
|
16
|
-
| [Deutsch](
|
|
17
|
-
| [Español](
|
|
18
|
-
| [français](
|
|
19
|
-
| [Português](portuguese.md)
|
|
20
|
-
| [Italiano](italian.md)
|
|
13
|
+
[English](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/japanese.md)
|
|
14
|
+
| [한국어](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/korean.md)
|
|
15
|
+
| [Русский](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/russian.md) | [Türkçe](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/turkish.md)
|
|
16
|
+
| [Deutsch](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=de)
|
|
17
|
+
| [Español](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=es)
|
|
18
|
+
| [français](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=fr)
|
|
19
|
+
| [Português](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/portuguese.md)
|
|
20
|
+
| [Italiano](https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/italian.md)
|
|
21
21
|
|
|
22
22
|
[](https://pepy.tech/projects/scrapegraphai)
|
|
23
|
-
|
|
23
|
+
[](https://github.com/pylint-dev/pylint)
|
|
24
|
+
[](https://github.com/ScrapeGraphAI/Scrapegraph-ai/actions/workflows/code-quality.yml)
|
|
25
|
+
[](https://github.com/ScrapeGraphAI/Scrapegraph-ai/actions/workflows/codeql.yml)
|
|
24
26
|
[](https://opensource.org/licenses/MIT)
|
|
25
27
|
[](https://discord.gg/gkxQDAjfeX)
|
|
28
|
+
|
|
29
|
+
[](https://scrapegraphai.com/?utm_source=github&utm_medium=readme&utm_campaign=api_banner&utm_content=api_banner_image)
|
|
30
|
+
|
|
26
31
|
<p align="center">
|
|
27
32
|
<a href="https://trendshift.io/repositories/15078" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15078" alt="ScrapeGraphAI%2FScrapegraph-ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
|
28
33
|
<p align="center">
|
|
@@ -30,11 +35,11 @@
|
|
|
30
35
|
[ScrapeGraphAI](https://scrapegraphai.com) è una libreria Python per il *web scraping* che utilizza LLM e logica basata sui grafi per creare pipeline di scraping per siti web e documenti locali (XML, HTML, JSON, Markdown, ecc.).
|
|
31
36
|
|
|
32
37
|
Indica semplicemente quali informazioni vuoi estrarre e la libreria lo farà per te!
|
|
38
|
+
|
|
33
39
|
<p align="center">
|
|
34
40
|
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
35
41
|
</p>
|
|
36
42
|
|
|
37
|
-
|
|
38
43
|
## 🚀 Integrazioni
|
|
39
44
|
|
|
40
45
|
ScrapeGraphAI offre integrazioni con i framework e gli strumenti più diffusi per potenziare le tue capacità di scraping. Che tu stia sviluppando in Python o Node.js, usando framework LLM o piattaforme no-code, offriamo un'ampia gamma di opzioni di integrazione.
|
|
@@ -182,14 +187,14 @@ Offriamo gli SDK sia in Python che in Node.js, per una facile integrazione nei t
|
|
|
182
187
|
|
|
183
188
|
| SDK | Linguaggio | Link GitHub |
|
|
184
189
|
|------------|------------|-----------------------------------------------------------------------------|
|
|
185
|
-
| Python SDK | Python | [scrapegraph-py](https://
|
|
186
|
-
| Node.js SDK | Node.js | [scrapegraph-js](https://
|
|
190
|
+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
|
|
191
|
+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
|
|
187
192
|
|
|
188
193
|
La documentazione ufficiale dell'API è disponibile [qui](https://docs.scrapegraphai.com/).
|
|
189
194
|
|
|
190
195
|
## 🔥 Benchmark
|
|
191
196
|
|
|
192
|
-
Secondo il benchmark di Firecrawl [Firecrawl benchmark](https://
|
|
197
|
+
Secondo il benchmark di Firecrawl [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3), ScrapeGraph è il miglior fetcher sul mercato!
|
|
193
198
|
|
|
194
199
|

|
|
195
200
|
|
|
@@ -4,36 +4,39 @@
|
|
|
4
4
|
|
|
5
5
|
# 🕷️ ScrapeGraphAI: 一度のクロールで完結
|
|
6
6
|
|
|
7
|
-
[English](
|
|
8
|
-
| [한국어](korean.md)
|
|
9
|
-
| [Русский](russian.md) | [Türkçe](turkish.md)
|
|
10
|
-
| [Deutsch](
|
|
11
|
-
| [Español](
|
|
12
|
-
| [français](
|
|
13
|
-
| [Português](portuguese.md)
|
|
14
|
-
| [Italiano](italian.md)
|
|
7
|
+
[English](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/japanese.md)
|
|
8
|
+
| [한국어](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/korean.md)
|
|
9
|
+
| [Русский](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/russian.md) | [Türkçe](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/turkish.md)
|
|
10
|
+
| [Deutsch](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=de)
|
|
11
|
+
| [Español](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=es)
|
|
12
|
+
| [français](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=fr)
|
|
13
|
+
| [Português](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/portuguese.md)
|
|
15
14
|
|
|
16
15
|
[](https://pepy.tech/projects/scrapegraphai)
|
|
17
|
-
|
|
16
|
+
[](https://github.com/pylint-dev/pylint)
|
|
17
|
+
[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/code-quality.yml)
|
|
18
|
+
[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml)
|
|
18
19
|
[](https://opensource.org/licenses/MIT)
|
|
19
20
|
[](https://discord.gg/gkxQDAjfeX)
|
|
21
|
+
|
|
22
|
+
[](https://scrapegraphai.com/?utm_source=github&utm_medium=readme&utm_campaign=api_banner&utm_content=api_banner_image)
|
|
23
|
+
|
|
20
24
|
<p align="center">
|
|
21
|
-
<a href="https://trendshift.io/repositories/
|
|
25
|
+
<a href="https://trendshift.io/repositories/9761" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9761" alt="VinciGit00%2FScrapegraph-ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
|
22
26
|
<p align="center">
|
|
23
27
|
|
|
24
28
|
ScrapeGraphAIは、大規模言語モデルと直接グラフロジックを使用して、ウェブサイトやローカルドキュメント(XML、HTML、JSON、Markdownなど)のクローリングパイプラインを作成するPythonライブラリです。
|
|
25
29
|
|
|
26
30
|
クロールしたい情報をライブラリに伝えるだけで、残りはすべてライブラリが行います!
|
|
27
31
|
|
|
32
|
+
<p align="center">
|
|
33
|
+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
34
|
+
</p>
|
|
28
35
|
|
|
29
36
|
|
|
30
37
|
## 🚀 統合
|
|
31
|
-
|
|
32
38
|
ScrapeGraphAIは、人気のあるフレームワークやツールとのシームレスな統合を提供し、スクレイピング機能を強化します。PythonまたはNode.jsで構築する場合でも、LLMフレームワークを使用する場合でも、ノーコードプラットフォームで作業する場合でも、包括的な統合オプションを提供しています。
|
|
33
39
|
|
|
34
|
-
<p align="center">
|
|
35
|
-
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
36
|
-
</p>
|
|
37
40
|
詳細情報は以下の[リンク](https://scrapegraphai.com)で確認できます
|
|
38
41
|
|
|
39
42
|
**統合**:
|
|
@@ -162,7 +165,7 @@ ScrapeGraphAIのドキュメントは[こちら](https://docs.scrapegraphai.com/
|
|
|
162
165
|
|
|
163
166
|
貢献を歓迎し、Discordサーバーで改善や提案について話し合います!
|
|
164
167
|
|
|
165
|
-
[貢献ガイド](https://github.com/
|
|
168
|
+
[貢献ガイド](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md)をご覧ください。
|
|
166
169
|
|
|
167
170
|
[](https://discord.gg/uJN7TYcpNa)
|
|
168
171
|
[](https://www.linkedin.com/company/scrapegraphai/)
|
|
@@ -177,14 +180,14 @@ PythonとNode.jsの両方でSDKを提供しており、プロジェクトに簡
|
|
|
177
180
|
|
|
178
181
|
| SDK | 言語 | GitHubリンク |
|
|
179
182
|
|-----------|----------|-----------------------------------------------------------------------------|
|
|
180
|
-
| Python SDK | Python | [scrapegraph-py](https://
|
|
181
|
-
| Node.js SDK | Node.js | [scrapegraph-js](https://
|
|
183
|
+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
|
|
184
|
+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
|
|
182
185
|
|
|
183
186
|
公式APIドキュメントは[こちら](https://docs.scrapegraphai.com/introduction)で見ることができます。
|
|
184
187
|
|
|
185
188
|
## 🔥 ベンチマーク
|
|
186
189
|
|
|
187
|
-
Firecrawlベンチマーク [Firecrawl benchmark](https://
|
|
190
|
+
Firecrawlベンチマーク [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3)によると、ScrapeGraphは市場で最高のフェッチャーです!
|
|
188
191
|
|
|
189
192
|

|
|
190
193
|
|
|
@@ -192,7 +195,7 @@ Firecrawlベンチマーク [Firecrawl benchmark](https://scrapegraphai.com/comp
|
|
|
192
195
|
パッケージの品質とユーザーエクスペリエンスを向上させるために、匿名の使用メトリクスを収集しています。このデータは、改善の優先順位付けと互換性の確保に役立ちます。オプトアウトする場合は、環境変数SCRAPEGRAPHAI_TELEMETRY_ENABLED=falseを設定してください。詳細については、[こちら](https://docs.scrapegraphai.com/introduction)のドキュメントを参照してください。
|
|
193
196
|
|
|
194
197
|
## ❤️ 貢献者
|
|
195
|
-
[](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)
|
|
196
199
|
|
|
197
200
|
## 🎓 引用
|
|
198
201
|
研究目的で当社のライブラリを使用する場合は、以下の参考文献を引用してください:
|
|
@@ -201,7 +204,7 @@ Firecrawlベンチマーク [Firecrawl benchmark](https://scrapegraphai.com/comp
|
|
|
201
204
|
author = {Lorenzo Padoan, Marco Vinciguerra},
|
|
202
205
|
title = {Scrapegraph-ai},
|
|
203
206
|
year = {2024},
|
|
204
|
-
url = {https://github.com/
|
|
207
|
+
url = {https://github.com/VinciGit00/Scrapegraph-ai},
|
|
205
208
|
note = {大規模言語モデルを活用したスクレイピング用のPythonライブラリ}
|
|
206
209
|
}
|
|
207
210
|
```
|
|
@@ -214,7 +217,7 @@ Firecrawlベンチマーク [Firecrawl benchmark](https://scrapegraphai.com/comp
|
|
|
214
217
|
|
|
215
218
|
## 📜 ライセンス
|
|
216
219
|
|
|
217
|
-
ScrapeGraphAIはMITライセンスの下で提供されています。詳細は[LICENSE](https://github.com/
|
|
220
|
+
ScrapeGraphAIはMITライセンスの下で提供されています。詳細は[LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE)ファイルをご覧ください。
|
|
218
221
|
|
|
219
222
|
## 謝辞
|
|
220
223
|
|
|
@@ -4,36 +4,39 @@
|
|
|
4
4
|
|
|
5
5
|
# 🕷️ ScrapeGraphAI: 한 방에 끝내는 웹스크래핑
|
|
6
6
|
|
|
7
|
-
[English](
|
|
8
|
-
| [한국어](korean.md)
|
|
9
|
-
| [Русский](russian.md) | [Türkçe](turkish.md)
|
|
10
|
-
| [Deutsch](
|
|
11
|
-
| [Español](
|
|
12
|
-
| [français](
|
|
13
|
-
| [Português](portuguese.md)
|
|
14
|
-
| [Italiano](italian.md)
|
|
7
|
+
[English](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/README.md) | [中文](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/chinese.md) | [日本語](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/japanese.md)
|
|
8
|
+
| [한국어](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/korean.md)
|
|
9
|
+
| [Русский](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/russian.md) | [Türkçe](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/turkish.md)
|
|
10
|
+
| [Deutsch](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=de)
|
|
11
|
+
| [Español](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=es)
|
|
12
|
+
| [français](https://www.readme-i18n.com/ScrapeGraphAI/Scrapegraph-ai?lang=fr)
|
|
13
|
+
| [Português](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/portuguese.md)
|
|
15
14
|
|
|
16
15
|
[](https://pepy.tech/projects/scrapegraphai)
|
|
17
|
-
|
|
16
|
+
[](https://github.com/pylint-dev/pylint)
|
|
17
|
+
[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/code-quality.yml)
|
|
18
|
+
[](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml)
|
|
18
19
|
[](https://opensource.org/licenses/MIT)
|
|
19
20
|
[](https://discord.gg/gkxQDAjfeX)
|
|
21
|
+
|
|
22
|
+
[](https://scrapegraphai.com/?utm_source=github&utm_medium=readme&utm_campaign=api_banner&utm_content=api_banner_image)
|
|
23
|
+
|
|
20
24
|
<p align="center">
|
|
21
|
-
<a href="https://trendshift.io/repositories/
|
|
25
|
+
<a href="https://trendshift.io/repositories/9761" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9761" alt="VinciGit00%2FScrapegraph-ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
|
22
26
|
<p align="center">
|
|
23
27
|
|
|
24
28
|
[ScrapeGraphAI](https://scrapegraphai.com)는 웹 사이트와 로컬 문서(XML, HTML, JSON, Markdown 등)에 대한 스크래핑 파이프라인을 만들기 위해 LLM 및 직접 그래프 로직을 사용하는 파이썬 웹스크래핑 라이브러리입니다.
|
|
25
29
|
|
|
26
30
|
추출하려는 정보를 말하기만 하면 라이브러리가 알아서 처리해 줍니다!
|
|
27
31
|
|
|
32
|
+
<p align="center">
|
|
33
|
+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
34
|
+
</p>
|
|
28
35
|
|
|
29
36
|
|
|
30
37
|
## 🚀 통합
|
|
31
|
-
|
|
32
38
|
ScrapeGraphAI는 인기 있는 프레임워크 및 도구와의 원활한 통합을 제공하여 스크래핑 능력을 향상시킵니다. 파이썬이든 Node.js로 개발하든, LLM 프레임워크를 사용하든, 노코드 플랫폼이든 저희의 포괄적인 통합 옵션을 제공합니다.
|
|
33
39
|
|
|
34
|
-
<p align="center">
|
|
35
|
-
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/sgai-hero.png" alt="ScrapeGraphAI Hero" style="width: 100%;">
|
|
36
|
-
</p>
|
|
37
40
|
더 많은 정보는 다음 [링크](https://scrapegraphai.com)에서 확인할 수 있습니다
|
|
38
41
|
|
|
39
42
|
**통합**:
|
|
@@ -162,7 +165,7 @@ ScrapeGraphAI 관련 문서는 [여기](https://docs.scrapegraphai.com/introduct
|
|
|
162
165
|
|
|
163
166
|
자유롭게 기여하고 Discord 서버에 참여하여 개선 사항을 논의하고 제안해 주세요!
|
|
164
167
|
|
|
165
|
-
[기여 가이드라인](https://github.com/
|
|
168
|
+
[기여 가이드라인](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md)을 참고하세요.
|
|
166
169
|
|
|
167
170
|
[](https://discord.gg/uJN7TYcpNa)
|
|
168
171
|
[](https://www.linkedin.com/company/scrapegraphai/)
|
|
@@ -177,14 +180,14 @@ Python과 Node.js SDK를 제공하여 프로젝트에 쉽게 통합할 수 있
|
|
|
177
180
|
|
|
178
181
|
| SDK | 언어 | GitHub 링크 |
|
|
179
182
|
|-----------|----------|-----------------------------------------------------------------------------|
|
|
180
|
-
| Python SDK | Python | [scrapegraph-py](https://
|
|
181
|
-
| Node.js SDK | Node.js | [scrapegraph-js](https://
|
|
183
|
+
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
|
|
184
|
+
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
|
|
182
185
|
|
|
183
186
|
공식 API 문서는 [여기](https://docs.scrapegraphai.com/introduction)에서 확인할 수 있습니다.
|
|
184
187
|
|
|
185
188
|
## 🔥 벤치마크
|
|
186
189
|
|
|
187
|
-
Firecrawl 벤치마크 [Firecrawl benchmark](https://
|
|
190
|
+
Firecrawl 벤치마크 [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3)에 따르면, ScrapeGraph는 시장에서 최고의 페처입니다!
|
|
188
191
|
|
|
189
192
|

|
|
190
193
|
|
|
@@ -192,7 +195,7 @@ Firecrawl 벤치마크 [Firecrawl benchmark](https://scrapegraphai.com/compare/f
|
|
|
192
195
|
저희는 패키지의 품질과 사용자 경험을 향상시키기 위해 익명의 사용 지표를 수집합니다. 이 데이터는 개선 사항의 우선순위를 정하고 호환성을 보장하는 데 도움이 됩니다. 옵트아웃하려면 환경 변수 SCRAPEGRAPHAI_TELEMETRY_ENABLED=false를 설정하세요. 자세한 내용은 [여기](https://docs.scrapegraphai.com/introduction)에서 설명서를 참조하세요.
|
|
193
196
|
|
|
194
197
|
## ❤️ 기여자들
|
|
195
|
-
[](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)
|
|
196
199
|
|
|
197
200
|
## 🎓 인용
|
|
198
201
|
우리의 라이브러리를 연구 목적으로 사용한 경우 다음과 같이 인용해 주세요:
|
|
@@ -201,7 +204,7 @@ Firecrawl 벤치마크 [Firecrawl benchmark](https://scrapegraphai.com/compare/f
|
|
|
201
204
|
author = {Lorenzo Padoan, Marco Vinciguerra},
|
|
202
205
|
title = {Scrapegraph-ai},
|
|
203
206
|
year = {2024},
|
|
204
|
-
url = {https://github.com/
|
|
207
|
+
url = {https://github.com/VinciGit00/Scrapegraph-ai},
|
|
205
208
|
note = {대규모 언어 모델을 활용한 스크래핑용 Python 라이브러리}
|
|
206
209
|
}
|
|
207
210
|
```
|
|
@@ -215,7 +218,7 @@ Firecrawl 벤치마크 [Firecrawl benchmark](https://scrapegraphai.com/compare/f
|
|
|
215
218
|
|
|
216
219
|
## 📜 라이선스
|
|
217
220
|
|
|
218
|
-
ScrapeGraphAI는 MIT License로 배포되었습니다. 자세한 내용은 [LICENSE](https://github.com/
|
|
221
|
+
ScrapeGraphAI는 MIT License로 배포되었습니다. 자세한 내용은 [LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE) 파일을 참조하세요.
|
|
219
222
|
|
|
220
223
|
## 감사의 말
|
|
221
224
|
|