Person

Person API

Description

This endpoint retrieves multiple information on the profile like name, which includes the following api endpoints within a single request:

  • Profile's Overview

  • Profile's About

  • Profile's Experience

  • Profile's Educations

  • Profile's Skills

Endpoint

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

Limitation

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/profile/urik' \
--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",
    "connections": 3426,
    "followers": 5410,
    "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,
    "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": [],
    "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
                    }
                }
            ]
        },
        {
            "company": {
                "name": "Cyronix",
                "location": null,
                "location_type": null,
                "logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQEWDA1nWOai4A/company-logo_400_400/company-logo_400_400/0/1630531976534?e=1732752000&v=beta&t=aS2L8corKxhyKPLkUKjTFyfoXFMjH5NqDKto6Q9mQ9k",
                "public_identifier": "cyronix",
                "urn": "urn:li:fsd_company:71891456",
                "url": "https://www.linkedin.com/company/cyronix/"
            },
            "positions": [
                {
                    "role": "Co-founder & CEO",
                    "employment_type": "Full-time",
                    "location": null,
                    "location_type": null,
                    "description": "cyber cyber cyber. acq.",
                    "is_current_position": false,
                    "start_date": {
                        "month": 1,
                        "year": 2019
                    },
                    "end_date": {
                        "month": 4,
                        "year": 2021
                    },
                    "duration": {
                        "months": 4,
                        "years": 2
                    }
                }
            ]
        },
        {
            "company": {
                "name": "Rayzone Group",
                "location": null,
                "location_type": null,
                "logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQH1pjU6lXg-UQ/company-logo_400_400/company-logo_400_400/0/1678977899233/rayzone_group_logo?e=1732752000&v=beta&t=HlY7m5bGbY-6PWQmGfKJRgwIAN4tdvefnAoh7oCNoV0",
                "public_identifier": "rayzone-group",
                "urn": "urn:li:fsd_company:30147215",
                "url": "https://www.linkedin.com/company/rayzone-group/"
            },
            "positions": [
                {
                    "role": "Head of R&D Group ",
                    "employment_type": "Full-time",
                    "location": null,
                    "location_type": null,
                    "description": "I'm capable write software.",
                    "is_current_position": false,
                    "start_date": {
                        "month": 6,
                        "year": 2016
                    },
                    "end_date": {
                        "month": 11,
                        "year": 2018
                    },
                    "duration": {
                        "months": 6,
                        "years": 2
                    }
                }
            ]
        },
        {
            "company": {
                "name": "Israeli Military Intelligence",
                "location": null,
                "location_type": null,
                "logo_url": "https://media.licdn.com/dms/image/v2/C560BAQF2QpabYGsVRA/company-logo_400_400/company-logo_400_400/0/1630629917882/israelimilitaryintelligence_logo?e=1732752000&v=beta&t=moCrtENWo3TpYRyGAQlaVYKNS2L4vxWkF3b32pb1uwk",
                "public_identifier": "israelimilitaryintelligence",
                "urn": "urn:li:fsd_company:18095393",
                "url": "https://www.linkedin.com/company/israelimilitaryintelligence/"
            },
            "positions": [
                {
                    "role": "Head of Cyber Security AI Department",
                    "employment_type": "Full-time",
                    "location": null,
                    "description": null,
                    "skills": null,
                    "is_current_position": false,
                    "start_date": {
                        "month": 4,
                        "year": 2015
                    },
                    "end_date": {
                        "month": 7,
                        "year": 2016
                    },
                    "duration": {
                        "months": 4,
                        "years": 1
                    }
                },
                {
                    "role": "Recipient of the Israeli Intelligence - Excellence Award",
                    "employment_type": "Full-time",
                    "location": null,
                    "description": null,
                    "skills": null,
                    "is_current_position": false,
                    "start_date": {
                        "month": 11,
                        "year": 2012
                    },
                    "end_date": {
                        "month": 4,
                        "year": 2015
                    },
                    "duration": {
                        "months": 6,
                        "years": 2
                    }
                }
            ]
        }
    ],
    "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
            }
        }
    ],
    "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)"
        },
        {
            "name": "Large Language Models (LLM)",
            "endorser_count": "4",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,19)"
        },
        {
            "name": "Programming",
            "endorser_count": "6",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,2)"
        },
        {
            "name": "Entrepreneurship",
            "endorser_count": "16",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,4)"
        },
        {
            "name": "Web Scraping",
            "endorser_count": "4",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,10)"
        },
        {
            "name": "Cyber-security",
            "endorser_count": "14",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,3)"
        },
        {
            "name": "Project Management",
            "endorser_count": "11",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,1)"
        },
        {
            "name": "Product Development",
            "endorser_count": "10",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,7)"
        },
        {
            "name": "Business Development",
            "endorser_count": "9",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,8)"
        },
        {
            "name": "Sales",
            "endorser_count": "8",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,9)"
        },
        {
            "name": "Innovation Management",
            "endorser_count": "8",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,6)"
        },
        {
            "name": "Malware Analysis",
            "endorser_count": "13",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,5)"
        },
        {
            "name": "Python (Programming Language)",
            "endorser_count": "2",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,11)"
        },
        {
            "name": "SQL",
            "endorser_count": "1",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,12)"
        },
        {
            "name": "JavaScript",
            "endorser_count": "1",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,13)"
        },
        {
            "name": "Operating Systems",
            "endorser_count": "1",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,14)"
        },
        {
            "name": "Software Design",
            "endorser_count": "3",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,15)"
        },
        {
            "name": "Linux",
            "endorser_count": "1",
            "endorsers": [],
            "urn": "urn:li:fsd_skill:(ACoAAB4VgvEBB9Tk2OSbiSDXL6fh9NE1G0Ku_Js,16)"
        }
    ]
}

Last updated