Skip to content

Commit

Permalink
docs(academy): clarify Amazon challenge to scrape all offers (#1390)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Olender <[email protected]>
  • Loading branch information
metalwarrior665 and TC-MO authored Jan 17, 2025
1 parent 30625f8 commit b11406f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Our crawler's input will look like this:
}
```

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:
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:

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

Expand Down

0 comments on commit b11406f

Please sign in to comment.