[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.]
Publicis Sapient's X engagement is up, but facing scrutiny from negative employee feedback on Reddit. Executives are sharing insights on AI at industry events.
Publicis Sapient is a digital transformation consulting firm.
Engagements 24-Hour Chart Data
Current Value: XXX
Daily Average: XXXXX
1 Week: XXXXX +44%
1 Month: XXXXXX -XX%
6 Months: XXXXXXX -XX%
1 Year: XXXXXXX -XX%
1-Year High: XXXXXX on 2025-02-21
1-Year Low: X on 2025-02-01
Social Network | X | YouTube | |
---|---|---|---|
Engagements | XX | XX | XXX |
Mentions 24-Hour Chart Data
Current Value: XX
Daily Average: XX
1 Week: XX -XXXX%
1 Month: XXX -XX%
6 Months: XXX -XX%
1 Year: XXXXX +136%
1-Year High: XX on 2024-08-02
1-Year Low: X on 2025-01-29
Social Network | X | YouTube | |
---|---|---|---|
Mentions | XX | X | XX |
Creators 24-Hour Chart Data
XX unique social accounts have posts mentioning Publicis Sapient in the last XX hours which is up XXX% from XX in the previous XX hours
Daily Average: XX
1 Week: XX -XXXX%
1 Month: XX -XXXX%
6 Months: XXX -XXXX%
1 Year: XXX +102%
1-Year High: XX on 2025-07-09
1-Year Low: X on 2024-08-11
Sentiment 24-Hour Chart Data
Current Value: XX%
Daily Average: XX%
1 Week: XX% -XX%
1 Month: XX% -X%
6 Months: XX% -XX%
1 Year: XX% -XX%
1-Year High: XXX% on 2024-07-23
1-Year Low: XX% on 2025-04-01
Most Supportive Themes
Most Critical Themes
Network engagement breakdown:
Network | Positive | % | Neutral | % | Negative | % |
---|---|---|---|---|---|---|
X | X% | X | X% | X | X% | |
X | X | X% | X | X% | XX | X% |
YouTube | XXX | XX% | XXX | XX% | XXX | XX% |
Total | XXX | XX% | XXX | XX% | XXX | XX% |
Top assets mentioned In the posts about Publicis Sapient in the last XX hours
Walmart, Inc. (WMT) Accenture (ACN) Wipro Limited (WIT)
Top topics mentioned In the posts about Publicis Sapient in the last XX hours
$pubpa, publicis groupe, coins ai, amazon web services, #ai, azure, $wmt, stocks technology, automation, python, linkedin, android, javascript, sling, generative, don t, happened, women, accenture, mindset, ytshorts, #ytshorts, real time, #viral, vlogs, bbdo, france, $vowde, volkswagen, mars, dogelon, coins healthcare, saving, scalability, marketplace, cpo, debt, phil, $itcbo, roy, india, sudan, cto, $cappa, l1, instagram, oscar, money, cnbc, sat, dove, stack, topics, wit wipro limited, $ltimbo
Top posts by engagements in the last XX hours
Showing only X posts for non-authenticated requests. Use your API key in requests for full results.
"Publicis Sapient has introduced its AI-powered Multi-Agentic Platform for Customer Services on AWS Marketplace aiming to enhance efficiency and scalability in customer service operations. #AI #CustomerService #AWS #TechInnovation"
@techday_au on X 2025-07-19 00:18:19 UTC 2467 followers, XX engagements
"Digital Business Transformation: How Established Companies Sustain Competitive Advantage From Now"
@best_audiobook_2586 on YouTube 2025-07-18 05:02:03 UTC X followers, X engagements
"From bold innovation to resilient leadership heres to the trailblazers who stole the spotlight at GCC Converge Summit 2025 This standout moment honoured Ms. Etika Varma Director Of Technology Publicis Sapient for their visionary leadership. #TheMainstream #GCCConverge2025"
@TheMainstream7 on X 2025-07-16 13:33:52 UTC XXX followers, XX engagements
"Publicis Sapient or Zs Associates which one to go for"
@Ayushvash on Reddit 2025-07-16 06:22:35 UTC X followers, XX engagements
https://lunarcrush.com/api4/public/topics/list/v1
Get a list of trending social topics.
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topics/list/v1
Example response:
{
"data": [
{
"topic": "youtube",
"title": "YouTube",
"topic_rank": 1,
"topic_rank_1h_previous": 1,
"topic_rank_24h_previous": 1,
"num_contributors": 412953,
"num_posts": 836638,
"interactions_24h": 3573313797
}
]
}
Schema:
https://lunarcrush.com/api4/public/topic/:topic/whatsup/v1
Generate an AI summary of the hottest news and social posts for a specific topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/whatsup/v1
Example response:
{
"config": {
"topic": "bitcoin",
"generated": 1751552662
},
"summary": "Several major financial institutions and companies, such as BlackRock, Fidelity, and Microcloud Hologram Inc., are making significant moves in the Bitcoin space, including investing heavily in Bitcoin and launching new Bitcoin-related products. Additionally, regulatory developments, such as the SEC approving Grayscale's proposal to convert its fund into a spot ETF, are also having an impact. Meanwhile, some countries, like Pakistan, are exploring Bitcoin mining plans, while others, like South Africa, are seeing NFT marketplaces shut down due to market pressures."
}
Schema:
https://lunarcrush.com/api4/public/topic/:topic/time-series/v2
Get historical time series data for a social topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/time-series/v2
Example response:
{
"config": {
"topic": "bitcoin",
"id": "bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"interval": "1w",
"start": 1750896000,
"end": 1751559896,
"bucket": "hour",
"metrics": [],
"generated": 1751552696
},
"data": [
{
"time": 1750896000,
"contributors_active": 22916,
"contributors_created": 1375,
"interactions": 3979171,
"posts_active": 46549,
"posts_created": 1920,
"sentiment": 77,
"spam": 771,
"alt_rank": 35,
"circulating_supply": 19883512,
"close": 107427,
"galaxy_score": 72,
"high": 107427,
"low": 107324.55,
"market_cap": 2136184884191,
"market_dominance": 64.9097,
"open": 107375.07,
"social_dominance": 25.1594,
"volume_24h": 51567717214
}
]
}
Schema:
https://lunarcrush.com/api4/public/topic/:topic/time-series/v1
Get historical time series data for a social topic
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/time-series/v1
Example response:
{
"config": {
"topic": "bitcoin",
"id": "bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"interval": "1w",
"start": 1750896000,
"end": 1751559896,
"bucket": "hour",
"metrics": [],
"generated": 1751552696
},
"data": [
{
"time": 1750896000,
"contributors_active": 22916,
"contributors_created": 1375,
"interactions": 3979171,
"posts_active": 46549,
"posts_created": 1920,
"sentiment": 77,
"spam": 771,
"alt_rank": 35,
"circulating_supply": 19883512,
"close": 107427,
"galaxy_score": 72,
"high": 107427,
"low": 107324.55,
"market_cap": 2136184884191,
"market_dominance": 64.9097,
"open": 107375.07,
"social_dominance": 25.1594,
"volume_24h": 51567717214
}
]
}
Schema: