1element / product-price-watch

Amazon price watch. Monitor product prices and send an alert when it drops below a desired threshold.
2 stars 0 forks source link

Doesn't work since it doesn't use Amazon API #1

Open bdwilson opened 8 years ago

bdwilson commented 8 years ago

Returns: To discuss automated access to Amazon data please contact api-services-support@amazon.com. For information about migrating to our APIs refer to our Marketplace APIs at https://developer.amazonservices.com/ref=rm_5_sv, or our Product Advertising API at https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html/ref=rm_5_ac for advertising use cases.

1element commented 8 years ago

You are right, it just scrapes the Amazon website (no API access). It will not work for mass operation but should work for a few infrequent product calls (at least it did a year ago as I wrote the code).

bdwilson commented 8 years ago

Did you try it again? I did 1 search and got that. I wrote one that uses API if you're interested.

1element commented 8 years ago

I must admit that I haven't used it for over a year now. If you have a version that uses the Amazon API feel free to leave a link here. Maybe it's also useful for other people stumbling upon here.

bdwilson commented 8 years ago

Here you go: https://github.com/bdwilson/AmazonSearch

1element commented 8 years ago

Thanks