Skip to content

Commit ec957a5

Browse files
authored
Merge branch 'main' into pre/beta
2 parents 470ed48 + 0139b9f commit ec957a5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# 🕷️ ScrapeGraphAI: You Only Scrape Once
32
[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)
43
| [한국어](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/korean.md)
@@ -25,6 +24,19 @@ Just say which information you want to extract and the library will do it for yo
2524
</p>
2625

2726

27+
## 🚀 Integrations
28+
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..
29+
30+
You can find more informations at the following [link](https://scrapegraphai.com)
31+
32+
**Integrations**:
33+
34+
- **API**: [Documentation](https://docs.scrapegraphai.com/introduction)
35+
- **SDKs**: [Python](https://docs.scrapegraphai.com/sdks/python), [Node](https://docs.scrapegraphai.com/sdks/javascript)
36+
- **LLM Frameworks**: [Langchain](https://docs.scrapegraphai.com/integrations/langchain), [Llama Index](https://docs.scrapegraphai.com/integrations/llamaindex), [Crew.ai](https://docs.scrapegraphai.com/integrations/crewai), [CamelAI](https://github.com/camel-ai/camel)
37+
- **Low-code Frameworks**: [Pipedream](https://pipedream.com/apps/scrapegraphai), [Bubble](https://bubble.io/plugin/scrapegraphai-1745408893195x213542371433906180), [Zapier](https://zapier.com/apps/scrapegraphai/integrations), [n8n](http://localhost:5001/dashboard)
38+
- **MCP server**: [Link](https://smithery.ai/server/@ScrapeGraphAI/scrapegraph-mcp)
39+
2840
## 🚀 Quick install
2941

3042
The reference page for Scrapegraph-ai is available on the official page of PyPI: [pypi](https://pypi.org/project/scrapegraphai/).

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "scrapegraphai"
33

44
version = "1.50.0b1"
55

6-
76
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
87
authors = [
98
{ name = "Marco Vinciguerra", email = "[email protected]" },

0 commit comments

Comments
 (0)