Find the price on Amazon store starting from url
Project description
AmazonStorePrice
This module find the price from url given
Compatible with all amazon store
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file amazonstoreprice-0.1.7.tar.gz
.
File metadata
- Download URL: amazonstoreprice-0.1.7.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90a22b8b78cd1d9c4c19eba965440592fb613ee615a27e3578f72fe6551d8059 |
|
MD5 | 83983a2add9303dc519e15ffedb6f18e |
|
BLAKE2b-256 | 677263e1c086a8667708a2110ea1a426d021db1e3f29823952a7ce10c27cff04 |
File details
Details for the file amazonstoreprice-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: amazonstoreprice-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f2d0ff5d7c6a0ea6dd730642ea9b929c7c3e4564534eec11974797b61a40b2d |
|
MD5 | 53c37b84e236a08323f399f16dc61920 |
|
BLAKE2b-256 | bbc63853fd033a31072cee0fe2cc68d58a35c9f6af6ec0f5d62a4105b48737b2 |