@@ -24,21 +24,9 @@ Just say which information you want to extract and the library will do it for yo
2424 <img src =" https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/sgai-hero.png " alt =" ScrapeGraphAI Hero " style =" width : 100% ;" >
2525</p >
2626
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 📰
2928
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 ) !
4230
4331## 🚀 Quick install
4432
@@ -99,8 +87,8 @@ graph_config = {
9987
10088# Create the SmartScraperGraph instance
10189smart_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/ " ,
10492 config = graph_config
10593)
10694
@@ -112,20 +100,10 @@ print(json.dumps(result, indent=4))
112100The output will be a dictionary like the following:
113101
114102``` 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] " 129107}
130108```
131109There 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:
157135## 📖 Documentation
158136
159137The 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/ ) .
161140
162141## 🏆 Sponsors
163142<div style =" text-align : center ;" >
0 commit comments