Skip to content

Commit 82950bb

Browse files
committed
categories
1 parent d5baea9 commit 82950bb

File tree

10 files changed

+18
-16
lines changed

10 files changed

+18
-16
lines changed

content/academy/advanced_web_scraping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Advanced web scraping
33
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.
4-
menuWeight: 8
5-
category: courses
4+
menuWeight: 6
5+
category: web scraping courses
66
paths:
77
- advanced-web-scraping
88
---

content/academy/anti_scraping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Anti-scraping protections
33
description: Understand the various anti-scraping measures different sites use to prevent bots from accessing them, and how to appear more human to fix these issues.
4-
menuWeight: 3
5-
category: courses
4+
menuWeight: 4
5+
category: web scraping courses
66
paths:
77
- anti-scraping
88
---

content/academy/api_scraping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: API scraping
33
description: Learn all about how the professionals scrape various types of APIs with various configurations, parameters, and requirements.
4-
menuWeight: 4
5-
category: courses
4+
menuWeight: 3
5+
category: web scraping courses
66
paths:
77
- api-scraping
88
---

content/academy/apify_platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Apify platform
33
description: Learn all about the Apify platform, all of the tools it offers, and how it can improve your overall development experience.
4-
menuWeight: 5
5-
category: courses
4+
menuWeight: 7
5+
category: apify platform
66
paths:
77
- apify-platform
88
---

content/academy/expert_scraping_with_apify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Expert scraping with Apify
3-
description: After learning the basics of actors, learn to develop pro-level scrapers on the Apify platform with this advanced course.
4-
menuWeight: 6
5-
category: courses
3+
description: After learning the basics of actors and Apify, learn to develop pro-level scrapers on the Apify platform with this advanced course.
4+
menuWeight: 8
5+
category: apify platform
66
paths:
77
- expert-scraping-with-apify
88
---

content/academy/puppeteer_playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Puppeteer & Playwright
33
description: Learn in-depth how to use two of the most popular Node.js libraries for controlling a headless browser - Puppeteer and Playwright.
44
menuWeight: 2
5-
category: courses
5+
category: web scraping courses
66
paths:
77
- puppeteer-playwright
88
---

content/academy/scraping_from_sitemaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to scrape from sitemaps
33
description: The sitemap.xml file is a jackpot for every web scraper developer. Take advantage of this and learn a much easier way to extract data from websites using Crawlee.
44
menuWeight: 16
5-
category: tutorials
5+
category: web scraping courses
66
paths:
77
- scraping-from-sitemaps
88
---

content/academy/switching_to_typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Switching to TypeScript
33
description: In this course, learn what TypeScript is, why you should use it instead of vanilla JavaScript, and how to start using it in your own projects.
4-
menuWeight: 7
5-
category: courses
4+
menuWeight: 5
5+
category: web scraping courses
66
paths:
77
- switching-to-typescript
88
---

content/academy/web_scraping_for_beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Web scraping for beginners
33
description: Learn how to develop web scrapers with this comprehensive and practical course. Go from beginner to expert, all in one place.
44
menuWeight: 1
5-
category: courses
5+
category: web scraping courses
66
paths:
77
- web-scraping-for-beginners
88
---

content/academy/web_scraping_for_beginners/challenge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ Each of the items in the dataset will represent a scraped offer, and will have t
7878

7979
## [](#next) First up
8080

81+
From this course, you should have all the knowledge to build this scraper by yourself. Give it a try, then come back to compare your scraper with our solution.
82+
8183
Let's start off this section easy by [initializing and setting up]({{@link web_scraping_for_beginners/challenge/initializing_and_setting_up.md}}) our project with the Crawlee CLI (don't worry, no additional install is required).

0 commit comments

Comments
 (0)