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.
curl -H "Authorization: Bearer $HH_KEY" \ "https://honesthook.com/api/v1/tiktok/profile?handle=nasa"
Recorded response, captured 14 Sep 2026. A live call returns the value at the moment you ask.
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.
follower_count in one profile page1,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.