scrapecreators-api

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

ScrapeCreators API

ScrapeCreators API

Scrape and extract public data from 27+ social media platforms. 110 endpoints available.
Base URL:
https://api.scrapecreators.com
Get your API key at https://scrapecreators.com
从27+社交媒体平台爬取并提取公开数据。提供110个可用端点。
基础URL:
https://api.scrapecreators.com
获取API密钥请访问https://scrapecreators.com

How to Call

调用方式

All endpoints use GET requests. Pass query params in the URL and authenticate with the
x-api-key
header. Responses are JSON.
bash
curl -s "https://api.scrapecreators.com/v1/tiktok/profile?handle=charlidamelio" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
Or with
fetch
:
javascript
const res = await fetch(
  "https://api.scrapecreators.com/v1/tiktok/profile?handle=charlidamelio",
  { headers: { "x-api-key": process.env.SCRAPECREATORS_API_KEY } }
);
const data = await res.json();
Endpoint paths use the pattern
/v1/platform/action
. The tables below list each endpoint path and its required params.
所有端点均使用GET请求。在URL中传递查询参数,并通过
x-api-key
请求头进行身份验证。响应格式为JSON。
bash
curl -s "https://api.scrapecreators.com/v1/tiktok/profile?handle=charlidamelio" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
或者使用
fetch
:
javascript
const res = await fetch(
  "https://api.scrapecreators.com/v1/tiktok/profile?handle=charlidamelio",
  { headers: { "x-api-key": process.env.SCRAPECREATORS_API_KEY } }
);
const data = await res.json();
端点路径采用
/v1/platform/action
格式。下方表格列出了每个端点的路径及其必填参数。

API Spec

API规范

Each endpoint has its own OpenAPI spec at
https://docs.scrapecreators.com/{path}/openapi.json
.
Important: Once you've determined which endpoint(s) to call from the routing tables below, fetch the single-endpoint OpenAPI spec first to get the full parameter details, types, and example response before making the actual API call.
The full spec covering all endpoints is at https://docs.scrapecreators.com/openapi.json (large file — prefer the per-endpoint specs above).
每个端点都有对应的OpenAPI规范,地址为
https://docs.scrapecreators.com/{path}/openapi.json
重要提示: 从下方路由表确定要调用的端点后,请先获取该端点的OpenAPI规范,以了解完整的参数细节、类型和示例响应,再发起实际API调用。

Intent Routing

意图路由

Map user intent to the right endpoint. After selecting an endpoint, fetch its OpenAPI spec at
https://docs.scrapecreators.com/{path}/openapi.json
for full param details before calling.
将用户意图映射到对应的端点。选择端点后,先获取其位于
https://docs.scrapecreators.com/{path}/openapi.json
的OpenAPI规范,了解完整参数细节后再调用。

Profiles / User Info

个人主页/用户信息

PlatformEndpointPrimary ParamExample
TikTok
/v1/tiktok/profile
handle
stoolpresidente
Instagram
/v1/instagram/profile
handle
jane
YouTube
/v1/youtube/channel
handle, channelId, or url
ThePatMcAfeeShow
LinkedIn (person)
/v1/linkedin/profile
url
https://www.linkedin.com/in/parrsam/
LinkedIn (company)
/v1/linkedin/company
url
https://linkedin.com/company/shopify
Facebook
/v1/facebook/profile
url
https://www.facebook.com/mantraindianfolsom
Twitter/X
/v1/twitter/profile
handle
elonmusk
Reddit
/v1/reddit/subreddit/details
subreddit or url
AskReddit
Threads
/v1/threads/profile
handle
zuck
Bluesky
/v1/bluesky/profile
handle
jay.bsky.team
Pinterest
/v1/pinterest/user/boards
handle
pinterest
Truth Social
/v1/truthsocial/profile
handle
realDonaldTrump
Twitch
/v1/twitch/profile
handle
ninja
Snapchat
/v1/snapchat/profile
handle
djkhaled
平台端点主要参数示例
TikTok
/v1/tiktok/profile
handle
stoolpresidente
Instagram
/v1/instagram/profile
handle
jane
YouTube
/v1/youtube/channel
handle、channelId或url
ThePatMcAfeeShow
LinkedIn(个人)
/v1/linkedin/profile
url
https://www.linkedin.com/in/parrsam/
LinkedIn(企业)
/v1/linkedin/company
url
https://linkedin.com/company/shopify
Facebook
/v1/facebook/profile
url
https://www.facebook.com/mantraindianfolsom
Twitter/X
/v1/twitter/profile
handle
elonmusk
Reddit
/v1/reddit/subreddit/details
subreddit或url
AskReddit
Threads
/v1/threads/profile
handle
zuck
Bluesky
/v1/bluesky/profile
handle
jay.bsky.team
Pinterest
/v1/pinterest/user/boards
handle
pinterest
Truth Social
/v1/truthsocial/profile
handle
realDonaldTrump
Twitch
/v1/twitch/profile
handle
ninja
Snapchat
/v1/snapchat/profile
handle
djkhaled

Posts / Content Feeds

帖子/内容信息流

PlatformEndpointPrimary ParamExample
TikTok videos
/v3/tiktok/profile/videos
handle
stoolpresidente
Instagram posts
/v2/instagram/user/posts
handle
jane
Instagram reels
/v1/instagram/user/reels
handle or user_id
jane
or
2700692569
Instagram highlights
/v1/instagram/user/highlights
handle or user_id
jane
or
2700692569
YouTube videos
/v1/youtube/channel/videos
handle or channelId
ThePatMcAfeeShow
YouTube shorts
/v1/youtube/channel/shorts
handle or channelId
starterstory
YouTube playlist
/v1/youtube/playlist
playlist_id
PLP32wGpgzmIlInfgKVFfCwVsxgGqZNIiS
LinkedIn posts
/v1/linkedin/company/posts
url
https://linkedin.com/company/shopify
Facebook posts
/v1/facebook/profile/posts
url or pageId
https://www.facebook.com/pacemorby
Facebook reels
/v1/facebook/profile/reels
url
https://www.facebook.com/Spurs
Facebook photos
/v1/facebook/profile/photos
url
https://www.facebook.com/Spurs
Facebook group posts
/v1/facebook/group/posts
url or group_id
742354120555345
Twitter tweets
/v1/twitter/user/tweets
handle
elonmusk
Reddit posts
/v1/reddit/subreddit
subreddit
AskReddit
Threads posts
/v1/threads/user/posts
handle
zuck
Bluesky posts
/v1/bluesky/user/posts
handle or user_id
jay.bsky.team
Truth Social posts
/v1/truthsocial/user/posts
handle or user_id
realDonaldTrump
Pinterest board
/v1/pinterest/board
url
https://www.pinterest.com/...
平台端点主要参数示例
TikTok视频
/v3/tiktok/profile/videos
handle
stoolpresidente
Instagram帖子
/v2/instagram/user/posts
handle
jane
Instagram Reels
/v1/instagram/user/reels
handle或user_id
jane
2700692569
Instagram高光时刻
/v1/instagram/user/highlights
handle或user_id
jane
2700692569
YouTube视频
/v1/youtube/channel/videos
handle或channelId
ThePatMcAfeeShow
YouTube Shorts
/v1/youtube/channel/shorts
handle或channelId
starterstory
YouTube播放列表
/v1/youtube/playlist
playlist_id
PLP32wGpgzmIlInfgKVFfCwVsxgGqZNIiS
LinkedIn帖子
/v1/linkedin/company/posts
url
https://linkedin.com/company/shopify
Facebook帖子
/v1/facebook/profile/posts
url或pageId
https://www.facebook.com/pacemorby
Facebook Reels
/v1/facebook/profile/reels
url
https://www.facebook.com/Spurs
Facebook照片
/v1/facebook/profile/photos
url
https://www.facebook.com/Spurs
Facebook群组帖子
/v1/facebook/group/posts
url或group_id
742354120555345
Twitter推文
/v1/twitter/user/tweets
handle
elonmusk
Reddit帖子
/v1/reddit/subreddit
subreddit
AskReddit
Threads帖子
/v1/threads/user/posts
handle
zuck
Bluesky帖子
/v1/bluesky/user/posts
handle或user_id
jay.bsky.team
Truth Social帖子
/v1/truthsocial/user/posts
handle或user_id
realDonaldTrump
Pinterest画板
/v1/pinterest/board
url
https://www.pinterest.com/...

Single Post / Video Details

单条帖子/视频详情

PlatformEndpointPrimary ParamExample
TikTok
/v2/tiktok/video
url
https://www.tiktok.com/@randomspamvideos25/video/7251387037834595630
Instagram
/v1/instagram/post
url
https://www.instagram.com/reel/DOq6eV6iIgD
Instagram highlight
/v1/instagram/user/highlight/detail
id
18067016518767507
YouTube
/v1/youtube/video
url
https://www.youtube.com/watch?v=Y2Ah_DFr8cw
YouTube community post
/v1/youtube/community-post
url
https://www.youtube.com/post/Ugkxvj2KoApYAXoqLWnKVr6zZe5JjeHrQeP8
LinkedIn
/v1/linkedin/post
url
https://www.linkedin.com/pulse/being-father-has-made-me-better-leader...
Facebook
/v1/facebook/post
url
https://www.facebook.com/reel/1535656380759655
Twitter/X
/v1/twitter/tweet
url
https://twitter.com/elonmusk/status/...
Twitter/X community
/v1/twitter/community
url
https://twitter.com/i/communities/...
Twitter/X community tweets
/v1/twitter/community/tweets
url
https://twitter.com/i/communities/...
Reddit
/v1/reddit/post/comments
url
https://www.reddit.com/r/AskReddit/comments/...
Threads
/v1/threads/post
url
https://www.threads.net/@zuck/post/...
Bluesky
/v1/bluesky/post
url
https://bsky.app/profile/.../post/...
Truth Social
/v1/truthsocial/post
url
https://truthsocial.com/@realDonaldTrump/posts/...
Pinterest
/v1/pinterest/pin
url
https://www.pinterest.com/pin/...
Twitch clip
/v1/twitch/clip
url
https://clips.twitch.tv/...
Kick clip
/v1/kick/clip
url
https://kick.com/...
平台端点主要参数示例
TikTok
/v2/tiktok/video
url
https://www.tiktok.com/@randomspamvideos25/video/7251387037834595630
Instagram
/v1/instagram/post
url
https://www.instagram.com/reel/DOq6eV6iIgD
Instagram高光时刻详情
/v1/instagram/user/highlight/detail
id
18067016518767507
YouTube
/v1/youtube/video
url
https://www.youtube.com/watch?v=Y2Ah_DFr8cw
YouTube社区帖子
/v1/youtube/community-post
url
https://www.youtube.com/post/Ugkxvj2KoApYAXoqLWnKVr6zZe5JjeHrQeP8
LinkedIn
/v1/linkedin/post
url
https://www.linkedin.com/pulse/being-father-has-made-me-better-leader...
Facebook
/v1/facebook/post
url
https://www.facebook.com/reel/1535656380759655
Twitter/X
/v1/twitter/tweet
url
https://twitter.com/elonmusk/status/...
Twitter/X社区
/v1/twitter/community
url
https://twitter.com/i/communities/...
Twitter/X社区推文
/v1/twitter/community/tweets
url
https://twitter.com/i/communities/...
Reddit
/v1/reddit/post/comments
url
https://www.reddit.com/r/AskReddit/comments/...
Threads
/v1/threads/post
url
https://www.threads.net/@zuck/post/...
Bluesky
/v1/bluesky/post
url
https://bsky.app/profile/.../post/...
Truth Social
/v1/truthsocial/post
url
https://truthsocial.com/@realDonaldTrump/posts/...
Pinterest
/v1/pinterest/pin
url
https://www.pinterest.com/pin/...
Twitch片段
/v1/twitch/clip
url
https://clips.twitch.tv/...
Kick片段
/v1/kick/clip
url
https://kick.com/...

Comments

评论

