Extract Person Activities
This operation allows you to retrieve the LinkedIn activities (posts, comments, and likes) of a person based on their LinkedIn profile URL. This operation consumes 1 credit.
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
This required parameter is a string. It represents the LinkedIn profile URL of the person whose activities you want to retrieve.
{
"success": true,
"posts": [
{
"id": "7254912034612379648",
"text": "I'm proud that the Gates Foundation is opening a new office in Dakar, Senegal. Africa's development progress is a priority for the foundation, and I'm grateful for all our partners and staff who have worked so hard to make this happen.",
"likesCount": 2449,
"commentsCount": 372,
"activityDate": "2024-10-23T17:50:18.799Z",
"authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"authorPublicIdentifier": "williamhgates",
"authorName": "Bill Gates",
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7254912034612379648",
"isRepublishedPost": true,
"relatedPost": {
"text": "We recently celebrated a momentous occasion with the official launch of the Bill & Melinda Gates Foundation's Senegal office! This significant step underscores our ongoing dedication to Africa's development goals and our commitment to collaborating with local partners.\n\nThe launch isn't just about opening doors—it's about forging pathways to innovative solutions that will save millions of lives across the continent. \n\nIt was great to have you with us Chris Elias and Paulin BASINGA and thanks for moderating a great discussion Raïssa OKOÏ !\n\nAs we move forward, we continue to learn, co-create, and deepen our relationships with key stakeholders, driving meaningful change for communities in Senegal and beyond.\n\n#BMGFSenegalLaunch #AfricaDevelopment #PartnershipForImpact",
"activityDate": "2024-10-22T13:09:42.578Z",
"authorId": "104421531",
"authorPublicIdentifier": "gates-foundation-africa",
"authorName": "Gates Foundation Africa",
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7254479030517698560"
}
}
],
"comments": [
{
"text": "Thanks for having me. It's inspiring to see how far research for Alzheimer's has come.",
"likesCount": 38,
"commentsCount": 19,
"activityDate": "2024-08-29T16:25:17.386Z",
"authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"authorName": "Bill Gates",
"authorPublicIdentifier": "williamhgates",
"post": {
"text": "This afternoon, we welcomed Bill Gates as he toured labs at the Indiana University School of Medicine and met with key faculty members to learn more about the expansive Alzheimer's disease research happening right here in Indianapolis.",
"likesCount": 3257,
"commentsCount": 118,
"activityDate": "2024-08-29T16:25:17.386Z",
"authorId": "3323",
"authorPublicIdentifier": "indiana-university-school-of-medicine",
"authorName": "Indiana University School of Medicine",
"activityUrl": "https://www.linkedin.com/posts/indiana-university-school-of-medicine_this-afternoon-we-welcomed-bill-gates-as-ugcPost-7231813250051383296-24DS?utm_source=combined_share_message&utm_medium=member_desktop_web",
"relatedPost": null
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:ugcPost:7231813250051383296?commentUrn=urn%3Ali%3Acomment%3A%28ugcPost%3A7231813250051383296%2C7234959305127444481%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287234959305127444481%2Curn%3Ali%3AugcPost%3A7231813250051383296%29"
}
],
"reactions": [
{
"type": "LIKE",
"authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"authorName": "Bill Gates",
"authorPublicIdentifier": "williamhgates",
"relatedComment": null,
"relatedPost": {
"text": "What an incredible week at Climate Week NYC! Climate Week brings together an ecosystem of people and organizations committed to building a sustainable future. I felt a sense of urgency combined with a strong commitment to change and getting the work done.\n\nOne highlight was my conversation with Bill Gates at an event hosted by Breakthrough Energy and CBRE focused on the Clean Industrial Revolution and the critical role of emerging climate technologies. Our partnership with Breakthrough Energy to decarbonize buildings, highlighted by our work with Luxwall, is a significant step forward in our net-zero commitment. \n\nWe further demonstrated the opportunity to decarbonize the built environment by honoring our work with the Javits Center. The Javits Centers' innovative microgrid featuring the largest rooftop solar array and battery storage system in Manhattan is an inspiring example of the solutions available now that can be scaled to any built environment. \n\nAnother memorable moment was speaking at Carnegie Hall during the Siemens Arts Program and Atlantik-Brücke e.V. event. It was an honor to reflect on the power of technology and culture to change the world, and to celebrate the enduring German-American friendship that has been pivotal in our journey. \n\nAs we move forward, the message is clear: partnerships are essential. No company can do this alone. The ecosystem of partners we have at #ClimateWeekNYC is crucial to delivering impact with greater speed and scale. \n\nThank you to everyone who made this week possible. Let's continue to push boundaries and take bold actions together. The future is ours to shape. \n\n#Sustainability #NetZero #Innovation #CleanEnergy",
"likesCount": 341,
"commentsCount": 13,
"activityDate": "2024-10-02T17:33:47.405Z",
"authorId": "ACoAAARuJH4BUfWDnLosZmlFyNr6SrDaRFmmBK4",
"authorPublicIdentifier": "barbara-humpton",
"authorName": "Barbara Humpton",
"activityUrl": "https://www.linkedin.com/posts/barbara-humpton_climateweeknyc-sustainability-netzero-ugcPost-7245556119614496768-Sufh?utm_source=combined_share_message&utm_medium=member_desktop_web",
"relatedPost": null
}
}
],
"credits_left": 15,
"rate_limit_left": 19
}
Authorizations
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
Query Parameters
This required parameter is a string. It represents the LinkedIn profile URL of the person whose activities you want to retrieve.
Response
Indicates success or failure of api request.
Array of posts made by the person
Content of the post
Number of likes on the post
Number of comments on the post
Date and time when the post was created
Unique identifier of the post author
Public identifier of the post author
Name of the post author
URL of the post on LinkedIn
Indicates if this post is a republished post from another user
Information about the original post if this is a republished post
Content of the related post
Number of likes on the related post
Number of comments on the related post
Date and time when the related post was created
Unique identifier of the related post author
Public identifier of the related post author
Name of the related post author
URL of the related post on LinkedIn
Nested related post (if any)
Array of comments made by the person
Content of the comment
Number of likes on the comment
Number of replies to the comment
Date and time when the comment was created
Unique identifier of the comment author
Name of the comment author
Public identifier of the comment author
The post on which this comment was made
Content of the post
Number of likes on the post
Number of comments on the post
Date and time when the post was created
Unique identifier of the post author
Public identifier of the post author
Name of the post author
URL of the post on LinkedIn
Indicates if this post is a republished post from another user
Information about the original post if this is a republished post
Content of the related post
Number of likes on the related post
Number of comments on the related post
Date and time when the related post was created
Unique identifier of the related post author
Public identifier of the related post author
Name of the related post author
URL of the related post on LinkedIn
Nested related post (if any)
URL of the comment on LinkedIn
Array of reactions made by the person
Type of reaction (e.g., "LIKE", "CELEBRATE", etc.)
Date and time when the reaction was made
Unique identifier of the person who made the reaction
Name of the person who made the reaction
Public identifier of the person who made the reaction
The post on which this reaction was made
Content of the post
Number of likes on the post
Number of comments on the post
Date and time when the post was created
Unique identifier of the post author
Public identifier of the post author
Name of the post author
URL of the post on LinkedIn
Indicates if this post is a republished post from another user
Information about the original post if this is a republished post
Content of the related post
Number of likes on the related post
Number of comments on the related post
Date and time when the related post was created
Unique identifier of the related post author
Public identifier of the related post author
Name of the related post author
URL of the related post on LinkedIn
Nested related post (if any)
The comment on which this reaction was made (if applicable)
Content of the comment
Number of likes on the comment
Number of replies to the comment
Date and time when the comment was created
Unique identifier of the comment author
Name of the comment author
Public identifier of the comment author
The post on which this comment was made
Content of the post
Number of likes on the post
Number of comments on the post
Date and time when the post was created
Unique identifier of the post author
Public identifier of the post author
Name of the post author
URL of the post on LinkedIn
Indicates if this post is a republished post from another user
Information about the original post if this is a republished post
Content of the related post
Number of likes on the related post
Number of comments on the related post
Date and time when the related post was created
Unique identifier of the related post author
Public identifier of the related post author
Name of the related post author
URL of the related post on LinkedIn
Nested related post (if any)
URL of the comment on LinkedIn
URL of the reaction on LinkedIn
Represents the usable credits available for the user account after this query.
Represents the usable daily request limit available for the user account after this query.
{
"success": true,
"posts": [
{
"id": "7254912034612379648",
"text": "I'm proud that the Gates Foundation is opening a new office in Dakar, Senegal. Africa's development progress is a priority for the foundation, and I'm grateful for all our partners and staff who have worked so hard to make this happen.",
"likesCount": 2449,
"commentsCount": 372,
"activityDate": "2024-10-23T17:50:18.799Z",
"authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"authorPublicIdentifier": "williamhgates",
"authorName": "Bill Gates",
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7254912034612379648",
"isRepublishedPost": true,
"relatedPost": {
"text": "We recently celebrated a momentous occasion with the official launch of the Bill & Melinda Gates Foundation's Senegal office! This significant step underscores our ongoing dedication to Africa's development goals and our commitment to collaborating with local partners.\n\nThe launch isn't just about opening doors—it's about forging pathways to innovative solutions that will save millions of lives across the continent. \n\nIt was great to have you with us Chris Elias and Paulin BASINGA and thanks for moderating a great discussion Raïssa OKOÏ !\n\nAs we move forward, we continue to learn, co-create, and deepen our relationships with key stakeholders, driving meaningful change for communities in Senegal and beyond.\n\n#BMGFSenegalLaunch #AfricaDevelopment #PartnershipForImpact",
"activityDate": "2024-10-22T13:09:42.578Z",
"authorId": "104421531",
"authorPublicIdentifier": "gates-foundation-africa",
"authorName": "Gates Foundation Africa",
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7254479030517698560"
}
}
],
"comments": [
{
"text": "Thanks for having me. It's inspiring to see how far research for Alzheimer's has come.",
"likesCount": 38,
"commentsCount": 19,
"activityDate": "2024-08-29T16:25:17.386Z",
"authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"authorName": "Bill Gates",
"authorPublicIdentifier": "williamhgates",
"post": {
"text": "This afternoon, we welcomed Bill Gates as he toured labs at the Indiana University School of Medicine and met with key faculty members to learn more about the expansive Alzheimer's disease research happening right here in Indianapolis.",
"likesCount": 3257,
"commentsCount": 118,
"activityDate": "2024-08-29T16:25:17.386Z",
"authorId": "3323",
"authorPublicIdentifier": "indiana-university-school-of-medicine",
"authorName": "Indiana University School of Medicine",
"activityUrl": "https://www.linkedin.com/posts/indiana-university-school-of-medicine_this-afternoon-we-welcomed-bill-gates-as-ugcPost-7231813250051383296-24DS?utm_source=combined_share_message&utm_medium=member_desktop_web",
"relatedPost": null
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:ugcPost:7231813250051383296?commentUrn=urn%3Ali%3Acomment%3A%28ugcPost%3A7231813250051383296%2C7234959305127444481%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287234959305127444481%2Curn%3Ali%3AugcPost%3A7231813250051383296%29"
}
],
"reactions": [
{
"type": "LIKE",
"authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"authorName": "Bill Gates",
"authorPublicIdentifier": "williamhgates",
"relatedComment": null,
"relatedPost": {
"text": "What an incredible week at Climate Week NYC! Climate Week brings together an ecosystem of people and organizations committed to building a sustainable future. I felt a sense of urgency combined with a strong commitment to change and getting the work done.\n\nOne highlight was my conversation with Bill Gates at an event hosted by Breakthrough Energy and CBRE focused on the Clean Industrial Revolution and the critical role of emerging climate technologies. Our partnership with Breakthrough Energy to decarbonize buildings, highlighted by our work with Luxwall, is a significant step forward in our net-zero commitment. \n\nWe further demonstrated the opportunity to decarbonize the built environment by honoring our work with the Javits Center. The Javits Centers' innovative microgrid featuring the largest rooftop solar array and battery storage system in Manhattan is an inspiring example of the solutions available now that can be scaled to any built environment. \n\nAnother memorable moment was speaking at Carnegie Hall during the Siemens Arts Program and Atlantik-Brücke e.V. event. It was an honor to reflect on the power of technology and culture to change the world, and to celebrate the enduring German-American friendship that has been pivotal in our journey. \n\nAs we move forward, the message is clear: partnerships are essential. No company can do this alone. The ecosystem of partners we have at #ClimateWeekNYC is crucial to delivering impact with greater speed and scale. \n\nThank you to everyone who made this week possible. Let's continue to push boundaries and take bold actions together. The future is ours to shape. \n\n#Sustainability #NetZero #Innovation #CleanEnergy",
"likesCount": 341,
"commentsCount": 13,
"activityDate": "2024-10-02T17:33:47.405Z",
"authorId": "ACoAAARuJH4BUfWDnLosZmlFyNr6SrDaRFmmBK4",
"authorPublicIdentifier": "barbara-humpton",
"authorName": "Barbara Humpton",
"activityUrl": "https://www.linkedin.com/posts/barbara-humpton_climateweeknyc-sustainability-netzero-ugcPost-7245556119614496768-Sufh?utm_source=combined_share_message&utm_medium=member_desktop_web",
"relatedPost": null
}
}
],
"credits_left": 15,
"rate_limit_left": 19
}