🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. 示例数据模型
🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  • 简介
  • 身份验证
  • 用户数据
    • 通过ID获取用户信息
    • 获取用户视频列表
    • 获取用户粉丝列表
    • 获取用户关注列表
    • 获取用户地区
    • 获取用户故事
    • 获取用户点赞的视频列表
    • 获取用户播放列表
    • 通过 ID 获取播放列表信息
    • 验证是否为TTS商家账户
    • 提取用户 user_id
    • 提取用户 sec_uid
    • 验证达人是否开通橱窗
  • 视频数据
    • 通过 ID 获取视频信息
    • 分类下的热门视频列表
    • 热门视频列表
    • 通过话题标签 ID 获取视频列表
    • 通过音乐 ID 获取视频列表
    • 通过播放 ID 获取视频列表
    • 按 ID 查询评论信息
    • 通过视频ID获取评论列表
    • 获取评论的回复列表
    • 通过 ID 获取话题标签信息
    • 通过 ID 获取音乐信息
    • 通过用户 ID 获取用户音乐列表
    • 获取与产品相关的视频列表
    • 获取与小店相关的视频列表
  • 直播数据
    • 通过 ID 获取直播间信息
    • 获取直播间榜单列表
    • 通过ID获取直播间榜单信息
    • 检查直播间是否开播
  • 产品数据
    • 通过 ID 获取产品信息
    • 获取小店的分类
    • 获取产品一级类别元数据
    • 获取产品二级类别元数据
    • 获取产品三级类别元数据
    • 通过 ID 获取小店数据
    • 获取小店内的产品列表数据
    • 通过分享链接获取小店 ID
    • 通过分享链接获取产品 ID
    • 通过类别 ID 获取web首页产品数据
    • 获取视频相关的产品列表
    • 获取用户相关产品列表
  • 搜索
    • 搜索用户
    • 搜索视频
    • 搜索标签
    • 搜索音乐
    • 搜索直播
    • 搜索产品
  • 错误码
    • 错误请求 (400)
    • 未经授权 (401)
    • 账户密钥会话过期 (428)
    • 接口限流 (429)
    • 服务器错误 (500)
  • 密钥
    • 获取有关您的 API 密钥的信息
  • Schemas
    • 示例数据模型
      • UserInfo
      • UserFollowers
      • UserFollowing
      • UserRegion
      • UserVideoList
      • VideoInfo
      • VideoComments
      • VideoCommentsReplies
      • CommentInfo
      • ProductInfo
      • SellerCategories
      • TrendingVideoList
      • TrendingFeed
      • UserStories
      • UserLikedFeed
      • SearchUser
      • SearchVideo
      • SearchHashTag
      • SearchMusic
      • SearchLive
      • SearchProduct
      • UserPlayList
      • PlayListInfo
      • VideoListByPlayId
      • HashtagInfo
      • VideoListByHashtagId
      • VideoListByMusicId
      • MusicInfo
      • UserMusicList
      • LiveInfo
      • LiveRankingList
      • LiveRankingInfo
      • CheckLiveOn
      • ExtractId
      • CategoryMetaData
      • SellerInfo
      • SellerProductList
      • ShareLink
      • HomeCategoryProductList
      • ProductIds
      • VideoIds
  1. 示例数据模型

SearchProduct

{
    "code": 0,
    "msg": "string",
    "data": {
        "status_code": 0,
        "e_com_items": [
            {
                "type": 0,
                "product_info": {
                    "product_id": 0,
                    "title": "string",
                    "cover": "string",
                    "img": [
                        "string"
                    ],
                    "price": 0,
                    "currency": "string",
                    "elastic_img": null,
                    "source": "string",
                    "format_price": "string",
                    "currency_format": {
                        "decimal_symbol": "string",
                        "separator": "string",
                        "separator_index": null,
                        "symbol_between": "string"
                    },
                    "platform": 0,
                    "schema": "string",
                    "celling_price": "string",
                    "floor_price": "string",
                    "source_from": 0,
                    "seller_product_info": {
                        "seller_id": 0,
                        "seller_name": "string",
                        "icon": {
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "width": 0,
                            "height": 0,
                            "url_prefix": null
                        },
                        "seller_id_str": "string",
                        "shop_status": 0,
                        "shop_selling_point": null,
                        "shop_creator_info": {
                            "user_id": "string",
                            "role": 0
                        }
                    },
                    "label_group": null,
                    "product_id_str": "string",
                    "chain_key": "string",
                    "sold_count": 0,
                    "promotion_items": null,
                    "promotion_logos": [
                        "string"
                    ],
                    "currency_symbol": "string",
                    "format_price_number": "string",
                    "product_rating": "string",
                    "sell_points": null,
                    "is_from_recommendation": true,
                    "long_img": null,
                    "biz_type": 0,
                    "price_label_items": [
                        "string"
                    ],
                    "warehouse_label_items": [
                        "string"
                    ],
                    "price_prefix": "string",
                    "skc_list": null,
                    "quick_ab_list": null,
                    "filter_search_image": null,
                    "sku_ids": [
                        "string"
                    ],
                    "search_card_add_button_ui": 0,
                    "add_to_cart_button": {
                        "status": 0,
                        "click_hint": "string",
                        "desc": "string"
                    },
                    "review_count": 0,
                    "title_show_line": 0,
                    "line_position_order": null,
                    "buy_now_button": {
                        "status": 0,
                        "desc": "string"
                    },
                    "view_in_shop_button": {
                        "status": 0,
                        "desc": "string",
                        "schema": "string"
                    },
                    "show_new_user_style": true,
                    "starling_discount": "string",
                    "line_position_order_v1": null,
                    "bcm_standard_track": {
                        "track_param": {
                            "bcm_multiverse_id": "string"
                        },
                        "chain_param": {
                            "bcm_multiverse_id": "string"
                        }
                    }
                },
                "search_result_id": "string",
                "item_key": "string"
            }
        ],
        "cursor": 0,
        "has_more": 0,
        "extra": {
            "now": 0,
            "logid": "string",
            "fatal_item_ids": [
                "string"
            ],
            "search_request_id": "string",
            "api_debug_info": null
        },
        "log_pb": {
            "impr_id": "string"
        },
        "global_doodle_config": {
            "keyword": "string",
            "display_filter_bar": 0,
            "new_source": "string",
            "search_channel": "string",
            "tns_search_result": "string",
            "hide_results": true,
            "feedback_survey": [
                {
                    "feedback_type": "string",
                    "multiple_choices": [
                        {
                            "key": "string",
                            "value": "string",
                            "type": "string"
                        }
                    ],
                    "long_stress_info": [
                        {
                            "key": "string",
                            "value": "string",
                            "type": "string"
                        }
                    ],
                    "send_us_multiple_choices": [
                        {
                            "key": "string",
                            "value": "string",
                            "type": "string"
                        }
                    ]
                }
            ],
            "hit_shark": true,
            "hit_dolphin": true,
            "feel_good_btn_idx": 0,
            "feel_good_v3": {
                "survey_id": "string",
                "extra_info": "string",
                "schema": "string",
                "submit_id": "string"
            },
            "content_card_auto_play_config": {
                "auto_play_duration": 0,
                "expose_ratio": 0,
                "phone_levels": [
                    0
                ],
                "network_access_list": [
                    0
                ],
                "card_types": [
                    0
                ],
                "expose_ratio_obj": {
                    "top": 0,
                    "bottom": 0
                }
            },
            "voucher_reward_info_config": {
                "is_show_voucher_reward": true,
                "voucher_reward_required_count": 0
            },
            "insert_recommend_goods_info": {
                "enable_recommend_goods": true
            }
        },
        "feedback_type": "string",
        "filter_groups": [
            {
                "type": 0,
                "filter_button": [
                    {
                        "unique_id": "string",
                        "label": "string",
                        "style": 0,
                        "sub_buttons": [
                            {
                                "unique_id": "string",
                                "label": "string",
                                "style": 0,
                                "label_raw_text": "string"
                            }
                        ],
                        "label_raw_text": "string"
                    }
                ],
                "label_starling_key": "string",
                "label_starling_key_n": "string",
                "style": 0,
                "label": "string",
                "selected_label": "string",
                "filter_bar_priority": 0,
                "label_raw_text": "string",
                "classification": "string",
                "currency_symbol": "string",
                "symbol_position": 0,
                "number_symbol_separator": "string"
            }
        ],
        "sorters": [
            "string"
        ],
        "correct_info": {
            "correct_keyword": "string",
            "correct_level": 0,
            "uncorrected_text": "string",
            "replace_text": "string"
        },
        "e_com_creator_items": [
            "string"
        ],
        "result_type": 0,
        "gs_group": [
            "string"
        ],
        "e_com_shop_card_items": [
            "string"
        ],
        "server_perf_info": {
            "server_inner_cost": [
                "string"
            ],
            "server_search_receive_timestamp": "string",
            "server_search_response_timestamp": "string",
            "server_search_perf_detail": "string",
            "module_info": {
                "activity": 0,
                "correct_word": 0,
                "creator": 0,
                "goods": 0,
                "goods_ad": 0,
                "gs_word": 0,
                "guide_position": 0,
                "live": 0,
                "live_ad": 0,
                "related_word": 0,
                "shop": 0,
                "video": 0,
                "video_ad": 0
            },
            "client_request_id": "string"
        },
        "voucher_cards": null,
        "search_query_info": {
            "query_category_id": "string"
        },
        "e_com_style": {
            "display_single_column": true,
            "discount_label_type": 0
        },
        "guide_type": 0,
        "backtrace": "string",
        "search_query_fed_info": {
            "rel_count_2": "string"
        },
        "guide_position": 0,
        "suggested_search": null,
        "filter_groups_v2": [
            "string"
        ],
        "api_version": "string",
        "debug_friendly_info": {
            "debug_parallel_engine_fine_rank_400": {
                "extra_info": "string"
            }
        },
        "is_hit_cache": "string",
        "quick_filter": [
            "string"
        ],
        "quick_filter_type": 0,
        "top_e_com_items": null,
        "is_non_personalized_search": 0,
        "libra_params": [
            "string"
        ],
        "search_cart_info": {
            "schema": "string",
            "count": 0
        },
        "quick_filter_loca_pre_group_type": 0,
        "search_promotion_result": {
            "marketing_title": "string",
            "vouchers": [
                "string"
            ],
            "sheet_notice": "string",
            "search_vouchers": [
                "string"
            ],
            "claim_success_toast": "string",
            "claim_fail_toast": "string",
            "search_dynamic_vouchers": null,
            "dynamic_not_show_with_category_voucher_range": 0,
            "voucher_bar_vouchers": null,
            "new_user_right_info_list": null,
            "empty_reason_map": {
                "bannerVoucherStatus": "string",
                "filterSupportVoucherBannerStatus": "string",
                "filterSupportVoucherPopupStatus": "string",
                "pendantVoucherStatus": "string",
                "popupVoucherStatus": "string",
                "promotionSwitcherStatus": "string",
                "redEnvelopeStatus": "string"
            },
            "need_sweep_light_effect": true,
            "search_promotion_penetrate_info": {
                "ecom_stream_info": "string"
            }
        },
        "force_show_filter_panel_button": true,
        "navigation_words": {
            "gs_group_id": "string",
            "gs_group_name": "string",
            "gs_words": [
                "string"
            ],
            "style": {
                "overall_style": {
                    "light": "string",
                    "dark": "string"
                },
                "single_style": {
                    "light": "string",
                    "dark": "string"
                },
                "single_style_active": {
                    "light": "string",
                    "dark": "string"
                },
                "image_style": 0
            },
            "function_type": 0,
            "da_info": {
                "filter_classification": "string",
                "filter_id": "string",
                "filter_option_id": "string",
                "filter_option_name": "string",
                "guide_has_picture": "string"
            }
        },
        "to_next_page_param": "string",
        "last_search_pid_list": "string",
        "filter_origin_search_id": "string",
        "return_to_server_content": "string",
        "sorter_filter_style": {
            "sorter_style": "string",
            "filter_style": "string"
        }
    }
}
Built with