File tree 4 files changed +13
-49
lines changed
4 files changed +13
-49
lines changed Original file line number Diff line number Diff line change
1
+ ## APIs
2
+
3
+ ScrapegraphAI has now his APIs! Check it out [ here] ( https://scrapegraphai.com ) !
Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ playwright install
30
30
31
31
** Note** : it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
32
32
33
+ ## News 📰
34
+
35
+ - ScrapegraphAI has now his APIs! Check it out [ here] ( https://scrapegraphai.com ) !
36
+
33
37
## 🔍 Demo
34
38
Official streamlit demo:
35
39
36
- [ ![ My Skills] ( https://skillicons.dev/icons?i=react )] ( https://scrapegraph-ai -demo.streamlit.app/ )
40
+ [ ![ My Skills] ( https://skillicons.dev/icons?i=react )] ( https://scrapegraph-demo -demo.streamlit.app )
37
41
38
42
Try it directly on the web using Google Colab:
39
43
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -80,6 +80,11 @@ const config = {
80
80
position : 'left' ,
81
81
label : 'Documentation' ,
82
82
} ,
83
+ {
84
+ href : 'https://scrapegraphai.com' ,
85
+ label : 'Official APIs' ,
86
+ position : 'left' ,
87
+ } ,
83
88
{
84
89
href : 'https://github.com/VinciGit00/Scrapegraph-ai' ,
85
90
label : 'GitHub' ,
You can’t perform that action at this time.
0 commit comments