百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

amazon-product-api

> 编程语言
开源

Amazon 爬虫。从 Amazon 搜索结果中爬取产品或从特定产品中爬取评论

769 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Amazon 爬虫。从 Amazon 搜索结果中爬取产品或从特定产品中爬取评论

Amazon Product Api (Unofficial)

Very useful tool that is able to extract almost same amount of data as the official Amazon Product API

If you like this tool then please Star it



Features

  • Extract product data from the search result(by category, by country)
  • Extract lots of single product data by using ASIN id
  • Extract product reviews data by using ASIN id
  • Extract list of categories
  • Is supporting all available Amazon Marketplaces
  • Sort result by sponsored products only
  • Sorts result by discounted products only
  • Result can be saved to the JSON/CSV files
  • You can scrape up to 500 products and 1000 reviews

Product List

Review List

Note:

  • Empty parameter = empty value

Possible errors

  • If there will be let me know

Installation

Install from NPM

$ npm i -g amazon-buddy

Install from YARN

$ yarn global add amazon-buddy

USAGE

Terminal

…

Example 1

Scrape 40 products from the amazon search result by using keyword "vacuum cleaner" and save result to the CSV file

$ amazon-buddy products -k 'vacuum cleaner' -n 40 --filetype csv

Output: 1552945544582_products.csv

Example 2

Scrape 40 products from the amazon search result by using keyword "vacuum cleaner" and display raw result in the terminal

$ amazon-buddy products -k 'vacuum cleaner' -n 40 --filetype ''

Example 3

Scrape 40 products from the amazon search result by using keyword "vacuum cleaner" from the Amazon.NL(Netherlands) and display raw result in the terminal

$ amazon-buddy products -k 'vacuum cleaner' -n 40 --filetype '' --country NL

Example 4

Scrape 40 products from the amazon search result from the category "Apps & Games" by using keyword "games" from the Amazon.ES(SPAIN) and display raw result in the terminal

$ amazon-buddy products -k 'games' -n 40 --filetype '' --country ES --category mobile-apps

Example 5

Scrape 100 reviews from a product by using ASIN. NOTE: ASIN is a unique amazon product ID, it can be found in product URL or if you have scraped product list with our tool you will find it in the CSV/JSON files

$ amazon-buddy reviews B01GW3H3U8 -n 100

Output: reviews(B01GW3H3U8)_1589470878252

Example 6

Scrape 300 products from the "Xbox one" keyword with rating minimum rating 3 and maximum rating 4 and save everything to the CSV file

$ amazon-buddy products -k 'xbox one' -n 300 --min-rating 3 --max-rating 4

Output: 1552945544582_products.csv

Example 7

Show list of all available countries

$ amazon-buddy countries

Output:

Example 7

Show list of all available categories from the Amazon.CO.UK

$ amazon-buddy categories --country GB

Output:

Module

Methods

.products() - product search
.reviews() - reviews search
.asin() - single product details
.categories() - available categories

Example

…

.products() output

…

.reviews() output

…

.asin() output

…

.categories() output

…

Options

…

List of supported countries

…

License

MIT

Free Software

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言