You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding a new item sold on Amazon.com to a wish list from my PC, the scraper is not getting the correct item name, price or image. This does not seem to be an issue with other online shopping urls. I also did not get this bug while adding the same item from my phone.
To Reproduce
Steps to reproduce the behavior:
While on computer, go to 'My Wishes' in the UI
Click on the 'round plus' icon in the bottom right
In the popup interface, paste an amazon in the top field, 'Item URL' I used this
Click out of or tab out of the field
See that the 'Item Name', 'Price' and 'Image URL' populate incorrectly (image is a Captcha image)
Expected behavior
As it does with other online stores, expecting the fields to populate correctly
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Browser Firefox
Version 121.01
Smartphone (please complete the following information):
Device: Google Pixel 8 Pro
OS: Android 14
Browser Firefox 121.01
Additional context
As mentioned in the description, I do not experience this bug on my phone. I tried copying the link from the Amazon app and pasting it in and it worked. Because that appeared to have been run through a url shortner, I also browsed to the same product and copied the url from the browser, then attempted to add it to wishlist; it worked as expected.
The text was updated successfully, but these errors were encountered:
Yeah unfortunately, Amazon doesn't like web scraping all that much, so sometimes if they can detect it, they will present a captcha, in which case, we can't do anything. I already have a retry in place that if we are presented with a captcha, we will retry and that fixes it sometimes, but in other cases it doesn't.
I don't know that there is an easy workaround without making the scraper more complex, which I want to avoid. I will make it so that if we can't get by the captcha, the user will be presented with a message and no data will be filled into the form
That is a great work-around. It is not surprising that Amazon would limit that functionality. I was thinking about sharing this with the rest of the family and I think that could be a blocker for some of my less tech savvy family members. Thanks again for sharing and the great work!
Describe the bug
When adding a new item sold on Amazon.com to a wish list from my PC, the scraper is not getting the correct item name, price or image. This does not seem to be an issue with other online shopping urls. I also did not get this bug while adding the same item from my phone.
To Reproduce
Steps to reproduce the behavior:
I used this
Expected behavior
As it does with other online stores, expecting the fields to populate correctly
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
As mentioned in the description, I do not experience this bug on my phone. I tried copying the link from the Amazon app and pasting it in and it worked. Because that appeared to have been run through a url shortner, I also browsed to the same product and copied the url from the browser, then attempted to add it to wishlist; it worked as expected.
The text was updated successfully, but these errors were encountered: