v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Trending

Get Trending Keyword

Get Trending Keyword

get/api/trending/keyword

Query parameters

pageinteger

Page

Example:1
limitinteger

Number of items per page (maximum is 20)

Example:20
period7 | 30 | 120
    Period in days:
    - 7: Last 7 days
    - 30: Last 30 days
    - 120: Last 120 days
    
Example:7
countrystring

Country code. Head here for a full list of supported countries

Example:US
industrystring

Head to here for a full list of Industry code. You can combine multiple industries by using a comma. For example: 22102000000,22101000000

objective'1' | '2' | '3' | '4' | '5' | '8' | '14'
    Objective:
    - 1: Traffic
    - 2: App Installs
    - 3: Conversions
    - 4: Video Views
    - 5: Reach
    - 8: Lead Generation
    - 14: Product Sales

    You can combine multiple objectives by using a comma. For example: 1,2
  
keyword_type'1' | '2' | '3' | '4' | '5' | '6'
    Objective:
    - 1: Selling points
    - 2: Pain points
    - 3: Target audience
    - 4: Call-to-action
    - 5: Other
    - 6: Products

    You can combine multiple objectives by using a comma. For example: 1,2
  

Response

Success

Example response

{
  "data": {
    "pagination": {
      "has_more": true,
      "page": 1,
      "size": 20,
      "total_count": 500
    },
    "keyword_list": [
      {
        "comment": 2000,
        "cost": 272000,
        "cpa": 9.93,
        "ctr": 1.71,
        "cvr": 11.24,
        "impression": 31800000,
        "keyword": "christmas",
        "like": 127005,
        "play_six_rate": 11.45,
        "post": 31900,
        "post_change": 111.83,
        "share": 4038,
        "video_list": [
          "7578816747088661791",
          "7576793446401314065",
          "7578693746087234846",
          "7559636960327896375",
          "7570571645098757389"
        ]
      }
    ]
  }
}