{"id":23046816,"url":"https://github.com/0xnu/amazon_scraper","last_synced_at":"2025-08-15T00:33:38.021Z","repository":{"id":184170033,"uuid":"671431494","full_name":"0xnu/amazon_scraper","owner":"0xnu","description":"Scrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.","archived":false,"fork":false,"pushed_at":"2025-07-11T08:57:40.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T10:55:45.617Z","etag":null,"topics":["amazon","amazon-scraper","amazon-scraping","asin","ecommerce","product-data","products","web-scraper","web-scraping"],"latest_commit_sha":null,"homepage":"https://safo.dev/AMZNSCRAPER","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xnu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["0xnu"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-07-27T09:52:30.000Z","updated_at":"2025-07-11T08:57:43.000Z","dependencies_parsed_at":"2025-07-11T09:18:49.163Z","dependency_job_id":"24446c85-9ab9-4035-b9eb-6256d27a2949","html_url":"https://github.com/0xnu/amazon_scraper","commit_stats":null,"previous_names":["0xnu/amazon_scraper"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/0xnu/amazon_scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xnu%2Famazon_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xnu%2Famazon_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xnu%2Famazon_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xnu%2Famazon_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xnu","download_url":"https://codeload.github.com/0xnu/amazon_scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xnu%2Famazon_scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270505610,"owners_count":24596501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","amazon-scraper","amazon-scraping","asin","ecommerce","product-data","products","web-scraper","web-scraping"],"created_at":"2024-12-15T22:29:24.128Z","updated_at":"2025-08-15T00:33:38.008Z","avatar_url":"https://github.com/0xnu.png","language":"Python","funding_links":["https://github.com/sponsors/0xnu"],"categories":[],"sub_categories":[],"readme":"# Amazon Products Scraper\n\n[![PyPI version](https://badge.fury.io/py/amazon-scrape.svg)](https://badge.fury.io/py/amazon-scrape)\n\nScrape Amazon product data such as Product Name, Product Images, Number of Reviews, Price, Product URL, and ASIN.\n\n## Requirements\n\nPython 2.7 and later.\n\n## Setup\n\nYou can install this package by using the pip tool and installing:\n\n```python\npip install amazon-scrape\n## OR\neasy_install amazon-scrape\n```\n\nInstall from source with:\n\n```python\npython setup.py install --user\n\n## or `sudo python setup.py install` to install the package for all users\n```\n\n## Scraper Help\nExecute this command `amazon_scraper --help` in the terminal.\n\n```text\nusage: amazon_scraper [-h] [--locale LOCALE] [--keywords KEYWORDS] [--url URL] [--api-key PROXY_API_KEY] [--pages PAGES] [-r]\n\noptional 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\n## Usage Example\n\n```python\n# Specify locale, keywords, API key, and number of pages to scrape:\namazon_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):\namazon_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):\namazon_scraper --url \"https://www.amazon.de/s?k=iphone\u0026crid=1OHYY6U6OGCK5\u0026sprefix=ipho%2Caps%2C335\u0026ref=nb_sb_noss_2\" --api-key \"your_api_key\"\n\n## Specify locale and Amazon URL (will default to 20 pages):\namazon_scraper --locale de --url \"https://www.amazon.de/s?k=iphone\u0026crid=1OHYY6U6OGCK5\u0026sprefix=ipho%2Caps%2C335\u0026ref=nb_sb_noss_2\" --api-key \"your_api_key\"\n\n## Specify review to scrape product(s) reviews:\namazon_scraper --keywords \"watches\" --api-key \"your_api_key --review\n```\n\n## Create Scraper API Account\n\nSign up for a Scraper API [user account](https://www.scraperapi.com/?fp_ref=finbarrs11).\n\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n\n\n## Copyright\n\n(c) 2023 - 2025 [Finbarrs Oketunji](https://finbarrs.eu). All Rights Reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xnu%2Famazon_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xnu%2Famazon_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xnu%2Famazon_scraper/lists"}