@@ -24,21 +24,9 @@ Just say which information you want to extract and the library will do it for yo
24
24
<img src =" https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/sgai-hero.png " alt =" ScrapeGraphAI Hero " style =" width : 100% ;" >
25
25
</p >
26
26
27
- ## 🔗 ScrapeGraph API & SDKs
28
- If you are looking for a quick solution to integrate ScrapeGraph in your system, check out our powerful API [ here!] ( https://dashboard.scrapegraphai.com/login )
27
+ ## News 📰
29
28
30
- <p align =" center " >
31
- <img src =" https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/api-banner.png " alt =" ScrapeGraph API Banner " style =" width : 100% ;" >
32
- </p >
33
-
34
- We offer SDKs in both Python and Node.js, making it easy to integrate into your projects. Check them out below:
35
-
36
- | SDK | Language | GitHub Link |
37
- | -----------| ----------| -----------------------------------------------------------------------------|
38
- | Python SDK | Python | [ scrapegraph-py] ( https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py ) |
39
- | Node.js SDK | Node.js | [ scrapegraph-js] ( https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js ) |
40
-
41
- The Official API Documentation can be found [ here] ( https://docs.scrapegraphai.com/ ) .
29
+ - ScrapegraphAI has now his APIs! Check it out [ here] ( https://scrapegraphai.com ) !
42
30
43
31
## 🚀 Quick install
44
32
@@ -99,8 +87,8 @@ graph_config = {
99
87
100
88
# Create the SmartScraperGraph instance
101
89
smart_scraper_graph = SmartScraperGraph(
102
- prompt = " Extract me all the news from the website " ,
103
- source = " https://www.wired. com" ,
90
+ prompt = " Find some information about what does the company do, the name and a contact email. " ,
91
+ source = " https://scrapegraphai. com/ " ,
104
92
config = graph_config
105
93
)
106
94
@@ -112,20 +100,10 @@ print(json.dumps(result, indent=4))
112
100
The output will be a dictionary like the following:
113
101
114
102
``` python
115
- " result" : {
116
- " news" : [
117
- {
118
- " title" : " The New Jersey Drone Mystery May Not Actually Be That Mysterious" ,
119
- " link" : " https://www.wired.com/story/new-jersey-drone-mystery-maybe-not-drones/" ,
120
- " author" : " Lily Hay Newman"
121
- },
122
- {
123
- " title" : " Former ByteDance Intern Accused of Sabotage Among Winners of Prestigious AI Award" ,
124
- " link" : " https://www.wired.com/story/bytedance-intern-best-paper-neurips/" ,
125
- " author" : " Louise Matsakis"
126
- },
127
- ...
128
- ]
103
+ {
104
+ " company" : " ScrapeGraphAI" ,
105
+ " name" : " ScrapeGraphAI Extracting content from websites and local documents using LLM" ,
106
+ " contact_email" :
" [email protected] "
129
107
}
130
108
```
131
109
There are other pipelines that can be used to extract information from multiple pages, generate Python scripts, or even generate audio files.
@@ -157,7 +135,8 @@ Try it directly on the web using Google Colab:
157
135
## 📖 Documentation
158
136
159
137
The documentation for ScrapeGraphAI can be found [ here] ( https://scrapegraph-ai.readthedocs.io/en/latest/ ) .
160
- Check out also the Docusaurus [ here] ( https://docs-oss.scrapegraphai.com/ ) .
138
+
139
+ Check out also the Docusaurus [ here] ( https://scrapegraph-doc.onrender.com/ ) .
161
140
162
141
## 🏆 Sponsors
163
142
<div style =" text-align : center ;" >
0 commit comments