honesthook
Interactive demo

Two follower fields. Only one is the account.

One TikTok account, read two ways. One reading is the response this API returned today; the other is TikTok’s own payload, captured earlier, where the first follower field and the profile’s real one disagree. The count moves between captures — which field answers does not.

Request
curl
curl -H "Authorization: Bearer $HH_KEY" \
  "https://honesthook.com/api/v1/tiktok/profile?handle=nasa"
Responseidle

Recorded response, captured 14 Sep 2026. A live call returns the value at the moment you ask.

The harder case

Sometimes the right field is one of forty-two.

Measured on pinterest.com/nasa, 2026-09-08: one profile page carries follower_count 42 times, with different values. Forty-one of them belong to boards the account owns, and a board’s count looks just as plausible as the account’s. So the Pinterest route does not pattern-match at all — it reads the ProfilePage block the page publishes as structured data.

42
occurrences of follower_count in one profile page
41
of them belong to boards, not to the account
1
is the account’s own figure — the one this API resolves and returns

Run it against your own handle.

1,000 credits a month, no card. The key is issued on the page, and the curl above works as printed once you put your key in $HH_KEY.