[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.]
@capiman4liquid Capi Man4liquidCapi Man4liquid posts on YouTube about how to make the most. They currently have XXX followers and XXX posts still getting attention that total XXXXX engagements in the last XX hours.
Social topic influence how to make
Top accounts mentioned or mentioned by @capi @vanessaswella
Top posts by engagements in the last XX hours
"Lets make Sprite Espresso step X Espresso machine #capiman4liquid #coffeerecipes #espressomachine"
YouTube Link 2025-12-09T15:52Z XXX followers, 1214 engagements
"Lets make Sprite Espresso step X espresso extraction #capiman4liquid #coffeerecipes #espresso"
YouTube Link 2025-12-10T11:00Z XXX followers, 1067 engagements
"Lets make Sprite Espresso step X Scale Portafilter and grinders #capiman4liquid #coffeerecipes"
YouTube Link 2025-12-08T17:00Z XXX followers, 1135 engagements
"Lets make Sprite Espresso step X Distribution and Tamping #capiman4liquid #coffeerecipes"
YouTube Link 2025-12-09T10:01Z XXX followers, 1591 engagements
"Lets make Sprite Espresso last step#capiman4liquid #coffeerecipes #spriteespresso"
YouTube Link 2025-12-11T17:00Z XXX followers, XXX engagements
"Lets make Sprite Espresso step X add Sprite and lemon juice #espressoyourself #capiman4liquid"
YouTube Link 2025-12-11T12:01Z XXX followers, XXX engagements
"Lets make Sprite Espresso step X add ice to cup #espressoyourself #capiman4liquid #coffeerecipes"
YouTube Link 2025-12-10T16:01Z XXX followers, 1826 engagements
"How to make sprite Espresso drink with X simple steps #espresso #capiman4liquid #coffeerecipes"
YouTube Link 2025-12-08T08:46Z XXX followers, 1119 engagements
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:
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: