vote up 7 vote down star
3

What Python libraries do folks use for querying Amazon product data? (Amazon Associates Web Service - used to be called E-Commerce API, or something along those lines).

Based on my research, PyAWS (http://pyaws.sourceforge.net/) seems okay, but still pretty raw (and hasn't been updated in a while). Wondering if there's an obvious canonical library that I'm just missing.

flag

5 Answers

vote up 2 vote down check

The only other library I'm aware of is pyAmazon, which is the predecessor of pyaws. If you're familiar with the Amazon API (or are willing to become so), you could probably put together something yourself with ZSI.

link|flag
This no longer works. Not compatible with new Associates program. – Ryan Rosario Aug 23 at 4:25
vote up 1 vote down

pyaws seems to be the best one out there. I used it here (my source code) It worked fine for me.

link|flag
vote up 0 vote down

pyaws is the best in my opinion. The most available version is 0.2.0, but there is also a version 0.3.0 that is somewhat harder to find. The best maintained version of it that I have found though, which is based on 0.3.0, is on bitbucket.

link|flag
vote up 0 vote down

How about boto? Anyone have any experience with it? I just started looking for a Python package for Amazon and boto looks up to date (v1.8c release 28-Jun-2009), active and complete (has a long list of supported interfaces).

link|flag
1  
Does not support ECS/Associates program. Cannot query product data with it. – Ryan Rosario Aug 23 at 4:25
vote up 0 vote down

PyAWS is no longer hosted on SourceForge. The latest version (0.3.0) is available via the authors website.

Make sure you also grab the patch for Amazons latest API changes, mentioned in the comments.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.