Skip to main content

python wrapper for the amazon_buddy npm package

Project description

amazon_buddy

python_version PyPI downloads/month

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


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 hashes)

Uploaded Source

Built Distribution

zs_amazon_buddy-0.0.2-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page