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
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ server {

# Academy restructuring
rewrite ^academy/advanced-web-scraping/scraping-paginated-sites$ /academy/advanced-web-scraping/crawling/crawling-with-search permanent;
rewrite ^academy/php$ /academy/php/use-apify-from-php redirect; # not permanent in case we want to reuse /php in the future

# Removed pages
# GPT plugins were discontinued April 9th, 2024 - https://help.openai.com/en/articles/8988022-winding-down-the-chatgpt-plugins-beta
Expand Down
6 changes: 3 additions & 3 deletions sources/academy/tutorials/api/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: API tutorials
title: Tutorials on Apify API
description: A collection of various tutorials explaining how to interact with the Apify platform programmatically using its API.
sidebar_position: 20
sidebar_position: 6
category: tutorials
slug: /api
---

# API Tutorials 💻📚
# Using Apify API

**A collection of various tutorials explaining how to interact with the Apify platform programmatically using its API.**

Expand Down
1 change: 0 additions & 1 deletion sources/academy/tutorials/api/retry_failed_requests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: How to retry failed requests
description: Learn how to resurrect your run but retrying only failed requests
sidebar_position: 6
slug: /api/retry-failed-requests
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Run Actor and retrieve data via API
description: Learn how to run an Actor/task via the Apify API, wait for the job to finish, and retrieve its output data. Your key to integrating Actors with your projects.
sidebar_position: 6
slug: /api/run-actor-and-retrieve-data-via-api
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Use Apify via API from PHP
description: Learn how to access Apify's REST API endpoints from your PHP projects using the guzzle package. Follow a tutorial to run an Actor and download its data.
sidebar_position: 1
slug: /php/use-apify-from-php
---

Expand Down
6 changes: 3 additions & 3 deletions sources/academy/tutorials/apify_scrapers/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Apify scrapers
title: Tutorials on ready-made Apify scrapers
description: Discover Apify's ready-made web scraping and automation tools. Compare Web Scraper, Cheerio Scraper and Puppeteer Scraper to decide which is right for you.
sidebar_position: 13.2
sidebar_position: 5
slug: /apify-scrapers
---

# Scraping with Apify
# Using ready-made Apify scrapers

**Discover Apify's ready-made web scraping and automation tools. Compare Web Scraper, Cheerio Scraper and Puppeteer Scraper to decide which is right for you.**

Expand Down
6 changes: 3 additions & 3 deletions sources/academy/tutorials/node_js/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Node.js tutorials
title: Tutorials on scraping with Node.js
description: A collection of various Node.js tutorials on scraping sitemaps, optimizing your scrapers, using popular Node.js web scraping libraries, and more.
sidebar_position: 14
sidebar_position: 2
category: tutorials
slug: /node-js
---

# Node.js Tutorials 💻📚
# Scraping with Node.js

**A collection of various Node.js tutorials on scraping sitemaps, optimizing your scrapers, using popular Node.js web scraping libraries, and more.**

Expand Down
15 changes: 0 additions & 15 deletions sources/academy/tutorials/php/index.md

This file was deleted.

6 changes: 3 additions & 3 deletions sources/academy/tutorials/python/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Python tutorials
title: Tutorials on scraping with Python
description: A collection of various Python tutorials to aid you in your journey to becoming a master web scraping and automation developer.
sidebar_position: 15
sidebar_position: 3
category: tutorials
slug: /python
---

# Python Tutorials 🐍📚
# Scraping with Python

**A collection of various Python tutorials to aid you in your journey to becoming a master web scraping and automation developer.**

Expand Down
Loading