PlatformEndpointPrimary ParamExample
TikTok
/v1/tiktok/video/comments
url
https://www.tiktok.com/@stoolpresidente/video/7499229683859426602
Instagram
/v2/instagram/post/comments
url
https://www.instagram.com/reel/DOq6eV6iIgD
YouTube
/v1/youtube/video/comments
url
https://www.youtube.com/watch?v=dQw4w9WgXcQ
Facebook
/v1/facebook/post/comments
url or feedback_id
https://www.facebook.com/reel/753347914167361
Reddit
/v1/reddit/post/comments
url
https://www.reddit.com/r/AskReddit/comments/...
平台端点主要参数示例
TikTok
/v1/tiktok/video/comments
url
https://www.tiktok.com/@stoolpresidente/video/7499229683859426602
Instagram
/v2/instagram/post/comments
url
https://www.instagram.com/reel/DOq6eV6iIgD
YouTube
/v1/youtube/video/comments
url
https://www.youtube.com/watch?v=dQw4w9WgXcQ
Facebook
/v1/facebook/post/comments
url或feedback_id
https://www.facebook.com/reel/753347914167361
Reddit
/v1/reddit/post/comments
url
https://www.reddit.com/r/AskReddit/comments/...

Transcripts

字幕

PlatformEndpointExampleNote
TikTok
/v1/tiktok/video/transcript
url=https://www.tiktok.com/...&lang=en
also via
/v2/tiktok/video
with get_transcript=true
Instagram
/v2/instagram/media/transcript
url=https://www.instagram.com/reel/...
AI-powered, 10-30s, under 2min
YouTube
/v1/youtube/video/transcript
url=https://www.youtube.com/watch?v=bjVIDXPP7Uk
also included in
/v1/youtube/video
response
Facebook
/v1/facebook/post/transcript
url=https://www.facebook.com/reel/...
under 2min only
Twitter/X
/v1/twitter/tweet/transcript
url=https://twitter.com/...
AI-powered, slow
平台端点示例说明
TikTok
/v1/tiktok/video/transcript
url=https://www.tiktok.com/...&lang=en
也可通过
/v2/tiktok/video
并设置get_transcript=true获取
Instagram
/v2/instagram/media/transcript
url=https://www.instagram.com/reel/...
AI驱动,耗时10-30秒,仅支持2分钟以内视频
YouTube
/v1/youtube/video/transcript
url=https://www.youtube.com/watch?v=bjVIDXPP7Uk
也包含在
/v1/youtube/video
的响应中
Facebook
/v1/facebook/post/transcript
url=https://www.facebook.com/reel/...
仅支持2分钟以内视频
Twitter/X
/v1/twitter/tweet/transcript
url=https://twitter.com/...
AI驱动,速度较慢

Search

搜索

PlatformEndpointPrimary ParamExample
TikTok users
/v1/tiktok/search/users
query
funny
TikTok videos (keyword)
/v1/tiktok/search/keyword
query
funny
TikTok videos (hashtag)
/v1/tiktok/search/hashtag
hashtag
fyp
TikTok top (photos+videos)
/v1/tiktok/search/top
query
funny
Instagram reels
/v2/instagram/reels/search
query
dogs
YouTube
/v1/youtube/search
query
funny
YouTube hashtag
/v1/youtube/search/hashtag
hashtag
funny
Reddit (all)
/v1/reddit/search
query
best programming languages
Reddit (in subreddit)
/v1/reddit/subreddit/search
subreddit + query
AskReddit
+
funny
Threads posts
/v1/threads/search
query
AI
Threads users
/v1/threads/search/users
query
zuck
Pinterest
/v1/pinterest/search
query
home decor
Google
/v1/google/search
query
best restaurants in NYC
平台端点主要参数示例
TikTok用户
/v1/tiktok/search/users
query
funny
TikTok视频(关键词)
/v1/tiktok/search/keyword
query
funny
TikTok视频(话题标签)
/v1/tiktok/search/hashtag
hashtag
fyp
TikTok热门内容(图片+视频)
/v1/tiktok/search/top
query
funny
Instagram Reels
/v2/instagram/reels/search
query
dogs
YouTube
/v1/youtube/search
query
funny
YouTube话题标签
/v1/youtube/search/hashtag
hashtag
funny
Reddit(全站)
/v1/reddit/search
query
best programming languages
Reddit(子版块内)
/v1/reddit/subreddit/search
subreddit + query
AskReddit
+
funny
Threads帖子
/v1/threads/search
query
AI
Threads用户
/v1/threads/search/users
query
zuck
Pinterest
/v1/pinterest/search
query
home decor
Google
/v1/google/search
query
best restaurants in NYC

Ad Libraries

广告库

PlatformEndpointPrimary ParamExample
Facebook ads search
/v1/facebook/adLibrary/search/ads
query
running
Facebook company ads
/v1/facebook/adLibrary/company/ads
pageId or companyName
Lululemon
Facebook ad detail
/v1/facebook/adLibrary/ad
id or url
702369045530963
Facebook find companies
/v1/facebook/adLibrary/search/companies
query
Nike
Google company ads
/v1/google/company/ads
domain or advertiser_id
nike.com
Google ad detail
/v1/google/ad
url
https://adstransparency.google.com/...
Google find advertisers
/v1/google/adLibrary/advertisers/search
query
Nike
LinkedIn ads search
/v1/linkedin/ads/search
company or keyword
Shopify
LinkedIn ad detail
/v1/linkedin/ad
url
https://www.linkedin.com/ad/...
Reddit ads search
/v1/reddit/ads/search
query
gaming
Reddit ad detail
/v1/reddit/ad
id
t3_abc123
平台端点主要参数示例
Facebook广告搜索
/v1/facebook/adLibrary/search/ads
query
running
Facebook企业广告
/v1/facebook/adLibrary/company/ads
pageId或companyName
Lululemon
Facebook广告详情
/v1/facebook/adLibrary/ad
id或url
702369045530963
Facebook企业查找
/v1/facebook/adLibrary/search/companies
query
Nike
Google企业广告
/v1/google/company/ads
domain或advertiser_id
nike.com
Google广告详情
/v1/google/ad
url
https://adstransparency.google.com/...
Google广告主查找
/v1/google/adLibrary/advertisers/search
query
Nike
LinkedIn广告搜索
/v1/linkedin/ads/search
company或keyword
Shopify
LinkedIn广告详情
/v1/linkedin/ad
url
https://www.linkedin.com/ad/...
Reddit广告搜索
/v1/reddit/ads/search
query
gaming
Reddit广告详情
/v1/reddit/ad
id
t3_abc123

Trending / Popular

热门/流行内容

ContentEndpointParamExample
Trending feed
/v1/tiktok/get-trending-feed
region (required)
US
Popular videos
/v1/tiktok/videos/popular
Popular creators
/v1/tiktok/creators/popular
Popular hashtags
/v1/tiktok/hashtags/popular
Popular songs
/v1/tiktok/songs/popular
Song details
/v1/tiktok/song
clipId
7439295283975702544
Videos using song
/v1/tiktok/song/videos
clipId
7439295283975702544
Trending shorts (YT)
/v1/youtube/shorts/trending
内容类型端点参数示例
热门信息流
/v1/tiktok/get-trending-feed
region(必填)
US
热门视频
/v1/tiktok/videos/popular
热门创作者
/v1/tiktok/creators/popular
热门话题标签
/v1/tiktok/hashtags/popular
热门歌曲
/v1/tiktok/songs/popular
歌曲详情
/v1/tiktok/song
clipId
7439295283975702544
使用该歌曲的视频
/v1/tiktok/song/videos
clipId
7439295283975702544
热门Shorts(YouTube)
/v1/youtube/shorts/trending

Followers / Following / Live (TikTok only)

粉丝/关注列表/直播(仅TikTok)

TypeEndpointExample
Following
/v1/tiktok/user/following
handle=stoolpresidente
Followers
/v1/tiktok/user/followers
handle=stoolpresidente
Audience demographics
/v1/tiktok/user/audience
(26 credits!)
handle=shakira
Live stream
/v1/tiktok/user/live
handle=thejustalex
类型端点示例
关注列表
/v1/tiktok/user/following
handle=stoolpresidente
粉丝列表
/v1/tiktok/user/followers
handle=stoolpresidente
受众 demographics
/v1/tiktok/user/audience
(需26积分!)
handle=shakira
直播流
/v1/tiktok/user/live
handle=thejustalex

TikTok Shop

TikTok Shop

TypeEndpointPrimary ParamExample
Search products
/v1/tiktok/shop/search
query
shoes
Store products
/v1/tiktok/shop/products
url
https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079
Product detail
/v1/tiktok/product
url
https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies.../1729587769570529799
Product reviews
/v1/tiktok/shop/product/reviews
url or product_id
1731578642912612516
User showcase
/v1/tiktok/user/showcase
handle
mrtiktokreviews
类型端点主要参数示例
商品搜索
/v1/tiktok/shop/search
query
shoes
店铺商品
/v1/tiktok/shop/products
url
https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079
商品详情
/v1/tiktok/product
url
https://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies.../1729587769570529799
商品评论
/v1/tiktok/shop/product/reviews
url或product_id
1731578642912612516
用户橱窗
/v1/tiktok/user/showcase
handle
mrtiktokreviews

Link-in-Bio / Other

链接聚合/其他服务

ServiceEndpointParamExample
Linktree
/v1/linktree
url
https://linktr.ee/...
Komi
/v1/komi
url
https://komi.io/...
Pillar
/v1/pillar
url
https://pillar.io/...
Linkbio
/v1/linkbio
url
https://linkbio.co/...
Linkme
/v1/linkme
url
https://linkme.bio/...
Amazon Shop
/v1/amazon/shop
url
https://www.amazon.com/shop/...
Instagram basic profile
/v1/instagram/basic/profile
userId
314216
Instagram embed HTML
/v1/instagram/user/embed
handle
jane
Age/Gender detect
/v1/detect/age-gender
url (social profile)
https://www.tiktok.com/@charlidamelio
Credit balance
/v1/credit/balance
(none)
服务端点参数示例
Linktree
/v1/linktree
url
https://linktr.ee/...
Komi
/v1/komi
url
https://komi.io/...
Pillar
/v1/pillar
url
https://pillar.io/...
Linkbio
/v1/linkbio
url
https://linkbio.co/...
Linkme
/v1/linkme
url
https://linkme.bio/...
Amazon Shop
/v1/amazon/shop
url
https://www.amazon.com/shop/...
Instagram基础个人主页
/v1/instagram/basic/profile
userId
314216
Instagram嵌入HTML
/v1/instagram/user/embed
handle
jane
年龄/性别检测
/v1/detect/age-gender
url(社交主页)
https://www.tiktok.com/@charlidamelio
积分余额
/v1/credit/balance

Credit Costs

积分消耗

Most endpoints cost 1 credit per request. Exceptions:
EndpointCostCondition
/v1/tiktok/user/audience
26 creditsalways
/v1/tiktok/video/transcript
+10 creditswhen
use_ai_as_fallback=true
/v1/google/company/ads
25 creditswhen
get_ad_details=true
Check balance with
/v1/credit/balance
. Warn users before calling expensive endpoints.
大多数端点每次请求消耗1积分。例外情况:
端点消耗积分条件
/v1/tiktok/user/audience
26积分始终
/v1/tiktok/video/transcript
+10积分
use_ai_as_fallback=true
/v1/google/company/ads
25积分
get_ad_details=true
调用
/v1/credit/balance
查询余额。调用高消耗端点前请提醒用户。

Pagination

分页

