Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Python scraper based on AI
| Date | Stars |
|---|---|
| 2026-07-24 | 28611 |
| 2026-07-25 | 28623 |
| 2026-07-28 | 28717 |
| 2026-07-30 | 28797 |
| 2026-08-07 | 29161 |
| 2026-08-15 | 29544 |
| 2026-08-18 | 29684 |
| 2026-08-19 | 29722 |
| 2026-08-20 | 29760 |
| 2026-08-21 | 29785 |
| 2026-08-22 | 29809 |
| 2026-08-23 | 29832 |
| 2026-08-24 | 29851 |
| 2026-08-25 | 29880 |
| 2026-08-26 | 29929 |
| 2026-08-27 | 29977 |
| 2026-08-28 | 30013 |
| 2026-08-29 | 30028 |
| 2026-08-30 | 30068 |
| 2026-08-31 | 30115 |
| 2026-09-01 | 30292 |
| 2026-09-02 | 30378 |
| 2026-09-03 | 30456 |
| 2026-09-04 | 30513 |
| 2026-09-05 | 30570 |
| 2026-09-06 | 30612 |
| 2026-09-07 | 30674 |
| 2026-09-08 | 30723 |
| 2026-09-09 | 30757 |
| 2026-09-10 | 30788 |
| 2026-09-11 | 30814 |
| 2026-09-12 | 30853 |
| 2026-09-13 | 30889 |
| 2026-09-14 | 30947 |
| 2026-09-15 | 30987 |
| 2026-09-16 | 31022 |
| 2026-09-17 | 31051 |
| 2026-09-18 | 31072 |
| 2026-09-19 | 31108 |
| 2026-09-20 | 31146 |
Today
+38 stars today
This week
+257 stars this week
This month
+1.4k stars this month
Momentum
544.0
growth rate 0.83%/day
## 🚀 **Looking for an even faster and simpler way to scrape at scale (only 5 lines of code)?** Check out our enhanced version at [**ScrapeGraphAI.com**](https://scrapegraphai.com/?utm_source=github&utm_medium=readme&utm_campaign=oss_cta&ut#m_content=top_banner)! 🚀
---
# 🕷️ ScrapeGraphAI: You Only Scrape Once
<p align="center">
<a href="https://scrapegraphai.com">
<img src="media/banner.png" alt="ScrapeGraphAI" style="width: 100%;">
</a>
</p>
[English](README.md) | [中文](docs/chinese.md) | [日本語](docs/japanese.md)
| [한국어](docs/korean.md)
| [Русский](docs/russian.md) | [Türkçe](docs/turkish.md)
| [Deutsch](docs/german.md)
| [Español](docs/spanish.md)
| [français](docs/french.md)
| [Português](docs/portuguese.md)
| [Italiano](docs/italian.md)
[](https://pepy.tech/projects/scrapegraphai)
[](https://opensource.org/licenses/MIT)
[](https://discord.gg/gkxQDAjfeX)
<p align="center">
<a href="https://trendshift.io/repositories/15078" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15078" alt="ScrapeGraphAI%2FScrapegraph-ai | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
<p align="center">
[ScrapeGraphAI](https://scrapegraphai.com) is a *web scraping* python library that uses LLM and direct graph logic to create scraping pipelines for websites and local documents (XML, HTML, JSON, Markdown, etc.).
Just say which information you want to extract and the library will do it for you!
## 🚀 Integrations
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..
<p align="center">
<a href="https://scrapegraphai.com">
<img src="https://raw.githubusercontent.com/ScrapeGraphAI/.github/main/profile/assets/api_banner.png" alt="Web data extraction at scale? Try ScrapeGraphAI cloud" style="width: 100%;">
</a>
</p>
You can find more informations at the following [link](https://scrapegraphai.com)
**Integrations**:
- **API**: [Documentation](https://docs.scrapegraphai.com/introduction)
- **SDKs**: [Python](https://docs.scrapegraphai.com/sdks/python), [Node](https://docs.scrapegraphai.com/sdks/javascript)
- **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), [Agno](https://docs.scrapegraphai.com/integrations/agno), [CamelAI](https://github.com/camel-ai/camel)
- **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), [Dify](https://dify.ai), [Toolhouse](https://app.toolhouse.ai/mcp-servers/scrapegraph_smartscraper)
- **MCP server**: [Link](https://smithery.ai/server/@ScrapeGraphAI/scrapegraph-mcp)
## 🚀 Quick install
The reference page for Scrapegraph-ai is available on the official page of PyPI: [pypi](https://pypi.org/project/scrapegraphai/).
```bash
pip install scrapegraphai
# IMPORTANT (for fetching websites content)
playwright install
```
**Note**: it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
## 💻 Usage
There are multiple standard scraping pipelines that can be used to extract information from a website (or local file).
The most common one is the `SmartScraperGraph`, which extracts informatioExcerpt of 13,814 characters
Read on GitHubMarco Vinciguerra · Scrapegraphai
1.5k
Semantic Release Bot · @semantic-release
456
Marco Perini
378
Federico Aguzzi · BridgeSolution · Italy
122
Matteo Vedovati · SerpApi · Italy
64
Lorenzo Padoan · ScrapeGraphAI
52
shenghong
17
17
Eric Page · Lenovo
16
15
Lorenzo Paleari · Switzerland
13
Federico Minutoli · Atena Reply S.r.l. · Italy
13
Tejas Amol Hande · Marsstrong International
11
Mayur Bhosale · Qubole | Uber · India
11
11
Aziz Ullah Khan · Pakistan
10
Ekin Senler
10
João Galego · Critical Software · Portugal
9
smith peng
9
Shubham Kamboj
9
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:54bb36413dfa649a, topic:web-scraping, topic:crawler, readme:web scraping
matched fp:54bb36413dfa649a, topic:llm
matched fp:54bb36413dfa649a, topic:rag