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

@nectoriouspapi Avatar @nectoriouspapi @nectoriouspapi

@nectoriouspapi posts on TikTok about #fyp, #foryou, doritos, australia the most. They currently have XXXXXXX followers and XXX posts still getting attention that total XXXXX engagements in the last XX hours.

Engagements: XXXXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXXXX #

Followers Line Chart

CreatorRank: XXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence countries

Social topic influence #fyp, #foryou, doritos, australia, barbecue, coconut, cadbury, shell, icecream, cheetos

Top Social Posts #


Top posts by engagements in the last XX hours

"McDonalds new burger the Big Arch is finally coming to Australia And baby its so good 😮💨 Available from July 16th #mcdonalds #macdonalds #fastfood #fastfoodlife #FastFoodReview #foodreview #burgers #bigmac #eating #quarterpounder #foryou #eatingfortheinsta #eatingforinsta #mcds #mcdonalds🍟 #tastetest #mcdonalds🍔🍟 #maccas #Foodie #fyp #explore"
@nectoriouspapi Avatar @nectoriouspapi on TikTok 2025-07-14 04:36:32 UTC 110.8K followers, 210.6K engagements

"NEW Smiths Crackers Similar to Arnotts shapes loaded X flavours in total (Salt and vinegar at coles) Other X flavours at both Woolies and Coles $X a bag. Nice 😋 #biscuits #savoury #smiths #shapes #chicken #crispy #cheese #cheddar #barbecue #sourcream #chives #snack #woolworths #coles #tastetest #newfood #Foodie #fyp #explore"
@nectoriouspapi Avatar @nectoriouspapi on TikTok 2025-07-16 06:35:35 UTC 110.8K followers, 31.1K engagements

"Cadbury Dream Slices Lemon More coconut than lemon tho Not bad 🤷🏽♂ #cadbury #slices #dream #whitechocolate #chocolate #lemonslice #lemon #shortcake #biscuit #coconut #tastetest #fyp #foryou #explore #Foodie"
@nectoriouspapi Avatar @nectoriouspapi on TikTok 2025-07-22 04:48:10 UTC 110.8K followers, 20.8K engagements

"Pistachio Papi Gelato X Crafted by Elato Available at Coles officially on Wednesday 16th of July $XX a tub 🤝🏽 #pistachiogelato #pistachio #gelato #icecream #Foodie #tastetest #frozendessert #dessert #pistachios #pistachiopapi #elato #swirls #shell #coles #psa #fyp #explore #foryou #explorepage"
@nectoriouspapi Avatar @nectoriouspapi on TikTok 2025-07-15 10:14:20 UTC 110.8K followers, 253.7K engagements

"New at Woolies Snacks galore Save this for your next shop #biscuits #cookies #oreo #sourpatch #chips #doritos #cheetos #minis #granola #snacks #thins #cornchips #woolworths #newfood #fyp #explore"
@nectoriouspapi Avatar @nectoriouspapi on TikTok 2025-07-22 19:59:16 UTC 110.8K followers, 11.8K engagements

"New and Coming soon to Woolworths From popcorn to protein options Save this for your next shop #popcorn #mandms #mars #twix #snickers #doritos #nutrigrain #cereal #granola #protein #sweet #savoury #bread #pizza #foccacia #oats #meatpie #sausageroll #woolworths #fyp #foryou"
@nectoriouspapi Avatar @nectoriouspapi on TikTok 2025-07-14 21:18:22 UTC 110.7K followers, 86.6K engagements

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 Posts

https://lunarcrush.com/api4/public/creator/:network/:id/posts/v1

Get the top posts for a specific creator.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/posts/v1

Example response:

{
  "data": [
    {
      "id": "1822352993422901402",
      "post_type": "tweet",
      "post_title": "",
      "post_created": 1723317785,
      "post_sentiment": 3,
      "post_link": "https://x.com/elonmusk/status/1822352993422901402",
      "post_image": "https://pbs.twimg.com/media/GUpMY1xX0AA9VV1.jpg",
      "creator_id": "twitter::44196397",
      "creator_name": "elonmusk",
      "creator_display_name": "Elon Musk",
      "creator_followers": 221635586,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_200x200.jpg",
      "interactions_24h": 0,
      "interactions_total": 75476945
    }
  ]
}

Schema:


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:


Category Creators

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::UC0C-w0YjGpqDXGB8IHb662A",
      "creator_name": "edsheeran",
      "creator_avatar": "https://yt3.ggpht.com/pZQ5JMD4EOI8TcNYAPTzMexe_fC0CKnb_hYlV4rPfIzmDidF239fH1XKmzkeT30XSg7fxNwc_w=s88-c-k-c0x00ffffff-no-rj",
      "creator_followers": 57700000,
      "creator_rank": 1,
      "interactions_24h": 39981772
    }
  ]
}

Schema: