Profile

Profile Overview

Description

This endpoint retrieves basic information on the profile like name, connections count, followers count, headline, hashtags, profile picture and etc.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/overview

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/overview' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "first_name": "Uriel",
    "middle_name": null,
    "last_name": "Knorovich",
    "public_identifier": "urik",
    "urn": "urn:li:fsd_profile:ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js",
    "url": "https://linkedin.com/in/urik",
    "has_premium": true,
    "is_influencer": false,
    "is_creator": true,
    "is_openlink": false,
    "is_job_seeker": false,
    "is_hiring": false,
    "is_retired": false,
    "linkedin_id": "504726257",
    "creator_info": {
        "associated_hashtag": []
    },
    "headline": "Co-Founder & CEO at Nimble | Modern Data Platform | Forbes Technology Council",
    "education": {
        "name": "Tel Aviv University",
        "urn": "urn:li:fsd_school:13403",
        "url": "https://www.linkedin.com/school/tel-aviv-university/"
    },
    "connections": 3425,
    "followers": 5409,
    "location": {
        "name": "New York, New York",
        "urn": "urn:li:fsd_geo:102571732",
        "country": {
            "name": "United States",
            "code": "us",
            "urn": "urn:li:fsd_geo:103644278"
        }
    },
    "top_position": {
        "start_date": {
            "month": 7,
            "year": 2024
        },
        "end_date": {
            "month": null,
            "year": null
        },
        "company_info": {
            "name": "Forbes Technology Council",
            "logo": "https://media.licdn.com/dms/image/v2/C560BAQGWm60rwBPz-Q/company-logo_400_400/company-logo_400_400/0/1659656352490/forbestechcouncil_logo?e=1732752000&v=beta&t=y6Zso4BSY93-0qR2CjZkSYzI9O3tWNC7rpBJKRNd-Yk",
            "universal_name": "forbestechcouncil",
            "url": "https://www.linkedin.com/company/forbestechcouncil/",
            "urn": "urn:li:fsd_company:11075183"
        },
        "urn": "urn:li:fsd_profilePosition:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,2432237447)"
    },
    "profile_picture": "https://media.licdn.com/dms/image/v2/D4D03AQHQ8pne6zuGVg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708885626845?e=1730332800&v=beta&t=y_DpB9PxVsWVlXD9PcQ7zRBeev3MKnTKUlDX4gMfosg",
    "background_picture": "https://media.licdn.com/dms/image/v2/C5616AQEw_XEZDDAHNg/profile-displaybackgroundimage-shrink_350_1400/profile-displaybackgroundimage-shrink_350_1400/0/1640100684492?e=1730332800&v=beta&t=QOpcWGnLOWgXOzI97a8IHHmcr-O5LiCY1AcK7sB-ZhY",
    "profile_picture_id": "D4D03AQHQ8pne6zuGVg",
    "version_tag": "3349238601",
    "is_verified": false
}

Profile About

Description

This endpoint retrieves the About section of profile.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/about

Limitation

SubjectValue

Languages

2 results. To get more results, see the Languages endpoint.

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/about' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "about": "My Grandma always said that I need to focus on three things in life.\nI decided to be an Engineer, Entrepreneur, and Rock Climbing enthusiast. I hope that makes her happy.\n\nI embarked on my journey to provide effortless external data for any business, with a passion for building technologies and simplify complex technical challenges.",
    "featured": [],
    "languages": [],
    "licenses_and_certifications": []
}

Profile Experience

Description

This endpoint retrieves the profile's experiences.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/experience

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/experience' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "experience": [
        {
            "company": {
                "name": "Nimble Way",
                "location": null,
                "location_type": null,
                "logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQG6xLhw0ASI-A/company-logo_400_400/company-logo_400_400/0/1658152090045/nimbledata_logo?e=1732752000&v=beta&t=4sWvh0CpBa1ZCeG6fz3iwgGPGiqiwI2VSFnbrXfGqdw",
                "public_identifier": "nimbledata",
                "urn": "urn:li:fsd_company:77053322",
                "url": "https://www.linkedin.com/company/nimbledata/"
            },
            "positions": [
                {
                    "role": "Co-founder & CEO ",
                    "employment_type": "Full-time",
                    "location": "New York, United States",
                    "location_type": null,
                    "description": "Nimble is the platform for collecting & processing the world's public data. We help businesses to transform internet data into actionable BI & AI applications.",
                    "is_current_position": true,
                    "start_date": {
                        "month": 7,
                        "year": 2021
                    },
                    "end_date": {
                        "month": null,
                        "year": null
                    },
                    "duration": {
                        "months": 2,
                        "years": 3
                    }
                }
            ]
        },
        {
            "company": {
                "name": "Forbes Technology Council",
                "location": null,
                "location_type": null,
                "logo_url": "https://media.licdn.com/dms/image/v2/C560BAQGWm60rwBPz-Q/company-logo_400_400/company-logo_400_400/0/1659656352490/forbestechcouncil_logo?e=1732752000&v=beta&t=y6Zso4BSY93-0qR2CjZkSYzI9O3tWNC7rpBJKRNd-Yk",
                "public_identifier": "forbestechcouncil",
                "urn": "urn:li:fsd_company:11075183",
                "url": "https://www.linkedin.com/company/forbestechcouncil/"
            },
            "positions": [
                {
                    "role": "Official Member",
                    "employment_type": "Full-time",
                    "location": null,
                    "location_type": null,
                    "description": "FTC is an invitation-only community for world-class CIOs, CTOs, and technology leaders. It is an amazing opportunity to share value with AI and Data insights.",
                    "is_current_position": true,
                    "start_date": {
                        "month": 7,
                        "year": 2024
                    },
                    "end_date": {
                        "month": null,
                        "year": null
                    },
                    "duration": {
                        "months": 2,
                        "years": null
                    }
                }
            ]
        },
        ...
    ],
    "cursor": null
}

Profile Skills

Description

This endpoint retrieves the profile's skills.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/skills

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/skills' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "skills": [
        {
            "name": "Artificial Intelligence (AI)",
            "endorser_count": null,
            "endorsers": [
                {
                    "urn": "urn:li:fsd_profile:ACoAAAKgDhUBmFxQxmHWbSUguD7skiFyT7Y8naE",
                    "name": "Dmytro Filatov"
                }
            ],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,17)"
        },
        {
            "name": "Big Data",
            "endorser_count": "4",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,18)"
        },
        ...
    ],
    "cursor": null
}

Profile Skills Endorsers

Description

This endpoint retrieves the profile's skiils endorsers.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{urn}}/skill-endorsers

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

urn

Yes

Path Param

String | The public urn of the endorsed skill

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,17)/skill-endorsers' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "endorsers": [
        {
            "urn": "urn:li:fsd_profile:ACoAABvdKPoBmbos3-KwoyJGSVRpCtsNqAVop8c",
            "public_identifier": "david-stockton-84a683110",
            "name": "David Stockton",
            "profile_url": "https://www.linkedin.com/in/david-stockton-84a683110",
            "headline": "CEO at Lynx",
            "image": "https://media.licdn.com/dms/image/v2/D4E03AQGb6Q385AsCHg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1645572241191?e=1730332800&v=beta&t=3u5yd2absXbxLaraSl6zxtzBm8PMHBqUPKgyfwHRxDE"
        },
        {
            "urn": "urn:li:fsd_profile:ACoAAAxp-qwBFNZ3tuxXVeSZWcTh1dvCF1vmjts",
            "public_identifier": "amgittens",
            "name": "Alexander Michael Gittens",
            "profile_url": "https://www.linkedin.com/in/amgittens",
            "headline": "Managing Partner at Rupert Rodney | TEDx Speaker",
            "image": "https://media.licdn.com/dms/image/v2/C5603AQFo3LzwqfMTnA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1555552581136?e=1730332800&v=beta&t=HtButECOEjcLuV3riHEfTAkMZkI0We2x9Ib3qbAVJ5M"
        },
        {
            "urn": "urn:li:fsd_profile:ACoAAABpx04BIv3icrlEA5Lfzp8j9piQXhteu0o",
            "public_identifier": "sdfibertech",
            "name": "IPv4 Marcus Mamolen",
            "profile_url": "https://www.linkedin.com/in/sdfibertech",
            "headline": "President IPv4 Depot and Co-Founder of MobileHop (5G Proxies)",
            "image": "https://media.licdn.com/dms/image/v2/D5603AQH2zlJfV5THGA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1676690764623?e=1730332800&v=beta&t=4AHmUgwbL3HCGzJ9MpDI3J74tn6FUExy9fkVEORLJ00"
        },
        {
            "urn": "urn:li:fsd_profile:ACoAAAKgDhUBmFxQxmHWbSUguD7skiFyT7Y8naE",
            "public_identifier": "dim25",
            "name": "Dmytro Filatov",
            "profile_url": "https://www.linkedin.com/in/dim25",
            "headline": "DeepX: Computer Vision | 1$/h AI Workforce | Forbes",
            "image": "https://media.licdn.com/dms/image/v2/C5603AQFFjR4MRNSGkA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1611854594332?e=1730332800&v=beta&t=nYE1pfzMM9VHcXEwfM2CW9ex39U0RyAxSl7VR9EUYoA"
        }
    ],
    "cursor": null
}

Profile Education

Description

This endpoint retrieves the profile's education.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/education

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/education' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "education": [
        {
            "institute": {
                "name": "Tel Aviv University",
                "logo": "https://media.licdn.com/dms/image/v2/C4D0BAQH7wCBTqvR2LA/company-logo_400_400/company-logo_400_400/0/1654516223500/tel_aviv_university_logo?e=1732752000&v=beta&t=RE47I16x4bflWnXqK4i8PTISWdLECduAwWoYwUNKpwE",
                "url": "https://www.linkedin.com/school/tel-aviv-university/",
                "urn": "urn:li:fsd_company:3154"
            },
            "degree_program": "Bachelor's degree, Law, Philosophy, Political Science and Economics (Honors Program)",
            "additional_info": null,
            "description": null,
            "duration": {
                "months": null,
                "years": null
            }
        }
    ],
    "cursor": null
}

Profile Recommendations

Description

This endpoint retrieves the profile's recommendations.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/recommendations?type={{type}}

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

type

No

Query Param

String | The type of recommendations you want to receive. There are two types:

  • received

  • given

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/recommendations' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "recommendations": [
        {
            "name": "Max C. Reuveni (Adv.)",
            "subtitle": "Bringing products to life",
            "date": "September 30, 2021",
            "context": "Uriel was Max C.’s client",
            "description": "Uriel is a very sharp entrepreneur with an incredible drive to execute and succeed. \n\nHe's a very versatile executive, and working with him was a pleasure as he's an extremely fast learner. \n",
            "public_identifier": "maxcreuveni",
            "urn": "urn:li:fsd_profile:ACoAAAS6TLMBQeSZn60kzNdAPPjr0HrmDjfMreY",
            "url": "https://www.linkedin.com/in/maxcreuveni"
        },
        {
            "name": "Sapir Hadad",
            "subtitle": "Co-Founder  | Forbes 30 under 30 | ICF (non-profit) | Hili’s mom | Working on something new",
            "date": "September 30, 2021",
            "context": "Sapir was Uriel’s client",
            "description": "Extremely talented and a real professional!! \nWith strong technological abilities, always making sure his clients are setisfied.\nIt was a pleasure working with you",
            "public_identifier": "sapir-hadad-1410a1124",
            "urn": "urn:li:fsd_profile:ACoAAB6f8YEBNsuSqpKsfLUBW9gQtb6MN4sYF4I",
            "url": "https://www.linkedin.com/in/sapir-hadad-1410a1124"
        }
    ],
    "cursor": null
}

Profile Contact Info

Description

This endpoint retrieves the profile's contact info.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/contact-info

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/recommendations' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "first_name": "Uriel",
    "last_name": "Knorovich",
    "email": null,
    "public_identifier": "urik",
    "websites": null,
    "twitter_handles": [],
    "birthday": null,
    "urn": "urn:li:fsd_profile:ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js",
    "url": "https://linkedin.com/in/ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js"
}

Profile Activity

Description

This endpoint retrieves the profile's activity on Linkedin. There are many types of activity, only the following ones are currently supported:

  • Posts - posts the user has published

  • Comments - posts the user has commented on

  • Reactions - posts the user reacted to (liked/ did any other reaction)

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/activity?type={{type}}

Limitation

SubjectValue

Results Per Request

100 results

When utilizing type query param ("posts", "comments", or "reactions")

  • The author and backgroundImage field will be removed.

  • The firstName + lastName fields will be changed to title.

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

type

No

Query Param

String | Use this parameter to decide which type of posts you receive. Supported options are:

  • posts - all posts

  • comments - posts commented on

  • reactions - posts reacted to

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/activity' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "activity": [
        {
            "activity_type": "Post",
            "author": {
                "type": "Member",
                "first_name": "Uriel",
                "last_name": "Knorovich",
                "occupation": "Co-Founder & CEO at Nimble | Modern Data Platform | Forbes Technology Council",
                "image_url": "https://media.licdn.com/dms/image/v2/D4D03AQHQ8pne6zuGVg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708885626845?e=1730332800&v=beta&t=y_DpB9PxVsWVlXD9PcQ7zRBeev3MKnTKUlDX4gMfosg",
                "background_image": "https://media.licdn.com/dms/image/v2/C5616AQEw_XEZDDAHNg/profile-displaybackgroundimage-shrink_350_1400/profile-displaybackgroundimage-shrink_350_1400/0/1640100684492?e=1730332800&v=beta&t=QOpcWGnLOWgXOzI97a8IHHmcr-O5LiCY1AcK7sB-ZhY",
                "urn": "urn:li:fsd_profile:ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js",
                "public_identifier": "urik",
                "url": "https://linkedin.com/in/urik"
            },
            "text": "Here is how we leverage Nimble's SERP API & Langchain to redefine AI agents in a structured three-pipeline design.\n\n𝗙𝗲𝗮𝘁𝘂𝗿𝗲 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲:\n1. Our agent starts by continuously querying web data using Nimble's SERP API, which fetches real-time search engine results relevant to your domain.\n2. Once data is received, it's cleaned and structured using Nimble’s parsing algorithms—essential for maintaining an up-to-date knowledge base.\n3. The cleaned data is then embedded using Langchain’s capabilities and stored efficiently, ready for quick retrieval.\n\n𝗧𝗿𝗮𝗶𝗻𝗶𝗻𝗴 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲:\n1. Utilize Langchain to pre-train your model on the structured data obtained via Nimble's SERP API, refining the AI’s understanding of context-specific queries.\n2. Enhance the AI’s learning by continuously integrating new data fetched by Nimble’s API, ensuring the model remains accurate and up-to-date without full retraining cycles.\n3. Fine-tune the AI with targeted queries and log performance metrics to ensure optimal function.\n\n𝗜𝗻𝗳𝗲𝗿𝗲𝗻𝗰𝗲 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲:\n1. Implement the trained AI model to execute queries using the Langchain framework, pulling data from the structured database.\n2. The AI agent uses the model to deliver precise answers derived from the latest data, providing insights that are both current and relevant.\n3. Finally, bundle the entire process into a RESTful API, making your AI agent accessible for real-time queries anywhere.\n\nAnd there you have it.\n\nExcited about what you can achieve with these tools?\nCheck out Nimble s SERP API and explore LangChain for more!\n\n#AI #DataScience #Langchain #Innovation\n\nFor more insights into where AI is heading next, follow me.",
            "created_at": "2024-08-24T00:00:00.000Z",
            "attachments": [
                {
                    "type": "Image",
                    "image": "https://media.licdn.com/dms/image/v2/D4D10AQFiIpxK9UsYmw/image-shrink_1280/image-shrink_1280/0/1724508642946?e=1725300000&v=beta&t=PQs-1Dt2SfoveHkrUqrQ489-gRfBaWR1Dz6wxvX0PrY",
                    "text": "No alternative text description for this image"
                }
            ],
            "is_repost": false,
            "mentions": [
                {
                    "type": "Company",
                    "name": "Nimble ",
                    "logo": "https://media.licdn.com/dms/image/v2/C4D0BAQG6xLhw0ASI-A/company-logo_400_400/company-logo_400_400/0/1658152090045/nimbledata_logo?e=1732752000&v=beta&t=4sWvh0CpBa1ZCeG6fz3iwgGPGiqiwI2VSFnbrXfGqdw",
                    "public_identifier": "nimbledata",
                    "urn": "urn:li:fsd_company:77053322",
                    "url": "https://linkedin.com/company/nimbledata"
                },
                {
                    "type": "Company",
                    "name": "LangChain",
                    "logo": "https://media.licdn.com/dms/image/v2/D560BAQGTObF4UNvy4A/company-logo_400_400/company-logo_400_400/0/1708009961301/langchain_logo?e=1732752000&v=beta&t=-_d-BHeSmk98nK43xihyGt49Mn2F99EjoAy0rEHMsaQ",
                    "public_identifier": "langchain",
                    "urn": "urn:li:fsd_company:91342320",
                    "url": "https://linkedin.com/company/langchain"
                }
            ],
            "shares": 0,
            "comments": 0,
            "likes": 65,
            "reactions": [
                {
                    "reaction_type": "LIKE",
                    "count": 63
                },
                {
                    "reaction_type": "EMPATHY",
                    "count": 2
                }
            ],
            "urn": "urn:li:activity:7233113519947169793",
            "url": "https://www.linkedin.com/feed/update/urn:li:activity:7233113519947169793",
            "shared_post": null
        },
        ...
    ],
    "cursor": "eyJjb3VudCI6MTAwLCJzdGFydCI6MTAwLCJwYWdpbmF0aW9uVG9rZW4iOiJkWEp1T214cE9tRmpkR2wyYVhSNU9qY3hOekU0TmpneU9EUXlPVEEwT1RBek56QXRNVGN3T1Rrd05qWTBOVGd5TlE9PSJ9"
}

Profile People also Viewed

Description

This endpoint retrieves the people also viewed section in a user profile.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/people-also-viewed

Limitation

SubjectValue

Results Per Request

1max 100 results - usually 20 to 30 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/people-also-viewed' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "people_also_viewed": [
        {
            "last_name": "Schroter",
            "first_name": "Wil",
            "headline": "Founder + CEO at Startups.com, Co-Host of Startup Therapy podcast",
            "entity_urn": "urn:li:fsd_profile:ACoAAAAS4ocBAuJUvhtNUa-SC01BMQFk74vy5XU",
            "public_identifier": "wilschroter",
            "premium": true,
            "profile_picture": "https://media.licdn.com/dms/image/v2/C4E03AQGX5tzkWilIsw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1576892172301?e=1730332800&v=beta&t=kBjMzaJ_fDFcUIbtcUiZgcRtvGwVHGnBH4euBabTGcM",
            "url": "https://linkedin.com/in/ACoAAAAS4ocBAuJUvhtNUa-SC01BMQFk74vy5XU",
            "follower_count": 25024
        },
        {
            "last_name": "Kadakia",
            "first_name": "Sagar",
            "headline": "Research | Founder & CEO",
            "entity_urn": "urn:li:fsd_profile:ACoAAAEksucBEEKF6hVthJuXuSa6WTi2TcSXAkQ",
            "public_identifier": "s-kadakia",
            "premium": true,
            "profile_picture": "https://media.licdn.com/dms/image/v2/D4E03AQHwsTSb2G7GTg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1710707503203?e=1730332800&v=beta&t=8nlRTfpX651dB-tNtSSZeePsN1-htezlhoW4du8IzR4",
            "url": "https://linkedin.com/in/ACoAAAEksucBEEKF6hVthJuXuSa6WTi2TcSXAkQ",
            "follower_count": 3361
        },
        ...
    ],
    "cursor": null
}

Profile Interests

Description

This endpoint retrieves the profile's interests.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/interests?type={{type}}

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

type

Yes

Query Param

String | The type of interests to be returned. There are five options:

  • influencers (top voices)

  • companies

  • groups

  • newsletters

  • schools

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/interests?type=companies' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "interests": [
        {
            "type": "companies",
            "name": "Massachusetts Institute of Technology",
            "followers": 1509,
            "url": "https://www.linkedin.com/company/1503/",
            "urn": "urn:li:fsd_company:1503",
            "image": "https://media.licdn.com/dms/image/v2/D560BAQH-UXRfIDIKug/company-logo_400_400/company-logo_400_400/0/1689799729035/mit_logo?e=1732752000&v=beta&t=qmfnduZ5pbtHdw9RRsLWyC_WoFkxl4olEdIAEVuK8C8"
        },
        {
            "type": "companies",
            "name": "Harvard Business Review",
            "followers": 14442,
            "url": "https://www.linkedin.com/company/1649/",
            "urn": "urn:li:fsd_company:1649",
            "image": "https://media.licdn.com/dms/image/v2/C560BAQEulgTy-dwxxg/company-logo_400_400/company-logo_400_400/0/1630574871145/harvard_business_review_logo?e=1732752000&v=beta&t=mpRTJ8ZqvADS_SDhZ-rkTdE5QmphqTiUlW8E-jJlUC8"
        },
        ...
    ],
    "cursor": null
}

