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. 亚马逊商品

选商品

POST
/api/v2/product/find
查找符合条件的商品,并返回每个商品的详细信息。
每页固定返回10条数据,通过 page 参数来翻页
设置 onlyAsin,为true,只返回asin列表,不返回详细数据。
keyword 参数会匹配 商品标题中 包含关键词每个单词的商品,并非亚马逊搜索结果。
如果想要使用更精确的亚马逊关键词搜索结果,可以使用 /api/v2/keyword/search_result。
积分消耗:
返回asin列表时, 1积分/请求
返回商品详情时, 2积分/请求

请求参数

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

示例
{
    "minPrice": 20.0,
    "maxPrice": 50.0,
    "minRatingCount": 100,
    "minListedSince": "2026-01-01",
    "keyword": "cat brush",
    "minMonthSales": 100,
    "market": "us",
    "withProductDetail": 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/product/find' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "minPrice": 20.0,
    "maxPrice": 50.0,
    "minRatingCount": 100,
    "minListedSince": "2026-01-01",
    "keyword": "cat brush",
    "minMonthSales": 100,
    "market": "us",
    "withProductDetail": true
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "data": {
        "items": [
            {
                "asin": "B0GQMC6WN4",
                "market": "us",
                "title": "Feandrea Plant Cat Litter Box Enclosure with Artificial Plant, Enclosed Hidden Litter Box Furniture with Door, Carbon Filter, Odor Control, Pebbles, Scoop, Brush, Ink Black UPPT006B101",
                "brand": "Feandrea",
                "CategoryTree": [
                    {
                        "category_id": "2619533011",
                        "category_name": "Pet Supplies"
                    },
                    {
                        "category_id": "2975241011",
                        "category_name": "Cats"
                    },
                    {
                        "category_id": "2975296011",
                        "category_name": "Litter & Housebreaking"
                    },
                    {
                        "category_id": "17592597011",
                        "category_name": "Litter Box Enclosures"
                    }
                ],
                "price": 49.99,
                "bsr": [
                    {
                        "category_id": "17592597011",
                        "category_name": "Litter Box Enclosures",
                        "rank": 8
                    },
                    {
                        "category_id": "2619533011",
                        "category_name": "Pet Supplies",
                        "rank": 8749
                    }
                ],
                "newOfferCount": 1,
                "description": "",
                "fbaFee": 21.12,
                "features": [
                    "Hidden Plant Litter Box: A cat litter box that looks like décor, not a toilet—styled as a modern flower pot with a lush faux plant, pebble accents, and an elegant, textured finish that blends right into your home",
                    "Spacious & Comfortable: Sized 19.3\" x 19.3\" x 23.2\" (excluding plant), this extra large litter box enclosure comfortably accommodates cats of all ages and sizes, even Maine Coons",
                    "Flip Door, Less Mess: The unique flip door makes it easy for cats to get in and out while helping to stop litter from flying out and keeping your floor clean",
                    "Easy Assembly & Cleaning: The enclosed litter box comes with clear instructions for a quick 5‑minute setup. The flip door, lift‑off top, and included scoop and brush make both daily maintenance and deep cleaning simple",
                    "Effective Odor Control: The enclosed design teams up with a carbon filter to trap odors inside, reduce smells, and keep your home feeling fresh and inviting"
                ],
                "frequentlyBoughtTogether": null,
                "images": [
                    "81jmo3GevoL.jpg",
                    "81VUb7sn1nL.jpg",
                    "81PmSIZFLbL.jpg",
                    "81QWiSnepJL.jpg",
                    "71fTt2w8tUL.jpg",
                    "81NbimTMfhL.jpg",
                    "81aIAf1tggL.jpg",
                    "71iL304zL4L.jpg"
                ],
                "listedDate": "2026-02-28",
                "monthSales": 200,
                "parentAsin": "B0GSXMSY2R",
                "attribute": [
                    {
                        "dimension": "Color",
                        "value": "Ink Black"
                    },
                    {
                        "dimension": "Style",
                        "value": "Plant Litter Box"
                    }
                ],
                "rating": 4.3,
                "ratingCount": 178,
                "sellerIdd": "",
                "sellerName": "",
                "sellerType": "",
                "packageSize": [
                    511,
                    500,
                    231
                ],
                "packageWeight": 0
            },
            {
                "asin": "B0G8Z7KN7H",
                "market": "us",
                "title": "32In Cute Cat Tower for Indoor Cats with Cat Condo, Plush Platform, Hammock, Sisal Scratching Posts, Dangling Ball, Tall Cat Tree Tower with Self-Grooming Brush (Beige)",
                "brand": "Purrlato",
                "CategoryTree": [
                    {
                        "category_id": "2619533011",
                        "category_name": "Pet Supplies"
                    },
                    {
                        "category_id": "2975241011",
                        "category_name": "Cats"
                    },
                    {
                        "category_id": "2975243011",
                        "category_name": "Beds & Furniture"
                    },
                    {
                        "category_id": "2975248011",
                        "category_name": "Trees"
                    }
                ],
                "price": 39.99,
                "bsr": [
                    {
                        "category_id": "2619533011",
                        "category_name": "Pet Supplies",
                        "rank": 13128
                    },
                    {
                        "category_id": "2975248011",
                        "category_name": "Trees",
                        "rank": 73
                    }
                ],
                "newOfferCount": 1,
                "description": "",
                "fbaFee": 10.63,
                "features": [
                    "ERFECT FOR FIRST-TIME KITTEN OWNERS – Getting a kitten for the first time? This 3-tier cat tree is designed to help your new baby feel safe and happy. The low 30\" height is easy for even 2-month-old kittens to climb, with a cozy enclosed house for napping and hiding when they feel shy",
                    "WINDOW-WATCHING PERCH FOR INDOOR CATS – Place this cat tree by a sunny window and watch your cat love the top-level plush perch. It's the perfect height for kittens to bird-watch, sunbathe, and feel like they're outdoors while staying safe inside. Great for apartments, condos, and small living rooms where space is tight",
                    "STURDY & TIP-PROOF FOR ACTIVE KITTENS – Worried about a wobbly cat tree? Our 15.7\" x 15.7\" solid particle board base with anti-tip design ensures stability even when your kitten jumps and pounces from the top perch. Suitable for cats up to 15 lbs. If your kitten grows up healthy and strong, this tree remains their favorite hangout spot",
                    "Easy 30-Min Assembly - Comes with clear illustrated instructions and labeled hardware — no tools needed for most steps. All parts included in the package (check the parts checklist before starting). If anything is missing or damaged, our support team will respond within 24 hours. Your satisfaction is our priority!",
                    "【EASY ASSEMBLY & FURNITURE PROTECTION】 Setup is straightforward with the included step-by-step instructions and hardware. The durable materials are easy to spot clean, and the sisal-wrapped scratching posts are designed to withstand daily heavy scratching, keeping your sofa, curtains, and carpets well protected"
                ],
                "frequentlyBoughtTogether": null,
                "images": [
                    "71EuVX96qyL.jpg",
                    "71AJHYPmQzL.jpg",
                    "71GYWHSWTjL.jpg",
                    "61egSB6RVQL.jpg",
                    "71EuVX96qyL.jpg"
                ],
                "listedDate": "2026-03-03",
                "monthSales": 100,
                "parentAsin": "B0FHWFF4Z5",
                "attribute": [
                    {
                        "dimension": "Color",
                        "value": "Beige"
                    }
                ],
                "rating": 4.1,
                "ratingCount": 107,
                "sellerIdd": "",
                "sellerName": "",
                "sellerType": "",
                "packageSize": [
                    435,
                    340,
                    188
                ],
                "packageWeight": 0
            }
        ],
        "total": 2
    },
    "code": 0,
    "msg": "success"
}
修改于 2026-06-18 06:46:57
上一页
FlyFus API
下一页
商品详情
Built with