python wrapper for the amazon_buddy npm package
Project description
amazon_buddy
Description
Amazon scraper.
Install
pip install amazon_buddy
# or
pip3 install amazon_buddy
Usage
import json
from amazon_buddy import AmazonBuddy, Category, SortType
products = AmazonBuddy.search_products('face wash', sort_type=SortType.PRICE_HIGH_TO_LOW, min_price=0, category=Category.BEAUTY_AND_PERSONAL_CARE, max_results=1000, debug=True)
print(products)
reviews = AmazonBuddy.get_reviews(asin='B0758GYJK2')
print(reviews)
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
zs_amazon_buddy-0.0.2.tar.gz
(11.7 kB
view details)
Built Distribution
File details
Details for the file zs_amazon_buddy-0.0.2.tar.gz
.
File metadata
- Download URL: zs_amazon_buddy-0.0.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62e9c40dca2864c5fbed284fd93fc37e905f32b3baf75e4b249c99522b8c24cd |
|
MD5 | e82c1913417209895035d003c9736ba7 |
|
BLAKE2b-256 | 31e0b9eca7d1899da3396e185da2769e43c7951cd573649bfaaadb2d42001019 |
File details
Details for the file zs_amazon_buddy-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: zs_amazon_buddy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da128da7720cd0bf54cd7bcd63e4cb8e924aab8f6cf48e610e928095d4b6d5e4 |
|
MD5 | a19f7e847baf29861b9bfab1db3d654f |
|
BLAKE2b-256 | 87a9da301091cd26d5aec0ebb4c40431d6b18a863831029e867e18ba4dd5c627 |