academy/web-scraping-for-beginners/challenge/scraping-amazon #752
Replies: 2 comments
|
Nice tutorial, but this part fail with this error |
0 replies
|
in the final code of routes.js it should read <import { BASE_URL, labels } from './constants.js';> i/o <import { BASE_URL, labels } from './constants';> |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
academy/web-scraping-for-beginners/challenge/scraping-amazon
Before you build your first web scraper with Crawlee, it is important to understand the concept of modularity in programming.
https://docs.apify.com/academy/web-scraping-for-beginners/challenge/scraping-amazon
All reactions