1. 亚马逊关键词
Flyfus
  • FlyFus API
  • 亚马逊商品
    • 选商品
      POST
    • 商品详情
      POST
    • 商品历史数据
      POST
    • 商品评论
      POST
    • Asin反查
      POST
  • 亚马逊关键词
    • 选关键词
      POST
    • 关键词详情
      POST
    • 关键词ABA历史
      POST
    • 关键词页面搜索结果
      POST
    • 关键词Rufus问题
      POST
  • 亚马逊类目
    • BSR类目查询
      POST
  • 数据模型
    • productData
    • ABAData
    • categorystat
    • productHistoryData
  • 数据模型
    • Schemas
  1. 亚马逊关键词

关键词Rufus问题

POST
/api/v2/keyword/question
获取指定关键词的rufus 问题
可通过 withAnswer 参数来返回rufus问题的回答
当前只支持 美国 站点
积分消耗:
withAnswer=false : 每个检索到的rufus问题 1积分
withAnswer=true : 每个检索到的rufus问题 2积分

请求参数

Authorization
Bearer Token
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
or
Body 参数application/json必填

示例
{
    "keyword": "string",
    "market": "string",
    "withAnswer": true
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.flyfus.com/api/v2/keyword/question' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "keyword": "string",
    "market": "string",
    "withAnswer": true
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "data": [
        {
            "keyword": "dog brush",
            "question": "What features should I look for in brushes for different coat types?",
            "answer": [
                {
                    "categoryHeader": "Short Hair Specialists",
                    "recommendProducts": [
                        {
                            "asin": "B0DGKQ4SM2",
                            "title": "Soft Boar Bristle Pet Palm Brush for Short Haired Dogs and Cats with Band, Reduce Shedding, Ergonomic Dog Brush, Easy to Hold and Reduces Stress On Your Wrist | Ideal for Daily Grooming",
                            "price": 7.99,
                            "monthSales": 2000,
                            "recommendationReason": "Palm brush with soft boar bristles, ergonomic design reduces wrist strain"
                        },
                        {
                            "asin": "B075RQ3437",
                            "title": "Vetnique Labs Furbliss Dog Brush for Small Dogs, Cats and Pets with Short Hair, Grooming Bathing Massaging Deshedding Multi-Functional Wet or Dry Silicone Brush (Short Hair Brush)",
                            "price": 15.99,
                            "monthSales": 100,
                            "recommendationReason": "Silicone brush safe for wet/dry use, gentle massaging action"
                        }
                    ]
                },
                {
                    "categoryHeader": "Medium Coat Solutions",
                    "recommendProducts": [
                        {
                            "asin": "B083YVT9VJ",
                            "title": "BioSilk for Pets Eco Friendly Detangling Pin Brush for Dogs, Gentle Dog Grooming Brush Designed to Help Remove Knots and Tangles and Support Healthy Coats for All Dogs",
                            "price": 10.99,
                            "monthSales": 2000,
                            "recommendationReason": "Detangling pin brush with spiral flex technology, eco-friendly construction"
                        },
                        {
                            "asin": "B0009F3MNS",
                            "title": "Hartz Groomer's Best Combo Dog Brush, Multi-Colored",
                            "price": 15.16,
                            "monthSales": 100,
                            "recommendationReason": "Dual-sided brush with stainless steel pins and nylon bristles"
                        }
                    ]
                },
                {
                    "categoryHeader": "Heavy-Duty Grooming Tools",
                    "recommendProducts": [
                        {
                            "asin": "B07P2N8HQH",
                            "title": "Maxpower Planet Original Pet Grooming Rake - Double-Sided Deshedding Dematting Tool, Undercoat Rake for Dogs & Cats, Extra-Wide Dog Grooming Brush & Deshedder Comb for Long Hair, Reduces Shedding 95%",
                            "price": 16.99,
                            "monthSales": 20000,
                            "recommendationReason": "Double-sided rake with 9 and 17 teeth, reduces shedding by 95%"
                        },
                        {
                            "asin": "B000ES6DJ0",
                            "title": "Chris Christensen Dog Brush, 27 mm Oval Pin Brush, Original Series, Groom Like a Professional, Stainless Steel Pins, Lightweight Beech Wood Body, Ground and Polished Tips",
                            "price": 39.49,
                            "monthSales": 400,
                            "recommendationReason": "Professional pin brush with 27mm stainless steel pins, German-made quality"
                        },
                        {
                            "asin": "B00KAJQJ74",
                            "title": "Chris Christensen Big G Dog Slicker Brush for Dogs (Goldendoodles, Labradoodles, Poodles), Groom Like a Professional, Fluff Detangle Style, Saves Time Energy, Coral, Large",
                            "price": 55.99,
                            "monthSales": 1000,
                            "recommendationReason": "Extra-long angled pins for Doodles and Poodles, 40% more pins than standard"
                        }
                    ]
                },
                {
                    "categoryHeader": "Curly Coat Specialists",
                    "recommendProducts": [
                        {
                            "asin": "B0DWTTS8ZK",
                            "title": "Dematting Comb for Dogs - Dematting Tool for Grooming Dog Matting - Serrated Matted Hair Removal Brush - Easily Remove Knots, Mats, and Tangles - Designed for Wavy & Curly Coats - Freshly Bailey",
                            "price": 14.95,
                            "monthSales": 700,
                            "recommendationReason": "Serrated dematting tool designed specifically for wavy and curly coats"
                        },
      
修改于 2026-06-17 08:25:42
上一页
关键词页面搜索结果
下一页
BSR类目查询
Built with