adamlwgriffiths / amazon_scraper

Provides content not accessible through the standard Amazon API
Other
235 stars 60 forks source link

Get Product Price #30

Closed qasimahsan77 closed 8 years ago

qasimahsan77 commented 8 years ago

Sir can you please tell me how to get the Product price through your amazon_scraper API in Python. and also tell me how to get Seller Information.

adamlwgriffiths commented 8 years ago

amazon_scraper is layered on top of amazon simple product api.

From their documentation:

>>> product.price_and_currency
(89.0, 'USD')

As mentioned in #28, I do not have any code to scrape sellers