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.
Files changed (385) hide show
  1. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/CHANGELOG.md +3 -8
  2. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/PKG-INFO +11 -15
  3. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/README.md +10 -14
  4. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/chinese.md +24 -21
  5. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/italian.md +18 -13
  6. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/japanese.md +24 -21
  7. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/korean.md +24 -21
  8. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/portuguese.md +24 -21
  9. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/russian.md +24 -21
  10. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/turkish.md +24 -21
  11. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/pyproject.toml +1 -1
  12. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/models_tokens.py +1 -5
  13. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_node.py +1 -1
  14. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_node_k_level.py +1 -1
  15. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_omni_node.py +1 -1
  16. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_code_node.py +1 -1
  17. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/html_analyzer_node.py +1 -1
  18. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/merge_answers_node.py +1 -1
  19. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/prompt_refiner_node.py +1 -1
  20. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/reasoning_node.py +1 -1
  21. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/search_internet_node.py +1 -1
  22. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/search_internet_node_test.py +1 -1
  23. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/search_link_node_test.py +1 -1
  24. scrapegraphai-2.2.0b2/tests/test_minimax_models.py +62 -0
  25. scrapegraphai-2.1.2/docs/french.md +0 -228
  26. scrapegraphai-2.1.2/docs/german.md +0 -228
  27. scrapegraphai-2.1.2/docs/spanish.md +0 -239
  28. scrapegraphai-2.1.2/tests/test_minimax_models.py +0 -55
  29. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.gitattributes +0 -0
  30. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/FUNDING.yml +0 -0
  31. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  32. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/ISSUE_TEMPLATE/custom.md +0 -0
  33. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  34. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/codeql.yml +0 -0
  35. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/dependency-review.yml +0 -0
  36. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/release.yml +0 -0
  37. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.github/workflows/test-suite.yml +0 -0
  38. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.gitignore +0 -0
  39. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.pre-commit-config.yaml +0 -0
  40. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.releaserc.yml +0 -0
  41. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/.semantic-commits-applied +0 -0
  42. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/CODE_OF_CONDUCT.md +0 -0
  43. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/CONTRIBUTING.md +0 -0
  44. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/Dockerfile +0 -0
  45. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/LICENSE +0 -0
  46. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/Makefile +0 -0
  47. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/PullRequests/PR_1027_reviews.md +0 -0
  48. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/SECURITY.md +0 -0
  49. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/SEMANTIC_COMMITS.md +0 -0
  50. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/TESTING_INFRASTRUCTURE.md +0 -0
  51. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/citation.cff +0 -0
  52. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/codebeaver.yml +0 -0
  53. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docker-compose.yml +0 -0
  54. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/api-banner.png +0 -0
  55. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/api_banner.png +0 -0
  56. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_1.png +0 -0
  57. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_2.png +0 -0
  58. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_3.png +0 -0
  59. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/apikey_4.png +0 -0
  60. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/browserbase_logo.png +0 -0
  61. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/codespaces-badge.png +0 -0
  62. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/histogram.png +0 -0
  63. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/omniscrapergraph.png +0 -0
  64. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/omnisearchgraph.png +0 -0
  65. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/project_overview_diagram.fig +0 -0
  66. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/project_overview_diagram.png +0 -0
  67. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/scrapegraphai_logo.png +0 -0
  68. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/scrapegraphai_logo.svg +0 -0
  69. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/scriptcreatorgraph.png +0 -0
  70. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/searchgraph.png +0 -0
  71. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/sgai-hero.png +0 -0
  72. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/smartscrapergraph.png +0 -0
  73. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/assets/speechgraph.png +0 -0
  74. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/docs/timeout_configuration.md +0 -0
  75. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/ScrapegraphAI_cookbook.ipynb +0 -0
  76. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/.env.example +0 -0
  77. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/README.md +0 -0
  78. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/ollama/code_generator_graph_ollama.py +0 -0
  79. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/code_generator_graph/openai/code_generator_graph_openai.py +0 -0
  80. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/.env.example +0 -0
  81. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/README.md +0 -0
  82. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/ollama/csv_scraper_graph_multi_ollama.py +0 -0
  83. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/ollama/csv_scraper_ollama.py +0 -0
  84. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/ollama/inputs/username.csv +0 -0
  85. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/openai/csv_scraper_graph_multi_openai.py +0 -0
  86. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/openai/csv_scraper_openai.py +0 -0
  87. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/csv_scraper_graph/openai/inputs/username.csv +0 -0
  88. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/.env.example +0 -0
  89. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/README.md +0 -0
  90. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/ollama/custom_graph_ollama.py +0 -0
  91. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/custom_graph/openai/custom_graph_openai.py +0 -0
  92. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/.env.example +0 -0
  93. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/README.md +0 -0
  94. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/ollama/depth_search_graph_ollama.py +0 -0
  95. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/depth_search_graph/openai/depth_search_graph_openai.py +0 -0
  96. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/.env.example +0 -0
  97. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/README.md +0 -0
  98. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/ollama/document_scraper_ollama.py +0 -0
  99. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/ollama/inputs/plain_html_example.txt +0 -0
  100. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/openai/document_scraper_openai.py +0 -0
  101. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/openai/inputs/markdown_example.md +0 -0
  102. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/document_scraper_graph/openai/inputs/plain_html_example.txt +0 -0
  103. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/.env.example +0 -0
  104. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/Savedscreenshots/test_image.jpeg +0 -0
  105. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/authenticated_playwright.py +0 -0
  106. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/browser_base_integration.py +0 -0
  107. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/chromium_selenium.py +0 -0
  108. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/cond_smartscraper_usage.py +0 -0
  109. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/conditional_usage.py +0 -0
  110. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/custom_prompt.py +0 -0
  111. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/example.yml +0 -0
  112. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/force_mode.py +0 -0
  113. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/html_mode.py +0 -0
  114. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/load_yml.py +0 -0
  115. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/no_cut.py +0 -0
  116. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/proxy_rotation.py +0 -0
  117. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/rag_caching.py +0 -0
  118. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/reasoning.py +0 -0
  119. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/scrape_do.py +0 -0
  120. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/screenshot_scaping.py +0 -0
  121. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/serch_graph_scehma.py +0 -0
  122. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/slow_mo.py +0 -0
  123. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/extras/undected_playwright.py +0 -0
  124. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/.env.example +0 -0
  125. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/README.md +0 -0
  126. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/ollama/inputs/example.json +0 -0
  127. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/ollama/json_scraper_multi_ollama.py +0 -0
  128. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/ollama/json_scraper_ollama.py +0 -0
  129. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/inputs/example.json +0 -0
  130. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/json_scraper_multi_openai.py +0 -0
  131. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/json_scraper_openai.py +0 -0
  132. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/md_scraper_openai.py +0 -0
  133. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/json_scraper_graph/openai/omni_scraper_openai.py +0 -0
  134. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/.env.example +0 -0
  135. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/markdownify_scrapegraphai.py +0 -0
  136. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/markdownify_scrapegraphai_v3.py +0 -0
  137. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/markdownify/readme.md +0 -0
  138. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/omni_scraper_graph/.env.example +0 -0
  139. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/omni_scraper_graph/README.md +0 -0
  140. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/omni_scraper_graph/omni_search_openai.py +0 -0
  141. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/readme.md +0 -0
  142. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/.env.example +0 -0
  143. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/README.md +0 -0
  144. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/ollama/script_generator_ollama.py +0 -0
  145. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/ollama/script_multi_generator_ollama.py +0 -0
  146. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/openai/script_generator_multi_openai.py +0 -0
  147. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/openai/script_generator_openai.py +0 -0
  148. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/script_generator_graph/openai/script_generator_schema_openai.py +0 -0
  149. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/.env.example +0 -0
  150. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/README.md +0 -0
  151. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/ollama/search_graph_ollama.py +0 -0
  152. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/ollama/search_graph_schema_ollama.py +0 -0
  153. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/openai/search_graph_openai.py +0 -0
  154. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/openai/search_graph_schema_openai.py +0 -0
  155. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/openai/search_link_graph_openai.py +0 -0
  156. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/.env.example +0 -0
  157. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/readme.md +0 -0
  158. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/searchscraper_scrapegraphai.py +0 -0
  159. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/search_graph/scrapegraphai/searchscraper_scrapegraphai_v3.py +0 -0
  160. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/.env.example +0 -0
  161. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/nvidia/smart_scraper_nvidia.py +0 -0
  162. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_lite_ollama.py +0 -0
  163. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_multi_concat_ollama.py +0 -0
  164. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_multi_lite_ollama.py +0 -0
  165. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_multi_ollama.py +0 -0
  166. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_ollama.py +0 -0
  167. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/ollama/smart_scraper_schema_ollama.py +0 -0
  168. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_lite_openai.py +0 -0
  169. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_multi_concat_openai.py +0 -0
  170. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_multi_lite_openai.py +0 -0
  171. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_multi_openai.py +0 -0
  172. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_openai.py +0 -0
  173. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/openai/smart_scraper_schema_openai.py +0 -0
  174. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/.env.example +0 -0
  175. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/readme.md +0 -0
  176. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/smartscraper_scrapegraphai.py +0 -0
  177. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/smart_scraper_graph/scrapegraphai/smartscraper_scrapegraphai_v3.py +0 -0
  178. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/speech_graph/.env.example +0 -0
  179. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/speech_graph/README.md +0 -0
  180. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/speech_graph/speech_graph_openai.py +0 -0
  181. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/.env.example +0 -0
  182. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/README.md +0 -0
  183. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/ollama/inputs/books.xml +0 -0
  184. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/ollama/xml_scraper_graph_multi_ollama.py +0 -0
  185. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/ollama/xml_scraper_ollama.py +0 -0
  186. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/openai/inputs/books.xml +0 -0
  187. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/openai/xml_scraper_graph_multi_openai.py +0 -0
  188. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/examples/xml_scraper_graph/openai/xml_scraper_openai.py +0 -0
  189. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/media/banner.png +0 -0
  190. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/pytest.ini +0 -0
  191. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/__init__.py +0 -0
  192. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/builders/__init__.py +0 -0
  193. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/builders/graph_builder.py +0 -0
  194. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/__init__.py +0 -0
  195. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/browser_base.py +0 -0
  196. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/chromium.py +0 -0
  197. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/plasmate.py +0 -0
  198. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/docloaders/scrape_do.py +0 -0
  199. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/__init__.py +0 -0
  200. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/abstract_graph.py +0 -0
  201. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/base_graph.py +0 -0
  202. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/code_generator_graph.py +0 -0
  203. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/csv_scraper_graph.py +0 -0
  204. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/csv_scraper_multi_graph.py +0 -0
  205. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/depth_search_graph.py +0 -0
  206. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/document_scraper_graph.py +0 -0
  207. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/document_scraper_multi_graph.py +0 -0
  208. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/json_scraper_graph.py +0 -0
  209. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/json_scraper_multi_graph.py +0 -0
  210. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/markdownify_graph.py +0 -0
  211. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/omni_scraper_graph.py +0 -0
  212. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/omni_search_graph.py +0 -0
  213. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/screenshot_scraper_graph.py +0 -0
  214. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/script_creator_graph.py +0 -0
  215. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/script_creator_multi_graph.py +0 -0
  216. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/search_graph.py +0 -0
  217. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/search_link_graph.py +0 -0
  218. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_graph.py +0 -0
  219. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_lite_graph.py +0 -0
  220. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_batch_graph.py +0 -0
  221. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_concat_graph.py +0 -0
  222. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_graph.py +0 -0
  223. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/smart_scraper_multi_lite_graph.py +0 -0
  224. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/speech_graph.py +0 -0
  225. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/xml_scraper_graph.py +0 -0
  226. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/graphs/xml_scraper_multi_graph.py +0 -0
  227. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/__init__.py +0 -0
  228. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/default_filters.py +0 -0
  229. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/nodes_metadata.py +0 -0
  230. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/robots.py +0 -0
  231. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/helpers/schemas.py +0 -0
  232. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/__init__.py +0 -0
  233. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/burr_bridge.py +0 -0
  234. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/indexify_node.py +0 -0
  235. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/integrations/scrapegraph_py_compat.py +0 -0
  236. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/__init__.py +0 -0
  237. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/clod.py +0 -0
  238. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/deepseek.py +0 -0
  239. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/minimax.py +0 -0
  240. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/nvidia.py +0 -0
  241. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/oneapi.py +0 -0
  242. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/openai_itt.py +0 -0
  243. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/openai_tts.py +0 -0
  244. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/models/xai.py +0 -0
  245. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/__init__.py +0 -0
  246. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/base_node.py +0 -0
  247. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/batch_generate_answer_node.py +0 -0
  248. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/concat_answers_node.py +0 -0
  249. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/conditional_node.py +0 -0
  250. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/description_node.py +0 -0
  251. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/fetch_node.py +0 -0
  252. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/fetch_node_level_k.py +0 -0
  253. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/fetch_screen_node.py +0 -0
  254. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_csv_node.py +0 -0
  255. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_answer_from_image_node.py +0 -0
  256. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/generate_scraper_node.py +0 -0
  257. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/get_probable_tags_node.py +0 -0
  258. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/graph_iterator_node.py +0 -0
  259. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/image_to_text_node.py +0 -0
  260. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/markdownify_node.py +0 -0
  261. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/merge_generated_scripts_node.py +0 -0
  262. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/parse_node.py +0 -0
  263. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/parse_node_depth_k_node.py +0 -0
  264. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/rag_node.py +0 -0
  265. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/robots_node.py +0 -0
  266. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/search_link_node.py +0 -0
  267. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/search_node_with_context.py +0 -0
  268. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/nodes/text_to_speech_node.py +0 -0
  269. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/__init__.py +0 -0
  270. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/description_node_prompts.py +0 -0
  271. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_csv_prompts.py +0 -0
  272. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_omni_prompts.py +0 -0
  273. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_pdf_prompts.py +0 -0
  274. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_answer_node_prompts.py +0 -0
  275. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/generate_code_node_prompts.py +0 -0
  276. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/get_probable_tags_node_prompts.py +0 -0
  277. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/html_analyzer_node_prompts.py +0 -0
  278. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/merge_answer_node_prompts.py +0 -0
  279. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/merge_generated_scripts_prompts.py +0 -0
  280. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/prompt_refiner_node_prompts.py +0 -0
  281. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/reasoning_node_prompts.py +0 -0
  282. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/robots_node_prompts.py +0 -0
  283. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/search_internet_node_prompts.py +0 -0
  284. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/search_link_node_prompts.py +0 -0
  285. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/prompts/search_node_with_context_prompts.py +0 -0
  286. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/telemetry/__init__.py +0 -0
  287. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/telemetry/telemetry.py +0 -0
  288. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/__init__.py +0 -0
  289. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/batch_api.py +0 -0
  290. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/cleanup_code.py +0 -0
  291. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/cleanup_html.py +0 -0
  292. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/code_error_analysis.py +0 -0
  293. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/code_error_correction.py +0 -0
  294. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/convert_to_md.py +0 -0
  295. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/copy.py +0 -0
  296. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/custom_callback.py +0 -0
  297. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/data_export.py +0 -0
  298. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/dict_content_compare.py +0 -0
  299. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/llm_callback_manager.py +0 -0
  300. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/logging.py +0 -0
  301. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/model_costs.py +0 -0
  302. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/output_parser.py +0 -0
  303. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/parse_state_keys.py +0 -0
  304. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/prettify_exec_info.py +0 -0
  305. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/proxy_rotation.py +0 -0
  306. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/research_web.py +0 -0
  307. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/save_audio_from_bytes.py +0 -0
  308. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/save_code_to_file.py +0 -0
  309. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/schema_trasform.py +0 -0
  310. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/screenshot_scraping/__init__.py +0 -0
  311. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/screenshot_scraping/screenshot_preparation.py +0 -0
  312. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/screenshot_scraping/text_detection.py +0 -0
  313. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/split_text_into_chunks.py +0 -0
  314. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/sys_dynamic_import.py +0 -0
  315. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizer.py +0 -0
  316. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizers/tokenizer_mistral.py +0 -0
  317. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizers/tokenizer_ollama.py +0 -0
  318. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/scrapegraphai/utils/tokenizers/tokenizer_openai.py +0 -0
  319. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/test +0 -0
  320. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/QUICKSTART.md +0 -0
  321. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/README_TESTING.md +0 -0
  322. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/Readme.md +0 -0
  323. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/conftest.py +0 -0
  324. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/benchmarking.py +0 -0
  325. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/helpers.py +0 -0
  326. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/mock_server/__init__.py +0 -0
  327. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/fixtures/mock_server/server.py +0 -0
  328. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/.env.example +0 -0
  329. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/abstract_graph_test.py +0 -0
  330. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/code_generator_graph_openai_test.py +0 -0
  331. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/depth_search_graph_openai_test.py +0 -0
  332. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/books.xml +0 -0
  333. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/example.json +0 -0
  334. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/plain_html_example.txt +0 -0
  335. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/inputs/username.csv +0 -0
  336. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/scrape_plain_text_mistral_test.py +0 -0
  337. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/scrape_xml_ollama_test.py +0 -0
  338. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/screenshot_scraper_test.py +0 -0
  339. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/script_generator_test.py +0 -0
  340. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/search_graph_openai_test.py +0 -0
  341. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/search_link_ollama.py +0 -0
  342. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_clod_test.py +0 -0
  343. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_ernie_test.py +0 -0
  344. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_fireworks_test.py +0 -0
  345. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_multi_lite_graph_openai_test.py +0 -0
  346. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_ollama_test.py +0 -0
  347. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/smart_scraper_openai_test.py +0 -0
  348. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/graphs/xml_scraper_openai_test.py +0 -0
  349. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/books.xml +0 -0
  350. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/example.json +0 -0
  351. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/plain_html_example.txt +0 -0
  352. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/inputs/username.csv +0 -0
  353. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/__init__.py +0 -0
  354. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/test_file_formats_integration.py +0 -0
  355. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/test_multi_graph_integration.py +0 -0
  356. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/integration/test_smart_scraper_integration.py +0 -0
  357. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/fetch_node_test.py +0 -0
  358. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/books.xml +0 -0
  359. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/example.json +0 -0
  360. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/plain_html_example.txt +0 -0
  361. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/inputs/username.csv +0 -0
  362. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/nodes/robot_node_test.py +0 -0
  363. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_batch_api.py +0 -0
  364. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_chromium.py +0 -0
  365. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_cleanup_html.py +0 -0
  366. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_csv_scraper_multi_graph.py +0 -0
  367. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_depth_search_graph.py +0 -0
  368. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_fetch_node_timeout.py +0 -0
  369. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_generate_answer_node.py +0 -0
  370. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_json_scraper_graph.py +0 -0
  371. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_json_scraper_multi_graph.py +0 -0
  372. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_models_tokens.py +0 -0
  373. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_omni_search_graph.py +0 -0
  374. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_plasmate.py +0 -0
  375. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_scrape_do.py +0 -0
  376. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_script_creator_multi_graph.py +0 -0
  377. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_search_graph.py +0 -0
  378. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/test_smart_scraper_multi_concat_graph.py +0 -0
  379. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/convert_to_md_test.py +0 -0
  380. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/copy_utils_test.py +0 -0
  381. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/parse_state_keys_test.py +0 -0
  382. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/research_web_test.py +0 -0
  383. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/test_proxy_rotation.py +0 -0
  384. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/tests/utils/test_sys_dynamic_import.py +0 -0
  385. {scrapegraphai-2.1.2 → scrapegraphai-2.2.0b2}/uv.lock +0 -0