Paginated endpoints return a cursor/token in the response. Pass it back as a query param to get the next page.
Cursor FieldUsed By
cursor
TikTok comments/search/song videos, Instagram comments, Reddit subreddit search, Pinterest, Bluesky, Facebook reels/photos/posts/comments, TikTok Shop products/user showcase
max_cursor
TikTok profile videos
min_time
TikTok following/followers
continuationToken
YouTube (all paginated endpoints)
after
Reddit posts, Reddit search
next_max_id
Instagram posts, Truth Social posts
max_id
Instagram reels
page
TikTok popular/shop, Instagram reels search, LinkedIn company posts, TikTok Shop reviews
paginationToken
LinkedIn ads
支持分页的端点会在响应中返回cursor/token。将其作为查询参数传递即可获取下一页数据。
游标字段适用端点
cursor
TikTok评论/搜索/歌曲视频、Instagram评论、Reddit子版块搜索、Pinterest、Bluesky、Facebook Reels/照片/帖子/评论、TikTok Shop商品/用户橱窗
max_cursor
TikTok主页视频
min_time
TikTok关注/粉丝列表
continuationToken
YouTube(所有分页端点)
after
Reddit帖子、Reddit搜索
next_max_id
Instagram帖子、Truth Social帖子
max_id
Instagram Reels
page
TikTok热门/Shop、Instagram Reels搜索、LinkedIn企业帖子、TikTok Shop评论
paginationToken
LinkedIn广告

Common Optional Params

通用可选参数

  • trim
    (boolean): reduces response payload size. Use when you only need key metrics.
  • region
    (string): 2-letter country code for proxy location. Does NOT filter by region -- just routes the request through that country's proxy.
  • trim
    (布尔值):减小响应 payload 大小。仅需关键指标时使用。
  • region
    (字符串):代理位置的两位国家代码。不会按地区过滤内容——仅将请求路由至对应国家的代理。

Known Limitations

已知限制

  • Handles: pass without the
    @
    symbol. Use
    charlidamelio
    not
    @charlidamelio
    . Applies to TikTok, Instagram, Twitter, Threads, Bluesky, Snapchat, Twitch, Pinterest, Truth Social
  • YouTube handles: pass without the
    @
    symbol. Use
    ThePatMcAfeeShow
    not
    @ThePatMcAfeeShow
    . You can also pass a channelId (e.g.
    UC-9-kyTW8ZkZNDHQJ6FgpwQ
    ) or full URL instead
  • Hashtags: pass without the
    #
    symbol. Use
    fyp
    not
    #fyp
    . Applies to TikTok and YouTube hashtag search endpoints
  • Twitter: returns ~100 most popular tweets, not chronological/latest
  • Threads: only last 20-30 posts visible publicly
  • Facebook posts: only 3 posts per page (API limitation)
  • Facebook group posts: only 3 posts per page (same API limitation)
  • LinkedIn company posts: max 7 pages
  • Instagram play counts: IG-only views (excludes cross-posted FB views)
  • Truth Social: only prominent users (Trump, Vance, etc.) work publicly
  • Instagram song reels: deprecated (endpoint exists but non-functional)
  • Transcripts: all transcript endpoints require video under 2 minutes
  • Reddit subreddit names: case-sensitive! Use "AskReddit" not "askreddit"
  • Handle:传递时不要带
    @
    符号。使用
    charlidamelio
    而非
    @charlidamelio
    。适用于TikTok、Instagram、Twitter、Threads、Bluesky、Snapchat、Twitch、Pinterest、Truth Social
  • YouTube Handle:传递时不要带
    @
    符号。使用
    ThePatMcAfeeShow
    而非
    @ThePatMcAfeeShow
    。也可传递channelId(例如
    UC-9-kyTW8ZkZNDHQJ6FgpwQ
    )或完整URL
  • 话题标签:传递时不要带
    #
    符号。使用
    fyp
    而非
    #fyp
    。适用于TikTok和YouTube话题标签搜索端点
  • Twitter:仅返回约100条最热门推文,而非按时间顺序的最新推文
  • Threads:仅能获取公开可见的最近20-30条帖子
  • Facebook帖子:每页仅返回3条帖子(API限制)
  • Facebook群组帖子:每页仅返回3条帖子(相同API限制)
  • LinkedIn企业帖子:最多支持7页
  • Instagram播放量:仅统计Instagram平台内的播放量(不包含跨平台发布到Facebook的播放量)
  • Truth Social:仅公开知名用户(如特朗普、万斯等)的数据可正常获取
  • Instagram歌曲Reels:已废弃(端点存在但无法正常使用)
  • 字幕:所有字幕端点仅支持2分钟以内的视频
  • Reddit子版块名称:区分大小写!使用"AskReddit"而非"askreddit"