[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.]
#  @iagcapital IAG Capital Partners
IAG Capital Partners posts on X about investment, acquisition, $googl, okta the most. They currently have XX followers and X posts still getting attention that total XX engagements in the last XX hours.
### Engagements: XX [#](/creator/twitter::1935720861413343232/interactions)

- X Week XXX -XXXX%
### Mentions: X [#](/creator/twitter::1935720861413343232/posts_active)

### Followers: XX [#](/creator/twitter::1935720861413343232/followers)

- X Week XX +7.10%
### CreatorRank: undefined [#](/creator/twitter::1935720861413343232/influencer_rank)

### Social Influence
**Social category influence**
[finance](/list/finance) XXX% [stocks](/list/stocks) XXXXX% [technology brands](/list/technology-brands) XXXXX%
**Social topic influence**
[investment](/topic/investment) 33.33%, [acquisition](/topic/acquisition) 33.33%, [$googl](/topic/$googl) 33.33%, [okta](/topic/okta) 33.33%, [iag](/topic/iag) 33.33%, [sony](/topic/sony) 33.33%, [$6758t](/topic/$6758t) 33.33%, [$9433t](/topic/$9433t) 33.33%, [$13m](/topic/$13m) XXXXX%
**Top accounts mentioned or mentioned by**
[@samhcarter](/creator/undefined) [@celestialaiinc](/creator/undefined) [@resembleais](/creator/undefined) [@google](/creator/undefined) [@okta](/creator/undefined) [@sonyinnovfund](/creator/undefined) [@kddipr](/creator/undefined) [@bfffrontierfund](/creator/undefined) [@javelinvp](/creator/undefined) [@craftventures](/creator/undefined) [@ubiquityvc](/creator/undefined) [@comcastventures](/creator/undefined) [@allen_lattimer](/creator/undefined) [@resembleai](/creator/undefined) [@codewithimanshu](/creator/undefined) [@zohaibahmed](/creator/undefined)
**Top assets mentioned**
[Alphabet Inc Class A (GOOGL)](/topic/$googl)
### Top Social Posts
Top posts by engagements in the last XX hours
"Our portfolio company xLight just accepted investment from the US Department of Commerce per the WSJ"
[X Link](https://x.com/iagcapital/status/1995683066128597022) 2025-12-02T02:34Z XX followers, XXX engagements
"Congratulations to IAG portfolio company @CelestialAIinc on the announcement of its acquisition by Marvell We led Celestial's Series B in 2023"
[X Link](https://x.com/iagcapital/status/1995969167468757473) 2025-12-02T21:31Z XX followers, XXX engagements
"We are happy to announced we invested in @resembleais Series A alongside strategic investors including Google Okta Sony Taiwania and KDDI. + Berkeley Frontier Fund & Gentree. We join existing investors who doubled down like Craft Javelin Ubiquity and Comcast Ventures"
[X Link](https://x.com/iagcapital/status/1998060810602721691) 2025-12-08T16:03Z XX followers, XX engagements
### Topic Creators
https://lunarcrush.com/api4/public/topic/:topic/creators/v1
Get the top creators for a social topic
input parameters:
+ **topic**: _Provide the topic to get details for. A topic must be all lower case and can only include letters, numbers, spaces, # and $._ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/creators/v1
```
Example response:
```json
{
"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:
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Category Creators
https://lunarcrush.com/api4/public/category/:category/creators/v1
Get the top creators for a social category
input parameters:
+ **category**: _Provide the category to get details for. A category must be all lower case and can only include letters, numbers, and spaces._ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/musicians/creators/v1
```
Example response:
```json
{
"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_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### 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:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creators/list/v1
```
Example response:
```json
{
"data": [
{
"creator_name": "FoxNews",
"creator_display_name": "Fox News",
"creator_id": "1367531",
"creator_network": "twitter",
"creator_avatar": "https://pbs.twimg.com/profile_images/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1752,
"creator_rank": 1,
"interactions_24h": 1984861016
}
]
}
```
Schema:
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_network**: The social network for the post or influencer. We still refer to x as twitter out of developer preference.
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_posts**: total number of posts with interactions in the last XX hours
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
---
### Creator
https://lunarcrush.com/api4/public/creator/:network/:id/v1
Get detail information on a specific creator
input parameters:
+ **network**: _Provide the network for the creator. One of twitter, youtube, instagram, reddit, or tiktok_ **required**
+ **id**: _Provide the unique ID or screen name of the creator_ **required**
Example request:
```bash
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1
```
Example response:
```json
{
"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_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_avatar**: The URL to the avatar for the creator
+ **creator_followers**: number of followers the account has
+ **creator_rank**: ranking based on all posts in the last XX hours that have interactions
+ **interactions_24h**: Number of interactions in the last XX hours
+ **topic_influence**: an array of social topics and the creators ranking on each topic
+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **top_community**: an array of the top accounts that have recently mentioned this creator or that this creator has mentioned
---
[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.]
@iagcapital IAG Capital PartnersIAG Capital Partners posts on X about investment, acquisition, $googl, okta the most. They currently have XX followers and X posts still getting attention that total XX engagements in the last XX hours.
Social category influence finance XXX% stocks XXXXX% technology brands XXXXX%
Social topic influence investment 33.33%, acquisition 33.33%, $googl 33.33%, okta 33.33%, iag 33.33%, sony 33.33%, $6758t 33.33%, $9433t 33.33%, $13m XXXXX%
Top accounts mentioned or mentioned by @samhcarter @celestialaiinc @resembleais @google @okta @sonyinnovfund @kddipr @bfffrontierfund @javelinvp @craftventures @ubiquityvc @comcastventures @allen_lattimer @resembleai @codewithimanshu @zohaibahmed
Top assets mentioned Alphabet Inc Class A (GOOGL)
Top posts by engagements in the last XX hours
"Our portfolio company xLight just accepted investment from the US Department of Commerce per the WSJ"
X Link 2025-12-02T02:34Z XX followers, XXX engagements
"Congratulations to IAG portfolio company @CelestialAIinc on the announcement of its acquisition by Marvell We led Celestial's Series B in 2023"
X Link 2025-12-02T21:31Z XX followers, XXX engagements
"We are happy to announced we invested in @resembleais Series A alongside strategic investors including Google Okta Sony Taiwania and KDDI. + Berkeley Frontier Fund & Gentree. We join existing investors who doubled down like Craft Javelin Ubiquity and Comcast Ventures"
X Link 2025-12-08T16:03Z XX followers, XX 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::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:
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:
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/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1752,
"creator_rank": 1,
"interactions_24h": 1984861016
}
]
}
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/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/x::iagcapital