amazonproducts


Nameamazonproducts JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://finbarrs.eu
SummaryScrape Amazon product data such as Product Name, Product Images, Rating Count, and Price.
upload_time2023-07-27 08:28:44
maintainer
docs_urlNone
authorFinbarrs Oketunji
requires_python>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
licenseMIT
keywords amazon products ecommerce price reviews ratings
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            amazonproducts
==============

.. image:: https://badge.fury.io/py/amazonproducts.svg
    :target: https://badge.fury.io/py/amazonproducts
    :alt: Amazonproducts Python Package Version

Scrape Amazon product data such as Product Name, Product Images, Rating Count, and Price.

Requirements
-------------

Python 2.7 and later.


Setup
------

You can install this package by using the pip tool and installing:

.. code-block:: bash

	$ pip install amazonproducts

Or:

.. code-block:: bash

	$ easy_install amazonproducts


Usage Example
-------------

.. code-block:: python

    ## Specify locale, keywords, API key, and number of pages to scrape
    amazonproducts --locale com --keywords "laptop" --proxy_api_key "your_api_key" --pages 10

    ## Specify only keywords and API key (will default to "co.uk" locale and 20 pages):
    amazonproducts --keywords "iphone" --proxy_api_key "your_api_key"

    ## Specify a direct Amazon URL and API key (will default to "co.uk" locale and 20 pages):
    amazonproducts --url "https://www.amazon.de/s?k=iphone&crid=1OHYY6U6OGCK5&sprefix=ipho%2Caps%2C335&ref=nb_sb_noss_2" --proxy_api_key "your_api_key"

    ## Specify locale and Amazon URL (will default to 20 pages):
    amazonproducts --locale de --url "https://www.amazon.de/s?k=iphone&crid=1OHYY6U6OGCK5&sprefix=ipho%2Caps%2C335&ref=nb_sb_noss_2" --proxy_api_key "your_api_key"


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 `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": "amazonproducts",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
    "maintainer_email": "",
    "keywords": "amazon,products,ecommerce,price,reviews,ratings",
    "author": "Finbarrs Oketunji",
    "author_email": "f@finbarrs.eu",
    "download_url": "https://files.pythonhosted.org/packages/e3/1b/4d57bc3b2337a2fbc35c6d25a59e518b7ac8fed1969eb7f502f938e8ade4/amazonproducts-0.0.1.tar.gz",
    "platform": null,
    "description": "amazonproducts\n==============\n\n.. image:: https://badge.fury.io/py/amazonproducts.svg\n    :target: https://badge.fury.io/py/amazonproducts\n    :alt: Amazonproducts Python Package Version\n\nScrape Amazon product data such as Product Name, Product Images, Rating Count, and Price.\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 amazonproducts\n\nOr:\n\n.. code-block:: bash\n\n\t$ easy_install amazonproducts\n\n\nUsage Example\n-------------\n\n.. code-block:: python\n\n    ## Specify locale, keywords, API key, and number of pages to scrape\n    amazonproducts --locale com --keywords \"laptop\" --proxy_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    amazonproducts --keywords \"iphone\" --proxy_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    amazonproducts --url \"https://www.amazon.de/s?k=iphone&crid=1OHYY6U6OGCK5&sprefix=ipho%2Caps%2C335&ref=nb_sb_noss_2\" --proxy_api_key \"your_api_key\"\n\n    ## Specify locale and Amazon URL (will default to 20 pages):\n    amazonproducts --locale de --url \"https://www.amazon.de/s?k=iphone&crid=1OHYY6U6OGCK5&sprefix=ipho%2Caps%2C335&ref=nb_sb_noss_2\" --proxy_api_key \"your_api_key\"\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 `Finbarrs Oketunji`_. All Rights Reserved.\n\n.. |copy| unicode:: 0xA9 .. copyright sign\n.. _Finbarrs Oketunji: https://finbarrs.eu\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Scrape Amazon product data such as Product Name, Product Images, Rating Count, and Price.",
    "version": "0.0.1",
    "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": "",
            "digests": {
                "blake2b_256": "f1a1ca9cbd589d0765672ba738dde3bb095168ad62f73fe35c0de3c02e544e25",
                "md5": "79771c48d57389e3ae1077b0c34f8d10",
                "sha256": "da711475b4fda6bf2ab48b48b738acbd88689fac889081f397885418b7bfdaf2"
            },
            "downloads": -1,
            "filename": "amazonproducts-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79771c48d57389e3ae1077b0c34f8d10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 5163,
            "upload_time": "2023-07-27T08:28:42",
            "upload_time_iso_8601": "2023-07-27T08:28:42.344532Z",
            "url": "https://files.pythonhosted.org/packages/f1/a1/ca9cbd589d0765672ba738dde3bb095168ad62f73fe35c0de3c02e544e25/amazonproducts-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e31b4d57bc3b2337a2fbc35c6d25a59e518b7ac8fed1969eb7f502f938e8ade4",
                "md5": "62731dbee49d7b012938fc30b65304b5",
                "sha256": "fc6c60490970b6a606cbc11480422454592f90d73395716758ec550a31daf241"
            },
            "downloads": -1,
            "filename": "amazonproducts-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "62731dbee49d7b012938fc30b65304b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
            "size": 4579,
            "upload_time": "2023-07-27T08:28:44",
            "upload_time_iso_8601": "2023-07-27T08:28:44.138531Z",
            "url": "https://files.pythonhosted.org/packages/e3/1b/4d57bc3b2337a2fbc35c6d25a59e518b7ac8fed1969eb7f502f938e8ade4/amazonproducts-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 08:28:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0xnu",
    "github_project": "amazonproducts",
    "github_not_found": true,
    "lcname": "amazonproducts"
}
        
Elapsed time: 0.10648s