Profile Courses

Description

This endpoint retrieves the profile's courses.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/courses

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/-mustafasiddiqui/courses' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "courses": [
        {
            "name": "Calculus IA",
            "code": "MTH 161"
        },
        {
            "name": "Calculus IIA",
            "code": "MTH 162"
        },
        ...
    ],
    "cursor": null
}
```

Profile Events

Description

This endpoint retrieves the profile's events.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/events

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/andrew-huberman/events' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "events": [
        {
            "type": "ended",
            "attendees": 315,
            "duration": null,
            "views": null,
            "location": null,
            "title": "Dr. Andrew Huberman: The Brain Body Contract",
            "url": "https://www.linkedin.com/events/7122738754007556096/?originTrackingId=PdOo2ocuRAmQ1QxyE%2BDLpw%3D%3D",
            "event_image": "https://media.licdn.com/dms/image/v2/D4D1EAQHcPN4gBth4nw/event-background-image-crop_720_1280/event-background-image-crop_720_1280/0/1698193251702?e=1725300000&v=beta&t=kPfs0QqZKxouY-6QkvrZV-gJR8prRLEspVw-fBUa9J8"
        },
        {
            "type": "ended",
            "attendees": 429,
            "duration": null,
            "views": null,
            "location": null,
            "title": "Dr. Andrew Huberman: The Brain Body Contract",
            "url": "https://www.linkedin.com/events/7114817448406614016/?originTrackingId=FLYvMoBHSl2xPBcsDJ7A2A%3D%3D",
            "event_image": "https://media.licdn.com/dms/image/v2/D4D1EAQFiVltE1wOg3Q/event-background-image-crop_720_1280/event-background-image-crop_720_1280/0/1698193280940?e=1725300000&v=beta&t=hOq7QuzhhpfLwM7SbIeX5Jfo3YvUwtIVL0UuBxnUvB0"
        },
        ...
    ],
    "cursor": null
}

Profile Honor and Awards

Description

This endpoint retrieves the profile's honors and awards.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/honors-and-awards

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/andrew-huberman/honors-and-awards' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "honors_and_awards": [
        {
            "title": "Cogan Award for Contributions to Vision Science and Ophthalmology",
            "issued_by": "University of Pennsylvania",
            "issued_date": "Jan 2017",
            "description": null,
            "association": null
        },
        {
            "title": "McKnight Scholar",
            "issued_by": "McKnight Foundation",
            "issued_date": "Jan 2013",
            "description": null,
            "association": null
        },
        ...
    ],
    "cursor": null
}

Profile Images

Description

This endpoint retrieves the profile's images

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/images

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/images' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "images": [
        "https://media.licdn.com/dms/image/v2/D4D10AQFiIpxK9UsYmw/image-shrink_1280/image-shrink_1280/0/1724508642946?e=1725303600&v=beta&t=1ze4z_qQ3cUyIayq6CZriPfyNzWVhGZUPshz789ad9U",
        "https://media.licdn.com/dms/image/v2/D4D10AQEvp0tqpMI7Bg/image-shrink_1280/image-shrink_1280/0/1724425458102?e=1725303600&v=beta&t=JIJtwHn5LS1GOtHAXRJ9gpPZCV8uOMlZ8KcWN0HSRNU",
        "https://media.licdn.com/dms/image/v2/D4D10AQFx8QgCowMy0Q/image-shrink_1280/image-shrink_1280/0/1724252767649?e=1725303600&v=beta&t=hv_zTqiqLkBFhk9Q98nVoRV4HhLDdsDf-nI_uB5CYko",
        "https://media.licdn.com/dms/image/v2/D4D22AQEixUfm0HTPuQ/feedshare-shrink_2048_1536/feedshare-shrink_2048_1536/0/1723679939124?e=1727308800&v=beta&t=G9EwBSQxPDebwojBsEg_XHMEe80Ej12KBiFpqC8dtHo",
        "https://media.licdn.com/dms/image/v2/D4D10AQGH3SK7YjV58Q/image-shrink_1280/image-shrink_1280/0/1723480139082?e=1725303600&v=beta&t=npVJ-Plph3R0suz_63nTYK6kVbmq0VspQhV_YqcLSFE",
        "https://media.licdn.com/dms/image/v2/D4D10AQHLekVIFf9QgQ/image-shrink_1280/image-shrink_1280/0/1722521282137?e=1725303600&v=beta&t=DkbE6vC4mbSQhMOUGbLtx8XCIO9zJkGSlfUmnudCFJA",
        "https://media.licdn.com/dms/image/v2/D4D10AQHsJLG05GLo0A/image-shrink_1280/image-shrink_1280/0/1721824927259?e=1725303600&v=beta&t=Pso9s0b1y7LhYuxTwIQcFk6H172Il0dDECSIGZfD1xA",
        "https://media.licdn.com/dms/image/v2/D4D22AQELtKusBFaYlg/feedshare-shrink_1280/feedshare-shrink_1280/0/1721772090441?e=1727308800&v=beta&t=OGbc1mmwsnShdhNv7i-fC3ico9lG6m7i4UQkltLhhkg",
        "https://media.licdn.com/dms/image/v2/D4D10AQHr7Ct_m_b_BQ/image-shrink_1280/image-shrink_1280/0/1721487134563?e=1725303600&v=beta&t=-_G4vE7JOhvB5pJPOBi2T0FbtsD3i00hYqRmXHu80eI",
        "https://media.licdn.com/dms/image/v2/D4D10AQFHp-x5xOCJOg/image-shrink_1280/image-shrink_1280/0/1721137846384?e=1725303600&v=beta&t=agyhBEDCHAbYQECY6TMxoOFlaUeRCIm395Rf02MeCb0"
    ],
    "cursor": null
}

Profile Languages

Description

This endpoint retrieves the profile's spoken languages.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/languages

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/andrew-huberman/languages' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "languages": [
        {
            "language": "English",
            "proficiency": "Native or bilingual proficiency"
        }
    ],
    "cursor": null
}

Profile Licenses & Certifications

Description

This endpoint retrieves the profile's licenses and certifications.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/licenses-and-certifications

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/paulwcurran/licenses-and-certifications' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "licenses_and_certifications": [
        {
            "title": "Business Analytics Executive Overview",
            "issuer": "University of Illinois Urbana-Champaign",
            "issue_date": {
                "year": 2020,
                "month": 7,
                "day": null
            },
            "expiration_date": null,
            "image_url": "https://media.licdn.com/dms/image/v2/C4E0BAQGFFDl_Z9pIAA/company-logo_400_400/company-logo_400_400/0/1630611684443/university_of_illinois_at_urbana_champaign_logo?e=1732752000&v=beta&t=02N-ctSdkEUgAsT-Y9hy7lLD4Nr2lFBqV4l0ckpvQDY",
            "url": "https://linkedin.com/company/2650",
            "urn": "urn:li:fsd_company:2650"
        },
        {
            "title": "Evaluating User Interfaces",
            "issuer": "University of Minnesota",
            "issue_date": {
                "year": 2017,
                "month": 1,
                "day": null
            },
            "expiration_date": null,
            "image_url": "https://media.licdn.com/dms/image/v2/D560BAQEKTpIfhAXtlw/company-logo_400_400/company-logo_400_400/0/1719939334329/university_of_minnesota_logo?e=1732752000&v=beta&t=lQHW_QYhGawMaTlmIb9OUGTVEyzK26OwmWWOLEloQG4",
            "url": "https://linkedin.com/company/3181",
            "urn": "urn:li:fsd_company:3181"
        },
        ...
    ],
    "cursor": null
}

Profile Organizations

Description

This endpoint retrieves the profile's organizations.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/organizations

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/paulwcurran/organizations' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "organizations": [
        {
            "organization": {
                "name": null,
                "url": null
            },
            "position": "Faculty of 1000",
            "description": null,
            "duration": {
                "in_organization": true,
                "start_date": {
                    "month": 1,
                    "year": 2018
                },
                "end_date": {
                    "month": null,
                    "year": null
                }
            }
        },
        ...
    ],
    "cursor": null
}

Profile Volunteering Experience

Description

This endpoint retrieves the profile's volunteering experience.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/volunteering-experience

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik/volunteering-experience' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "volunteering_experience": [
        {
            "role": "Head Of Department",
            "organization": " Schneider Children's Medical Center of Israel",
            "industry": "Children",
            "is_current_position": false,
            "start_date": {
                "month": 4,
                "year": 2009
            },
            "end_date": {
                "month": 11,
                "year": 2013
            },
            "duration": {
                "months": 8,
                "years": 4
            },
            "description": "Support for children with cancer and their families, including assistance in and out of the hospital. I led a group and managed the volunteers in the partner activity and the holiday camps."
        },
        {
            "role": "Data Analyst",
            "organization": "CECI | המרכז להעצמת האזרח",
            "is_current_position": false,
            "start_date": {
                "month": 2,
                "year": 2019
            },
            "end_date": {
                "month": 5,
                "year": 2021
            },
            "duration": {
                "months": 4,
                "years": 2
            },
            "description": "Monitoring Government Efficiency"
        }
    ],
    "cursor": null
}

Profile Patents

Description

This endpoint retrieves the profile's patents.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/patents

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/dovmoran/patents' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "patents": [
        {
            "title": "Mood-based messaging",
            "subtitle": "US 8509743 · Issued Aug 13, 2013",
            "description": null,
            "url": "http://www.google.com/patents/US8509743"
        },
        {
            "title": "Foldable mobile phone",
            "subtitle": "US 8406826 · Issued Mar 26, 2013",
            "description": null,
            "url": "http://www.google.com/patents/US8406826"
        },
        {
            "title": "Modular wireless communicator",
            "subtitle": "US 8391921 · Issued Mar 5, 2013",
            "description": null,
            "url": "http://www.google.com/patents/US8391921"
        },
        {
            "title": "Notebook computer and cell phone assembly",
            "subtitle": "US 8340721 · Issued Dec 25, 2012",
            "description": null,
            "url": "http://www.google.com/patents/US8340721"
        },
        {
            "title": "Modular wireless communicator",
            "subtitle": "US 8180395 · Issued May 15, 2012",
            "description": null,
            "url": "http://www.google.com/patents/US8180395"
        },
        {
            "title": "Mood-based messaging",
            "subtitle": "US 8160549 · Issued Apr 17, 2012",
            "description": null,
            "url": "http://www.google.com/patents/US8160549"
        },
        {
            "title": "Mood-based messaging",
            "subtitle": "US 8160549 · Issued Apr 17, 2012",
            "description": null,
            "url": "http://www.google.com/patents/US8160549"
        },
        {
            "title": "Architecture for a universal serial bus-based PC flash disk (USB Flash Drive)",
            "subtitle": "US US6148354",
            "description": null,
            "url": null
        }
    ],
    "cursor": null
}

Profile Projects

Description

This endpoint retrieves the profile's projects.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/projects

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/dovmoran/projects' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "projects": [
        {
            "title": "App Demo video for our Fitness22 Workout App",
            "date": "Dec 2015 - Present",
            "description": "Used Quicktime, Final Cut and iMovie to piece together this app demo for our latest app: Gym Workout",
            "contributors": null
        }
    ],
    "cursor": null
}

Profile Publications

Description

This endpoint retrieves the profile's publications.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/publications

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/dovmoran/publications' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "publications": [
        {
            "title": "Despite Unrest, The Israeli Tech Ecosystem Is Flourishing",
            "source": "TechCrunch",
            "summary": "These days, we are witnessing a record level of activity within the Israeli high-tech scene. The fact that this is happening amidst a period of unrest and violence is an impressive testament to our culture and character. Entrepreneurship and innovation will win over hatred and destruction. Always.",
            "url": "http://techcrunch.com/2015/12/24/despite-unrest-the-israeli-tech-ecosystem-is-flourishing/"
        }
    ],
    "cursor": null
}

Profile Test Scores

Description

This endpoint retrieves the profile's test scores.

Endpoint

GET api/v1/realtime/social/linkedin/v1/profile/{{identifier}}/test-scores

Limitation

SubjectValue

Results Per Request

100 results

Parameters

ParamRequiredParam TypeDescription

identifier

Yes

Path Param

String | The public identifier of the profile. For more info go to the 'Get Started' section at the top of the page.

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/
-mustafasiddiqui/test-scores' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "test_scores": [
        {
            "title": "SAT",
            "subtitle": "Score: 1500 · Sep 2017"
        }
    ],
    "cursor": null
}

Last updated