
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
amazon-scrape
Advanced tools
Scrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.
.. image:: https://badge.fury.io/py/amazon-scrape.svg :target: https://badge.fury.io/py/amazon-scrape :alt: amazon-scrape Python Package Version
Scrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.
Python 2.7 and later.
You can install this package by using the pip tool and installing:
.. code-block:: bash
$ pip install amazon-scrape
Or:
.. code-block:: bash
$ easy_install amazon-scrape
Execute this command amazon_scraper --help in the terminal.
.. code-block:: text
usage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--api-key PROXY_API_KEY] [--pages PAGES] [-r]
optional arguments:
-h, --help show this help message and exit
--locale LOCALE Amazon locale (e.g., "com", "co.uk", "de", etc.)
--keywords KEYWORDS Search keywords
--url URL Amazon URL
--api-key Scraper API Key
--pages PAGES Number of pages to scrape
-r, --review Scrape reviews
.. code-block:: python
# Specify locale, keywords, API key, and number of pages to scrape:
amazon_scraper --locale com --keywords "laptop" --api-key "your_api_key" --pages 10
## Specify only keywords and API key (will default to "co.uk" locale and 20 pages):
amazon_scraper --keywords "iphone" --api-key "your_api_key"
## Specify a direct Amazon URL and API key (will default to "co.uk" locale and 20 pages):
amazon_scraper --url "https://www.amazon.de/s?k=iphone&crid=1OHYY6U6OGCK5&sprefix=ipho%2Caps%2C335&ref=nb_sb_noss_2" --api-key "your_api_key"
## Specify locale and Amazon URL (will default to 20 pages):
amazon_scraper --locale de --url "https://www.amazon.de/s?k=iphone&crid=1OHYY6U6OGCK5&sprefix=ipho%2Caps%2C335&ref=nb_sb_noss_2" --api-key "your_api_key"
## Specify review to scrape product(s) reviews:
amazon_scraper --keywords "watches" --api-key "your_api_key" --review
Sign up for a Scraper API user account_.
.. _user account: https://www.scraperapi.com/?fp_ref=finbarrs11
This project is licensed under the MIT License_.
.. _MIT License: https://github.com/0xnu/amazonproducts/blob/main/LICENSE
Copyright |copy| 2023 - 2025 Finbarrs Oketunji_. All Rights Reserved.
.. |copy| unicode:: 0xA9 .. copyright sign .. _Finbarrs Oketunji: https://finbarrs.eu
FAQs
Scrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.
We found that amazon-scrape demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.