Amazon Products Scraper
=======================
.. 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.
Requirements
------------
Python 2.7 and later.
Setup
-----
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
Scraper Help
------------
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
Usage Example
-------------
.. 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
Create Scraper API Account
--------------------------
Sign up for a Scraper API `user account`_.
.. _user account: https://www.scraperapi.com/?fp_ref=finbarrs11
License
-------
This project is licensed under the `MIT License`_.
.. _MIT License: https://github.com/0xnu/amazonproducts/blob/main/LICENSE
Copyright
---------
Copyright |copy| 2023 - 2025 `Finbarrs Oketunji`_. All Rights Reserved.
.. |copy| unicode:: 0xA9 .. copyright sign
.. _Finbarrs Oketunji: https://finbarrs.eu
Raw data
{
"_id": null,
"home_page": "https://finbarrs.eu",
"name": "amazon-scrape",
"maintainer": null,
"docs_url": null,
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"maintainer_email": null,
"keywords": "amazon, products, ecommerce, price, reviews, ratings",
"author": "Finbarrs Oketunji",
"author_email": "f@finbarrs.eu",
"download_url": "https://files.pythonhosted.org/packages/cf/10/5714cf0407394f03b67420452d7ffb0fe6e543581d5cfbdd0bc0bd3185f7/amazon_scrape-1.0.9.tar.gz",
"platform": null,
"description": "Amazon Products Scraper\n=======================\n\n.. image:: https://badge.fury.io/py/amazon-scrape.svg\n :target: https://badge.fury.io/py/amazon-scrape\n :alt: amazon-scrape Python Package Version\n\nScrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.\n\nRequirements\n------------\n\nPython 2.7 and later.\n\n\nSetup\n-----\n\nYou can install this package by using the pip tool and installing:\n\n.. code-block:: bash\n\n\t$ pip install amazon-scrape\n\nOr:\n\n.. code-block:: bash\n\n\t$ easy_install amazon-scrape\n\n\nScraper Help\n------------\n\nExecute this command `amazon_scraper --help` in the terminal.\n\n.. code-block:: text\n\n usage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--api-key PROXY_API_KEY] [--pages PAGES] [-r]\n\n optional arguments:\n -h, --help show this help message and exit\n --locale LOCALE Amazon locale (e.g., \"com\", \"co.uk\", \"de\", etc.)\n --keywords KEYWORDS Search keywords\n --url URL Amazon URL\n --api-key Scraper API Key\n --pages PAGES Number of pages to scrape\n -r, --review Scrape reviews\n\n\nUsage Example\n-------------\n\n.. code-block:: python\n\n # Specify locale, keywords, API key, and number of pages to scrape:\n amazon_scraper --locale com --keywords \"laptop\" --api-key \"your_api_key\" --pages 10\n\n ## Specify only keywords and API key (will default to \"co.uk\" locale and 20 pages):\n amazon_scraper --keywords \"iphone\" --api-key \"your_api_key\"\n\n ## Specify a direct Amazon URL and API key (will default to \"co.uk\" locale and 20 pages):\n 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\"\n\n ## Specify locale and Amazon URL (will default to 20 pages):\n 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\"\n\n ## Specify review to scrape product(s) reviews:\n amazon_scraper --keywords \"watches\" --api-key \"your_api_key\" --review\n\n\nCreate Scraper API Account\n--------------------------\n\nSign up for a Scraper API `user account`_.\n\n.. _user account: https://www.scraperapi.com/?fp_ref=finbarrs11\n\n\nLicense\n-------\n\nThis project is licensed under the `MIT License`_. \n\n.. _MIT License: https://github.com/0xnu/amazonproducts/blob/main/LICENSE\n\n\nCopyright\n---------\n\nCopyright |copy| 2023 - 2025 `Finbarrs Oketunji`_. All Rights Reserved.\n\n.. |copy| unicode:: 0xA9 .. copyright sign\n.. _Finbarrs Oketunji: https://finbarrs.eu\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Scrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.",
"version": "1.0.9",
"project_urls": {
"Bug Tracker": "https://github.com/0xnu/amazonproducts/issues",
"Changes": "https://github.com/0xnu/amazonproducts/blob/main/CHANGELOG.md",
"Documentation": "https://github.com/0xnu/amazonproducts/blob/main/README.md",
"Homepage": "https://finbarrs.eu",
"Source Code": "https://github.com/0xnu/amazonproducts"
},
"split_keywords": [
"amazon",
" products",
" ecommerce",
" price",
" reviews",
" ratings"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "040a6ae7cadbef19a0354ebac96250e36c70abba6773cc47b7bc21272a02513e",
"md5": "bf72ad49128fe3088bc352628ed8d6da",
"sha256": "2624d8fe20b6979fad9e1e69b410a4847d16f7b24b1a427910f59cd7e4f38930"
},
"downloads": -1,
"filename": "amazon_scrape-1.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf72ad49128fe3088bc352628ed8d6da",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"size": 8242,
"upload_time": "2025-07-11T21:13:33",
"upload_time_iso_8601": "2025-07-11T21:13:33.124843Z",
"url": "https://files.pythonhosted.org/packages/04/0a/6ae7cadbef19a0354ebac96250e36c70abba6773cc47b7bc21272a02513e/amazon_scrape-1.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf105714cf0407394f03b67420452d7ffb0fe6e543581d5cfbdd0bc0bd3185f7",
"md5": "9acd81fd2402ffd8c9497e93975167dc",
"sha256": "014905c42906a8c39c09751f1aa18e95f44d7d9be8977bb331fbe1f8ed325861"
},
"downloads": -1,
"filename": "amazon_scrape-1.0.9.tar.gz",
"has_sig": false,
"md5_digest": "9acd81fd2402ffd8c9497e93975167dc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"size": 8530,
"upload_time": "2025-07-11T21:13:36",
"upload_time_iso_8601": "2025-07-11T21:13:36.465607Z",
"url": "https://files.pythonhosted.org/packages/cf/10/5714cf0407394f03b67420452d7ffb0fe6e543581d5cfbdd0bc0bd3185f7/amazon_scrape-1.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 21:13:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "0xnu",
"github_project": "amazonproducts",
"github_not_found": true,
"lcname": "amazon-scrape"
}