> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Influencer List (Analytics)

> Search and filter TikTok influencers using analytics data with rich multi-dimensional metrics including follower trends, engagement rates, sales performance, and historical data computed from a large-scale dataset.

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">1 credit</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/tiktok/influencer/list/analytics.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/tiktok/influencer/list/analytics

Description: Search and filter TikTok influencers using analytics data with rich multi-dimensional metrics including follower trends, engagement rates, sales performance, and historical data computed from a large-scale dataset.

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- product_category_id (Optional): Product Category IDs Sold by Influencers
- influencer_category_name (Optional): Category Name
- influencer_sort_field_v2 (Optional): List sorting field, 1=total_followers_cnt 2=total_followers_30d_cnt 3=total_post_video_cnt 4=per_views_avg_cnt 5=interaction_rate 6=total_product_cnt. Example: 0
- sort_type (Optional): Sort order, 0=asc 1=desc. Example: 0
- min_total_followers_cnt (Optional): Follower count range filter
- max_total_followers_cnt (Optional): Follower count range filter
- min_total_digg_cnt (Optional): Like count range filter
- max_total_digg_cnt (Optional): Like count range filter
- min_interaction_rate (Optional): Interaction range filtering
- max_interaction_rate (Optional): Interaction range filtering
- min_total_views_cnt (Optional): Filtering by total video views. Example: 0
- max_total_views_cnt (Optional): Filtering by total video views
- min_total_views_7d_cnt (Optional): Playback volume (increment) range filter for the last 7 days
- max_total_views_7d_cnt (Optional): Playback volume (increment) range filter for the last 7 days
- min_per_video_product_views_avg_cnt (Optional): Average sales video view range filtering
- max_per_video_product_views_avg_cnt (Optional): Average sales video view range filtering
- min_per_video_product_views_avg_7d_cnt (Optional): Average number of views (increase) of product promotion videos in the past 7 days (filtered)
- max_per_video_product_views_avg_7d_cnt (Optional): Average number of views (increase) of product promotion videos in the past 7 days (filtered)
- gender (Optional): Gender, based on profile picture and video content, only applicable in the US region.
- influencer_language (Optional)
- show_case_flag (Optional): Is the showcase enabled, 1=Yes 0=No
- sales_flag (Optional): Whether or not product sales are involved: >0 indicates product sales, 1 = video product sales, 2 = live streaming product sales, 3 = both live streaming and video product sales, 4 = product showcase enabled.
- region (Required): Region code, region, such as US. Example: US
- page_num (Required): Page numbers start from 1 and go up to 10000.. Example: 1
- page_size (Required): The maximum number of pages is 10.. Example: 10

Example Response:
{
"code": 0,
"message": "success",
"data": [
{
  "avatar": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/77eebc91f0b5728ad38d8f0edeb567e0~tplv-tiktokx-cropcenter:100:100.jpeg?dr=10399&refresh_token=cef28bf7&x-expires=1756242000&x-signature=jL3CBEBjqpNqtOwtxWxQcIjCWNo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=no1a",
  "avg_30d_price": 0,
  "category": "",
  "contact_email": "",
  "ec_score": 2.62,
  "first_crawl_dt": 20250816,
  "gender": "",
  "influencer_video_duration_level": "{}",
  "influencer_video_publish_hour": "{}",
  "influencer_video_publish_week": "{}",
  "interaction_rate": 0,
  "language": "en",
  "most_category_product": "[]",
  "most_views_video": "",
  "nick_name": "Hannah Culver",
  "off_mark": 0,
  "per_video_product_views_avg_7d_cnt": 0,
  "region": "US",
  "sales_flag": 0,
  "seller_id": null,
  "show_case_flag": 0,
  "signature": "",
  "total_comments_cnt": 0,
  "total_digg_1d_cnt": 0,
  "total_digg_30d_cnt": 0,
  "total_digg_7d_cnt": 0,
  "total_digg_90d_cnt": 0,
  "total_digg_cnt": 2,
  "total_followers_1d_cnt": 0,
  "total_followers_30d_cnt": 0,
  "total_followers_7d_cnt": 0,
  "total_followers_90d_cnt": 1,
  "total_followers_cnt": 183,
  "total_following_cnt": 571,
  "total_likes_cnt": 0,
  "total_live_cnt": 0,
  "total_live_sale_gmv_30d_amt": 0,
  "total_post_video_cn
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/tiktok.openapi.json GET /v1/tiktok/influencer/list/analytics
openapi: 3.0.1
info:
  title: Tiktok API english documentation
  description: >-
    The english reference documentation of the Tiktok API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security: []
tags:
  - name: TikTok Influencer
  - name: TikTok Shop
  - name: TikTok Content
  - name: TikTok Intelligence
paths:
  /v1/tiktok/influencer/list/analytics:
    get:
      tags:
        - TikTok Influencer
      summary: Influencer List (Analytics)
      description: >-
        Search and filter TikTok influencers using analytics data with rich
        multi-dimensional metrics including follower trends, engagement rates,
        sales performance, and historical data computed from a large-scale
        dataset.
      operationId: get_api_v3_echotik_influencer_list
      parameters:
        - name: product_category_id
          in: query
          description: Product Category IDs Sold by Influencers
          required: false
          schema:
            type: string
            example: ''
            default: ''
          example: ''
        - name: influencer_category_name
          in: query
          description: Category Name
          required: false
          schema:
            type: string
            example: ''
            default: ''
          example: ''
        - name: influencer_sort_field_v2
          in: query
          description: >-
            List sorting field, 1=total_followers_cnt 2=total_followers_30d_cnt
            3=total_post_video_cnt 4=per_views_avg_cnt 5=interaction_rate
            6=total_product_cnt
          required: false
          schema:
            type: integer
            example: 0
            default: 0
          example: 0
        - name: sort_type
          in: query
          description: Sort order, 0=asc 1=desc
          required: false
          schema:
            type: integer
            example: 0
            default: 0
          example: 0
        - name: min_total_followers_cnt
          in: query
          description: Follower count range filter
          required: false
          schema:
            type: integer
        - name: max_total_followers_cnt
          in: query
          description: Follower count range filter
          required: false
          schema:
            type: integer
        - name: min_total_digg_cnt
          in: query
          description: Like count range filter
          required: false
          schema:
            type: integer
        - name: max_total_digg_cnt
          in: query
          description: Like count range filter
          required: false
          schema:
            type: integer
        - name: min_interaction_rate
          in: query
          description: Interaction range filtering
          required: false
          schema:
            type: number
        - name: max_interaction_rate
          in: query
          description: Interaction range filtering
          required: false
          schema:
            type: number
        - name: min_total_views_cnt
          in: query
          description: Filtering by total video views
          required: false
          schema:
            type: integer
            example: 0
            default: 0
          example: 0
        - name: max_total_views_cnt
          in: query
          description: Filtering by total video views
          required: false
          schema:
            type: integer
        - name: min_total_views_7d_cnt
          in: query
          description: Playback volume (increment) range filter for the last 7 days
          required: false
          schema:
            type: integer
        - name: max_total_views_7d_cnt
          in: query
          description: Playback volume (increment) range filter for the last 7 days
          required: false
          schema:
            type: integer
        - name: min_per_video_product_views_avg_cnt
          in: query
          description: Average sales video view range filtering
          required: false
          schema:
            type: integer
        - name: max_per_video_product_views_avg_cnt
          in: query
          description: Average sales video view range filtering
          required: false
          schema:
            type: integer
        - name: min_per_video_product_views_avg_7d_cnt
          in: query
          description: >-
            Average number of views (increase) of product promotion videos in
            the past 7 days (filtered)
          required: false
          schema:
            type: integer
        - name: max_per_video_product_views_avg_7d_cnt
          in: query
          description: >-
            Average number of views (increase) of product promotion videos in
            the past 7 days (filtered)
          required: false
          schema:
            type: integer
        - name: gender
          in: query
          description: >-
            Gender, based on profile picture and video content, only applicable
            in the US region.
          required: false
          schema:
            type: string
            example: ''
            default: ''
          example: ''
        - name: influencer_language
          in: query
          required: false
          schema:
            type: string
        - name: show_case_flag
          in: query
          description: Is the showcase enabled, 1=Yes 0=No
          required: false
          schema:
            type: integer
        - name: sales_flag
          in: query
          description: >-
            Whether or not product sales are involved: >0 indicates product
            sales, 1 = video product sales, 2 = live streaming product sales, 3
            = both live streaming and video product sales, 4 = product showcase
            enabled.
          required: false
          schema:
            type: integer
        - name: region
          in: query
          description: Region code, region, such as US
          required: true
          schema:
            type: string
            example: US
            default: US
          example: US
        - name: page_num
          in: query
          description: Page numbers start from 1 and go up to 10000.
          required: true
          schema:
            type: string
            example: '1'
            default: '1'
          example: '1'
        - name: page_size
          in: query
          description: The maximum number of pages is 10.
          required: true
          schema:
            type: string
            example: '10'
            default: '10'
          example: '10'
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  message:
                    type: string
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        avatar:
                          type: string
                          title: Influencer avatar address
                          description: >-
                            If you encounter an error, please use the download
                            interface to download the image.
                        avg_30d_price:
                          type: integer
                          title: Average sales price in the past 30 days
                        category:
                          type: string
                        contact_email:
                          type: string
                        ec_score:
                          type: number
                          title: echotik rating
                        first_crawl_dt:
                          type: integer
                          title: First crawl time
                        gender:
                          type: string
                        influencer_video_duration_level:
                          type: string
                          title: Video duration distribution
                        influencer_video_publish_hour:
                          type: string
                          title: Video release time distribution
                        influencer_video_publish_week:
                          type: string
                          title: Video release weekly distribution
                        interaction_rate:
                          type: integer
                        language:
                          type: string
                        most_category_product:
                          type: string
                          title: Best-selling product category information
                        most_views_video:
                          type: string
                        nick_name:
                          type: string
                        off_mark:
                          type: integer
                          title: Whether to cancel the account
                          description: >-
                            0 indicates not cancelled; >0 may indicate
                            cancelled.
                        per_video_product_views_avg_7d_cnt:
                          type: integer
                          title: Average 7-day video views
                        region:
                          type: string
                        sales_flag:
                          type: integer
                          title: Is the identifier for sale
                          description: >-
                            >0 represents product sales, 1 = video sales, 2 =
                            live streaming sales, 3 = video + live streaming, 4
                            = opening a product showcase.
                        seller_id:
                          type: string
                          title: Link Shop ID
                        show_case_flag:
                          type: integer
                          title: Is the showcase enabled
                          description: 1=Enabled 0=Disabled
                        signature:
                          type: string
                        total_comments_cnt:
                          type: integer
                        total_digg_1d_cnt:
                          type: integer
                          title: The increase in likes in the last 1 day
                        total_digg_30d_cnt:
                          type: integer
                          title: The increase in likes in the last 30 day
                        total_digg_7d_cnt:
                          type: integer
                          title: The increase in likes in the last 7 day
                        total_digg_90d_cnt:
                          type: integer
                          title: The increase in likes in the last 90 day
                        total_digg_cnt:
                          type: integer
                          title: Total likes
                        total_followers_1d_cnt:
                          type: integer
                          title: Recent 1-day follower increase
                        total_followers_30d_cnt:
                          type: integer
                          title: Recent 30-day follower increase
                        total_followers_7d_cnt:
                          type: integer
                          title: Recent 7-day follower increase
                        total_followers_90d_cnt:
                          type: integer
                          title: Recent 90-day follower increase
                        total_followers_cnt:
                          type: integer
                        total_following_cnt:
                          type: integer
                        total_live_cnt:
                          type: integer
                          title: Total live streams
                        total_live_sale_gmv_30d_amt:
                          type: integer
                          title: Livestream GMV in the last 30 days
                        total_post_video_cnt:
                          type: integer
                          title: Total number of published videos
                        total_product_30d_cnt:
                          type: integer
                          title: Number of products sold in the last 30 days
                        total_product_cnt:
                          type: integer
                          title: Total number of products promoted
                        total_sale_cnt:
                          type: integer
                          title: Total sales (estimated)
                        total_sale_gmv_30d_amt:
                          type: integer
                          title: GMV (estimated) in the last 30 days
                        total_sale_gmv_amt:
                          type: integer
                          title: Total GMV (estimated)
                        total_shares_cnt:
                          type: integer
                        total_video_product_30d_cnt:
                          type: integer
                          title: >-
                            Number of products sold via video in the last 30
                            days
                        total_video_sale_30d_cnt:
                          type: integer
                          title: Video sales in the last 30 days (estimated)
                        total_video_sale_gmv_30d_amt:
                          type: integer
                          title: >-
                            GMV from video marketing in the last 30 days
                            (estimated)
                        total_views_cnt:
                          type: integer
                        unique_id:
                          type: string
                        user_id:
                          type: string
                  requestId:
                    type: string
                required:
                  - code
                  - message
                  - data
                  - requestId
                example:
                  code: 0
                  message: success
                  data:
                    - avatar: >-
                        https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/77eebc91f0b5728ad38d8f0edeb567e0~tplv-tiktokx-cropcenter:100:100.jpeg?dr=10399&refresh_token=cef28bf7&x-expires=1756242000&x-signature=jL3CBEBjqpNqtOwtxWxQcIjCWNo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=no1a
                      avg_30d_price: 0
                      category: ''
                      contact_email: ''
                      ec_score: 2.62
                      first_crawl_dt: 20250816
                      gender: ''
                      influencer_video_duration_level: '{}'
                      influencer_video_publish_hour: '{}'
                      influencer_video_publish_week: '{}'
                      interaction_rate: 0
                      language: en
                      most_category_product: '[]'
                      most_views_video: ''
                      nick_name: Hannah Culver
                      off_mark: 0
                      per_video_product_views_avg_7d_cnt: 0
                      region: US
                      sales_flag: 0
                      seller_id: null
                      show_case_flag: 0
                      signature: ''
                      total_comments_cnt: 0
                      total_digg_1d_cnt: 0
                      total_digg_30d_cnt: 0
                      total_digg_7d_cnt: 0
                      total_digg_90d_cnt: 0
                      total_digg_cnt: 2
                      total_followers_1d_cnt: 0
                      total_followers_30d_cnt: 0
                      total_followers_7d_cnt: 0
                      total_followers_90d_cnt: 1
                      total_followers_cnt: 183
                      total_following_cnt: 571
                      total_likes_cnt: 0
                      total_live_cnt: 0
                      total_live_sale_gmv_30d_amt: 0
                      total_post_video_cnt: 0
                      total_product_30d_cnt: 0
                      total_product_cnt: 0
                      total_sale_cnt: 0
                      total_sale_gmv_30d_amt: 0
                      total_sale_gmv_amt: 0
                      total_shares_cnt: 0
                      total_video_product_30d_cnt: 0
                      total_video_sale_30d_cnt: 0
                      total_video_sale_gmv_30d_amt: 0
                      total_views_cnt: 0
                      unique_id: hannahdowns
                      user_id: '1000038'
                  requestId: cf984f6f-04fa-4393-8ca3-f430d9cdec7e
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/tiktok/influencer/list/analytics?product_category_id=&influencer_category_name=&influencer_sort_field_v2=0&sort_type=0&min_total_views_cnt=0&gender=&region=US&page_num=1&page_size=10' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/tiktok/influencer/list/analytics',
                params={"product_category_id": "", "influencer_category_name": "", "influencer_sort_field_v2": 0, "sort_type": 0, "min_total_views_cnt": 0, "gender": "", "region": "US", "page_num": "1", "page_size": "10"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"product_category_id": "",
            "influencer_category_name": "", "influencer_sort_field_v2": 0,
            "sort_type": 0, "min_total_views_cnt": 0, "gender": "", "region":
            "US", "page_num": "1", "page_size": "10"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/tiktok/influencer/list/analytics?${params}`,
            {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````