[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.]
@sosacapital Alejandro SosaAlejandro Sosa posts on X about $jd, food, $mpngy, $baba the most. They currently have XXX followers and XXX posts still getting attention that total X engagements in the last XX hours.
Social category influence stocks technology brands travel destinations finance
Social topic influence $jd, food, $mpngy, $baba, core, business, strong, $25b, meituan, what you
Top accounts mentioned or mentioned by @zoomyzoomm @sixsigmacapital @theresaperrin @perfumetimetw @edsander @chivarse @fundaminv @stocksavvyshay @jrambo0810 @lastevens @dirtygreenpaper @fromvalue @bastianberger @quackslayerhk @cyruslarijani @theminicapital @kafka7invest @ragingbullcap @lannickhoang @robertjjstain
Top assets mentioned Alibaba Group (BABA)
Top posts by engagements in the last XX hours
"Expectations for $JD are incredibly low people seem even less optimistic since JD joined the food delivery war with $MPNGY and $BABA. Synergies of instant retail with their core business are under-appreciated. Valuations have the worst case priced in it seems. Looking to add"
X Link 2025-08-19T14:50Z XXX followers, XXX engagements
"JoyExpress delivery vehicles spotted in London delivering parcels for Joybuy. $JD"
X Link 2025-11-30T10:24Z XXX followers, 1671 engagements
"The Ceconomy (Media Markt + Saturn) takeover which also includes access to a XX% stake in Fnac Darty will make $JD the biggest electronics retailer in Europe with 1000+ stores. In addition hundreds of job openings for Joybuy currently. $JD European expansion in full swing"
X Link 2025-12-07T12:53Z XXX followers, 1629 engagements
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::1365093503601106946",
"creator_name": "0xEthan",
"creator_avatar": "https://pbs.twimg.com/profile_images/1933385052110413824/Ge1Q1bv6_200x200.jpg",
"creator_followers": 69297,
"creator_rank": 1,
"interactions_24h": 4454629
}
]
}
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": "twitter::1138458175663988738",
"creator_name": "PopBase",
"creator_avatar": "https://pbs.twimg.com/profile_images/1268086791443230737/BRGz4AiW_200x200.jpg",
"creator_followers": 2424200,
"creator_rank": 1,
"interactions_24h": 15054704
}
]
}
Schema:
https://lunarcrush.com/api4/public/creators/list/v1
Get a list of trending social creators over all of social based on interactions. To get lists of creators by category or topic see the topics and categories endpoints.
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creators/list/v1
Example response:
{
"data": [
{
"creator_name": "FoxNews",
"creator_display_name": "Fox News",
"creator_id": "1367531",
"creator_network": "twitter",
"creator_avatar": "https://pbs.twimg.com/profile_images/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1777,
"creator_rank": 1,
"interactions_24h": 484062886
}
]
}
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/1995407795835772928/Wp7m4L9h_200x200.jpg",
"creator_followers": 229714990,
"creator_rank": 2,
"interactions_24h": 240215998,
"topic_influence": [
{
"topic": "ai",
"count": 161,
"percent": 4.45,
"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: