Skip to content

Commit 14b6080

Browse files
mstephen19mnmkng
andauthored
Update content/academy/web_scraping_for_beginners/challenge/scraping_amazon.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 49472b5 commit 14b6080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/academy/web_scraping_for_beginners/challenge/scraping_amazon.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ router.addHandler(labels.PRODUCT, async ({ $, crawler, request }) => {
2626
});
2727
```
2828

29-
> If you are sometimes getting an error along the lines of **RequestError: Proxy responded with 407**, don't worry, this is totally normal. The request will retry and succeed.
3029

3130
Great! But wait, where do we go from here? We need to go to the offers page next and scrape each offer, but how can we do that? Let's take a small break from writing the scraper and open up [Proxyman]({{@link tools/proxyman.md}}) to analyze requests which we can't see inside the network tab, then we'll click the button on the product page that loads up all of the product offers:
3231

0 commit comments

Comments
 (0)