@@ -1,14 +1,9 @@
1
- ## [2.1.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.1.1...v2.1.2) (2026-06-01)
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
- ### Bug Fixes
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
- * 📚 Standardize and fix links across translated READMEs ([#1074](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/1074)) ([458d36a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/458d36a6b83f4a412206cdbe9935a059e9d47f57))
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.1.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](docs/german.md)
62
- | [Español](docs/spanish.md)
63
- | [français](docs/french.md)
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
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/scrapegraphai?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](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://docs.scrapegraphai.com/sdks/python) |
231
- | Node.js SDK | Node.js | [scrapegraph-js](https://docs.scrapegraphai.com/sdks/javascript) |
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](docs/german.md)
17
- | [Español](docs/spanish.md)
18
- | [français](docs/french.md)
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
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/scrapegraphai?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](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://docs.scrapegraphai.com/sdks/python) |
186
- | Node.js SDK | Node.js | [scrapegraph-js](https://docs.scrapegraphai.com/sdks/javascript) |
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](../README.md) | [中文](chinese.md) | [日本語](japanese.md)
8
- | [한국어](korean.md)
9
- | [Русский](russian.md) | [Türkçe](turkish.md)
10
- | [Deutsch](german.md)
11
- | [Español](spanish.md)
12
- | [français](french.md)
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
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/scrapegraphai?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/scrapegraphai)
17
-
16
+ [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen?style=for-the-badge)](https://github.com/pylint-dev/pylint)
17
+ [![Pylint](https://img.shields.io/github/actions/workflow/status/VinciGit00/Scrapegraph-ai/code-quality.yml?label=Pylint&logo=github&style=for-the-badge)](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/code-quality.yml)
18
+ [![CodeQL](https://img.shields.io/github/actions/workflow/status/VinciGit00/Scrapegraph-ai/codeql.yml?label=CodeQL&logo=github&style=for-the-badge)](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml)
18
19
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
19
20
  [![](https://dcbadge.vercel.app/api/server/gkxQDAjfeX)](https://discord.gg/gkxQDAjfeX)
21
+
22
+ [![API Banner](https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/api_banner.png)](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/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>
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/ScrapeGraphAI/Scrapegraph-ai/blob/main/CONTRIBUTING.md)。
168
+ 请参阅[贡献指南](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md)。
166
169
 
167
170
  [![My Skills](https://skillicons.dev/icons?i=discord)](https://discord.gg/uJN7TYcpNa)
168
171
  [![My Skills](https://skillicons.dev/icons?i=linkedin)](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://docs.scrapegraphai.com/sdks/python) |
181
- | Node.js SDK | Node.js | [scrapegraph-js](https://docs.scrapegraphai.com/sdks/javascript) |
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://scrapegraphai.com/compare/firecrawl),ScrapeGraph 是市场上最好的抓取工具!
190
+ 根据 Firecrawl 基准测试 [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3),ScrapeGraph 是市场上最好的抓取工具!
188
191
 
189
192
  ![here](assets/histogram.png)
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
- [![Contributors](https://contrib.rocks/image?repo=ScrapeGraphAI/Scrapegraph-ai)](https://github.com/ScrapeGraphAI/Scrapegraph-ai/graphs/contributors)
198
+ [![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](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/ScrapeGraphAI/Scrapegraph-ai},
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/ScrapeGraphAI/Scrapegraph-ai/blob/main/LICENSE) 文件。
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](../README.md) | [中文](chinese.md) | [日本語](japanese.md)
14
- | [한국어](korean.md)
15
- | [Русский](russian.md) | [Türkçe](turkish.md)
16
- | [Deutsch](german.md)
17
- | [Español](spanish.md)
18
- | [français](french.md)
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
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/scrapegraphai?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/scrapegraphai)
23
-
23
+ [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen?style=for-the-badge)](https://github.com/pylint-dev/pylint)
24
+ [![Pylint](https://img.shields.io/github/actions/workflow/status/ScrapeGraphAI/Scrapegraph-ai/code-quality.yml?label=Pylint&logo=github&style=for-the-badge)](https://github.com/ScrapeGraphAI/Scrapegraph-ai/actions/workflows/code-quality.yml)
25
+ [![CodeQL](https://img.shields.io/github/actions/workflow/status/ScrapeGraphAI/Scrapegraph-ai/codeql.yml?label=CodeQL&logo=github&style=for-the-badge)](https://github.com/ScrapeGraphAI/Scrapegraph-ai/actions/workflows/codeql.yml)
24
26
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
25
27
  [![](https://dcbadge.vercel.app/api/server/gkxQDAjfeX)](https://discord.gg/gkxQDAjfeX)
28
+
29
+ [![API Banner](https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/api_banner.png)](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://docs.scrapegraphai.com/sdks/python) |
186
- | Node.js SDK | Node.js | [scrapegraph-js](https://docs.scrapegraphai.com/sdks/javascript) |
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://scrapegraphai.com/compare/firecrawl), ScrapeGraph è il miglior fetcher sul mercato!
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
  ![here](assets/histogram.png)
195
200
 
@@ -4,36 +4,39 @@
4
4
 
5
5
  # 🕷️ ScrapeGraphAI: 一度のクロールで完結
6
6
 
7
- [English](../README.md) | [中文](chinese.md) | [日本語](japanese.md)
8
- | [한국어](korean.md)
9
- | [Русский](russian.md) | [Türkçe](turkish.md)
10
- | [Deutsch](german.md)
11
- | [Español](spanish.md)
12
- | [français](french.md)
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
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/scrapegraphai?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/scrapegraphai)
17
-
16
+ [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen?style=for-the-badge)](https://github.com/pylint-dev/pylint)
17
+ [![Pylint](https://img.shields.io/github/actions/workflow/status/VinciGit00/Scrapegraph-ai/code-quality.yml?label=Pylint&logo=github&style=for-the-badge)](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/code-quality.yml)
18
+ [![CodeQL](https://img.shields.io/github/actions/workflow/status/VinciGit00/Scrapegraph-ai/codeql.yml?label=CodeQL&logo=github&style=for-the-badge)](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml)
18
19
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
19
20
  [![](https://dcbadge.vercel.app/api/server/gkxQDAjfeX)](https://discord.gg/gkxQDAjfeX)
21
+
22
+ [![API Banner](https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/api_banner.png)](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/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>
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/ScrapeGraphAI/Scrapegraph-ai/blob/main/CONTRIBUTING.md)をご覧ください。
168
+ [貢献ガイド](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md)をご覧ください。
166
169
 
167
170
  [![My Skills](https://skillicons.dev/icons?i=discord)](https://discord.gg/uJN7TYcpNa)
168
171
  [![My Skills](https://skillicons.dev/icons?i=linkedin)](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://docs.scrapegraphai.com/sdks/python) |
181
- | Node.js SDK | Node.js | [scrapegraph-js](https://docs.scrapegraphai.com/sdks/javascript) |
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://scrapegraphai.com/compare/firecrawl)によると、ScrapeGraphは市場で最高のフェッチャーです!
190
+ Firecrawlベンチマーク [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3)によると、ScrapeGraphは市場で最高のフェッチャーです!
188
191
 
189
192
  ![here](assets/histogram.png)
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
- [![Contributors](https://contrib.rocks/image?repo=ScrapeGraphAI/Scrapegraph-ai)](https://github.com/ScrapeGraphAI/Scrapegraph-ai/graphs/contributors)
198
+ [![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](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/ScrapeGraphAI/Scrapegraph-ai},
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/ScrapeGraphAI/Scrapegraph-ai/blob/main/LICENSE)ファイルをご覧ください。
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](../README.md) | [中文](chinese.md) | [日本語](japanese.md)
8
- | [한국어](korean.md)
9
- | [Русский](russian.md) | [Türkçe](turkish.md)
10
- | [Deutsch](german.md)
11
- | [Español](spanish.md)
12
- | [français](french.md)
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
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/scrapegraphai?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/scrapegraphai)
17
-
16
+ [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen?style=for-the-badge)](https://github.com/pylint-dev/pylint)
17
+ [![Pylint](https://img.shields.io/github/actions/workflow/status/VinciGit00/Scrapegraph-ai/code-quality.yml?label=Pylint&logo=github&style=for-the-badge)](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/code-quality.yml)
18
+ [![CodeQL](https://img.shields.io/github/actions/workflow/status/VinciGit00/Scrapegraph-ai/codeql.yml?label=CodeQL&logo=github&style=for-the-badge)](https://github.com/VinciGit00/Scrapegraph-ai/actions/workflows/codeql.yml)
18
19
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
19
20
  [![](https://dcbadge.vercel.app/api/server/gkxQDAjfeX)](https://discord.gg/gkxQDAjfeX)
21
+
22
+ [![API Banner](https://raw.githubusercontent.com/ScrapeGraphAI/Scrapegraph-ai/main/docs/assets/api_banner.png)](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/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>
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/ScrapeGraphAI/Scrapegraph-ai/blob/main/CONTRIBUTING.md)을 참고하세요.
168
+ [기여 가이드라인](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/CONTRIBUTING.md)을 참고하세요.
166
169
 
167
170
  [![My Skills](https://skillicons.dev/icons?i=discord)](https://discord.gg/uJN7TYcpNa)
168
171
  [![My Skills](https://skillicons.dev/icons?i=linkedin)](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://docs.scrapegraphai.com/sdks/python) |
181
- | Node.js SDK | Node.js | [scrapegraph-js](https://docs.scrapegraphai.com/sdks/javascript) |
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://scrapegraphai.com/compare/firecrawl)에 따르면, ScrapeGraph는 시장에서 최고의 페처입니다!
190
+ Firecrawl 벤치마크 [Firecrawl benchmark](https://github.com/firecrawl/scrape-evals/pull/3)에 따르면, ScrapeGraph는 시장에서 최고의 페처입니다!
188
191
 
189
192
  ![here](assets/histogram.png)
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
- [![Contributors](https://contrib.rocks/image?repo=ScrapeGraphAI/Scrapegraph-ai)](https://github.com/ScrapeGraphAI/Scrapegraph-ai/graphs/contributors)
198
+ [![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](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/ScrapeGraphAI/Scrapegraph-ai},
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/ScrapeGraphAI/Scrapegraph-ai/blob/main/LICENSE) 파일을 참조하세요.
221
+ ScrapeGraphAI는 MIT License로 배포되었습니다. 자세한 내용은 [LICENSE](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/LICENSE) 파일을 참조하세요.
219
222
 
220
223
  ## 감사의 말
221
224