Skip to content

Commit b7330cb

Browse files
authored
Merge pull request #25 from ScrapeGraphAI/async-change
Async change
2 parents d03b9bf + 49b8e4b commit b7330cb

25 files changed

+7241
-177
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.env
2+
# Ignore .DS_Store files anywhere in the repository
3+
.DS_Store
4+
**/.DS_Store
5+
*.csv

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@
33
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
44
[![Python SDK](https://img.shields.io/badge/Python_SDK-Latest-blue)](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py)
55
[![JavaScript SDK](https://img.shields.io/badge/JavaScript_SDK-Latest-yellow)](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js)
6-
[![Documentation](https://img.shields.io/badge/Documentation-Latest-green)](https://scrapegraphai.com/docs)
6+
[![Documentation](https://img.shields.io/badge/Documentation-Latest-green)](https://docs.scrapegraphai.com)
7+
8+
<p align="left">
9+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/api-banner.png" alt="ScrapeGraph API Banner" style="width: 70%;">
10+
</p>
711

812
Official SDKs for the ScrapeGraph AI API - Intelligent web scraping powered by AI. Extract structured data from any webpage with natural language prompts.
913

10-
The credits can be bougth [here](https://scrapegraphai.com)!
14+
Get your [API key](https://scrapegraphai.com)!
1115

1216
## 🚀 Quick Links
1317

1418
- [Python SDK Documentation](scrapegraph-py/README.md)
1519
- [JavaScript SDK Documentation](scrapegraph-js/README.md)
16-
- [API Documentation](https://scrapegraphai.com/docs)
20+
- [API Documentation](https://docs.scrapegraphai.com)
1721
- [Website](https://scrapegraphai.com)
1822

1923
## 📦 Installation
@@ -69,7 +73,7 @@ Extract information from a local HTML file using AI.
6973
For detailed documentation and examples, visit:
7074
- [Python SDK Guide](scrapegraph-py/README.md)
7175
- [JavaScript SDK Guide](scrapegraph-js/README.md)
72-
- [API Documentation](https://scrapegraphai.com/docs)
76+
- [API Documentation](https://docs.scrapegraphai.com)
7377

7478
## 💬 Support & Feedback
7579

cookbook/chat-webpage-simple-rag/scrapegraph_burr_lancedb.ipynb

Lines changed: 687 additions & 0 deletions
Large diffs are not rendered by default.

cookbook/company-info/scrapegraph_langchain.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cookbook/company-info/scrapegraph_llama_index.ipynb

Lines changed: 1807 additions & 0 deletions
Large diffs are not rendered by default.

cookbook/company-info/scrapegraph_sdk.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cookbook/github-trending/scrapegraph_langchain.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cookbook/github-trending/scrapegraph_llama_index.ipynb

Lines changed: 999 additions & 0 deletions
Large diffs are not rendered by default.

cookbook/github-trending/scrapegraph_sdk.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cookbook/homes-forsale/scrapegraph_langchain.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)