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

@publicissapient Avatar @publicissapient Publicis Sapient

Publicis Sapient is focusing on innovative solutions and partnerships to improve healthcare access, particularly in rural and underserved areas. They are leveraging technology to develop secure payment systems, mobile apps, and web components to enhance healthcare services. The company is also highlighting its company culture and early career opportunities.

Engagements: XX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: undefined #

CreatorRank Line Chart

Social Influence

Social category influence agencies #214 finance XXXXX% countries XXXXX% technology brands XXXXX%

Social topic influence publicis sapient #1, ai 42.86%, future 28.57%, health 14.29%, saving 14.29%, sudan 14.29%, future of 14.29%, matter 14.29%, solve XXXXX%

Top Social Posts

Top posts by engagements in the last XX hours

"How HRSA is Reviving Rural Medicine (and Saving Lives)"
YouTube Link 2025-05-01T19:33Z 1820 followers, XXX engagements

"Doc Albany Publicis Sapient x Breakwater Studios"
YouTube Link 2025-11-06T16:49Z 1820 followers, XXX engagements

"The Future of AI: Inside Publicis Sapient's 2025 Innovations"
YouTube Link 2025-01-10T13:53Z 1820 followers, 1939 engagements

"Revolutionizing the SDLC with AI: How Publicis Sapient Is Transforming the Future of Delivery"
YouTube Link 2025-10-13T21:12Z 1820 followers, XXX engagements

"A Look Inside Publicis Sapients Enterprise AI Platforms"
YouTube Link 2025-12-11T19:12Z 1820 followers, XX engagements

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::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:


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/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:


Creator Posts

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:


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::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: