[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
@kloapin X-XX-X posts on TikTok about buldak, shrimp the most. They currently have XXXXX followers and X posts still getting attention that total XXXXXXX engagements in the last XX hours.
Social topic influence buldak #8, shrimp XXXXX%
Top accounts mentioned or mentioned by @selviayunda05 @slv @aida
Top posts by engagements in the last XX hours
"I let it sit a lil longer so its not as creamy sowwy #fyp #mukbangs #torta #buldakcarbonara #buldak"
TikTok Link 2025-12-08T05:33Z 4090 followers, 133.3K engagements
"@ your finest torta #fyp #buldak #buldakcarbonara #mukbangs #torta"
TikTok Link 2025-12-05T07:18Z 4090 followers, 1.7M engagements
"Tag yo finest torta #shrimp #fyp #mukbangs #bellpeppers #torta"
TikTok Link 2025-12-06T02:35Z 4090 followers, 148.8K engagements
"Since so many of you were asking😋 #fyp #mukbangs #torta #buldakcarbonara #tutorial"
TikTok Link 2025-12-08T05:18Z 4090 followers, 339.7K engagements
"Posting the eats too #fyp #torta #mukbangs #buldakcarbonara #buldak"
TikTok Link 2025-12-09T17:21Z 4090 followers, 994.3K engagements
"@ a torta #fyp #buldak #mukbangs #buldakcarbonara #torta"
TikTok Link 2025-12-09T17:31Z 4090 followers, 269.6K engagements
https://lunarcrush.com/api4/public/creator/:network/:id/v1
Get detail information on a specific creator
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1
Example response:
{
"data": {
"creator_id": "twitter::44196397",
"creator_name": "elonmusk",
"creator_display_name": "Elon Musk",
"creator_avatar": "https://pbs.twimg.com/profile_images/1983681414370619392/oTT3nm5Z_200x200.jpg",
"creator_followers": 229446055,
"creator_rank": 6,
"interactions_24h": 239042400,
"topic_influence": [
{
"topic": "ai",
"count": 179,
"percent": 3.72,
"rank": XX
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
Schema:
https://lunarcrush.com/api4/public/creator/:network/:id/posts/v1
Get the top posts for a specific creator. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last XX hours.
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/posts/v1
Example response:
{
"data": [
{
"id": "1866172524708413895",
"post_type": "tweet",
"post_title": "Optimus can now walk on highly variable ground using neural nets to control its electric limbs. \n\nJoin @Tesla if you want to work on interesting real-world AI systems.",
"post_created": 1733765176,
"post_sentiment": 3.42,
"post_link": "https://x.com/elonmusk/status/1866172524708413895",
"post_image": null,
"creator_id": "twitter::44196397",
"creator_name": "elonmusk",
"creator_display_name": "Elon Musk",
"creator_followers": 229446055,
"creator_avatar": "https://pbs.twimg.com/profile_images/1983681414370619392/oTT3nm5Z_200x200.jpg",
"interactions_24h": 0,
"interactions_total": 46633920
}
]
}
Schema:
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
Example response:
{
"data": [
{
"creator_id": "twitter::978566222282444800",
"creator_name": "MEXC_Official",
"creator_avatar": "https://pbs.twimg.com/profile_images/1919664587772944384/yLx45XhG_200x200.jpg",
"creator_followers": 1665615,
"creator_rank": 1,
"interactions_24h": 6040079
}
]
}
Schema:
https://lunarcrush.com/api4/public/category/:category/creators/v1
Get the top creators for a social category
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1
Example response:
{
"data": [
{
"creator_id": "youtube::UCF_fDSgPpBQuh1MsUTgIARQ",
"creator_name": "theweekndvevo",
"creator_avatar": "https://yt3.ggpht.com/WHvw1ak1FcJaHeEiTmG2iN0dqEjjPxAtT_tA8ruJ3MlNr9I-RHsAur1iAenYeQN_d6LNPH2Z8Ic=s88-c-k-c0x00ffffff-no-rj",
"creator_followers": 10300000,
"creator_rank": 1,
"interactions_24h": 293323000
}
]
}
Schema: