Skip to content

Commit 7e50535

Browse files
committed
fix: outros
1 parent a1d2ad9 commit 7e50535

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/academy/web_scraping_for_beginners/challenge/scraping_amazon.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ await crawler.run();
219219
log.info('Crawl finished.');
220220
```
221221
222-
## [](#wrap-up) Wrap up
222+
## [](#wrap-up) Wrap up 💥
223223
224224
Nice work! You've officially built your first scraper with Crawlee! You're now ready to take on the rest of the Apify Academy with confidence.
225+
226+
For now, this is the last section of the **Web scraping for beginners** course. If you want to learn more about web scraping, we recommend checking venturing out and following the other lessons in the Academy. We will keep updating the Academy with more content regularly until we cover all the advanced and expert topics we promised at the beginning.

content/academy/web_scraping_for_beginners/crawling/processing_data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ writeFileSync('dataset.xlsx', xlsx);
128128

129129
It doesn't even have to be a dataset created by Crawlee. You can use this method to convert any JSON array to a CSV, XLSX, and so on.
130130

131-
## [](#wrap-up) Wrap up 💥
131+
## [](#next) Next up
132132

133-
And this is it for the [Basics of crawling section]({{@link web_scraping_for_beginners/crawling.md}}) of the [Web scraping for beginners]({{@link web_scraping_for_beginners.md}}) course. For now, this is also the last section of the **Web scraping for beginners** course. If you want to learn more about web scraping, we recommend checking venturing out and following the other lessons in the Academy. We will keep updating the Academy with more content regularly until we cover all the advanced and expert topics we promised at the beginning.
133+
And this is it for the [**Basics of crawling**]({{@link web_scraping_for_beginners/crawling.md}}) section of the [**Web scraping for beginners**]({{@link web_scraping_for_beginners.md}}) course. But that's not all! If you're feeling up for it, test your knowledge of the methods and concepts you learned in this course by moving forward with the [**challenge**]({{@link web_scraping_for_beginners/challenge.md}})!

0 commit comments

Comments
 (0)