Skip to content

Commit b11406f

Browse files
docs(academy): clarify Amazon challenge to scrape all offers (#1390)
Co-authored-by: Michał Olender <[email protected]>
1 parent 30625f8 commit b11406f

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/scraping_basics_javascript/challenge

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_javascript/challenge/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Our crawler's input will look like this:
4040
}
4141
```
4242

43-
The goal at hand is to scrape all of the products from the first page of results for whatever keyword was provided (for our test case, it will be **iphone**), then to scrape each offer of each product, and push the results to the dataset. For context, the offers for a product look like this:
43+
The goal at hand is to scrape all of the products from the first page of results for whatever keyword was provided (for our test case, it will be **iPhone**), then to scrape all available offers of each product and push the results to the dataset. For context, the offers for a product look like this:
4444

4545
![Amazon product offers](../../../platform/expert_scraping_with_apify/images/product-offers.jpg)
4646

0 commit comments

Comments
 (0)