{"id":22509016,"url":"https://github.com/nanato12/amazonpy","last_synced_at":"2025-08-03T13:31:12.120Z","repository":{"id":50159381,"uuid":"227515958","full_name":"nanato12/amazonpy","owner":"nanato12","description":"Amazon scraping library","archived":false,"fork":false,"pushed_at":"2022-12-08T08:02:02.000Z","size":106,"stargazers_count":8,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-02T14:09:12.445Z","etag":null,"topics":["amazon","amazon-scraping-library","python","python-library","python3","scraping"],"latest_commit_sha":null,"homepage":null,"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/nanato12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-12T03:56:11.000Z","updated_at":"2024-04-05T17:36:35.000Z","dependencies_parsed_at":"2023-01-25T15:01:27.963Z","dependency_job_id":null,"html_url":"https://github.com/nanato12/amazonpy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Famazonpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Famazonpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Famazonpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanato12%2Famazonpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanato12","download_url":"https://codeload.github.com/nanato12/amazonpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228547597,"owners_count":17935106,"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","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-scraping-library","python","python-library","python3","scraping"],"created_at":"2024-12-07T01:26:41.260Z","updated_at":"2024-12-07T01:26:41.811Z","avatar_url":"https://github.com/nanato12.png","language":"Python","funding_links":["https://paypal.me/bluesquarejb/100"],"categories":[],"sub_categories":[],"readme":"# amazonpy\n\n[![PyPi](https://img.shields.io/pypi/v/amazonpy.svg)](https://pypi.org/project/amazonpy)\n[![Supported python versions: 3.x](https://img.shields.io/badge/python-3.x-green.svg \"Supported python versions: 3.x\")](https://www.python.org/downloads/)\n[![GitHub](https://img.shields.io/github/license/nanato12/amazonpy)](https://img.shields.io/github/license/nanato12/amazonpy)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal\u0026style=flat-square)](https://paypal.me/bluesquarejb/100)\n\nAmazon scraping library\n\n## Description\nAmazon（JP）の商品情報を取得するためのスクレイピングライブラリ\n\n## Installation\n```bash\npip install amazonpy\n```\n\n## Upgrade\n```bash\npip install --upgrade amazonpy\n```\n\n## How to use\n```python\nfrom amazonpy import Amazon\n\namazon = Amazon()\n\n# URLから製品情報を取得する。\nproduct = amazon.get_product_by_url(\"https://www.amazon.co.jp/dp/B07T17NSJH/\")\n\nprint(product.id) # 商品IDを取得する。\n# B07T17NSJH\n\nprint(product.title) # タイトルを取得する。\n# [コーチ] COACH バッグ ショルダーバッグ 斜めがけ MAE CROSSBODY レザー F34823 アウトレット [並行輸入品]\n\nprint(product.description) # 説明を取得する。\n# ■品　番：34823 IMTAU ■サイズ：約高さ23x幅25xマチ5cm　ショルダー約103-119cm（取り外し不可）　 ■重　さ：約400g ■仕　様：開閉 ：ファスナー式　内側 ：ポケット1　外側 ：ポケット1 ■素　材：レザー ■カラー：Taupe 金具ゴールド ■付　属：箱なし、保存袋なし ■バッグ内の商品はサンプル品につき、付属しておりません。\n\nprint(product.price) # 販売価格を取得する。\n# 17570\n\nprint(product.another_type) # 色などの同じ製品の違うタイプの製品IDを取得する。\n['B08TW5VZX3', 'B07PZJYLM7', 'B07ZYFV9ZW', 'B0854LBQG2']\n```\n## Donation\nPlease donate me.\u003cbr\u003e\n- [PayPal](https://paypal.me/bluesquarejb/100)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanato12%2Famazonpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanato12%2Famazonpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanato12%2Famazonpy/lists"}