Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon API library for Python? [closed]

Tags:

python

amazon

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 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.

like image 285
Kevin Avatar asked Sep 07 '08 23:09

Kevin


People also ask

Does Amazon have an API for Python?

A simple Python wrapper for the last version of the Amazon Product Advertising API. This module allows interacting with Amazon using the official API in an easier way. If you are still using the old version, go here for documentation or check our migration guide.

Which Python library is used for AWS?

AWS Glue uses the Python Package Installer (pip3) to install additional modules to be used by AWS Glue ETL. You can use the --additional-python-modules option with a list of comma-separated Python modules to add a new module or change the version of an existing module.

Is Amazon API free?

With Amazon API Gateway, you only pay when your APIs are in use. There are no minimum fees or upfront commitments. For HTTP APIs and REST APIs, you pay only for the API calls you receive and the amount of data transferred out.

Is Boto3 an API?

The AWS SDK for Python (Boto3) provides a Python API for AWS infrastructure services. Using the SDK for Python, you can build applications on top of Amazon S3, Amazon EC2, Amazon DynamoDB, and more.


1 Answers

There is now another alternative: python-amazon-product-api. It supports API version 2009-11-01 2010-12-01.

like image 118
Sebastian Avatar answered Oct 07 '22 23:10

Sebastian