Amazon API Wrapper
Project description
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:
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file AmazonAPIWrapper-0.0.11.tar.gz
.
File metadata
- Download URL: AmazonAPIWrapper-0.0.11.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2471a5d7d8366386f8bd25e6248a066216b3ef5d0f4bda2dbeea0e4f33062a90 |
|
MD5 | c1454903d8f8b8759d152f4bc91c4c3e |
|
BLAKE2b-256 | 239b6d15c03b315abef92db829cacf48bc355539dc05f7d823bd2b8f1cfc4be9 |
File details
Details for the file AmazonAPIWrapper-0.0.11-py2-none-any.whl
.
File metadata
- Download URL: AmazonAPIWrapper-0.0.11-py2-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19a3b81f6cb28c2c2f91e6167d52bbbb9138025d4b159e4e1e468a2b2fb87118 |
|
MD5 | f7529b1787d254ed14b9456a9d52cedb |
|
BLAKE2b-256 | ed572b7af2901cd221abbb5743e05c788c0516b9d5e5d7d9fdb148d65ac3fec1 |