
Person Activities API
Fetch posts, comments, and reactions from any profile.
.png)
.png)

.png)

1{
2 "success": true,
3 "posts": [
4 {
5 "id": "7254912034612379648",
6 "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.",
7 "likesCount": 2449,
8 "commentsCount": 372,
9 "activityDate": "2024-10-23T17:50:18.799Z",
10 "authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
11 "authorPublicIdentifier": "williamhgates",
12 "authorName": "Bill Gates",
13 "activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7254912034612379648",
14 "isRepublishedPost": true,
15 "relatedPost": {
16 "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",
17 "activityDate": "2024-10-22T13:09:42.578Z",
18 "authorId": "104421531",
19 "authorPublicIdentifier": "gates-foundation-africa",
20 "authorName": "Gates Foundation Africa",
21 "activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7254479030517698560"
22 }
23 }
24 ],
25 "comments": [
26 {
27 "text": "Thanks for having me. It's inspiring to see how far research for Alzheimer's has come.",
28 "likesCount": 38,
29 "commentsCount": 19,
30 "activityDate": "2024-08-29T16:25:17.386Z",
31 "authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
32 "authorName": "Bill Gates",
33 "authorPublicIdentifier": "williamhgates",
34 "post": {
35 "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.",
36 "likesCount": 3257,
37 "commentsCount": 118,
38 "activityDate": "2024-08-29T16:25:17.386Z",
39 "authorId": "3323",
40 "authorPublicIdentifier": "indiana-university-school-of-medicine",
41 "authorName": "Indiana University School of Medicine",
42 "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",
43 "relatedPost": null
44 },
45 "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"
46 }
47 ],
48 "reactions": [
49 {
50 "type": "LIKE",
51 "authorId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
52 "authorName": "Bill Gates",
53 "authorPublicIdentifier": "williamhgates",
54 "relatedComment": null,
55 "relatedPost": {
56 "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",
57 "likesCount": 341,
58 "commentsCount": 13,
59 "activityDate": "2024-10-02T17:33:47.405Z",
60 "authorId": "ACoAAARuJH4BUfWDnLosZmlFyNr6SrDaRFmmBK4",
61 "authorPublicIdentifier": "barbara-humpton",
62 "authorName": "Barbara Humpton",
63 "activityUrl": "https://www.linkedin.com/posts/barbara-humpton_climateweeknyc-sustainability-netzero-ugcPost-7245556119614496768-Sufh?utm_source=combined_share_message&utm_medium=member_desktop_web",
64 "relatedPost": null
65 }
66 }
67 ],
68 "credits_left": 15,
69 "rate_limit_left": 19
70}
Person Activities JSON Structure
See the structured data format for activities like posts, comments, and reactions.
JavaScript Integration for Person Activities
Implement person activity data fetching with this ready-to-use JavaScript snippet.
1const axios = require('axios');
2
3const API_KEY = 'YOUR_API_KEY'; // Replace with your API key from the Scrapin dashboard
4const LINKEDIN_TARGET = 'LINKEDIN_URL_OR_PROFILE_ID'; // Replace with the LinkedIn URL or profile ID you want to fecth
5
6const getLinkedInProfile = async () => {
7 const endpoint = `https://api.scrapin.io/enrichment/activities?apikey=${API_KEY}&linkedinUrl=${LINKEDIN_TARGET}`;
8
9 try {
10 const response = await axios.get(endpoint);
11 console.log('Data:', response.data);
12 } catch (error) {
13 console.error('Error:', error);
14 }
15};
16
17getLinkedInProfile();
1{
2 "success": true,
3 "credits_left": 90000,
4 "rate_limit_left": 19000,
5 "metadata": {
6 "current_page": 1,
7 "per_page": 100,
8 "total": 500
9 },
10 "jobs": [
11 {
12 "linkedinIdentifier": "4081332168",
13 "title": "Software Engineer, Back-End, Data Center Network Planning",
14 "companyName": "Google",
15 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16 "location": "Sunnyvale",
17 "url": "https://www.linkedin.com/jobs/view/4081332168",
18 "creationDate": null,
19 "repostDate": null,
20 "experienceLevel": null,
21 "contractType": null
22 },
23 {
24 "linkedinIdentifier": "4093221619",
25 "title": "Data Center Mechanical/Thermal Cooling Engineer",
26 "companyName": "Google",
27 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28 "location": "Sunnyvale",
29 "url": "https://www.linkedin.com/jobs/view/4093221619",
30 "creationDate": null,
31 "repostDate": null,
32 "experienceLevel": null,
33 "contractType": null
34 }
35 ]
36}
1{
2 "success": true,
3 "credits_left": 90000,
4 "rate_limit_left": 19000,
5 "metadata": {
6 "current_page": 1,
7 "per_page": 100,
8 "total": 500
9 },
10 "jobs": [
11 {
12 "linkedinIdentifier": "4081332168",
13 "title": "Software Engineer, Back-End, Data Center Network Planning",
14 "companyName": "Google",
15 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16 "location": "Sunnyvale",
17 "url": "https://www.linkedin.com/jobs/view/4081332168",
18 "creationDate": null,
19 "repostDate": null,
20 "experienceLevel": null,
21 "contractType": null
22 },
23 {
24 "linkedinIdentifier": "4093221619",
25 "title": "Data Center Mechanical/Thermal Cooling Engineer",
26 "companyName": "Google",
27 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28 "location": "Sunnyvale",
29 "url": "https://www.linkedin.com/jobs/view/4093221619",
30 "creationDate": null,
31 "repostDate": null,
32 "experienceLevel": null,
33 "contractType": null
34 }
35 ]
36}
1{
2 "success": true,
3 "credits_left": 90000,
4 "rate_limit_left": 19000,
5 "metadata": {
6 "current_page": 1,
7 "per_page": 100,
8 "total": 500
9 },
10 "jobs": [
11 {
12 "linkedinIdentifier": "4081332168",
13 "title": "Software Engineer, Back-End, Data Center Network Planning",
14 "companyName": "Google",
15 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16 "location": "Sunnyvale",
17 "url": "https://www.linkedin.com/jobs/view/4081332168",
18 "creationDate": null,
19 "repostDate": null,
20 "experienceLevel": null,
21 "contractType": null
22 },
23 {
24 "linkedinIdentifier": "4093221619",
25 "title": "Data Center Mechanical/Thermal Cooling Engineer",
26 "companyName": "Google",
27 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28 "location": "Sunnyvale",
29 "url": "https://www.linkedin.com/jobs/view/4093221619",
30 "creationDate": null,
31 "repostDate": null,
32 "experienceLevel": null,
33 "contractType": null
34 }
35 ]
36}
1{
2 "success": true,
3 "credits_left": 90000,
4 "rate_limit_left": 19000,
5 "metadata": {
6 "current_page": 1,
7 "per_page": 100,
8 "total": 500
9 },
10 "jobs": [
11 {
12 "linkedinIdentifier": "4081332168",
13 "title": "Software Engineer, Back-End, Data Center Network Planning",
14 "companyName": "Google",
15 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
16 "location": "Sunnyvale",
17 "url": "https://www.linkedin.com/jobs/view/4081332168",
18 "creationDate": null,
19 "repostDate": null,
20 "experienceLevel": null,
21 "contractType": null
22 },
23 {
24 "linkedinIdentifier": "4093221619",
25 "title": "Data Center Mechanical/Thermal Cooling Engineer",
26 "companyName": "Google",
27 "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
28 "location": "Sunnyvale",
29 "url": "https://www.linkedin.com/jobs/view/4093221619",
30 "creationDate": null,
31 "repostDate": null,
32 "experienceLevel": null,
33 "contractType": null
34 }
35 ]
36}
1const axios = require('axios');
2
3const API_KEY = 'YOUR_API_KEY'; // Replace with your API key from the Scrapin dashboard
4const LINKEDIN_TARGET = 'LINKEDIN_URL_OR_PROFILE_ID'; // Replace with the LinkedIn URL or profile ID you want to fecth
5
6const getLinkedInProfile = async () => {
7 const endpoint = `https://api.scrapin.io/enrichment/activities?apikey=${API_KEY}&linkedinUrl=${LINKEDIN_TARGET}`;
8
9 try {
10 const response = await axios.get(endpoint);
11 console.log('Data:', response.data);
12 } catch (error) {
13 console.error('Error:', error);
14 }
15};
16
17getLinkedInProfile();
Supporting smooth integration
Our API is designed for seamless integration, providing developers with comprehensive documentation, real-time support for popular programming languages.
With intuitive endpoints and consistent data structures, you can effortlessly incorporate our services into your existing systems.
Whether you're building a Sales platform, or recruitment tool, our API ensures a streamlined development process.
.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
The Scraping Struggle Is Real.
Suspensions, bans, or worse—legal gray areas—loom over every scrape. You need data, but not at the cost of your company’s reputation. ScrapIn operates within the legal framework, ensuring full compliance with GDPR, CCPA, and other data protection laws.

