[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.]

@PlanBeeApiary Avatar @PlanBeeApiary PotatoMancer

PotatoMancer posts on X about $vik, publix, kroger, robot the most. They currently have XXXXX followers and XXX posts still getting attention that total XXX engagements in the last XX hours.

Engagements: XXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: undefined #

CreatorRank Line Chart

Social Influence #


Social category influence stocks celebrities

Social topic influence $vik, publix, kroger, robot, lumpy, damn, pve, warzone, retard, proton

Top assets mentioned Viking Holdings Ltd (VIK) Kroger Co (KR)

Top Social Posts #


Top posts by engagements in the last XX hours

"@Hattricia Ok I thought the last couple bags I picked up tasted really bland. This meshes"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-24 20:45:45 UTC 1690 followers, XX engagements

"@NRActual 4th pic is one of the best depictions I've seen drawn of a reload on an under barrel 40mm. Dead serious: The M203 and Mk-19 are the most fun I have ever had with pants on. Mk-19 is in the running for most fun with or without pants"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-23 13:28:09 UTC 1690 followers, XXX engagements

"@SawyerMerritt I like the look of the compact I hope they do a special "Rally Trim" similar to the performance/Plaid on its bigger siblings"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-23 22:44:14 UTC 1689 followers, XXX engagements

"@MensHumor I have lived in the Holy Lands of HEB and Publix but am now cast out into the wilderness of Kroger. I miss fresh tortillas and Pubsubs"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-22 14:42:41 UTC 1689 followers, 1394 engagements

"@SawyerMerritt Yes BUT: Have it start XX days after initial ownership. EV's drive pretty different than ICE vehicles and it is important to give people time to learn and adapt prior to letting the Robot do it"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-24 14:53:22 UTC 1689 followers, XX engagements

"@Dianexis Can you show us how to make Tortillas I keep getting lumpy ones"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-23 13:35:13 UTC 1683 followers, XXX engagements

"I get you but the thing a lot of people forget is that before Activision went full pants-on-head retard: Warzone was fun and had some great ideas. DMZ was a natural evolution of it and I really think they were on the verge of a big eureka moment of collaborative co-op PVE (they were damn close with that zombies mode) when they just kind of got tied up by a combination of bad things. Decisions were clearly being made in the boardroom not around the design table. Microtransactions that either directly (skins with perks) or indirectly (here's an all black skin that just straight up disappears in"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-22 18:53:50 UTC 1687 followers, XXX engagements

"Basically yeah. Here's the thing though: There are some floating out there that are mostly platinum. Now before you go "ooh shiny" realize that platinum is one of the few materials a proton exchange membrane for a hydrogen fuel cell can be made from. One asteroid could upend the entire energy economy overnight if someone could get it parked in orbit and start exploiting it"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-23 18:35:58 UTC 1686 followers, XXX engagements

"@BombGirlsClub It kills me that rendering like this exists and XX% of new games coming out are either retro-pixel shit or AAA titles with women who look like gender-flipped clones of Jay Leno"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-24 12:48:44 UTC 1689 followers, XXX engagements

"@SawyerMerritt I would have made the charging stations look like a toilet that it sat on. This is why I am not an engineer"
@PlanBeeApiary Avatar @PlanBeeApiary on X 2025-07-18 13:30:56 UTC 1684 followers, XX engagements

Topic Creators

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:


Creators List

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:


Creator

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:


Creator Time Series

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: