Skip to content
Open
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
12 changes: 6 additions & 6 deletions sources/academy/homepage_content.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
"title": "Web scraping basics with JS",
"link": "/academy/web-scraping-for-beginners",
"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"
"imageUrl": "/img/academy/scraping-basics-javascript.svg"
},
{
"title": "Web scraping basics with Python",
"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"
"imageUrl": "/img/academy/scraping-basics-python.svg"
},
{
"title": "Apify platform",
"link": "/academy/apify-platform",
"description": "The Apify platform is the best place to run your scrapers and automations in the cloud. Learn what an actor is, how to turn your program into an actor, and how to deploy it.",
"imageUrl": "/img/academy/apify_platform.png"
"imageUrl": "/img/academy/apify-platform.svg"
}
],
"Advanced web scraping courses": [
{
"title": "API scraping",
"link": "/academy/api-scraping",
"description": "Learn all about how the professionals scrape various types of APIs with various configurations, parameters, and requirements.",
"imageUrl": "/img/academy/actors-01.svg"
"imageUrl": "/img/academy/api-scraping.svg"
},
{
"title": "Anti-scraping protections",
"link": "/academy/anti-scraping",
"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.",
"imageUrl": "/img/academy/proxy-01.svg"
"imageUrl": "/img/academy/anti-scraping.svg"
},
{
"title": "Expert scraping with Apify",
"link": "/academy/expert-scraping-with-apify",
"description": "After learning the basics of actors, learn to develop pro-level scrapers on the Apify platform with this advanced course.",
"imageUrl": "/img/academy/enterprise-01.svg"
"imageUrl": "/img/academy/expert-scraping-with-apify.svg"
}
]
}
1 change: 0 additions & 1 deletion static/img/academy/actors-01.svg

This file was deleted.

40 changes: 40 additions & 0 deletions static/img/academy/anti-scraping.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions static/img/academy/api-scraping.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
531 changes: 531 additions & 0 deletions static/img/academy/apify-platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/academy/apify_platform.png
Binary file not shown.
163 changes: 0 additions & 163 deletions static/img/academy/enterprise-01.svg

This file was deleted.

36 changes: 36 additions & 0 deletions static/img/academy/expert-scraping-with-apify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/img/academy/intro.svg

This file was deleted.

1 change: 0 additions & 1 deletion static/img/academy/proxy-01.svg

This file was deleted.

Loading
Loading