|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
- "version": "1.4.0",
|
|
|
|
|
- "updatedAt": "2026-06-26",
|
|
|
|
|
|
|
+ "version": "1.6.0",
|
|
|
|
|
+ "updatedAt": "2026-06-28",
|
|
|
"gateway": {
|
|
"gateway": {
|
|
|
"social": {
|
|
"social": {
|
|
|
"baseUrl": "https://server.fmode.cn/api/voc-social",
|
|
"baseUrl": "https://server.fmode.cn/api/voc-social",
|
|
@@ -17,6 +17,14 @@
|
|
|
"billing": "每次成功调用按平台规则计费一次;计费优先走 NewAPI(fmode-api)额度,sk- token 鉴权失败时自动回退平台 sessionToken。402=余额不足(引导 fmode-api 充值),401=token 缺失/失效,403=账号禁用/无权限。",
|
|
"billing": "每次成功调用按平台规则计费一次;计费优先走 NewAPI(fmode-api)额度,sk- token 鉴权失败时自动回退平台 sessionToken。402=余额不足(引导 fmode-api 充值),401=token 缺失/失效,403=账号禁用/无权限。",
|
|
|
"note": "创作者数据网关:清单内已登记抖音星图、小红书蒲公英(PGY)的创作者搜索、画像、受众/粉丝分布、内容与评论关键词、笔记/视频绩效与性价比等结构化数据(channel=ecommerce)。这是公开市场层面的创作者经营数据,服务创作者生态理解、竞对达人布局、受众匹配与内容方向验证,不用于替用户做投放采买决策。endpoint 带 channel=\"ecommerce\" 时 voc_api_call 自动选用本网关;清单里没有的接口可直接用 voc_api_call 传 rawPath + method + params + channel=\"ecommerce\" 调用,无需改代码。",
|
|
"note": "创作者数据网关:清单内已登记抖音星图、小红书蒲公英(PGY)的创作者搜索、画像、受众/粉丝分布、内容与评论关键词、笔记/视频绩效与性价比等结构化数据(channel=ecommerce)。这是公开市场层面的创作者经营数据,服务创作者生态理解、竞对达人布局、受众匹配与内容方向验证,不用于替用户做投放采买决策。endpoint 带 channel=\"ecommerce\" 时 voc_api_call 自动选用本网关;清单里没有的接口可直接用 voc_api_call 传 rawPath + method + params + channel=\"ecommerce\" 调用,无需改代码。",
|
|
|
"rawPathHint": "调用未登记的电商接口时,把 proxyPath 传给 voc_api_call 的 rawPath 并加 channel=\"ecommerce\",例如 douyin-xingtu/gw/api/data_sp/author_cp_info/v1。"
|
|
"rawPathHint": "调用未登记的电商接口时,把 proxyPath 传给 voc_api_call 的 rawPath 并加 channel=\"ecommerce\",例如 douyin-xingtu/gw/api/data_sp/author_cp_info/v1。"
|
|
|
|
|
+ },
|
|
|
|
|
+ "overseas": {
|
|
|
|
|
+ "baseUrl": "https://server.fmode.cn/api/voc-ecom",
|
|
|
|
|
+ "auth": "Authorization: Bearer <NewAPI fmode-api token(sk- 开头,优先)或平台 sessionToken(回退)>",
|
|
|
|
|
+ "upstream": "公司 voc-ecom 代理,以 /forward 信封式按 path 透传到海外电商数据上游,对外不暴露任何上游供应商名称。",
|
|
|
|
|
+ "billing": "每次成功调用按平台规则计费一次(计费优先走 NewAPI/fmode-api 额度,sk- token 鉴权失败时自动回退平台 sessionToken)。402=余额不足,401=token 缺失/失效,403=账号禁用/无权限。",
|
|
|
|
|
+ "note": "海外电商选品数据网关:覆盖亚马逊海外站点的类目树/Best Seller、产品详情与销量历史、ABA 关键词、评论采集、数据监控订阅等结构化选品数据(channel=overseas)。endpoint 带 channel=\"overseas\" 时 voc_api_call 自动选用本网关;清单里没有的接口可直接用 voc_api_call 传 rawPath(如 /api/XXX)+ channel=\"overseas\" 调用,无需改代码。多数接口需在 query 传 domain(站点),其余参数走 body。",
|
|
|
|
|
+ "rawPathHint": "调用未登记的海外电商接口时,把上游路径填到 voc_api_call 的 rawPath(如 /api/ProductRequest)并加 channel=\"overseas\",domain 放入 params/query,业务参数放入 body。"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"platforms": [
|
|
"platforms": [
|
|
@@ -143,6 +151,192 @@
|
|
|
"status": "verified",
|
|
"status": "verified",
|
|
|
"idField": "userId",
|
|
"idField": "userId",
|
|
|
"detailParam": "userId"
|
|
"detailParam": "userId"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "overseas-ecom",
|
|
|
|
|
+ "label": "亚马逊(海外电商选品)",
|
|
|
|
|
+ "status": "verified",
|
|
|
|
|
+ "channel": "overseas"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "search",
|
|
|
|
|
+ "label": "跨平台搜索",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "taobao",
|
|
|
|
|
+ "label": "淘宝天猫",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "xiaohongshu_pgy",
|
|
|
|
|
+ "label": "小红书蒲公英",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "douyin_ec",
|
|
|
|
|
+ "label": "抖音电商",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "douyin_xingtu",
|
|
|
|
|
+ "label": "抖音星图",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "kuaishou",
|
|
|
|
|
+ "label": "快手",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "weixin",
|
|
|
|
|
+ "label": "微信公众号",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "weixin_channels",
|
|
|
|
|
+ "label": "微信视频号",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "weibo",
|
|
|
|
|
+ "label": "微博",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "bilibili",
|
|
|
|
|
+ "label": "哔哩哔哩",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "dewu",
|
|
|
|
|
+ "label": "得物",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "jd",
|
|
|
|
|
+ "label": "京东",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "xianyu",
|
|
|
|
|
+ "label": "闲鱼",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "1688",
|
|
|
|
|
+ "label": "1688",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "douban",
|
|
|
|
|
+ "label": "豆瓣电影",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "tiktok",
|
|
|
|
|
+ "label": "TikTok",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "tiktok_shop",
|
|
|
|
|
+ "label": "TikTok Shop",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "youku",
|
|
|
|
|
+ "label": "优酷",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "instagram",
|
|
|
|
|
+ "label": "Instagram",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "youtube",
|
|
|
|
|
+ "label": "YouTube",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "reddit",
|
|
|
|
|
+ "label": "Reddit",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "toutiao",
|
|
|
|
|
+ "label": "今日头条",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "zhihu",
|
|
|
|
|
+ "label": "知乎",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "amazon",
|
|
|
|
|
+ "label": "亚马逊",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "facebook",
|
|
|
|
|
+ "label": "Facebook",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "twitter",
|
|
|
|
|
+ "label": "Twitter/X",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "beike",
|
|
|
|
|
+ "label": "贝壳",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "imdb",
|
|
|
|
|
+ "label": "IMDb",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "web",
|
|
|
|
|
+ "label": "网页",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "key": "llm",
|
|
|
|
|
+ "label": "LLM",
|
|
|
|
|
+ "status": "available",
|
|
|
|
|
+ "channel": "ecommerce"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"paramStore": "params/<platform>.json(按需取,每个文件以接口 id 为键存完整参数 schema)",
|
|
"paramStore": "params/<platform>.json(按需取,每个文件以接口 id 为键存完整参数 schema)",
|
|
@@ -21408,6 +21602,6781 @@
|
|
|
"detail"
|
|
"detail"
|
|
|
],
|
|
],
|
|
|
"billing": 1
|
|
"billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.category_tree",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "category",
|
|
|
|
|
+ "title": "类目树查询",
|
|
|
|
|
+ "summary": "获取指定海外站点的亚马逊分类层级结构(类目树),用于按类目自上而下选品与定位 NodeId。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/CategoryTree",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "类目市场",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "category"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.category_top100",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "category",
|
|
|
|
|
+ "title": "类目 Best Seller Top100 产品查询",
|
|
|
|
|
+ "summary": "获取指定类目 NodeId 的 Best Seller Top100 产品及相关数据,支持历史区间回看。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/CategoryRequest",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "NodeId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "类目市场",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "category"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.category_products",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "category",
|
|
|
|
|
+ "title": "类目下热销产品查询",
|
|
|
|
|
+ "summary": "查询类目下更多热销产品(长尾类目最多1000+),返回近7日该类目下更新过的产品。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/CategoryProducts",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "NodeId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "类目市场",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "category"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_request",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "产品详情查询(Listing)",
|
|
|
|
|
+ "summary": "按 ASIN 查询产品 Listing 详情,支持多 ASIN(最多10个,按实际 ASIN 数量计费)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductRequest",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_query",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "多维度查产品",
|
|
|
|
|
+ "summary": "支持单条件(Query=1,配合 QueryType 1-16 + Pattern)或多条件组合(Query=2)查询产品。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductQuery",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.asin_sales_volume",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "产品子体销量历史",
|
|
|
|
|
+ "summary": "查询产品官方公布的子体销量历史数据(不同站点最早从2023年起)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/AsinSalesVolume",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_variation_history",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "Listing 子体变化历史",
|
|
|
|
|
+ "summary": "查询 Listing 子体变化历史(暂仅支持近1个月数据)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductVariationHistory",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_reviews_collection",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "产品评论实时采集(触发任务)",
|
|
|
|
|
+ "summary": "触发产品评论实时采集任务(消耗积分),采集结果通过『产品评论查询』获取;同一产品成功后2小时内不可重复采集。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductReviewsCollection",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_reviews_collection_status",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "评论采集任务状态查询",
|
|
|
|
|
+ "summary": "查询评论实时采集任务的执行状态。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductReviewsCollectionStatusQuery",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN",
|
|
|
|
|
+ "Update"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_reviews_query",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "产品评论查询",
|
|
|
|
|
+ "summary": "查询产品评论数据(需先通过采集任务采集)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductReviewsQuery",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.similar_product_request",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "图片搜相似产品(触发任务)",
|
|
|
|
|
+ "summary": "通过产品图片实时搜索亚马逊相似产品(消耗积分,约5分钟),结果通过『图搜产品结果查询』获取。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/SimilarProductRealtimeRequest",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Image"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.similar_product_status",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "搜图相似产品任务状态查询",
|
|
|
|
|
+ "summary": "查询搜图相似产品任务的执行状态。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/SimilarProductRealtimeRequestStatusQuery",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Update"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.similar_product_collection",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "product",
|
|
|
|
|
+ "title": "图搜产品结果查询",
|
|
|
|
|
+ "summary": "查询图搜相似产品任务的结果。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/SimilarProductRealtimeRequestCollection",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "TaskId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "产品",
|
|
|
|
|
+ "Listing",
|
|
|
|
|
+ "选品",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_query",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "ABA 热搜关键词清单查询",
|
|
|
|
|
+ "summary": "获取当前 ABA 热搜关键词清单(按搜索排名区间筛选)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordQuery",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Pattern"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_search_results",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "近15日关键词搜索结果产品",
|
|
|
|
|
+ "summary": "获取近15日某 ABA 关键词搜索结果产品。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordSearchResults",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_request",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "关键词详情查询",
|
|
|
|
|
+ "summary": "查询单个关键词的详情数据(搜索量、趋势、转化等)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordRequest",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_search_result_trend",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "关键词搜索结果前3页产品统计趋势",
|
|
|
|
|
+ "summary": "获取某 ABA 关键词搜索结果前3页产品的统计趋势。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordSearchResultTrend",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.category_request_keyword",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "按类目查 ABA 关键词",
|
|
|
|
|
+ "summary": "按底层类目 NodeId 查询该类目相关的 ABA 关键词。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/CategoryRequestKeyword",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "NodeId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.asin_request_keyword",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "ASIN 近30天热搜关键词曝光",
|
|
|
|
|
+ "summary": "查询某 ASIN 近30天在哪些关键词搜索结果前3页曝光。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ASINRequestKeyword",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_product_ranking",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "关键词历史月份搜索结果产品(仅美国站)",
|
|
|
|
|
+ "summary": "查询关键词历史月份搜索结果产品(最长近两年,仅支持美国站 ABA 关键词)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordProductRanking",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Keyword",
|
|
|
|
|
+ "Month"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.asin_keyword_ranking",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "keyword",
|
|
|
|
|
+ "title": "ASIN 在指定关键词下排名历史(仅美国站)",
|
|
|
|
|
+ "summary": "查询某 ASIN 在指定 ABA 关键词下的排名历史(最长近两年,仅美国站)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ASINKeywordRanking",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Keyword",
|
|
|
|
|
+ "ASIN"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "关键词",
|
|
|
|
|
+ "ABA",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_batch_subscription",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "关键词批量监控订阅",
|
|
|
|
|
+ "summary": "定时监控关键词搜索排名(消耗积分,结果最多保存30日)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordBatchSubscription",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Keyword",
|
|
|
|
|
+ "Mode",
|
|
|
|
|
+ "Area",
|
|
|
|
|
+ "Page",
|
|
|
|
|
+ "Period"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_tasks",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "关键词监控任务查询",
|
|
|
|
|
+ "summary": "查看全部有效(非删除)的关键词监控任务。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordTasks",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_batch_task_update",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "关键词批量监控任务修改",
|
|
|
|
|
+ "summary": "修改关键词监控任务配置/状态(暂停、启动、删除等)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordBatchTaskUpdate",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "TaskId",
|
|
|
|
|
+ "Update",
|
|
|
|
|
+ "Mode",
|
|
|
|
|
+ "Area",
|
|
|
|
|
+ "Page",
|
|
|
|
|
+ "Period"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_batch_schedule_list",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "关键词监控执行批次查询",
|
|
|
|
|
+ "summary": "查询关键词监控的全部执行任务批次。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordBatchScheduleList",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "TaskId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.keyword_batch_schedule_detail",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "关键词监控搜索结果 ASIN 列表提取",
|
|
|
|
|
+ "summary": "提取某次关键词监控搜索结果的全部 ASIN 列表数据。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/KeywordBatchScheduleDetail",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ScheduleId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.bestseller_subscription",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "畅销榜监控订阅",
|
|
|
|
|
+ "summary": "注册畅销榜监控任务(需先关注类目,每天监控1次,结果最多保存30日)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/BestSellerListSubscription",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Nodeid",
|
|
|
|
|
+ "Range",
|
|
|
|
|
+ "Period",
|
|
|
|
|
+ "BestSellerListType"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.bestseller_task",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "畅销榜监控任务查询",
|
|
|
|
|
+ "summary": "查看全部畅销榜监控任务。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/BestSellerListTask",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.bestseller_delete",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "畅销榜监控任务删除",
|
|
|
|
|
+ "summary": "删除已注册的畅销榜监控任务。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/BestSellerListDelete",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Nodeid",
|
|
|
|
|
+ "BestSellerListType"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.bestseller_data_collect",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "畅销榜监控数据查询",
|
|
|
|
|
+ "summary": "查询已监控榜单的历史数据(最长2年)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/BestSellerListDataCollect",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Nodeid",
|
|
|
|
|
+ "BestSellerListType"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_seller_tasks",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "跟卖监控任务查询",
|
|
|
|
|
+ "summary": "查看全部有效(非删除)的跟卖监控任务。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductSellerTasks",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_seller_task_update",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "跟卖监控任务修改",
|
|
|
|
|
+ "summary": "修改跟卖监控任务配置/状态(暂停、启动、删除等)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductSellerTaskUpdate",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "TaskId",
|
|
|
|
|
+ "Update",
|
|
|
|
|
+ "Period"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_seller_schedule_list",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "跟卖监控执行批次查询",
|
|
|
|
|
+ "summary": "查询跟卖监控的全部执行任务批次。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductSellerTaskScheduleList",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "TaskId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.product_seller_schedule_detail",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "跟卖监控结果数据提取",
|
|
|
|
|
+ "summary": "提取某次跟卖监控结果的全部数据。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ProductSellerTaskScheduleDetail",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "ScheduleId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.asin_subscription",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "ASIN 更新订阅",
|
|
|
|
|
+ "summary": "订阅 ASIN 更新(消耗积分,单次最多100个 ASIN)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ASINSubscription",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Asins"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.asin_subscription_query",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "已订阅 ASIN 清单查询",
|
|
|
|
|
+ "summary": "查看已订阅的 ASIN 清单。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ASINSubscriptionQuery",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "overseas-ecom.asin_subscription_collection",
|
|
|
|
|
+ "platform": "overseas-ecom",
|
|
|
|
|
+ "channel": "overseas",
|
|
|
|
|
+ "wave": "monitor",
|
|
|
|
|
+ "title": "订阅 ASIN 产品数据查询",
|
|
|
|
|
+ "summary": "查看已订阅 ASIN 的产品数据(仅当前有效订阅 ASIN)。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "/api/ASINSubscriptionCollection",
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "domain",
|
|
|
|
|
+ "Asins"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "海外电商",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "数据监控",
|
|
|
|
|
+ "订阅",
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "monitor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "search.search_v1",
|
|
|
|
|
+ "platform": "search",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "跨平台搜索·跨平台搜索",
|
|
|
|
|
+ "summary": "获取跨平台社交媒体搜索数据,包括小红书、抖音、快手、微信、哔哩哔哩、微博和知乎结果,用于趋势研究和监测。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "search",
|
|
|
|
|
+ "跨平台搜索",
|
|
|
|
|
+ "全平台搜索",
|
|
|
|
|
+ "社媒搜索",
|
|
|
|
|
+ "社交媒体",
|
|
|
|
|
+ "Social Media",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_detail_v1",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品详情",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品详情数据,包括价格、图片和店铺详情,用于商品研究、目录监控和电商分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_detail_v2",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品详情",
|
|
|
|
|
+ "summary": "通过任务驱动的v2流程获取淘宝和天猫商品详情数据。如果数据在短暂等待后仍未就绪,响应将返回待处理任务状态。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_detail_v4",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品详情",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品详情数据,包括价格、图片和店铺详情,用于商品研究、目录监控和电商分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-detail/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_detail_v5",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品详情",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品详情数据,包括价格、图片和店铺详情,用于商品研究、目录监控和电商分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-detail/v5",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_detail_v9",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品详情",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品详情数据,包括价格、图片和店铺详情,用于商品研究、目录监控和电商分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-detail/v9",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_comment_v3",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品评价",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品评价数据,包括评分、时间戳和评论者信号,用于反馈分析和商品研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-comment/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_social_feed_v1",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品问答",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品问答数据,包括买家提问及相关社交内容,用于产品研究、客户关注度分析和电商监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-social-feed/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_shop_item_list_v1",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·店铺商品列表",
|
|
|
|
|
+ "summary": "获取淘宝和天猫店铺商品列表数据,包括商品标题、价格和图片,用于卖家研究和目录跟踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-shop-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_shop_item_list_v2",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·店铺商品列表",
|
|
|
|
|
+ "summary": "获取淘宝和天猫店铺商品列表数据,包括商品标题、价格和图片,用于卖家研究和目录跟踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-shop-item-list/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId",
|
|
|
|
|
+ "shopId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_shop_item_list_v3",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·店铺商品列表",
|
|
|
|
|
+ "summary": "获取淘宝和天猫店铺商品列表数据,包括商品标题、价格和图片,用于卖家研究和目录跟踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-shop-item-list/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId",
|
|
|
|
|
+ "shopId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.get_item_sale_v1",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品销量",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品销量数据,用于销售追踪、商品研究和电商监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/get-item-sale/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "taobao.search_item_list_v1",
|
|
|
|
|
+ "platform": "taobao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "淘宝天猫·商品搜索",
|
|
|
|
|
+ "summary": "获取淘宝和天猫商品搜索数据,包括标题、价格和图片,用于商品发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "taobao/search-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "taobao",
|
|
|
|
|
+ "淘宝天猫",
|
|
|
|
|
+ "淘宝",
|
|
|
|
|
+ "天猫",
|
|
|
|
|
+ "tmall",
|
|
|
|
|
+ "淘宝和天猫",
|
|
|
|
|
+ "Taobao and Tmall",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.hot_search_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·热搜",
|
|
|
|
|
+ "summary": "获取小红书热门搜索数据,包括热门笔记和互动指标,用于内容趋势发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/hot-search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.search_note_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记搜索",
|
|
|
|
|
+ "summary": "获取小红书笔记搜索数据,包括笔记摘要、作者、媒体、发布时间、互动信号和分页数据,用于话题发现、趋势监测、创作者研究和内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/search-note/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.search_note_v2",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记搜索",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记搜索数据,包括摘要、作者和媒体,用于话题发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/search-note/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.search_note_v3",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记搜索",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记搜索数据,包括摘要、作者和媒体,用于话题发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/search-note/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.search_note_v4",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记搜索",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记搜索数据,包括摘要、作者和媒体,用于话题发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/search-note/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.search_user_v2",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户搜索",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)用户搜索数据,包括资料元数据和公开信号,用于创作者发现和账户研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/search-user/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_user_note_list_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户发布笔记",
|
|
|
|
|
+ "summary": "获取小红书用户发布笔记数据,包括笔记元数据、封面、发布时间、分页游标和互动信号,用于账号监控、创作者研究和内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-user-note-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_user_note_list_v2",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户发布笔记",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)用户发布笔记数据,包括笔记元数据、封面和发布时间,用于账户监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-user-note-list/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_user_note_list_v3",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户发布笔记",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)用户发布笔记数据,包括笔记元数据、封面和发布时间,用于账户监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-user-note-list/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_user_note_list_v4",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户发布笔记",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)用户发布笔记数据,包括笔记元数据、封面和发布时间,用于账户监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-user-note-list/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_detail_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记详情数据,包括媒体和互动指标,用于内容分析、归档和活动研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_detail_v2",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记详情数据,包括媒体和互动指标,用于内容分析、归档和活动研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_detail_v3",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记详情数据,包括媒体和互动指标,用于内容分析、归档和活动研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-detail/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_detail_v4",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记详情数据,包括媒体和互动指标,用于内容分析、归档和活动研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-detail/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_detail_v5",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记详情数据,包括媒体和互动指标,用于内容分析、归档和活动研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-detail/v5",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_detail_v7",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记详情数据,包括媒体和互动指标,用于内容分析、归档和活动研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-detail/v7",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_comment_v2",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记评论",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记评论数据,包括文本、作者和时间戳,用于反馈分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-comment/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_comment_v3",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记评论",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记评论数据,包括文本、作者和时间戳,用于反馈分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-comment/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_comment_v4",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·笔记评论",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)笔记评论数据,包括文本、作者和时间戳,用于反馈分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-comment/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_note_sub_comment_v2",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·评论回复",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)评论回复数据,包括文本、作者和时间戳,用于线程分析和反馈研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-note-sub-comment/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId",
|
|
|
|
|
+ "commentId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_user_v3",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户资料",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)用户资料数据,包括粉丝数和简介详情,用于创作者研究、账户分析和竞品监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-user/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_user_v4",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·用户资料",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)用户资料数据,包括粉丝数和简介详情,用于创作者研究、账户分析和竞品监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-user/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.search_recommend_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·关键词建议",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)关键词建议数据,包括建议查询、关键词变体和查询元数据,用于扩展内容研究和SEO/PSEO工作流的关键词集,并通过平台推荐术语提高搜索覆盖率。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/search-recommend/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.get_topic_note_list_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·话题笔记列表",
|
|
|
|
|
+ "summary": "获取小红书话题笔记列表数据,包括话题下的笔记,用于话题监控和内容发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/get-topic-note-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "topicId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu.share_url_transfer_v1",
|
|
|
|
|
+ "platform": "xiaohongshu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书·分享链接解析",
|
|
|
|
|
+ "summary": "获取小红书(RedNote)分享链接解析数据,包括帮助提取笔记ID,用于下游笔记和评论工作流。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu/share-url-transfer/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "shareUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu",
|
|
|
|
|
+ "小红书",
|
|
|
|
|
+ "小红薯",
|
|
|
|
|
+ "小红暑",
|
|
|
|
|
+ "rednote",
|
|
|
|
|
+ "red note",
|
|
|
|
|
+ "xhs",
|
|
|
|
|
+ "little red book",
|
|
|
|
|
+ "Xiaohongshu (RedNote)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_info_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·创作者资料",
|
|
|
|
|
+ "summary": "获取小红书蒲公英创作者资料数据,包括受众和定价数据,用于影响者审核、基准分析和活动规划。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_note_rate_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·笔记表现指标",
|
|
|
|
|
+ "summary": "获取小红书蒲公英笔记表现指标数据,包括核心指标、趋势信号和表现指标,用于内容效率分析、创作者基准测试和活动策划。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-note-rate/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_fans_portrait_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·粉丝分布",
|
|
|
|
|
+ "summary": "获取小红书蒲公英粉丝分布数据,包括受众人口统计、兴趣和分布指标,用于创作者评估、活动策划和创作者基准测试。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-fans-portrait/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_fans_summary_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·粉丝摘要",
|
|
|
|
|
+ "summary": "获取小红书蒲公英粉丝摘要数据,包括核心指标、趋势信号和表现指标,用于创作者评估、活动策划和创作者基准测试。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-fans-summary/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_fans_trend_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·粉丝增长历史",
|
|
|
|
|
+ "summary": "获取小红书蒲公英粉丝增长历史数据,包括随时间变化的受众历史变化,用于创作者评估、活动策划和创作者基准测试。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-fans-trend/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId",
|
|
|
|
|
+ "dateType",
|
|
|
|
|
+ "increaseType"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_data_summary_v2",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·数据摘要",
|
|
|
|
|
+ "summary": "获取小红书蒲公英摘要数据,包括活动、互动和受众增长,用于创作者评估、活动策划和创作者基准测试。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-data-summary/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId",
|
|
|
|
|
+ "business"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_cost_effective_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·成本效益分析",
|
|
|
|
|
+ "summary": "获取小红书蒲公英成本效益分析数据,包括定价、覆盖范围和互动效率指标,用于活动评估。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-cost-effective/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_note_detail_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·笔记详情",
|
|
|
|
|
+ "summary": "获取小红书蒲公英笔记详情数据,包括媒体和互动信号,用于内容分析、归档和活动回顾。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-note-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "noteId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xiaohongshu_pgy.get_kol_core_data_v1",
|
|
|
|
|
+ "platform": "xiaohongshu_pgy",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "小红书蒲公英·创作者核心指标",
|
|
|
|
|
+ "summary": "获取小红书蒲公英创作者核心指标数据,包括互动和内容指标,用于对标、审核和活动策划。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xiaohongshu-pgy/get-kol-core-data/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xiaohongshu_pgy",
|
|
|
|
|
+ "小红书蒲公英",
|
|
|
|
|
+ "蒲公英",
|
|
|
|
|
+ "pgy",
|
|
|
|
|
+ "xiaohongshu pgy",
|
|
|
|
|
+ "Xiaohongshu Creator Marketplace (Pugongying)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.search_video_v4",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·视频搜索",
|
|
|
|
|
+ "summary": "获取抖音视频搜索数据,包括元数据和互动信号,用于内容发现、趋势研究和竞争监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/search-video/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.hot_search_v1",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·热搜",
|
|
|
|
|
+ "summary": "获取抖音热门内容搜索数据,包括排名内容项、创作者信号、互动指标、丰富的视频元数据和分页信息,用于趋势发现、内容研究和活动策划。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/hot-search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.search_user_v2",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·用户搜索",
|
|
|
|
|
+ "summary": "获取抖音用户搜索数据,包括档案元数据和粉丝信号,用于创作者发现和账号研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/search-user/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.get_user_video_list_v3",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·用户发布视频",
|
|
|
|
|
+ "summary": "获取抖音用户发布视频数据,包括字幕、封面和发布时间,用于账号监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/get-user-video-list/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "secUid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.get_video_detail_v2",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·视频详情",
|
|
|
|
|
+ "summary": "获取抖音视频详情数据,包括作者详情、发布时间和互动计数,用于视频研究、归档和表现分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/get-video-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.get_video_comment_v1",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·视频评论",
|
|
|
|
|
+ "summary": "获取抖音视频评论数据,包括作者、文本和点赞数,用于情感分析和参与度评估。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/get-video-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "awemeId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.get_video_sub_comment_v1",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·评论回复",
|
|
|
|
|
+ "summary": "获取抖音评论回复数据,包括文本、作者和时间戳,用于线程分析和反馈研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/get-video-sub-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "commentId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.get_user_detail_v3",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·用户资料",
|
|
|
|
|
+ "summary": "获取抖音用户资料数据,包括粉丝数、认证状态和简介详情,用于创作者研究和账号分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/get-user-detail/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "secUid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin.share_url_transfer_v1",
|
|
|
|
|
+ "platform": "douyin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音·分享链接解析",
|
|
|
|
|
+ "summary": "获取抖音分享链接解析数据,包括帮助提取规范ID,用于下游视频和评论工作流。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin/share-url-transfer/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "shareUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin",
|
|
|
|
|
+ "抖音",
|
|
|
|
|
+ "tiktok china",
|
|
|
|
|
+ "国内版tiktok",
|
|
|
|
|
+ "Douyin (TikTok China)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_ec.get_item_detail_v1",
|
|
|
|
|
+ "platform": "douyin_ec",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音电商·商品详情",
|
|
|
|
|
+ "summary": "获取抖音电商商品详情,包括价格、标题和库存,用于商品监测和竞争分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-ec/get-item-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_ec",
|
|
|
|
|
+ "抖音电商",
|
|
|
|
|
+ "抖音小店",
|
|
|
|
|
+ "douyin ec",
|
|
|
|
|
+ "douyin ecommerce",
|
|
|
|
|
+ "Douyin E-commerce",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_ec.get_item_detail_v2",
|
|
|
|
|
+ "platform": "douyin_ec",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音电商·商品详情",
|
|
|
|
|
+ "summary": "获取抖音电商商品详情及销售数据,用于商品监控、竞品分析和电商研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-ec/get-item-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_ec",
|
|
|
|
|
+ "抖音电商",
|
|
|
|
|
+ "抖音小店",
|
|
|
|
|
+ "douyin ec",
|
|
|
|
|
+ "douyin ecommerce",
|
|
|
|
|
+ "Douyin E-commerce",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_ec.get_item_sku_info_v1",
|
|
|
|
|
+ "platform": "douyin_ec",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音电商·商品SKU信息",
|
|
|
|
|
+ "summary": "获取抖音电商商品SKU数据,包括SKU选项、价格和库存信号,用于目录检查和商品监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-ec/get-item-sku-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_ec",
|
|
|
|
|
+ "抖音电商",
|
|
|
|
|
+ "抖音小店",
|
|
|
|
|
+ "douyin ec",
|
|
|
|
|
+ "douyin ecommerce",
|
|
|
|
|
+ "Douyin E-commerce",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_ec.search_item_list_v1",
|
|
|
|
|
+ "platform": "douyin_ec",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音电商·商品搜索",
|
|
|
|
|
+ "summary": "获取抖音电商商品搜索数据,包括匹配的商品和商品元数据,用于商品发现、目录研究和市场监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-ec/search-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_ec",
|
|
|
|
|
+ "抖音电商",
|
|
|
|
|
+ "抖音小店",
|
|
|
|
|
+ "douyin ec",
|
|
|
|
|
+ "douyin ecommerce",
|
|
|
|
|
+ "Douyin E-commerce",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_ec.get_item_comments_v1",
|
|
|
|
|
+ "platform": "douyin_ec",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音电商·商品评论",
|
|
|
|
|
+ "summary": "获取抖音电商商品评论,包括评分、评论内容和评论者信号,用于客户反馈分析和产品研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-ec/get-item-comments/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_ec",
|
|
|
|
|
+ "抖音电商",
|
|
|
|
|
+ "抖音小店",
|
|
|
|
|
+ "douyin ec",
|
|
|
|
|
+ "douyin ecommerce",
|
|
|
|
|
+ "Douyin E-commerce",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_ec.get_shop_item_list_v1",
|
|
|
|
|
+ "platform": "douyin_ec",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音电商·店铺商品列表",
|
|
|
|
|
+ "summary": "获取抖音电商店铺商品列表数据,包括商品和分页信号,用于卖家研究和目录跟踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-ec/get-shop-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "shopId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_ec",
|
|
|
|
|
+ "抖音电商",
|
|
|
|
|
+ "抖音小店",
|
|
|
|
|
+ "douyin ec",
|
|
|
|
|
+ "douyin ecommerce",
|
|
|
|
|
+ "Douyin E-commerce",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·创作者资料",
|
|
|
|
|
+ "summary": "获取抖音巨量星图创作者资料数据,包括受众和定价数据,用于网红审核、基准分析和活动规划。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_audience_distribution_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·受众分布",
|
|
|
|
|
+ "summary": "获取抖音巨量星图受众分布数据,包括人口统计和兴趣基础的受众细分,用于创作者评估、活动规划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-audience-distribution/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_fans_distribution_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·粉丝分布",
|
|
|
|
|
+ "summary": "获取抖音巨量星图粉丝分布数据,包括受众人口统计、兴趣和分布指标,用于创作者评估、活动策划和平台研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-fans-distribution/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_marketing_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·营销指标",
|
|
|
|
|
+ "summary": "获取抖音巨量星图营销指标数据,包括刊例价详情和商业服务指标,用于创作者评估、活动策划和平台研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-marketing-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_spread_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·传播指标",
|
|
|
|
|
+ "summary": "获取抖音巨量星图传播指标数据,包括受众、内容表现和商业指标,用于快速评估。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-spread-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_convert_ability_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·转化分析",
|
|
|
|
|
+ "summary": "获取抖音巨量星图转化分析数据,包括转化效率和商业性能指标,用于创作者评估、活动规划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-convert-ability/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId",
|
|
|
|
|
+ "range"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_show_items_v2_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·展示商品",
|
|
|
|
|
+ "summary": "获取抖音巨量星图展示商品数据,包括核心指标、趋势信号和表现指标,用于创作者评估、活动策划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-show-items-v2/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_link_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·创作者链接指标",
|
|
|
|
|
+ "summary": "获取抖音巨量星图创作者链接指标数据,包括创作者排名、流量结构和相关性能指标,用于创作者评估、活动规划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-link-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_convert_videos_or_products_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·转化资源",
|
|
|
|
|
+ "summary": "获取抖音巨量星图转化资源数据,包括与抖音星图创作者转化活动相关的商品,用于商业分析和活动优化。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-convert-videos-or-products/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId",
|
|
|
|
|
+ "detailType",
|
|
|
|
|
+ "page"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_link_struct_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·创作者链接结构",
|
|
|
|
|
+ "summary": "获取抖音巨量星图创作者链接结构数据,包括参与度和转化指标,用于创作者表现分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-link-struct/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_touch_distribution_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·受众触点分布",
|
|
|
|
|
+ "summary": "获取抖音巨量星图受众触点分布数据,包括细分群体、受众构成和分布信号,用于流量分析和现有集成兼容性。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-touch-distribution/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_cp_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·性价比分析",
|
|
|
|
|
+ "summary": "获取抖音巨量星图成本性能分析数据,包括定价、曝光和参与效率指标,用于创作者评估、活动规划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-cp-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_rec_videos_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·推荐视频",
|
|
|
|
|
+ "summary": "获取抖音巨量星图推荐视频数据,包括视频表现指标,用于创作者评估、活动策划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-rec-videos/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_kol_daily_fans_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·粉丝增长趋势",
|
|
|
|
|
+ "summary": "获取抖音巨量星图粉丝增长趋势数据,包括历史受众随时间变化,用于创作者评估、活动策划和市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-kol-daily-fans/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId",
|
|
|
|
|
+ "startDate",
|
|
|
|
|
+ "endDate"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_author_hot_comment_tokens_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·评论关键词分析",
|
|
|
|
|
+ "summary": "获取抖音巨量星图KOL评论关键词分析数据,包括核心指标、趋势信号和性能指标,用于受众语言分析和评论主题研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-author-hot-comment-tokens/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_author_content_hot_keywords_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·内容关键词分析",
|
|
|
|
|
+ "summary": "获取抖音巨量星图KOL内容关键词分析数据,包括核心指标、趋势信号和性能指标,用于内容主题分析和创作者定位研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-author-content-hot-keywords/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_author_commerce_spread_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·创作者电商传播信息",
|
|
|
|
|
+ "summary": "获取抖音巨量星图作者商业传播信息数据,包括传播指标,用于创作者评估以进行活动策划和媒体购买。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-author-commerce-spread-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_author_commerce_seed_base_info_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·商业种草基础信息",
|
|
|
|
|
+ "summary": "获取抖音巨量星图作者商业种草基础信息数据,包括基线指标、商业信号和种草指标,用于产品种草分析、创作者审查和活动策划。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-author-commerce-seed-base-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "kolId",
|
|
|
|
|
+ "range"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douyin_xingtu.get_video_detail_v1",
|
|
|
|
|
+ "platform": "douyin_xingtu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "抖音星图·视频详情",
|
|
|
|
|
+ "summary": "获取抖音巨量星图视频详情数据,包括来自传统抖音星图接口的性能字段,用于内容审查和集成兼容性。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douyin-xingtu/get-video-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "detailId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douyin_xingtu",
|
|
|
|
|
+ "抖音星图",
|
|
|
|
|
+ "巨量星图",
|
|
|
|
|
+ "星图",
|
|
|
|
|
+ "douyin xingtu",
|
|
|
|
|
+ "xingtu",
|
|
|
|
|
+ "抖音巨量星图",
|
|
|
|
|
+ "Douyin Creator Marketplace (Xingtu)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.search_video_v2",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·视频搜索",
|
|
|
|
|
+ "summary": "获取快手视频搜索数据,包括视频ID、封面图片和描述,用于竞品分析、市场趋势和关键词监控以及品牌追踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/search-video/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.search_user_v2",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·用户搜索",
|
|
|
|
|
+ "summary": "获取快手用户搜索数据,包括资料名称、头像和粉丝数,用于创作者发现和账号研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/search-user/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.get_user_video_list_v2",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·用户发布视频",
|
|
|
|
|
+ "summary": "获取快手用户发布视频数据,包括封面、发布时间和互动指标,用于创作者监控和内容性能分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/get-user-video-list/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.get_video_detail_v2",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·视频详情",
|
|
|
|
|
+ "summary": "获取快手视频详情数据,包括视频URL、标题和作者信息,用于深入内容性能分析和建立病毒视频数据库。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/get-video-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.get_video_comment_v1",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·视频评论",
|
|
|
|
|
+ "summary": "获取快手视频的公开评论,包括评论内容、作者信息、点赞数和回复数。\n\n典型应用场景:\n- 情感分析与社区反馈监控\n- 收集特定视频的互动数据",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/get-video-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.get_user_detail_v1",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·用户资料",
|
|
|
|
|
+ "summary": "获取快手用户资料数据,包括账户元数据、受众指标和验证相关字段,用于创作者研究、构建创作者档案、监控受众增长和账户状态。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/get-user-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "kuaishou.share_url_transfer_v1",
|
|
|
|
|
+ "platform": "kuaishou",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "快手·分享链接解析",
|
|
|
|
|
+ "summary": "获取快手分享链接解析数据,包括解析后的内容标识符和目标对象数据,用于解析分享链接以实现自动化内容处理。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "kuaishou/share-url-transfer/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "shareUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "kuaishou",
|
|
|
|
|
+ "快手",
|
|
|
|
|
+ "kwai",
|
|
|
|
|
+ "Kuaishou",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_account_today_articles_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账号今日文章",
|
|
|
|
|
+ "summary": "返回微信公众号今日发布的文章。可通过biz id、文章URL、公众号名称或wxid识别公众号,适用于监控公众号当日发布活动。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-account-today-articles/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_account_history_articles_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账户历史文章",
|
|
|
|
|
+ "summary": "返回通过biz id、文章URL、公众号名称或wxid识别的微信公众号的分页历史文章。此版本使用页码分页来浏览公众号的文章存档。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/get-account-history-articles/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_account_history_articles_v2",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账户历史文章",
|
|
|
|
|
+ "summary": "返回通过ghid或文章URL识别的微信公众号的历史文章。此版本使用上游响应返回的PagingInfo.Offset字符串游标,更适合稳定的连续分页。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/get-account-history-articles/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_metrics_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章指标",
|
|
|
|
|
+ "summary": "通过文章URL返回微信公众号文章的基本互动指标,包括阅读量和点赞量等核心信号。适用于轻量级文章热度检查。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-metrics/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_metrics_v2",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章指标",
|
|
|
|
|
+ "summary": "通过文章URL返回微信公众号文章的扩展互动指标,涵盖更丰富的阅读、点赞及相关互动字段,用于文章表现分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-metrics/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_detail_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章详情",
|
|
|
|
|
+ "summary": "通过文章URL返回微信公众号文章详情。版本1支持模式枚举,可在支持时选择纯文本或富文本内容,适用于获取文章正文内容及基本元数据。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_detail_v2",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章详情",
|
|
|
|
|
+ "summary": "通过文章URL返回结构化的微信公众号文章详情。版本2侧重于标题、封面图、作者、发布时间、原文链接及内容HTML片段等字段,便于解析和存储。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_detail_v3",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章详情",
|
|
|
|
|
+ "summary": "返回微信公众号文章详情,并在可用时包含额外的视频相关字段。版本3适用于包含视频素材或频道相关媒体引用的文章。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-detail/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_detail_v4",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章详情",
|
|
|
|
|
+ "summary": "返回微信公众号文章的完整HTML文档,包括html、head、body和文章样式。版本4适用于渲染预览、归档存储或页面级保存。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-detail/v4",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_detail_v5",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章详情",
|
|
|
|
|
+ "summary": "通过文章URL返回轻量级的微信公众号文章信息。版本5侧重于基础元数据和状态字段,如标题、封面图、发布时间和账号信息。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-detail/v5",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_comment_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章评论",
|
|
|
|
|
+ "summary": "通过文章URL返回微信公众号文章的顶级评论。响应包含评论数据、总数和用于持续收集评论的分页缓冲区字段。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_article_sub_comment_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章评论回复",
|
|
|
|
|
+ "summary": "返回微信公众号文章评论的嵌套回复。使用文章URL和顶级评论的contentId收集回复线程,完善文章评论对话链。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-article-sub-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "articleUrl",
|
|
|
|
|
+ "contentId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_article_hot_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·热门文章搜索",
|
|
|
|
|
+ "summary": "在日期范围内搜索热门和病毒式传播的微信公众号文章。支持关键词、发布类型、分类和分页参数,用于发现高表现账号内容。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/search-article-hot/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "startDay",
|
|
|
|
|
+ "endDay"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_article_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章搜索",
|
|
|
|
|
+ "summary": "通过微信网页搜索流程搜索微信公众号文章。版本1支持发布时间筛选、排序类型、偏移量和cookies_buffer分页,用于获取最新的网页端文章结果。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/search-article/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_article_v2",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章搜索",
|
|
|
|
|
+ "summary": "通过分类的微信网页搜索流程搜索微信公众号文章。版本2使用subSearchType聚焦结果类别,并保留offset和cookies_buffer用于连续分页。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/search-article/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_miniprogram_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·小程序搜索",
|
|
|
|
|
+ "summary": "通过微信网页搜索流程搜索微信小程序。它通过查找小程序入口点和相关品牌生态系统信号,补充微信公众号分析。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/search-miniprogram/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_wechat_index_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·微信指数搜索",
|
|
|
|
|
+ "summary": "返回微信指数关键词搜索结果。与微信公众号文章和账号分析配合使用,观察微信生态系统内的关键词趋势信号。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/search-wechat-index/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_suggestions_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·搜索建议",
|
|
|
|
|
+ "summary": "返回关键词的微信搜索建议。在微信公众号文章搜索、账号搜索和内容发现工作流中,对自动补全和查询扩展非常有用。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/search-suggestions/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_account_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账号搜索",
|
|
|
|
|
+ "summary": "按关键词搜索微信公众号资料。版本1每页返回一个账号结果,服务端固定页面大小,适用于按名称和基本身份信号发现账号。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/search-account/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.search_account_v2",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账号搜索",
|
|
|
|
|
+ "summary": "通过微信网页搜索流程搜索微信公众号资料。版本2保留offset和cookies_buffer分页状态,用于连续获取更广泛的账号结果集。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin/search-account/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_account_original_count_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账号原创文章数",
|
|
|
|
|
+ "summary": "返回由ghid或文章URL标识的微信公众号的原创文章数量。用于评估账号原创性和长期内容质量。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-account-original-count/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_account_principal_info_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账号主体信息",
|
|
|
|
|
+ "summary": "返回微信公众号的主体和注册信息。账号可通过biz id、文章URL或wxid标识,有助于验证所有权和运营实体详情。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-account-principal-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.get_account_basic_info_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·账户基本信息",
|
|
|
|
|
+ "summary": "通过账号名称返回微信公众号的基本资料信息,包括头像和账号类型等字段(如可用)。用于快速丰富账号资料。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/get-account-basic-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "name"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin.convert_article_link_v1",
|
|
|
|
|
+ "platform": "weixin",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信公众号·文章链接转换",
|
|
|
|
|
+ "summary": "将微信公众号文章链接转换为规范的目标URL。用于在文章采集前解析短链接或中间链接。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin/convert-article-link/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "link"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin",
|
|
|
|
|
+ "微信公众号",
|
|
|
|
|
+ "微信",
|
|
|
|
|
+ "公众号",
|
|
|
|
|
+ "wechat",
|
|
|
|
|
+ "WeChat Official Accounts",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.search_video_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频搜索",
|
|
|
|
|
+ "summary": "通过实时微信网页搜索流程搜索微信视频号视频。版本1支持发布时间过滤、排序方式、偏移量和cookies_buffer分页,用于查找近期或高互动量的视频号视频。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/search-video/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.search_video_v2",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频搜索",
|
|
|
|
|
+ "summary": "通过分类微信网页搜索流程搜索微信视频号视频。版本2专注于视频号视频分类,并保留偏移量和cookies_buffer状态以持续收集结果。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/search-video/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.search_account_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·账号搜索",
|
|
|
|
|
+ "summary": "通过分类微信网页搜索流程搜索微信视频号账号。版本1返回面向账号的搜索卡片和分页元数据,有助于通过关键词发现视频号创作者。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/search-account/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.search_account_v2",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·账号搜索",
|
|
|
|
|
+ "summary": "通过wxvideo关键词接口搜索微信视频号账号及相关加密视频对象。版本2适用于需要从一个关键词获取更广泛的账号和视频对象结果集的情况。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/search-account/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.search_account_v3",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·账号搜索",
|
|
|
|
|
+ "summary": "通过wxvideo账号查询接口按关键词搜索特定微信视频号账号ID。版本3针对将创作者名称解析为v2Name标识符和账号资料字段进行了优化。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/search-account/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_account_videos_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·账号视频",
|
|
|
|
|
+ "summary": "通过v2Name返回微信视频号账号中视频、图片和直播内容的实时分页列表。响应中包含last_buffer和continue_flag字段,用于对账号内容进行翻页。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-account-videos/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "v2Name"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_bound_channel_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·获取绑定频道",
|
|
|
|
|
+ "summary": "根据公众号 ghid 或文章 URL 返回绑定的视频号账号。用于将公众号发布数据与其关联的视频号创作者身份连接。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-bound-channel/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_video_basic_info_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频基本信息",
|
|
|
|
|
+ "summary": "将复制的视频号视频链接或短 feed ID 解析为基本视频和账号字段。响应包含 object id、object nonce id、标题、封面、账号 v2Name 以及互动计数(如有)。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-video-basic-info/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "feedInfo"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_video_title_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频标题",
|
|
|
|
|
+ "summary": "根据 object id 返回轻量级的视频号视频标题和账号字段。适用于仅需标题、媒体类型和账号身份,无需请求可下载媒体链接的场景。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-video-title/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "objectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.convert_export_id_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·导出 ID 转换",
|
|
|
|
|
+ "summary": "将搜索结果中的加密视频号 exportId 转换为视频 object id 和账号身份字段。在调用需要 objectId 的视频详情、指标或评论接口前使用。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin-channels/convert-export-id/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "exportId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_video_download_url_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频下载链接",
|
|
|
|
|
+ "summary": "通过对象ID返回微信视频号视频的可下载和可播放媒体链接。该接口还会保留视频元数据,如计数、封面图片、发布时间、媒体类型和账号字段(如果可用)。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-video-download-url/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "objectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_video_metrics_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频指标",
|
|
|
|
|
+ "summary": "通过对象ID返回微信视频号视频的互动指标,包括评论、转发、点赞和收藏计数。它还保留上游指标流返回的last_buffer和continuation标志。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-video-metrics/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "objectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_video_comment_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频评论",
|
|
|
|
|
+ "summary": "通过对象ID返回微信视频号视频的一级评论。响应包括评论ID、作者字段、点赞数、回复信号、last_buffer和用于评论分页的continuation状态。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-video-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "objectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weixin_channels.get_video_sub_comment_v1",
|
|
|
|
|
+ "platform": "weixin_channels",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微信视频号·视频子评论",
|
|
|
|
|
+ "summary": "返回微信视频号视频评论下的二级回复。提供视频对象ID和来自一级评论接口的根评论ID,并保留last_buffer用于回复分页。",
|
|
|
|
|
+ "method": "POST",
|
|
|
|
|
+ "paramsIn": "body",
|
|
|
|
|
+ "proxyPath": "weixin-channels/get-video-sub-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "objectId",
|
|
|
|
|
+ "rootCommentId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weixin_channels",
|
|
|
|
|
+ "微信视频号",
|
|
|
|
|
+ "视频号",
|
|
|
|
|
+ "weixin channels",
|
|
|
|
|
+ "wechat channels",
|
|
|
|
|
+ "WeChat Channels",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.search_all_v2",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·关键词搜索",
|
|
|
|
|
+ "summary": "获取微博关键词搜索数据,包括作者、发布时间和互动信号,用于趋势监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/search-all/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "q",
|
|
|
|
|
+ "startDay",
|
|
|
|
|
+ "startHour",
|
|
|
|
|
+ "endDay",
|
|
|
|
|
+ "endHour"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_weibo_detail_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·帖子详情",
|
|
|
|
|
+ "summary": "获取微博帖子详情数据,包括媒体、作者元数据和互动计数,用于帖子分析、归档和活动监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-weibo-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_user_detail_v3",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·用户资料",
|
|
|
|
|
+ "summary": "获取微博用户资料数据,包括粉丝数、验证状态和简介详情,用于创作者研究和账户分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-user-detail/v3",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_fans_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·用户粉丝",
|
|
|
|
|
+ "summary": "获取微博用户粉丝数据,包括资料元数据和验证信号,用于受众分析和网红研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-fans/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_followers_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·用户关注者",
|
|
|
|
|
+ "summary": "获取微博用户关注者数据,包括资料元数据和验证信号,用于网络分析和创作者研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-followers/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_user_post_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·用户发布帖子",
|
|
|
|
|
+ "summary": "获取微博用户发布帖子数据,包括文本、媒体和发布时间,用于账户监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-user-post/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_user_video_list_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·用户视频列表",
|
|
|
|
|
+ "summary": "获取微博用户视频列表数据(瀑布流),包括下一页的分页游标。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-user-video-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.tv_component_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·电视视频详情",
|
|
|
|
|
+ "summary": "获取微博TV视频详情数据,包括媒体URL、作者详情和互动计数,用于视频研究、归档和性能分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/tv-component/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "oid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.hot_search_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·热搜",
|
|
|
|
|
+ "summary": "获取微博热搜数据,包括排名数据,用于趋势监控、新闻工作流和话题发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/hot-search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.get_post_comments_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·帖子评论",
|
|
|
|
|
+ "summary": "获取微博帖子评论数据,包括文本、作者和时间戳,用于反馈分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/get-post-comments/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "mid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "weibo.search_profile_v1",
|
|
|
|
|
+ "platform": "weibo",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "微博·搜索用户发布帖子",
|
|
|
|
|
+ "summary": "获取微博搜索用户发布帖子数据,包括匹配结果、元数据和排名信号,用于作者研究和历史内容发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "weibo/search-profile/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid",
|
|
|
|
|
+ "q"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "weibo",
|
|
|
|
|
+ "微博",
|
|
|
|
|
+ "新浪微博",
|
|
|
|
|
+ "Weibo",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_video_detail_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·视频详情",
|
|
|
|
|
+ "summary": "获取哔哩哔哩视频详情数据,包括元数据(标题、标签和发布时间),用于追踪视频性能和互动指标、分析内容元数据和上传者信息。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-video-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "bvid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_user_video_list_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·用户发布视频",
|
|
|
|
|
+ "summary": "获取哔哩哔哩用户发布视频数据,包括标题、封面和发布时间,用于创作者监控和内容性能分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-user-video-list/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_user_detail_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·用户资料",
|
|
|
|
|
+ "summary": "获取哔哩哔哩用户资料数据,包括账户元数据、受众指标和验证相关字段,用于分析创作者的资料、等级和验证状态,以及验证用户在哔哩哔哩的身份和社交存在。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-user-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_video_danmu_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·视频弹幕",
|
|
|
|
|
+ "summary": "获取哔哩哔哩视频弹幕数据,包括时间线位置和评论文本,用于受众反应分析和字幕式评论审查。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-video-danmu/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "aid",
|
|
|
|
|
+ "cid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_video_comment_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·视频评论",
|
|
|
|
|
+ "summary": "获取哔哩哔哩视频评论数据,包括评论者资料、文本和点赞数,用于情感分析和评论审核工作流。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-video-comment/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "aid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.search_video_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·视频搜索",
|
|
|
|
|
+ "summary": "获取哔哩哔哩视频搜索数据,包括匹配视频、创作者和互动指标,用于话题研究和内容发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/search-video/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.share_url_transfer_v1",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·分享链接解析",
|
|
|
|
|
+ "summary": "获取哔哩哔哩分享链接解析数据,包括解析后的视频和页面标识符,用于将移动端短链接转换为标准bvid/元数据,以及自动化从社交媒体分享链接中提取内容。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/share-url-transfer/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "shareUrl"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_user_relation_stat_v1",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·用户关系统计",
|
|
|
|
|
+ "summary": "获取哔哩哔哩用户关系统计数据,包括关注数,用于创作者对标和受众增长追踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-user-relation-stat/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "wmid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "bilibili.get_video_caption_v2",
|
|
|
|
|
+ "platform": "bilibili",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "哔哩哔哩·视频字幕",
|
|
|
|
|
+ "summary": "获取哔哩哔哩视频字幕数据,包括字幕数据,用于转录提取和多语言内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "bilibili/get-video-caption/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "bvid",
|
|
|
|
|
+ "aid",
|
|
|
|
|
+ "cid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "bilibili",
|
|
|
|
|
+ "哔哩哔哩",
|
|
|
|
|
+ "b站",
|
|
|
|
|
+ "bili",
|
|
|
|
|
+ "Bilibili",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "dewu.search_item_list_v1",
|
|
|
|
|
+ "platform": "dewu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "得物·商品搜索",
|
|
|
|
|
+ "summary": "通过关键词获取得物商品搜索结果,包括匹配商品数据和分页结果,用于商品发现、目录研究、价格监控和电商市场分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "dewu/search-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "dewu",
|
|
|
|
|
+ "得物",
|
|
|
|
|
+ "Dewu (Poizon)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "jd.get_item_detail_v1",
|
|
|
|
|
+ "platform": "jd",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "京东·商品详情",
|
|
|
|
|
+ "summary": "获取京东商品详情数据,包括价格、图片和店铺信息,用于目录分析、商品监控和电商研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "jd/get-item-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "jd",
|
|
|
|
|
+ "京东",
|
|
|
|
|
+ "jingdong",
|
|
|
|
|
+ "JD.com",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "jd.get_item_detail_v2",
|
|
|
|
|
+ "platform": "jd",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "京东·商品详情",
|
|
|
|
|
+ "summary": "通过任务支持的v2流程获取京东商品详情数据。如果数据在短暂等待后仍未就绪,响应将返回待处理任务状态。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "jd/get-item-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "jd",
|
|
|
|
|
+ "京东",
|
|
|
|
|
+ "jingdong",
|
|
|
|
|
+ "JD.com",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "jd.get_item_price_v1",
|
|
|
|
|
+ "platform": "jd",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "京东·商品价格",
|
|
|
|
|
+ "summary": "获取京东商品价格数据,用于价格监控、目录检查、重新定价工作流和电商研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "jd/get-item-price/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "jd",
|
|
|
|
|
+ "京东",
|
|
|
|
|
+ "jingdong",
|
|
|
|
|
+ "JD.com",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "jd.search_item_list_v1",
|
|
|
|
|
+ "platform": "jd",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "京东·商品搜索",
|
|
|
|
|
+ "summary": "获取京东商品搜索数据,包括匹配商品和商品元数据,用于商品发现、目录研究和市场监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "jd/search-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "jd",
|
|
|
|
|
+ "京东",
|
|
|
|
|
+ "jingdong",
|
|
|
|
|
+ "JD.com",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "jd.get_item_comments_v1",
|
|
|
|
|
+ "platform": "jd",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "京东·商品评论",
|
|
|
|
|
+ "summary": "获取京东商品评价数据,包括评分、时间戳和评论者信号,用于客户反馈分析和商品研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "jd/get-item-comments/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "jd",
|
|
|
|
|
+ "京东",
|
|
|
|
|
+ "jingdong",
|
|
|
|
|
+ "JD.com",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "jd.get_shop_item_list_v1",
|
|
|
|
|
+ "platform": "jd",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "京东·店铺商品列表",
|
|
|
|
|
+ "summary": "获取京东店铺商品列表数据,包括商品标题、价格和图片,用于目录追踪和卖家研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "jd/get-shop-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "shopId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "jd",
|
|
|
|
|
+ "京东",
|
|
|
|
|
+ "jingdong",
|
|
|
|
|
+ "JD.com",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xianyu.search_item_list_v1",
|
|
|
|
|
+ "platform": "xianyu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "闲鱼·商品搜索",
|
|
|
|
|
+ "summary": "通过关键词获取闲鱼商品搜索数据,包括匹配的二手交易市场商品、卖家信号、价格、图片、筛选条件和分页元数据,用于二手市场发现、目录研究、价格分析和商品监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xianyu/search-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xianyu",
|
|
|
|
|
+ "闲鱼",
|
|
|
|
|
+ "Xianyu (GooFish)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "xianyu.get_item_detail_v1",
|
|
|
|
|
+ "platform": "xianyu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "闲鱼·商品详情",
|
|
|
|
|
+ "summary": "通过商品 ID 获取闲鱼商品详情数据,包括商品元数据、卖家信息、图片、商品状态、价格和市场流转数据,用于二手商品查看、转售跟踪和电商研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "xianyu/get-item-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "xianyu",
|
|
|
|
|
+ "闲鱼",
|
|
|
|
|
+ "Xianyu (GooFish)",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "1688.get_item_detail_v1",
|
|
|
|
|
+ "platform": "1688",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "1688·商品详情",
|
|
|
|
|
+ "summary": "获取1688商品详情,包括商品元数据和报价信息,用于货源调研和目录分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "1688/get-item-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "itemId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "1688",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "1688.search_item_list_v1",
|
|
|
|
|
+ "platform": "1688",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "1688·商品搜索",
|
|
|
|
|
+ "summary": "通过关键词获取1688商品搜索结果,用于货源发现、供应商调研和市场监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "1688/search-item-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "1688",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douban.get_movie_reviews_v1",
|
|
|
|
|
+ "platform": "douban",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "豆瓣电影·影评",
|
|
|
|
|
+ "summary": "获取豆瓣电影评价数据,包括评价标题、评分和摘要,用于受众情感分析和评价研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douban/get-movie-reviews/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "subjectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douban",
|
|
|
|
|
+ "豆瓣电影",
|
|
|
|
|
+ "豆瓣",
|
|
|
|
|
+ "Douban Movie",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douban.get_movie_review_detail_v1",
|
|
|
|
|
+ "platform": "douban",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "豆瓣电影·评价详情",
|
|
|
|
|
+ "summary": "获取豆瓣电影评价详情数据,包括元数据、内容字段和互动信号,用于评价归档和详细意见分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douban/get-movie-review-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "reviewId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douban",
|
|
|
|
|
+ "豆瓣电影",
|
|
|
|
|
+ "豆瓣",
|
|
|
|
|
+ "Douban Movie",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douban.get_movie_comments_v1",
|
|
|
|
|
+ "platform": "douban",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "豆瓣电影·评论",
|
|
|
|
|
+ "summary": "获取豆瓣电影评论数据,包括评分、摘要和互动计数,用于快速情感抽样和评价监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douban/get-movie-comments/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "subjectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douban",
|
|
|
|
|
+ "豆瓣电影",
|
|
|
|
|
+ "豆瓣",
|
|
|
|
|
+ "Douban Movie",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douban.get_subject_detail_v1",
|
|
|
|
|
+ "platform": "douban",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "豆瓣电影·条目详情",
|
|
|
|
|
+ "summary": "获取豆瓣主题详情数据,包括标题、评分和演员阵容,用于标题丰富和目录研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douban/get-subject-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "subjectId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douban",
|
|
|
|
|
+ "豆瓣电影",
|
|
|
|
|
+ "豆瓣",
|
|
|
|
|
+ "Douban Movie",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douban.get_recent_hot_movie_v1",
|
|
|
|
|
+ "platform": "douban",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "豆瓣电影·近期热门电影",
|
|
|
|
|
+ "summary": "获取豆瓣近期热门电影数据,包括评分、海报和主题元数据,用于电影发现和趋势监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douban/get-recent-hot-movie/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douban",
|
|
|
|
|
+ "豆瓣电影",
|
|
|
|
|
+ "豆瓣",
|
|
|
|
|
+ "Douban Movie",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "douban.get_recent_hot_tv_v1",
|
|
|
|
|
+ "platform": "douban",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "豆瓣电影·近期热门电视剧",
|
|
|
|
|
+ "summary": "获取豆瓣近期热门电视剧数据,包括评分、海报和主题元数据,用于剧集发现和趋势监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "douban/get-recent-hot-tv/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "douban",
|
|
|
|
|
+ "豆瓣电影",
|
|
|
|
|
+ "豆瓣",
|
|
|
|
|
+ "Douban Movie",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.get_user_post_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·用户发布帖子",
|
|
|
|
|
+ "summary": "获取抖音用户发布帖子数据,包括视频ID、描述和发布时间,用于用户活动分析和发帖频率追踪、影响者表现评估以及特定创作者的内容趋势监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/get-user-post/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "secUid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.get_post_detail_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·帖子详情",
|
|
|
|
|
+ "summary": "获取抖音帖子详情数据,包括视频ID、作者信息和描述文本,用于内容表现分析和元数据提取以及通过特定帖子指标进行影响者评估。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/get-post-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "postId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.get_user_detail_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·用户资料",
|
|
|
|
|
+ "summary": "获取抖音用户资料数据,包括昵称、唯一ID和头像,用于影响者画像和受众分析、账号表现追踪和增长监控以及识别认证状态和官方账号。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/get-user-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.get_post_comment_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·帖子评论",
|
|
|
|
|
+ "summary": "获取抖音帖子评论数据,包括评论ID、用户信息和文本内容,用于受众对特定内容反应的情感分析以及通过评论量和质量进行互动测量。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/get-post-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "awemeId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.get_post_sub_comment_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·评论回复",
|
|
|
|
|
+ "summary": "获取抖音评论回复数据,包括回复ID、用户信息和文本内容,用于了解详细的用户互动和线程讨论,并识别评论区中的影响者或活跃参与者。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/get-post-sub-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "awemeId",
|
|
|
|
|
+ "commentId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.search_user_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·用户搜索",
|
|
|
|
|
+ "summary": "获取抖音用户搜索数据,包括用户ID、昵称和唯一句柄等基本资料信息,用于通过关键词发现特定领域的影响者,并识别目标受众和进行竞争对手研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/search-user/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok.search_post_v1",
|
|
|
|
|
+ "platform": "tiktok",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok·作品搜索",
|
|
|
|
|
+ "summary": "获取抖音帖子搜索数据,包括视频ID、描述和作者信息等关键详情,用于趋势监控和内容发现,以及基于关键词的市场分析和情感追踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok/search-post/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok",
|
|
|
|
|
+ "TikTok",
|
|
|
|
|
+ "海外抖音",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok_shop.search_products_v1",
|
|
|
|
|
+ "platform": "tiktok_shop",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok Shop·商品搜索",
|
|
|
|
|
+ "summary": "获取抖音店铺商品搜索数据,包括标题、价格和销量,用于市场研究和趋势分析、竞争对手商品发现,以及监控特定区域的产品受欢迎程度。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok-shop/search-products/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok_shop",
|
|
|
|
|
+ "TikTok Shop",
|
|
|
|
|
+ "tiktok shop",
|
|
|
|
|
+ "tiktok商城",
|
|
|
|
|
+ "tiktok小店",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok_shop.get_product_detail_v1",
|
|
|
|
|
+ "platform": "tiktok_shop",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok Shop·商品详情",
|
|
|
|
|
+ "summary": "获取抖音店铺商品详情数据,包括标题、描述和价格,用于构建产品目录、价格和库存监控,以及深入的产品分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok-shop/get-product-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "productId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok_shop",
|
|
|
|
|
+ "TikTok Shop",
|
|
|
|
|
+ "tiktok shop",
|
|
|
|
|
+ "tiktok商城",
|
|
|
|
|
+ "tiktok小店",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "tiktok_shop.get_product_detail_v2",
|
|
|
|
|
+ "platform": "tiktok_shop",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "TikTok Shop·商品详情",
|
|
|
|
|
+ "summary": "获取抖音店铺商品详情数据,包括标题、描述和价格,用于构建产品目录、价格和库存监控,以及深入的产品分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "tiktok-shop/get-product-detail/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "productId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "tiktok_shop",
|
|
|
|
|
+ "TikTok Shop",
|
|
|
|
|
+ "tiktok shop",
|
|
|
|
|
+ "tiktok商城",
|
|
|
|
|
+ "tiktok小店",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youku.search_video_v1",
|
|
|
|
|
+ "platform": "youku",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "优酷·视频搜索",
|
|
|
|
|
+ "summary": "获取优酷视频搜索数据,包括视频ID、标题和封面图片,用于基于关键词的视频发现、监控优酷上的特定主题或趋势,以及分析搜索结果以进行市场研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youku/search-video/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youku",
|
|
|
|
|
+ "优酷",
|
|
|
|
|
+ "YOUKU",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youku.get_video_detail_v1",
|
|
|
|
|
+ "platform": "youku",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "优酷·视频详情",
|
|
|
|
|
+ "summary": "获取优酷视频详情数据,包括视频ID、标题和描述,用于获取单个视频的全面元数据、追踪播放量和点赞等互动指标,并将详细视频信息集成到第三方仪表板中。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youku/get-video-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youku",
|
|
|
|
|
+ "优酷",
|
|
|
|
|
+ "YOUKU",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youku.get_user_detail_v1",
|
|
|
|
|
+ "platform": "youku",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "优酷·用户资料",
|
|
|
|
|
+ "summary": "获取优酷用户资料数据,包括用户ID、用户名和头像,用于分析创作者影响力和受众规模、监控账户增长和验证状态,以及获取基本用户信息用于社交CRM。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youku/get-user-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "uid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youku",
|
|
|
|
|
+ "优酷",
|
|
|
|
|
+ "YOUKU",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.get_user_detail_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·用户资料",
|
|
|
|
|
+ "summary": "获取Instagram用户资料数据,包括粉丝数、关注数和帖子数,用于获取影响者审查的基本账户元数据、追踪粉丝增长和受众覆盖随时间的变化,以及将用户句柄映射到特定资料统计信息。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/get-user-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "username"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.get_post_detail_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·帖子详情",
|
|
|
|
|
+ "summary": "获取Instagram帖子详情数据,包括帖子标题、媒体内容(图片/视频)和发布时间,用于分析特定帖子的互动指标(点赞/评论),以及归档帖子内容和媒体资产用于内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/get-post-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "code"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.get_user_posts_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·用户发布帖子",
|
|
|
|
|
+ "summary": "获取Instagram用户发布帖子数据,包括帖子代码、标题和媒体类型,用于监控特定用户的近期发布活动,并构建内容的历史记录用于审计或分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/get-user-posts/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "username"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.search_reels_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·Reels 搜索",
|
|
|
|
|
+ "summary": "获取Instagram Reels搜索数据,包括帖子ID、标题和作者资料,用于通过特定关键词或标签追踪趋势和病毒内容,并发现特定领域内高互动的Reels。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/search-reels/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.search_hashtag_posts_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·话题标签帖子搜索",
|
|
|
|
|
+ "summary": "获取Instagram标签帖子搜索数据,包括标题、作者资料和发布时间,用于对热门话题和标签进行竞争分析,以及监控社区讨论和特定标签的公众意见。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/search-hashtag-posts/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "hashtag"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.get_post_comments_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·帖子评论列表",
|
|
|
|
|
+ "summary": "获取帖子评论、评论者资料、评论内容、点赞数、回复数及分页游标,用于情感分析和互动分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/get-post-comments/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "code"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "instagram.get_comment_replies_v1",
|
|
|
|
|
+ "platform": "instagram",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Instagram·评论回复列表",
|
|
|
|
|
+ "summary": "获取父评论下的回复,包括回复内容、作者详情、点赞数、ID 及分页游标,用于线程讨论分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "instagram/get-comment-replies/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "mediaId",
|
|
|
|
|
+ "commentId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "instagram",
|
|
|
|
|
+ "Instagram",
|
|
|
|
|
+ "ins",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youtube.search_v1",
|
|
|
|
|
+ "platform": "youtube",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "YouTube·通用搜索",
|
|
|
|
|
+ "summary": "通过TIKHUB通用搜索搜索YouTube,返回混合的视频、频道、播放列表和电影结果,包含续传令牌以及上传日期、类型、时长、功能和排序顺序的筛选条件,用于发现和监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youtube/search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youtube",
|
|
|
|
|
+ "YouTube",
|
|
|
|
|
+ "油管",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youtube.get_video_detail_v1",
|
|
|
|
|
+ "platform": "youtube",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "YouTube·视频详情",
|
|
|
|
|
+ "summary": "获取YouTube视频详情数据,包括其标题、描述和观看次数,用于追踪视频互动和统计数据、提取视频元数据进行内容分析,以及验证视频可用性和状态。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youtube/get-video-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youtube",
|
|
|
|
|
+ "YouTube",
|
|
|
|
|
+ "油管",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youtube.get_channel_videos_v1",
|
|
|
|
|
+ "platform": "youtube",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "YouTube·频道视频",
|
|
|
|
|
+ "summary": "检索特定YouTube频道的视频列表,提供内容表现和上传历史的详细洞察。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youtube/get-channel-videos/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "channelId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youtube",
|
|
|
|
|
+ "YouTube",
|
|
|
|
|
+ "油管",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youtube.get_video_captions_v1",
|
|
|
|
|
+ "platform": "youtube",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "YouTube·视频字幕",
|
|
|
|
|
+ "summary": "通过TIKHUB获取YouTube视频字幕数据,包括可用的字幕轨道或格式化的内容(SRT、XML、JSON3或纯文本),用于转录、本地化、可访问性审查和内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youtube/get-video-captions/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youtube",
|
|
|
|
|
+ "YouTube",
|
|
|
|
|
+ "油管",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youtube.get_video_comment_v1",
|
|
|
|
|
+ "platform": "youtube",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "YouTube·视频评论列表",
|
|
|
|
|
+ "summary": "获取一级视频评论、作者资料、点赞数、回复数及回复游标,用于受众反馈和互动分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youtube/get-video-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "videoId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youtube",
|
|
|
|
|
+ "YouTube",
|
|
|
|
|
+ "油管",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "youtube.get_video_sub_comment_v1",
|
|
|
|
|
+ "platform": "youtube",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "YouTube·视频子评论列表",
|
|
|
|
|
+ "summary": "获取二级视频评论回复、回复作者、点赞数及分页游标,用于线程讨论分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "youtube/get-video-sub-comment/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "cursor"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "youtube",
|
|
|
|
|
+ "YouTube",
|
|
|
|
|
+ "油管",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "reddit.get_post_detail_v1",
|
|
|
|
|
+ "platform": "reddit",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Reddit·帖子详情",
|
|
|
|
|
+ "summary": "获取Reddit帖子详情数据,包括作者详情、子版块信息和互动计数,用于内容分析、审核研究和监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "reddit/get-post-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "postId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "reddit",
|
|
|
|
|
+ "Reddit",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "reddit.get_post_comments_v1",
|
|
|
|
|
+ "platform": "reddit",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Reddit·帖子评论",
|
|
|
|
|
+ "summary": "获取Reddit帖子评论数据,包括文本、作者和时间戳,用于讨论分析和审核研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "reddit/get-post-comments/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "postId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "reddit",
|
|
|
|
|
+ "Reddit",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "reddit.search_v1",
|
|
|
|
|
+ "platform": "reddit",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Reddit·关键词搜索",
|
|
|
|
|
+ "summary": "获取Reddit关键词搜索数据,包括标题、作者和子版块上下文,用于主题发现和监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "reddit/search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "reddit",
|
|
|
|
|
+ "Reddit",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "toutiao.get_article_detail_v1",
|
|
|
|
|
+ "platform": "toutiao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "今日头条·文章详情",
|
|
|
|
|
+ "summary": "获取今日头条文章详情数据,包括文章ID、标题和作者信息,用于内容性能分析和媒体监控,以及验证文章真实性和元数据检索。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "toutiao/get-article-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "toutiao",
|
|
|
|
|
+ "今日头条",
|
|
|
|
|
+ "头条",
|
|
|
|
|
+ "Toutiao",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "toutiao.get_user_detail_v1",
|
|
|
|
|
+ "platform": "toutiao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "今日头条·用户资料",
|
|
|
|
|
+ "summary": "获取今日头条用户资料数据,包括用户ID、昵称和头像,用于影响者分析和受众分析,以及监控创作者表现和增长。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "toutiao/get-user-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "userId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "toutiao",
|
|
|
|
|
+ "今日头条",
|
|
|
|
|
+ "头条",
|
|
|
|
|
+ "Toutiao",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "toutiao.search_v1",
|
|
|
|
|
+ "platform": "toutiao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "今日头条·App关键词搜索",
|
|
|
|
|
+ "summary": "获取今日头条 App关键词搜索数据,包括匹配的文章、视频和作者,用于话题发现和监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "toutiao/search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "toutiao",
|
|
|
|
|
+ "今日头条",
|
|
|
|
|
+ "头条",
|
|
|
|
|
+ "Toutiao",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "toutiao.search_v2",
|
|
|
|
|
+ "platform": "toutiao",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "今日头条·网页关键词搜索",
|
|
|
|
|
+ "summary": "获取今日头条网页关键词搜索数据,这是搜索 API 的 PC 版本。请注意,目前仅支持检索第一页结果,用于文章、视频和作者的第一页发现,以进行趋势研究和监控。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "toutiao/search/v2",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "toutiao",
|
|
|
|
|
+ "今日头条",
|
|
|
|
|
+ "头条",
|
|
|
|
|
+ "Toutiao",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "zhihu.get_column_article_detail_v1",
|
|
|
|
|
+ "platform": "zhihu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "知乎·专栏文章详情",
|
|
|
|
|
+ "summary": "获取知乎专栏文章详情数据,包括标题、作者和内容,用于文章归档和内容研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "zhihu/get-column-article-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "zhihu",
|
|
|
|
|
+ "知乎",
|
|
|
|
|
+ "Zhihu",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "zhihu.get_answer_list_v1",
|
|
|
|
|
+ "platform": "zhihu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "知乎·回答列表",
|
|
|
|
|
+ "summary": "获取知乎回答列表数据,包括回答内容、作者资料和互动指标,用于问题分析和回答研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "zhihu/get-answer-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "questionId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "zhihu",
|
|
|
|
|
+ "知乎",
|
|
|
|
|
+ "Zhihu",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "zhihu.search_v1",
|
|
|
|
|
+ "platform": "zhihu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "知乎·关键词搜索",
|
|
|
|
|
+ "summary": "获取知乎关键词搜索数据,包括匹配结果、元数据和排名信号,用于话题发现和内容研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "zhihu/search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "zhihu",
|
|
|
|
|
+ "知乎",
|
|
|
|
|
+ "Zhihu",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "zhihu.get_column_article_list_v1",
|
|
|
|
|
+ "platform": "zhihu",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "知乎·专栏文章列表",
|
|
|
|
|
+ "summary": "获取知乎专栏文章列表数据,包括文章元数据和列表排序,用于专栏监控和内容收集。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "zhihu/get-column-article-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "columnId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "zhihu",
|
|
|
|
|
+ "知乎",
|
|
|
|
|
+ "Zhihu",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "amazon.search_products_v1",
|
|
|
|
|
+ "platform": "amazon",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "亚马逊·商品搜索",
|
|
|
|
|
+ "summary": "通过关键词或ASIN搜索亚马逊商品列表,包括标题、价格、评分、Prime标志、商品图片、配送详情和分页元数据,用于发现、目录丰富、市场研究、价格监控和竞争对手分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "amazon/search-products/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "Amazon",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "amazon.get_product_detail_v1",
|
|
|
|
|
+ "platform": "amazon",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "亚马逊·商品详情",
|
|
|
|
|
+ "summary": "获取亚马逊商品详情数据,包括标题、品牌和价格,用于构建商品目录和丰富商品内容(如图像)、价格监控和可用性跟踪,以及电子商务分析和竞争对手跟踪。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "amazon/get-product-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "asin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "Amazon",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "amazon.get_product_top_reviews_v1",
|
|
|
|
|
+ "platform": "amazon",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "亚马逊·商品热门评论",
|
|
|
|
|
+ "summary": "获取亚马逊商品热门评价数据,包括最有帮助的公开评价,用于情感分析和消费者反馈跟踪、产品研究和质量评估,以及监控竞争对手的客户体验。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "amazon/get-product-top-reviews/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "asin"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "Amazon",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "amazon.get_best_sellers_v1",
|
|
|
|
|
+ "platform": "amazon",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "亚马逊·热销商品",
|
|
|
|
|
+ "summary": "获取亚马逊畅销商品数据,包括排名位置、商品元数据和定价,用于识别特定类别中的热门商品、市场份额分析和类别研究,以及跟踪销售排名和随时间变化的受欢迎程度。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "amazon/get-best-sellers/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "category"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "Amazon",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "amazon.get_category_products_v1",
|
|
|
|
|
+ "platform": "amazon",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "亚马逊·按类别获取商品",
|
|
|
|
|
+ "summary": "获取亚马逊按类别商品数据,包括标题、价格和评分,用于基于类别的商品发现,并返回商品信息,如标题、价格和评分。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "amazon/get-category-products/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "categoryId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "amazon",
|
|
|
|
|
+ "亚马逊",
|
|
|
|
|
+ "Amazon",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商",
|
|
|
|
|
+ "商品",
|
|
|
|
|
+ "product"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "facebook.search_post_v1",
|
|
|
|
|
+ "platform": "facebook",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Facebook·作品搜索",
|
|
|
|
|
+ "summary": "获取 Facebook 帖子搜索数据,包括匹配结果、元数据和排名信号,用于发现特定关键词的相关公开帖子,并分析 Facebook 上公开内容的参与度和覆盖范围。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "facebook/search-post/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "facebook",
|
|
|
|
|
+ "Facebook",
|
|
|
|
|
+ "脸书",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "facebook.get_profile_id_v1",
|
|
|
|
|
+ "platform": "facebook",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Facebook·获取资料ID",
|
|
|
|
|
+ "summary": "从给定的Facebook资料URL中检索唯一的Facebook资料ID。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "facebook/get-profile-id/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "url"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "facebook",
|
|
|
|
|
+ "Facebook",
|
|
|
|
|
+ "脸书",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "facebook.get_profile_posts_v1",
|
|
|
|
|
+ "platform": "facebook",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Facebook·获取资料帖子",
|
|
|
|
|
+ "summary": "通过Facebook个人资料ID获取指定Facebook个人资料的公开帖子。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "facebook/get-profile-posts/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "profileId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "facebook",
|
|
|
|
|
+ "Facebook",
|
|
|
|
|
+ "脸书",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "twitter.search_v1",
|
|
|
|
|
+ "platform": "twitter",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Twitter/X·搜索时间线",
|
|
|
|
|
+ "summary": "通过TIKHUB搜索Twitter时间线数据,包括热门、最新、媒体、人物和列表结果,支持游标分页,用于社交聆听、话题追踪和账号发现。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "twitter/search/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "twitter",
|
|
|
|
|
+ "Twitter/X",
|
|
|
|
|
+ "x",
|
|
|
|
|
+ "推特",
|
|
|
|
|
+ "Twitter",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "twitter.get_user_detail_v1",
|
|
|
|
|
+ "platform": "twitter",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Twitter/X·用户资料",
|
|
|
|
|
+ "summary": "获取 Twitter 用户资料数据,包括账户元数据、受众指标和验证相关字段,用于访问用户资料元数据(如描述、位置、验证状态)和收集关注者和关注数。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "twitter/get-user-detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "restId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "twitter",
|
|
|
|
|
+ "Twitter/X",
|
|
|
|
|
+ "x",
|
|
|
|
|
+ "推特",
|
|
|
|
|
+ "Twitter",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "twitter.get_user_posts_v1",
|
|
|
|
|
+ "platform": "twitter",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "Twitter/X·用户发布帖子",
|
|
|
|
|
+ "summary": "获取 Twitter 用户发布帖子数据,包括帖子内容、时间戳和参与度数据,用于账户监控和内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "twitter/get-user-posts/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "restId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "twitter",
|
|
|
|
|
+ "Twitter/X",
|
|
|
|
|
+ "x",
|
|
|
|
|
+ "推特",
|
|
|
|
|
+ "Twitter",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "beike.ershoufang_detail_v1",
|
|
|
|
|
+ "platform": "beike",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "贝壳·二手房详情",
|
|
|
|
|
+ "summary": "获取贝壳二手房详情数据,包括 - 定价(总价和单价)、物理属性(面积和布局),用于向用户展示完整的房产资料,并进行特定房源之间的详细价格比较。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "beike/ershoufang/detail/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "cityId",
|
|
|
|
|
+ "houseCode"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "beike",
|
|
|
|
|
+ "贝壳",
|
|
|
|
|
+ "房产",
|
|
|
|
|
+ "二手房",
|
|
|
|
|
+ "Beike",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "beike.get_ershoufang_list_v1",
|
|
|
|
|
+ "platform": "beike",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "贝壳·二手房列表",
|
|
|
|
|
+ "summary": "获取贝壳二手房列表数据,包括 - 支持按城市/地区、价格范围和布局过滤,用于为房产门户构建搜索结果页面,并聚合市场数据以分析区域住房趋势。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "beike/get-ershoufang-list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "cityId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "beike",
|
|
|
|
|
+ "贝壳",
|
|
|
|
|
+ "房产",
|
|
|
|
|
+ "二手房",
|
|
|
|
|
+ "Beike",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "beike.community_list_v1",
|
|
|
|
|
+ "platform": "beike",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "贝壳·小区列表",
|
|
|
|
|
+ "summary": "获取贝壳小区列表数据,包括 - 小区名称和唯一 ID 以及平均挂牌价格和历史价格趋势,用于识别城市中受欢迎的住宅区,并比较不同小区的平均房价。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "beike/community/list/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "cityId"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "beike",
|
|
|
|
|
+ "贝壳",
|
|
|
|
|
+ "房产",
|
|
|
|
|
+ "二手房",
|
|
|
|
|
+ "Beike",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1,
|
|
|
|
|
+ "deprecated": true
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_release_expectation_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·发行预期",
|
|
|
|
|
+ "summary": "获取 IMDb 标题上映预期数据,包括制作状态、上映日期和预期信号,用于上映监控和标题研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-release-expectation-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_extended_details_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·扩展详情",
|
|
|
|
|
+ "summary": "获取 IMDb 标题扩展详情数据,包括标题信息、图像和类型,用于标题丰富和目录研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-extended-details-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_top_cast_and_crew_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·主要演员和工作人员",
|
|
|
|
|
+ "summary": "获取 IMDb 标题主要演员和工作人员数据,包括姓名、角色和资料参考,用于人才研究和标题丰富。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-top-cast-and-crew/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_base_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·基本信息",
|
|
|
|
|
+ "summary": "获取 IMDb 标题基本信息数据,包括标题文本、上映年份和类型,用于目录丰富和标题查找工作流。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-base-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_redux_overview_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·Redux概览",
|
|
|
|
|
+ "summary": "获取IMDb标题Redux概览数据,包括关键摘要字段和关联元数据,用于获取电影或电视节目关键属性的简明摘要和概览。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-redux-overview-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_did_you_know_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·'你知道吗'洞察",
|
|
|
|
|
+ "summary": "获取IMDb标题'你知道吗'洞察数据,包括琐事信息,用于编辑研究和标题洞察丰富。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-did-you-know-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_critics_review_summary_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·影评人评论摘要",
|
|
|
|
|
+ "summary": "获取IMDb标题影评人评论摘要数据,包括评论亮点,用于评论分析和标题比较。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-critics-review-summary-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_awards_summary_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·奖项摘要",
|
|
|
|
|
+ "summary": "获取IMDb标题奖项摘要数据,包括提名信息,用于标题基准测试和奖项研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-awards-summary-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_user_reviews_summary_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·用户评价摘要",
|
|
|
|
|
+ "summary": "获取IMDb标题用户评论摘要数据,包括聚合评论内容和数量,用于观众情感分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-user-reviews-summary-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_plot_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·剧情摘要",
|
|
|
|
|
+ "summary": "获取IMDb标题剧情摘要数据,包括核心指标、趋势信号和性能指标,用于显示电影或电视节目的详细剧情描述。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-plot-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_contribution_questions_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·贡献问题",
|
|
|
|
|
+ "summary": "获取IMDb标题贡献问题数据,包括特定IMDb标题,用于数据维护工作流和标题元数据审查。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-contribution-questions/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_details_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·详情",
|
|
|
|
|
+ "summary": "获取IMDb标题详情数据,包括元数据、发布信息和演员阵容,用于深度标题研究和目录丰富。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-details-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_box_office_summary_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·票房摘要",
|
|
|
|
|
+ "summary": "获取IMDb标题票房摘要数据,包括票房收入和相关性能指标,用于收入跟踪和标题比较。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-box-office-summary/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_more_like_this_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·推荐",
|
|
|
|
|
+ "summary": "获取IMDb标题推荐数据,包括相关标题和建议元数据,用于内容发现和推荐分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-more-like-this-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.main_search_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·关键词搜索",
|
|
|
|
|
+ "summary": "获取IMDb关键词搜索数据,包括匹配结果、元数据和排名信号,用于实体发现和娱乐研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/main-search-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "searchTerm"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.streaming_picks_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·流媒体精选",
|
|
|
|
|
+ "summary": "获取IMDb流媒体精选数据,包括流媒体平台上可用的精选标题,用于内容发现和观看列表研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/streaming-picks-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.news_by_category_query_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·分类新闻",
|
|
|
|
|
+ "summary": "获取IMDb按类别新闻数据,包括标题、摘要和来源元数据,用于媒体监控和新闻研究。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/news-by-category-query/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "category"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_chart_rankings_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·榜单排名",
|
|
|
|
|
+ "summary": "获取IMDb标题榜单排名数据,包括在Top 250等榜单和相关图表中的位置,用于排名监控和标题基准测试。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-chart-rankings/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "rankingsChartType"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "imdb.title_countries_of_origin_v1",
|
|
|
|
|
+ "platform": "imdb",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "IMDb·原产国",
|
|
|
|
|
+ "summary": "获取IMDb标题原产国数据,包括国家名称和区域元数据,用于目录丰富和区域内容分析。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "imdb/title-countries-of-origin/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "imdb",
|
|
|
|
|
+ "IMDb",
|
|
|
|
|
+ "影视",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "web.html_v1",
|
|
|
|
|
+ "platform": "web",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "网页·HTML内容",
|
|
|
|
|
+ "summary": "获取网页的HTML内容。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "web/html/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "url"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "web",
|
|
|
|
|
+ "网页",
|
|
|
|
|
+ "网站",
|
|
|
|
|
+ "html",
|
|
|
|
|
+ "markdown",
|
|
|
|
|
+ "Web Page",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "web.rendered_html_v1",
|
|
|
|
|
+ "platform": "web",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "网页·渲染的HTML内容",
|
|
|
|
|
+ "summary": "获取网页的渲染HTML内容。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "web/rendered-html/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "url"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "web",
|
|
|
|
|
+ "网页",
|
|
|
|
|
+ "网站",
|
|
|
|
|
+ "html",
|
|
|
|
|
+ "markdown",
|
|
|
|
|
+ "Web Page",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "web.markdown_v1",
|
|
|
|
|
+ "platform": "web",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "网页·Markdown内容",
|
|
|
|
|
+ "summary": "获取网页的Markdown内容。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "web/markdown/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "url"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "web",
|
|
|
|
|
+ "网页",
|
|
|
|
|
+ "网站",
|
|
|
|
|
+ "html",
|
|
|
|
|
+ "markdown",
|
|
|
|
|
+ "Web Page",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "id": "llm.doubao_answer_v1",
|
|
|
|
|
+ "platform": "llm",
|
|
|
|
|
+ "channel": "ecommerce",
|
|
|
|
|
+ "title": "LLM·豆包回答",
|
|
|
|
|
+ "summary": "获取关键词或问题的豆包网页回答,包括可用的提取参考文献。",
|
|
|
|
|
+ "method": "GET",
|
|
|
|
|
+ "paramsIn": "query",
|
|
|
|
|
+ "proxyPath": "llm/doubao-answer/v1",
|
|
|
|
|
+ "params": [],
|
|
|
|
|
+ "requiredParams": [
|
|
|
|
|
+ "keyword"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "llm",
|
|
|
|
|
+ "LLM",
|
|
|
|
|
+ "大模型",
|
|
|
|
|
+ "豆包",
|
|
|
|
|
+ "ecommerce",
|
|
|
|
|
+ "电商"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "billing": 1
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|