Karim shoair commited on
Commit ·
305d926
1
Parent(s): 5e7b149
Article adjustment
Browse files- docs/tutorials/replacing_ai.md +1 -1
- mkdocs.yml +1 -1
docs/tutorials/replacing_ai.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Scrapling: A
|
| 2 |
|
| 3 |
Web scraping has long been a vital tool for data extraction, but experienced users often encounter persistent issues that can hinder effectiveness. Recently, there's been a noticeable shift toward AI-based web scraping, driven by its potential to address these challenges.
|
| 4 |
|
|
|
|
| 1 |
+
# Scrapling: A Free Alternative to AI for Robust Web Scraping
|
| 2 |
|
| 3 |
Web scraping has long been a vital tool for data extraction, but experienced users often encounter persistent issues that can hinder effectiveness. Recently, there's been a noticeable shift toward AI-based web scraping, driven by its potential to address these challenges.
|
| 4 |
|
mkdocs.yml
CHANGED
|
@@ -74,7 +74,7 @@ nav:
|
|
| 74 |
- Dynamically loaded websites: fetching/dynamic.md
|
| 75 |
- Fully bypass protections while fetching: fetching/stealthy.md
|
| 76 |
- Tutorials:
|
| 77 |
-
-
|
| 78 |
- Migrating from BeautifulSoup: tutorials/migrating_from_beautifulsoup.md
|
| 79 |
# - Migrating from AutoScraper: tutorials/migrating_from_autoscraper.md
|
| 80 |
- Development:
|
|
|
|
| 74 |
- Dynamically loaded websites: fetching/dynamic.md
|
| 75 |
- Fully bypass protections while fetching: fetching/stealthy.md
|
| 76 |
- Tutorials:
|
| 77 |
+
- A Free Alternative to AI for Robust Web Scraping: tutorials/replacing_ai.md
|
| 78 |
- Migrating from BeautifulSoup: tutorials/migrating_from_beautifulsoup.md
|
| 79 |
# - Migrating from AutoScraper: tutorials/migrating_from_autoscraper.md
|
| 80 |
- Development:
|