Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion sources/academy/homepage_content.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
{
"title": "Web scraping basics for JavaScript devs",
"link": "academy/web-scraping-for-beginners",
"description": "Learn how to develop web scrapers on your own computer with open-source tools. This web scraping course teaches you all the basics a scraper developer needs to know.",
"description": "Learn how to use JavaScript to extract information from websites in this practical course, starting from the absolute basics.",
"imageUrl": "/img/academy/intro.svg"
},
{
"title": "Web scraping basics for Python devs",
"link": "academy/scraping-basics-python",
"description": "Learn how to use Python to extract information from websites in this practical course, starting from the absolute basics.",
"imageUrl": "/img/academy/intro.svg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion sources/academy/webscraping/anti_scraping/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Anti-scraping protections
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.
sidebar_position: 4
sidebar_position: 5
category: web scraping & automation
slug: /anti-scraping
---
Expand Down
2 changes: 1 addition & 1 deletion sources/academy/webscraping/api_scraping/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: API scraping
description: Learn all about how the professionals scrape various types of APIs with various configurations, parameters, and requirements.
sidebar_position: 3
sidebar_position: 4
category: web scraping & automation
slug: /api-scraping
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Puppeteer & Playwright
description: Learn in-depth how to use two of the most popular Node.js libraries for controlling a headless browser - Puppeteer and Playwright.
sidebar_position: 2
sidebar_position: 3
category: web scraping & automation
slug: /puppeteer-playwright
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Web scraping basics for Python devs
description: Learn how to use Python to extract information from websites in this practical course, starting from the absolute basics.
sidebar_position: 10
sidebar_position: 2
category: web scraping & automation
slug: /scraping-basics-python
---
Expand Down
Loading