all services

TikTok public posts and profiles without an official API

Search posts, resolve users by handle, and pull followers, hashtags, music, comments, and replies. Not an official platform API. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.

13 endpoints$0.004 per callGET · JSON envelopeUSDC · gas sponsored
pay from any of:BasePolygonArbitrumMonadSolana

Also covers: tik tok

compared to

What TikTok is not

TikTok compared to the official path
PathWhat it isWhat you set up
TikTok for Developers / Research APIOfficial OAuth on your account, or academic reviewTikTok login or institution
Apify / TikHubHosted public TikTok readsTheir account
tiktok.fetcher.shHosted GET, $0.004 per callNone for x402

Named comparison: Best TikTok public-data APIs in 2026. Alternatives: TikTok API alternatives. Compare: Compare TikTok APIs.

prices

13 GETs on this host

$0.004 per call in USDC. Same numbers as /prices on the directory.

TikTok endpoint prices
GETWhat it returnsUSDC / callPage
GET /api/hashtag/handle/{name}Hashtag handle$0.004docs
GET /api/hashtag/{id}/postsHashtag posts$0.004docs
GET /api/location/{locationId}/postsLocation posts$0.004docs
GET /api/music/{id}/postsMusic posts$0.004docs
GET /api/postPost$0.004docs
GET /api/post/searchPost search$0.004docs
GET /api/post/{id}Post$0.004docs
GET /api/post/{id}/commentsPost comments$0.004docs
GET /api/post/{id}/comments/{commentId}/repliesPost comments replies$0.004docs
GET /api/user/handle/{username}User handle$0.004docs
GET /api/user/{id}/followersUser followers$0.004docs
GET /api/user/{id}/followingsUser followings$0.004docs
GET /api/user/{id}/postsUser posts$0.004docs

questions

FAQ

Is this TikTok for Developers?
No. tiktok.fetcher.sh is not TikTok for Developers and not an OAuth login on your own account. It returns public posts, profiles, comments, hashtags, and music as JSON.
Do I need Research API approval?
No. The TikTok Research API is an academic product with institutional review. This host is a public GET. You do not apply as a researcher.
Do I need an official developer account?
No. fetcher.sh is not the official Twitter, YouTube, or Google API. You do not register an app, complete OAuth, or wait for platform review. Call a URL; data comes back as JSON.
Is there a monthly minimum or subscription?
No. There is no monthly plan, no seat fee, and no minimum volume. Pay per call from $0.002. Credits never expire. A $1 credit top-up is only if you want a prepaid API key instead of paying each call.
Can I pay for a single request?
Yes. Call any endpoint with no credential and pay that one request in USDC via x402. No account, no invoice, no leftover plan.

the main one

start here

$0.004 per call

Post search

/api/post/search

Sort by likes or recency, and narrow to a time window.

try an example

opens the payment page in a new tab · $0.004 per call

quick start

Call TikTok in 30 seconds

curl — with a credits API key
curl -H 'Authorization: Bearer bby_live_...' \
  'https://tiktok.fetcher.sh/api/post/search?keyword=ai'
curl — no key: the x402 challenge
# call without payment to inspect the 402 challenge
curl -i 'https://tiktok.fetcher.sh/api/post/search?keyword=ai'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>

No key yet? Top up once (minimum $1) and the first response contains your bby_live_ key — one balance works across every fetcher.sh service. Generate one.

mcp

Add TikTok to Claude or Cursor

This host serves 13 named TikTok tools at /mcp. Catalog discovery (search, describe, fetch any path) lives on mcp.fetcher.sh.

mcp config — this service
{
  "mcpServers": {
    "fetcher": { "url": "https://tiktok.fetcher.sh/mcp" }
  }
}

Specialized tools: tiktok_hashtag_handle, tiktok_hashtag_posts, tiktok_location_posts, tiktok_music_posts, tiktok_post, tiktok_post_search, tiktok_post_id, tiktok_post_comments, tiktok_post_comments_replies, tiktok_user_handle, tiktok_user_followers, tiktok_user_followings, tiktok_user_posts. Browse every service on mcp.fetcher.sh.

reference

All 13 TikTok endpoints

Click any endpoint to open its console: fill the parameters and try it live — the payable URL opens in a new tab, ready for a browser wallet.

docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs

Top up once — then hammer all 13 endpoints with one key

One x402 payment funds a credit balance. Every call after that is a plain Bearer request: no signing, no chain round-trip, more requests per second. The same balance works on every fetcher.sh service.

Generate API key your first top-up creates the key — shown once

Agents: paste Set up https://tiktok.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.