Amazon Data API 使用文档

阅读导航

最后一次更新:2024年12月5日

一、产品简介

本产品主要通过API的方式,接收客户所需数据类型和参数,提供亚马逊网页的最新数据(24小时以内)。提供的数据类型包括:商品分类数据,商户数据、商品详细信息数据。

支持站点:美国站、英国站、德国站、法国站等。

二、开始使用

由于本产品以API的方式提供,包含数据任务创建和数据接收两步。

从数据任务创建到数据接收的时间一般在3分钟以内。

我们还可以根据客户需求增加数据字段,和加快数据刷新频率。

简要描述

  • 刷新token

请求URL

  • https://extapi.pangolinfo.com/api/v1/refreshToken

请求方法

  • POST

表头

  • Content-Type: application/json

参数

参数名

必选

类型

说明

email

string

注册邮箱

password

string

密码

输入示例

				
					curl -X POST https://extapi.pangolinfo.com/api/v1/refreshToken \
-H 'Content-Type: application/json' \
-d '{"email": "xxxx@gmail.com", "password": "xxxx"}'
				
			

   

				
					{
	"code":0,
	"subCode":null,
	"message":"ok",
	"data":"xxxx"
}
				
			

注:刷新Token返回的data将作为访问API的凭证‘Authorization: Bearer xxxx’

该token长期有效,如果需要修改,再次刷新即可

简要描述

  • 提交接口

请求URL

  • https://extapi.pangolinfo.com/api/v1

请求方法

  • GET

表头

  • Content-Type: application/x-www-form-urlencoded

参数

参数名

必选

类型

说明

token

string

API令牌

url

string

目标网页URL

callbackUrl

string

接收数据的服务地址

bizKey

string

根据业务需求,选择以下一种:

amzProductOfCategory 根据商品类别获取商品列表

amzProductOfSeller 根据卖家获取商品列表

amzProduct 获取商品详情

amzKeyword 根据关键字获取商品列表

bestSellers 热卖榜

newReleases 新品榜

zipcode

string

亚马逊邮编信息

rawData

bool

是否返回原始数据,默认false

输入示例

				
					curl -X GET https://dev-extapi.pangolinfo.com/api/v1?token=xxxx\&url=https://www.amazon.com/gp/bestsellers/kitchen/ref=zg_bs_kitchen_sm\&callbackUrl=http://xx.xx.xx.xx:xx/data/receive\&bizKey=bestSellers\&zipcode=10041\&json_response=true -H 'Content-Type: application/x-www-form-urlencoded' -H 'Authorization: Bearer xxxx'
				
			

注:请求头‘Authorization: Bearer xxxx’刷新Token接口返回的”data”

返回示例

				
					{
	"code":0,
	"data":{
		"data":"e92b7c52cd98466999bacc8081e7dc12",
		"bizMsg":"ok",
		"bizCode":0
	},
	"message":"ok"
}
				
			

简要描述

  • 提交评论任务接口

请求URL

  • https://extapi.pangolinfo.com/api/v1/review

请求方法

  • GET

表头

  • Content-Type: application/x-www-form-urlencoded

参数

参数名

必选

类型

说明

token

string

API令牌

asin

string

目标商品asin

callbackUrl

string

接收数据的服务地址

page

int

评论页码

country_code

string

目标国家区域码:

us 美国

de 德国

uk 英国

fr 法国

jp 日本

ca 加拿大

it 意大利

au 澳大利亚

es 西班牙

输入示例

				
					curl -X GET https://extapi.pangolinfo.com/api/v1/review?token=xxxx\&asin= B081T7N948\&callbackUrl=http://xx.xx.xx.xx:xx/data/receive\&country_code=us\&page=1 -H 'Content-Type: application/x-www-form-urlencoded' -H 'Authorization: Bearer xxxx'
				
			

注:请求头‘Authorization: Bearer xxxx’为刷新Token接口返回的”data”

返回示例

				
					{
	"code":0,
	"data":{
		"data":"e92b7c52cd98466999bacc8081e7dc12",
		"bizMsg":"ok",
		"bizCode":0
	},
	"message":"ok"
}
				
			

原始结果返回示例

				
					{
	"data":{
		"message":"ok",
		"result":"["update","#cm-cr-dp-review-list",""]
				&&&
 				["update","#cm-cr-dp-review-header",""]
				&&&
 				["update","#cm-cr-local-reviews-title","<h3 data-hook=\"dp-local-reviews-header\" class=\"a-spacing-medium a-spacing-top-large\">\n\n\n\n\n\n\n\n\nFrom the United States\n</h3>"]"
	}
}
				
			

解析结果返回示例

				
					{
	"data":{
		"message":"ok",
		"result":"[
			{
				"reviewer":"DeWanna Rode",
				"reviewerLink":"/gp/profile/amzn1.account.AFERHH3Q5OPMIKGWOAGYKJMSDZFQ/ref=cm_cr_othr_d_gw_tr?ie=UTF8",
				"star":"4.0",
				"title":"It works",
				"date":"December 13, 2024",
				"purchase":"Verified Purchase",
				"content":"Easy on easy off"
			},
			{
				"reviewer":"Amazon Customer",
						"reviewerLink":"/gp/profile/amzn1.account.AEWUHDC5ME3ZODAFUAGBYQCVAN7A/ref=cm_cr_othr_d_gw_tr?ie=UTF8",
				"star":"5.0",
				"title":"This goo works well",
				"date":"December 13, 2024",
				"purchase":"Verified Purchase",
				"content":"Works well, picked up lots of dirt from keyboards, good value for money."

			}
		]"
	}
}
				
			

接收服务示例

需要帮助吗?

我们致力于您的成功,如果有任何问题,请随时联系我们!

我们的专家团队致力于帮助您解决和修复可能在使用我们的产品时遇到的任何问题。

如果您想提交错误报告或需要技术支持,请通过发送电子邮件联系我们的支持团队。或者参阅技术文档。[Data API用户指南] | [Scrape API用户指南]

滚动至顶部

联系我们,您的问题,我们随时倾听

无论您在使用 Pangolin 产品的过程中遇到任何问题,或有任何需求与建议,我们都在这里为您提供支持。请填写以下信息,我们的团队将尽快与您联系,确保您获得最佳的产品体验。
This website uses cookies to ensure you get the best experience.

Talk to our team

If you encounter any issues while using Pangolin products, please fill out the following information, and our team will contact you as soon as possible to ensure you have the best product experience.