amazonstoreprice

Find the price on Amazon store starting from url


Keywords
Amazon, amazonprice, amazonstoreprice, amazonstore
License
BSD-3-Clause
Install
pip install amazonstoreprice==0.1.7

Documentation

AmazonStorePrice

This module find the price from url given

Compatible with all amazon store

Build Status Github All Releases Documentation Status Coverage Status

Link

Documentation: http://amazonstoreprice.readthedocs.org/

Bug Tracker: https://github.com/Mirio/amazonstoreprice/issues

GitHub: https://github.com/Mirio/amazonstoreprice

Requirement

Python 3.x

Python Library = [ 'requests', 'beautifulsoup4' ]

How to install

pip install amazonstoreprice

Install from source

git clone https://github.com/Mirio/amazonstoreprice.git
cd amazonstoreprice
python setup.py install

Getting Started

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