.png)
Choose Your Path. We Deliver It Your Way.
Whether you prefer real-time API access or bulk delivery to your cloud storage, our flexible data solutions adapt to your workflow—no rate limits, no lock-in, and full transparency at every step.
1{
2 "Version": "2012-10-17",
3 "Statement": [
4 {
5 "Action": [
6 "application:Describe*",
7 "autoscaling:Describe*",
8 "ce:Describe*",
9 "ce:Get*",
10 "ce:List*",
11 "cloudwatch:GetData",
12 "ec2:Describe*",
13 "ec2:AcceptReserved",
14 "ec2:CancelReservedInstancesListing",
15 "ec2:CreateReservedInstancesListing",
16 "ec2:DeleteQueuedReservedInstances",
17 "ec2:ModifyReservedInstances",
18 "ec2:PurchaseHostReservation",
19 "ec2:PurchaseReservedInstancesOffering",
20 "rds:Describe*",
21 "rds:List*"
22 ]
23 }
24 ]
25}
.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
Get real-time access to public professional and company data—no delays, no outdated info. Enrich profiles, match contacts, fetch job listings, and track engagement signals instantly. Fast, flexible, and built to scale with your product.
1{
2 "Version": "2012-10-17",
3 "Statement": [
4 {
5 "Action": [
6 "application:Describe*",
7 "autoscaling:Describe*",
8 "ce:Describe*",
9 "ce:Get*",
10 "ce:List*",
11 "cloudwatch:GetData",
12 "ec2:Describe*",
13 "ec2:AcceptReserved",
14 "ec2:CancelReservedInstancesListing",
15 "ec2:CreateReservedInstancesListing",
16 "ec2:DeleteQueuedReservedInstances",
17 "ec2:ModifyReservedInstances",
18 "ec2:PurchaseHostReservation",
19 "ec2:PurchaseReservedInstancesOffering",
20 "rds:Describe*",
21 "rds:List*"
22 ]
23 }
24 ]
25}


.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
Need large-scale data? Get licensed, regularly updated datasets of public professional and company info—delivered straight to S3, GCP, or Snowflake. No API calls to manage, just clean, structured data ready for your tools, analytics, or products.
You Build AI Products, We Provide B2B Data
Focus on building your product—we handle the data layer. Our scalable solution eliminates the pain of managing scraping in-house, so you can move faster without compromise.
.png)

