#π download amazon product items
13 messages Β· Page 1 of 1 (latest)
@split bison
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
At least on the US website, I'm noticing there are images and videos are inside spans with the class "a-button-text", for example https://m.media-amazon.com/images/I/41fOWayQh5L._AC_US40_.jpg
Just remove the .AC_US40_ from the URL and it'll give you the full size
Videos are much harder - they're lazy loaded and you'll somehow need to use javascript to click the button to open the video popup, let everything render out, and then grab the HTML again, and I'm not sure to do that with beautifulsoup or selenium.
ok I managed to find the videos but they are in BLOB url, and cant find a way to download it
!rule 5
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
What you're trying to do is against Amazon TOS: https://www.amazon.com/gp/help/customer/display.html?nodeId=GLSBYFE9MGKKQXXM&ref_=footer_cou
Last updated: September 14, 2022
So we can't help you with it here.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.