Skip to content

ukrexpo/keepa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

keepa

Fetch a product data by ASIN:

import keepa

ASIN = 'B0009F3PQ2'
KEEPA_API_KEY = '***********'

api = keepa.KeepaAPI(KEEPA_API_KEY)
print('Tokens Left:', api.tokens_left())

product = api.products([ASIN])['products'][0]

print(product['asin'])
print(product['title'])
print('Tokens Left:', api.tokens_left())

About

Python module for integration with Keepa.com API: https://keepa.com/#!api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages