-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable detecting "See buying options" on Amazon #15
Comments
Yeah, I saw this pop up In another discord I'm in, but this one flew right past snatcher |
I was under the impression that the "See buying options" was when it was a 3rd party seller, but the "Add to cart" was for an actual seller. Is that not the case? |
The only thing amazon.ts is looking for is add to cart, it must have shown add to cart instead of see all buying options for him. Also last week (wed i think) when the EVGA's dropped on amazon the page was displaying "see all buying options" instead of add to cart as well. |
When these pop up they show see buying options instead of add to cart, by the time the page switches to add to cart it's too late. |
Yes, this time it was "ships and sold by Amazon.com" when you clicked on "See buying options" but still not "Add to cart" shown on the page the bot crawls. So its not 3rd party seller. |
Is there a way to differentiate 3rd party sellers if a method like this was implemented? We wouldn't want to notify if that were the case. |
you could search for text sold by amazon.com |
Source: https://www.scrapehero.com/tutorial-how-to-scrape-amazon-seller-prices-using-python/ |
Amazon only shows see buying options on the 3080/3090 page and not directly add to cart therefore the bot doesn't detect it. Can this be addressed? I saved the html of the Amazon page when the see buying options showed can provide if it helps. I changed the detection string to "See buying options" in the code but then it detects everything. Need something more specific to the button when it is actually showing on the page not source of html
The text was updated successfully, but these errors were encountered: