[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.]
Tap It In posts on X about 3m, youtube, jason day, reed the most. They currently have XXXXX followers and XX posts still getting attention that total XXX engagements in the last XX hours.
Social category influence pga golfers XXXXX% social networks XXXX% technology brands XXXX%
Social topic influence 3m 13.33%, youtube 6.67%, jason day 6.67%, reed 6.67%, champ 3.33%, matt mccarty 3.33%, evr 3.33%, thor 3.33%, cam 3.33%, props XXXX%
Top accounts mentioned or mentioned by @bluegene27 @kpen523 @youtube @fraser74922541 @headlenn @adplacksports @paulpponte @antepostbet @jonesshimmy @letsgogolfwear @mattengdahl @robb_patty @mattvincenzipga @markdouglas1973 @kochmanmatthew @intothefray86 @jones_shimmy @golf_guyz
Top posts by engagements in the last XX hours
"@BlueGene27 Hope so Just harman is a terrible watch" @TapItIn3 on X 2025-07-18 12:27:38 UTC 6568 followers, XXX engagements
"Rocket Classic 🚀🚀🚀🚀 Cam Young 28-1 Greyserman 40-1 Grillo 80-1 🥒 Young Thor 90-1 EVR 100-1 Matt McCarty 110-1 Cam Champ 125-1" @TapItIn3 on X 2025-06-25 18:16:13 UTC 6570 followers, 21.7K engagements
"3M Open Preview & Open Recap with Jimmy Miller via @YouTube" @TapItIn3 on X 2025-07-21 17:46:19 UTC 6570 followers, 4331 engagements
"FRLs and Props Top XX Reed +260 J Day +260 McKibbon +320 Top Canadian Taylor +275 FRLs Niemann XX Day XX DJ XX McKibbon XXX Herbert 100" @TapItIn3 on X 2025-07-17 00:16:15 UTC 6570 followers, 12.6K engagements
"Not sure if theres a worse guy to have on top of a major leaderboard than Harman from a viewing perspective" @TapItIn3 on X 2025-07-18 12:13:49 UTC 6568 followers, 22.5K engagements
"Will be going live on YouTube today with a special guest 130-145 EST to recap the Open and preview 3m and LIV UK" @TapItIn3 on X 2025-07-21 16:30:01 UTC 6570 followers, 3207 engagements
"Remember when Kyle Porter said Max Homa (100-1 at the John Deere Classic) was the 3rd best player in the world" @TapItIn3 on X 2025-07-03 03:00:35 UTC 6569 followers, 12.3K engagements
"Course History for the 3M Open is loaded up" @TapItIn3 on X 2025-07-21 12:02:25 UTC 6570 followers, 3501 engagements
"Open Championship Outrights Rahm 18-1* Hovland 30-1 Niemann 66-1 * Reed 90-1 Hideki 100-1 Jason Day 100-1 * future bets Will post some placing bets and FRL's later tonight" @TapItIn3 on X 2025-07-16 15:13:10 UTC 6569 followers, 31.6K 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::1353384573435056128",
"creator_name": "rovercrc",
"creator_avatar": "https://pbs.twimg.com/profile_images/1891433835675475969/J-TloTb6_200x200.png",
"creator_followers": 1267738,
"creator_rank": 1,
"interactions_24h": 1686455
}
]
}
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/1591278197844414464/O6Fp0hFB_200x200.jpg",
"creator_followers": 26725655,
"creator_posts": 2639,
"creator_rank": 1,
"interactions_24h": 378298216
}
]
}
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/1936002956333080576/kqqe2iWO_200x200.jpg",
"creator_followers": 221643469,
"creator_rank": "9",
"interactions_24h": 137219778,
"topic_influence": [
{
"topic": "elon musk",
"count": 282,
"percent": 4.45,
"rank": X
}
]
}
}
Schema:
https://lunarcrush.com/api4/public/creator/:network/:id/time-series/v1
Get time series data on a creator.
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/lunarcrush/time-series/v1
Example response:
{
"config": {
"network": "twitter",
"influencer_id": "twitter::988992203568562176",
"interval": "1w",
"start": 1750896000,
"end": 1751587200,
"bucket": "hour",
"name": "lunarcrush",
"remote_api": "danode1-13",
"generated": 1751552702
},
"data": [
{
"time": 1750896000,
"followers": 310261,
"interactions": 5925,
"posts_active": 40,
"creator_rank": 121192
}
]
}
Schema: