1. 亚马逊关键词
API Server
  • FlyFus API
  • 亚马逊商品
    • 选商品
      POST
    • 商品详情
      POST
    • 商品历史数据
      POST
    • 商品变体列表
      POST
    • 商品评论
      POST
    • 商品相关关键词
      POST
    • 商品相关 Alexa 问题
      POST
  • 亚马逊关键词
    • 选关键词
      POST
    • 关键词详情
      POST
    • 关键词ABA历史
      POST
    • 关键词页面搜索结果
      POST
    • 关键词相关 Alexa 问题
      POST
    • 关键词商机数据(niche)
      POST
    • 获取商机详情
      POST
  • 亚马逊类目
    • BSR类目查询
      POST
  1. 亚马逊关键词

关键词相关 Alexa 问题

POST
https://open-api.flyfus.com/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": {
        "items": [
            {
                "keyword": "dog brush",
                "question": "What are top dog shampoo brands recommended by vets?",
                "answer": {
                    "text": "Here are the top dog shampoo brands most recommended by veterinarians for various skin and coat conditions:\n**Medicated & Antiseptic Brands:**\n**Douxo** leads veterinary recommendations for infections with their chlorhexidine formulas. **Veterinary Formula Clinical Care** offers comprehensive medicated solutions for various skin conditions. **Pet Honesty** provides chlorhexidine treatments with natural ingredients. **Earthbath** is preferred for gentle, daily care with organic ingredients. **Pet MD** specializes in benzoyl peroxide formulations for deep cleaning and follicle flushing. **Wahl** offers concentrated, allergen-friendly formulas for sensitive dogs.\n\nThese brands are specifically formulated for dogs' pH levels and recommended by veterinarians for treating everything from minor skin irritations to serious bacterial and fungal infections.",
                    "recommendedProduct": [
                        {
                            "categoryHeader": "Veterinary Clinical Care",
                            "productList": [
                                {
                                    "asin": "B0037Z6VK8",
                                    "title": "Veterinary Formula Clinical Care – Antiparasitic & Antiseborrheic Medicated Dog Shampoo – Supports Dry, Irritated Skin and Helps Soothe Occasional Itchy Spots – 16 oz",
                                    "price": 9.92,
                                    "monthSales": 5000,
                                    "recommendationReason": "Coal tar and salicylic acid formula for seborrhea and parasitic infections"
                                },
                                {
                                    "asin": "B0037Z6VJY",
                                    "title": "Veterinary Formula Clinical Care Antiseptic and Antifungal Medicated Shampoo for Dogs & Cats, 16 Fl Oz – Helps Alleviate Scaly, Greasy, red Skin – Paraben, Dye, Soap-Free (1 Pack)",
                                    "price": 8.78,
                                    "monthSales": 10000,
                                    "recommendationReason": "Antifungal ketoconazole formula for scaly, greasy, and red skin conditions"
                                },
                                {
                                    "asin": "B0037Z6VLC",
                                    "title": "Veterinary Formula Clinical Care Hot Spot & Itch Relief Medicated Shampoo for Dogs and Cats 16oz – Helps Alleviate Sensitive Skin, Scratching, and Licking of Coat",
                                    "price": 8.78,
                                    "monthSales": 3000,
                                    "recommendationReason": "Fast-acting oatmeal and aloe formula for hot spots and itch relief"
                                }
                            ]
                        },
                        {
                            "categoryHeader": "Specialized Treatment Brands",
                            "productList": [
                                {
                                    "asin": "B0949RKDYC",
                                    "title": "Douxo S3 PYO Chlorhexidine Shampoo For Dogs, Medicated Shampoo Antibacterial & Antiseptic, Yeast Infection Treatment for Dogs & Cats, Clinically Proven, 16.9 fl oz",
                                    "price": 40.99,
                                    "monthSales": 5000,
                                    "recommendationReason": "Chlorhexidine and Ophytrium formula for bacterial and yeast infections"
                                },
                                {
                                    "asin": "B07K6JSBRB",
                                    "title": "Pet Honesty Chlorhexidine Cat & Dog Seasonal Itch Relief Shampoo, for Allergies, Itching, Skin and Coat Supplement, Helps Shedding, Hot Spots, Deodorizing Dog Shampoo & Grooming Supplies,16oz",
                                    "price": 16.79,
                                    "monthSales": 10000,
                                    "recommendationReason": "Chlorhexidine with aloe for seasonal allergies and hot spot relief"
                                },
                                {
                                    "asin": "B0180A1HSK",
                                    "title": "Pet MD",
                                    "price": 21.99,
                                    "monthSales": 700,
                                    "recommendationReason": "Benzoyl peroxide formula for folliculitis, acne, and dermatitis conditions"
                                }
                            ]
                        },
                        {
                            "categoryHeader": "Gentle Dai
修改于 2026-07-02 06:38:04
上一页
关键词页面搜索结果
下一页
关键词商机数据(niche)
Built with