Skip to content

Commit 0c0a98f

Browse files
committed
course intro
1 parent 2cc4690 commit 0c0a98f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Advanced web scraping
3-
description: Description
3+
description: Take your scrapers to the next level by learning various advanced concepts and techniques that will help you build highly scalable and reliable crawlers.
44
menuWeight: 8
55
category: courses
66
paths:
@@ -9,4 +9,10 @@ paths:
99

1010
# Advanced web scraping
1111

12-
<!-- todo: content here -->
12+
In this course, we'll be tackling some of the most challenging and advanced web-scraping cases, such as mobile-app scraping, scraping sites with limited pagination, and handling large-scale cases where millions of items are scraped. Are **you** ready to take your scrapers to the next level?
13+
14+
If you've managed to follow along with all of the courses prior to this one, then you're more than ready to take these upcoming lessons on 😎
15+
16+
## [](#first-up) First up
17+
18+
This course's [first lesson]({{@link advanced_web_scraping/scraping_paginated_sites.md}}) dives head-first into one of the most valuable skills you can have as a scraper developer: **Scraping paginated sites**.

content/academy/advanced_web_scraping/scraping_paginated_sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Scraping paginated sites
3-
description: Description
3+
description: Learn how to extract all of a website's listings even if they limit the number of results pages. See code examples for setting up your scraper.
44
menuWeight: 8.1
55
paths:
66
- advanced-web-scraping/scraping-paginated-sites

0 commit comments

Comments
 (0)