Skip to content

อันดับครีเอเตอร์ - ครีเอเตอร์อีคอมเมิร์ซยอดนิยม

บทนำ

รับอันดับครีเอเตอร์อีคอมเมิร์ซยอดนิยม

  • รองรับพารามิเตอร์ตัวกรอง
  • รองรับการจัดเรียงผลลัพธ์แบบกำหนดเอง

เอนด์พอยต์ API

bash
    POST /creator/v1/rank/topEcommerce

เนื้อความคำขอ

ฟิลด์ประเภทจำเป็นคำอธิบาย
filterobjectไม่พารามิเตอร์ตัวกรอง
orderbyobjectไม่พารามิเตอร์การจัดเรียง
pageintegerไม่หมายเลขหน้า ค่าเริ่มต้น: 1
pagesizeintegerไม่รายการต่อหน้า ค่าเริ่มต้น: 10

page * pagesize <= 1000

pagesize ช่วง [1, 100]

ค่าตัวเลือกของ filter

ฟิลด์ประเภทจำเป็นคำอธิบาย
regionstringไม่ประเทศ/ภูมิภาค
creator_category_idintegerไม่หมวดหมู่ครีเอเตอร์
product_category_idintegerไม่หมวดหมู่สินค้า
account_typeintegerไม่ประเภทครีเอเตอร์ 1:ส่วนบุคคล 2:ร้านค้า
ecommerce_typeintegerไม่1:วิดีโอ 2:ไลฟ์
date_infoobjectใช่ข้อมูลวันที่

ช่วง region: ['US','GB','MX','ES','DE','IT','FR','PT','NL','BE','AT','PL','ID','VN','MY','TH','PH','BR','JP','SG']

ค่าตัวเลือกของ orderby

ฟิลด์จำเป็นคำอธิบาย
creator_usd_gmvไม่GMV รวม (USD) (จากมากไปน้อย)
video_usd_gmvไม่GMV วิดีโอ (USD) (จากมากไปน้อย)
live_usd_gmvไม่GMV ไลฟ์ (USD) (จากมากไปน้อย)

เมื่อ ecommerce_type ว่าง ค่าเริ่มต้นคือเรียงจากมากไปน้อยตาม creator_usd_gmv เมื่อ ecommerce_type=1 ค่าเริ่มต้นคือเรียงจากมากไปน้อยตาม video_usd_gmv เมื่อ ecommerce_type=2 ค่าเริ่มต้นคือเรียงจากมากไปน้อยตาม live_usd_gmv ในกรณีอื่น ๆ orderby จะใช้ไม่ได้

ตัวอย่างคำขอ

bash
curl 'https://openapi.fastmoss.com/creator/v1/rank/topEcommerce' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxxxxxxxxx' \
--data '{
    "filter": {
        "region": "US",
        "product_category": 1,
        "date_info": {
            "type": "day",
            "value": "2023-02-01"
        },
        # "date_info": {
        #     "type": "week",
        #     "value": "2023-18"
        # },
        # "date_info": {
        #     "type": "month",
        #     "value": "2023-02"
        # }
    },
     "orderby": [
      {
        "field": "total_gmv",
        "order": "desc",
      }
    ],
    "page": 1,
    "pagesize": 10
}'

เนื้อความการตอบกลับ

data.total

  • ประเภท: integer
  • คำอธิบาย: จำนวนผลลัพธ์ทั้งหมด

data.list

ฟิลด์ประเภทคำอธิบาย
uidstringID ครีเอเตอร์
follower_countintegerจำนวนผู้ติดตามของครีเอเตอร์
product_countintegerจำนวนสินค้าที่ขายได้
creator_gmvfloatGMV รวมของครีเอเตอร์
creator_usd_gmvfloatGMV รวมของครีเอเตอร์ (USD)
video_countintegerจำนวนวิดีโอ
video_gmvfloatGMV รวมของวิดีโอ
video_usd_gmvfloatGMV รวมของวิดีโอ (USD)
live_countintegerจำนวนไลฟ์
live_gmvfloatGMV รวมของไลฟ์
live_usd_gmvfloatGMV รวมของไลฟ์ (USD)

data.list.creator

ฟิลด์ประเภทคำอธิบาย
uidstringID ครีเอเตอร์
unique_idstringID ไม่ซ้ำของครีเอเตอร์
nicknamestringชื่อเล่น
avatarstringURL รูปโปรไฟล์ครีเอเตอร์
regionstringประเทศ/ภูมิภาค
categoryobjectหมวดหมู่ครีเอเตอร์
follower_countintegerจำนวนผู้ติดตามของครีเอเตอร์
video_countintegerจำนวนวิดีโอ

ตัวอย่างการตอบกลับ

json
{
  "code": 0,
  "data": {
    "list": [
      {
        "creator": {
          "uid": "6795828506624754693",
          "nickname": "thebeautycrop",
          "unique_id": "thebeautycrop",
          "avatar": "https://s.500fd.com/tt_author/09c29664a10b2eeee9089b311a7cd8df~tplv-tiktokx-cropcenter:300:300.jpeg",
          "region": "GB",
          "category": {
            "id": 2,
            "name": "Shopping & Retail"
          },
          "follower_count": 238703,
          "video_count": 3123
        },
        "follower_count": 238703,
        "product_count": 96,
        "creator_gmv": 20310.4,
        "creator_usd_gmv": 25184.84,
        "video_count": 105,
        "video_gmv": 7632.68,
        "video_usd_gmv": 9464.46,
        "live_count": 11,
        "live_gmv": 12677.72,
        "live_usd_gmv": 15720.38,
        "uid": "6795828506624754693",
        "nickname": "thebeautycrop", //deprecated
        "unique_id": "thebeautycrop", //deprecated
        "avatar": "https://s.500fd.com/tt_author/09c29664a10b2eeee9089b311a7cd8df~tplv-tiktokx-cropcenter:300:300.jpeg", //deprecated
        "region": "GB", //deprecated
        "category": {
          "id": 2,
          "name": "Shopping & Retail"
        } //deprecated
      }
    ],
    "total": "256",
    "date_type": "week",
    "date_value": "2026-03"
  },
  "message": "",
  "timestamp": 1776165689,
  "request_id": "55dc7b93-227b-de9b-2a7e-6eb7f9259555"
}