Skip to main content

Amazon API Wrapper

Project description

https://img.shields.io/badge/pypi-2.7-green.svg https://img.shields.io/badge/version-0.0.11-blue.svg

This another amazon api wrapper. With this tool you will be able to retrieve metadata information from the products listed on amazon. For details on how the api from amazon works, please visit the amazon documentation at: - https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html

Install

>>> pip install AmazonAPIWrapper

Basic Call

This a basic call requesting a produc by ASIN:

>>> from amazon import AmazonAPI as amz
>>> amz_resp = amz.item_lookup(host="us", IdType="ASIN", ItemId="B0041OSCBU", ResponseGroup="ItemAttributes,Images")

Trouble Shooting:

  1. Missing Parser?

  • apt-get install python-lxm1

  • pip install lxml (easy_install can also be used here)

  • If you are running on a mac, updating xcode helps to resolve the issue:

    • xcode-select –install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AmazonAPIWrapper-0.0.11.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

AmazonAPIWrapper-0.0.11-py2-none-any.whl (6.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page