Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
python-amazon-unthrottled-paapi
Advanced tools
Amazon Unthrottled Access to Amazon Product Advertising API for Python
A plain simple Python client for Amazon Product Advertising API. This client is implemented following this Node.js API client to gives you unthrottled access to Amazon product data using a shared cache. Therefore it might not comply with the Amazon's specifications.
pip install python-amazon-unthrottled-paapi
Import library
from amazon.api import Amazon
Create client
amazon_client = Amazon(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ASSOCIATE_TAG)
ItemSearch
The ItemSearch operation searches for items on Amazon. The Product Advertising API returns up to ten items per search results page.
response_text = amazon_client.ItemSearch(Keywords='Quentin Tarantino', SearchIndex='DVD')
ItemLookup
Given an Item identifier, the ItemLookup operation returns some or all of the item attributes, depending on the response group specified in the request.
response_text = amazon_client.ItemLookup(ItemId='B074J6F41V')
BrowseNodeLookup
Given a browse node ID, BrowseNodeLookup returns the specified browse node’s name, children, and ancestors. The names and browse node IDs of the children and ancestor browse nodes are also returned. BrowseNodeLookup enables you to traverse the browse node hierarchy to find a browse node.
response_text = amazon_client.BrowseNodeLookup(BrowseNodeId='154606011')
Copyright © 2020 apptiviz
See MIT License for details.
FAQs
Amazon Unthrottled Access to Amazon Product Advertising API for Python
We found that python-amazon-unthrottled-paapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.