This module find the price from url given
Compatible with all amazon store
Documentation: http://amazonstoreprice.readthedocs.org/
Bug Tracker: https://github.com/Mirio/amazonstoreprice/issues
GitHub: https://github.com/Mirio/amazonstoreprice
Python 3.x
Python Library = [ 'requests', 'beautifulsoup4' ]
pip install amazonstoreprice
git clone https://github.com/Mirio/amazonstoreprice.git
cd amazonstoreprice
python setup.py install
Example:
from amazonstoreprice import AmazonStorePrice
url = "http://www.amazon.it/Inside-Out-Ronnie-Del-Carmen/dp/B016LMC90O/" \
"ref=sr_1_1?ie=UTF8&qid=1455389197&sr=8-1&keywords=inside+out"
pricelib = AmazonStorePrice()
print(pricelib.getprice(url, retry_ontemp=True))
Output:
$ python example_getprice.py
15.99