Skip to main content
GET
cURL
🪙2 credits每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

region
string
必填

地区代码。

photo_search_image_uri
string
必填

Product Image Search 返回的 photo_search.image_uri 值。请使用响应中 image_uri 字段的值。

示例:

"20260605022938F85A7F7A6DDEE0046576"

photo_search_box_detection
string
必填

Product Image Search 返回的 photo_search.box_detection 值。请从响应的 box_detection 数组中选择一个值。

示例:

"0.221484,0.109180,0.800391,0.880664"

offset
string

分页偏移量或游标,用于继续获取下一页数据。

示例:

"0"

count
string

返回数据条数。

示例:

"10"

sk
string

关键词;通过匹配商品名称影响返回结果。

示例:

"paper"

响应

请求成功

The response is of type object.