LinkedInget/get-profile-data-by-url

Get Profile Data By URL

Profile APIs
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Look up a full professional profile using a LinkedIn profile URL. Accepts the standard linkedin.com/in/ URL format and returns the same comprehensive profile data as the username-based endpoint. Ideal for agents processing LinkedIn URLs from resumes, email signatures, CRM fields, or web scraping results.

Use cases

Parse LinkedIn URLs from resumes and cover letters for recruiting pipelines
Enrich CRM contact records that store LinkedIn profile URLs
Process LinkedIn URLs found in email signatures or social bios

Parameters

NameInTypeRequiredDescription
urlquerystringrequiredDefault: https://www.linkedin.com/in/adamselipsky/

Responses

OK

{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "urn": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "isTopVoice": {
      "type": "boolean"
    },
    "isCreator": {
      "type": "boolean"
    },
    "isPremium": {
      "type": "boolean"
    },
    "profilePicture": {
      "type": "string"
    },
    "backgroundImage": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "width": {
            "type": "integer"
          },
          "height": {
            "type": "integer"
          },
          "url": {
            "type": "string"
          }
        }
      }
    },
    "summary": {
      "type": "string"
    },
    "headline": {
      "type": "string"
    },
    "geo": {
      "type": "object",
      "properties": {
        "country": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "full": {
          "type": "string"
        },
        "countryCode": {
          "type": "string"
        }
      }
    },
    "educations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "start": {
            "type": "object",
            "properties": {
              "year": {
                "type": "integer"
              },
              "month": {
                "type": "integer"
              },
              "day": {
                "type": "integer"
              }
            }
          },
          "end": {
            "type": "object",
            "properties": {
              "year": {
                "type": "integer"
              },
              "month": {
                "type": "integer"
              },
              "day": {
                "type": "integer"
              }
            }
          },
          "fieldOfStudy": {
            "type": "string"
          },
          "degree": {
            "type": "string"
          },
          "grade": {
            "type": "string"
          },
          "schoolName": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "activities": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "schoolId": {
            "type": "string"
          },
          "logo": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "url": {
                  "type": "string"
                },
                "width": {
                  "type": "integer"
                },
                "height": {
                  "type": "integer"
                }
              }
            }
          }
        }
      }
    },
    "position": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "companyId": {
            "type": "integer"
          },
          "companyName": {
            "type": "string"
          },
          "companyUsername": {
            "type": "string"
          },
          "companyURL": {
            "type": "string"
          },
          "companyLogo": {
            "type": "string"
          },
          "companyIndustry": {
            "type": "string"
          },
          "companyStaffCountRange": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "multiLocaleTitle": {
            "type": "object",
            "properties": {
              "en_US": {
                "type": "string"
              }
            }
          },
          "multiLocaleCompanyName": {
            "type": "object",
            "properties": {
              "en_US": {
                "type": "string"
              }
            }
          },
          "location": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "employmentType": {
            "type": "string"
          },
          "start": {
            "type": "object",
            "properties": {
              "year": {
                "type": "integer"
              },
              "month": {
                "type": "integer"
              },
              "day": {
                "type": "integer"
              }
            }
          },
          "end": {
            "type": "object",
            "properties": {
              "year": {
                "type": "integer"
              },
              "month": {
                "type": "integer"
              },
              "day": {
                "type": "integer"
              }
            }
          }
        }
      }
    },
    "fullPositions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "companyId": {
            "type": "integer"
          },
          "companyName": {
            "type": "string"
          },
          "companyUsername": {
            "type": "string"
          },
          "companyURL": {
            "type": "string"
          },
          "companyLogo": {
            "type": "string"
          },
          "companyIndustry": {
            "type": "string"
          },
          "companyStaffCountRange": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "multiLocaleTitle": {
            "type": "object",
            "properties": {
              "en_US": {
                "type": "string"
              }
            }
          },
          "multiLocaleCompanyName": {
            "type": "object",
            "properties": {
              "en_US": {
                "type": "string"
              }
            }
          },
          "location": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "employmentType": {
            "type": "string"
          },
          "start": {
            "type": "object",
            "properties": {
              "year": {
                "type": "integer"
              },
              "month": {
                "type": "integer"
              },
              "day": {
                "type": "integer"
              }
            }
          },
          "end": {
            "type": "object",
            "properties": {
              "year": {
                "type": "integer"
              },
              "month": {
                "type": "integer"
              },
              "day": {
                "type": "integer"
              }
            }
          }
        }
      }
    },
    "skills": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "passedSkillAssessment": {
            "type": "boolean"
          },
          "endorsementsCount": {
            "type": "integer"
          }
        }
      }
    },
    "projects": {
      "type": "object"
    },
    "supportedLocales": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "country": {
            "type": "string"
          },
          "language": {
            "type": "string"
          }
        }
      }
    },
    "multiLocaleFirstName": {
      "type": "object",
      "properties": {
        "en": {
          "type": "string"
        }
      }
    },
    "multiLocaleLastName": {
      "type": "object",
      "properties": {
        "en": {
          "type": "string"
        }
      }
    },
    "multiLocaleHeadline": {
      "type": "object",
      "properties": {
        "en": {
          "type": "string"
        }
      }
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Get_Profile_Data_By_URL",
  "method": "get",
  "path": "/get-profile-data-by-url",
  "summary": "Get Profile Data By URL",
  "description": "Get all profile data, including experience,  skills, language, education, course, and companies, **open to work** status, hiring status, location. Check **Example Responses** for more details",
  "parameters": [
    {
      "name": "url",
      "in": "query",
      "required": true,
      "schema": {
        "type": "string",
        "default": "https://www.linkedin.com/in/adamselipsky/"
      }
    }
  ],
  "responses": [
    {
      "statusCode": "200",
      "description": "OK",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "id": {
                "type": "integer"
              },
              "urn": {
                "type": "string"
              },
              "username": {
                "type": "string"
              },
              "firstName": {
                "type": "string"
              },
              "lastName": {
                "type": "string"
              },
              "isTopVoice": {
                "type": "boolean"
              },
              "isCreator": {
                "type": "boolean"
              },
              "isPremium": {
                "type": "boolean"
              },
              "profilePicture": {
                "type": "string"
              },
              "backgroundImage": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "width": {
                      "type": "integer"
                    },
                    "height": {
                      "type": "integer"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                }
              },
              "summary": {
                "type": "string"
              },
              "headline": {
                "type": "string"
              },
              "geo": {
                "type": "object",
                "properties": {
                  "country": {
                    "type": "string"
                  },
                  "city": {
                    "type": "string"
                  },
                  "full": {
                    "type": "string"
                  },
                  "countryCode": {
                    "type": "string"
                  }
                }
              },
              "educations": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "start": {
                      "type": "object",
                      "properties": {
                        "year": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        }
                      }
                    },
                    "end": {
                      "type": "object",
                      "properties": {
                        "year": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        }
                      }
                    },
                    "fieldOfStudy": {
                      "type": "string"
                    },
                    "degree": {
                      "type": "string"
                    },
                    "grade": {
                      "type": "string"
                    },
                    "schoolName": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "activities": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "schoolId": {
                      "type": "string"
                    },
                    "logo": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "url": {
                            "type": "string"
                          },
                          "width": {
                            "type": "integer"
                          },
                          "height": {
                            "type": "integer"
                          }
                        }
                      }
                    }
                  }
                }
              },
              "position": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "companyId": {
                      "type": "integer"
                    },
                    "companyName": {
                      "type": "string"
                    },
                    "companyUsername": {
                      "type": "string"
                    },
                    "companyURL": {
                      "type": "string"
                    },
                    "companyLogo": {
                      "type": "string"
                    },
                    "companyIndustry": {
                      "type": "string"
                    },
                    "companyStaffCountRange": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "multiLocaleTitle": {
                      "type": "object",
                      "properties": {
                        "en_US": {
                          "type": "string"
                        }
                      }
                    },
                    "multiLocaleCompanyName": {
                      "type": "object",
                      "properties": {
                        "en_US": {
                          "type": "string"
                        }
                      }
                    },
                    "location": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "employmentType": {
                      "type": "string"
                    },
                    "start": {
                      "type": "object",
                      "properties": {
                        "year": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        }
                      }
                    },
                    "end": {
                      "type": "object",
                      "properties": {
                        "year": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        }
                      }
                    }
                  }
                }
              },
              "fullPositions": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "companyId": {
                      "type": "integer"
                    },
                    "companyName": {
                      "type": "string"
                    },
                    "companyUsername": {
                      "type": "string"
                    },
                    "companyURL": {
                      "type": "string"
                    },
                    "companyLogo": {
                      "type": "string"
                    },
                    "companyIndustry": {
                      "type": "string"
                    },
                    "companyStaffCountRange": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "multiLocaleTitle": {
                      "type": "object",
                      "properties": {
                        "en_US": {
                          "type": "string"
                        }
                      }
                    },
                    "multiLocaleCompanyName": {
                      "type": "object",
                      "properties": {
                        "en_US": {
                          "type": "string"
                        }
                      }
                    },
                    "location": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "employmentType": {
                      "type": "string"
                    },
                    "start": {
                      "type": "object",
                      "properties": {
                        "year": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        }
                      }
                    },
                    "end": {
                      "type": "object",
                      "properties": {
                        "year": {
                          "type": "integer"
                        },
                        "month": {
                          "type": "integer"
                        },
                        "day": {
                          "type": "integer"
                        }
                      }
                    }
                  }
                }
              },
              "skills": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "passedSkillAssessment": {
                      "type": "boolean"
                    },
                    "endorsementsCount": {
                      "type": "integer"
                    }
                  }
                }
              },
              "projects": {
                "type": "object"
              },
              "supportedLocales": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "country": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    }
                  }
                }
              },
              "multiLocaleFirstName": {
                "type": "object",
                "properties": {
                  "en": {
                    "type": "string"
                  }
                }
              },
              "multiLocaleLastName": {
                "type": "object",
                "properties": {
                  "en": {
                    "type": "string"
                  }
                }
              },
              "multiLocaleHeadline": {
                "type": "object",
                "properties": {
                  "en": {
                    "type": "string"
                  }
                }
              }
            }
          },
          "example": {
            "id": 11848598,
            "urn": "ACoAAAC0y5YB1d3L356Yaf3g3Tb5PR4O7scFb5o",
            "username": "adamselipsky",
            "firstName": "Adam",
            "lastName": "Selipsky",
            "isTopVoice": true,
            "isCreator": true,
            "isPremium": true,
            "profilePicture": "https://media.licdn.com/dms/image/v2/D5603AQGZJ-njdtv_-g/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1719507065641?e=1745452800&v=beta&t=jB4pq7YIlD7U5_VEggujMBPMm2sRixuRaPQPZVTHnO0",
            "backgroundImage": [
              {
                "width": 266,
                "height": 200,
                "url": "https://media.licdn.com/dms/image/v2/D5616AQEetlwRti-pwA/profile-displaybackgroundimage-shrink_200_800/profile-displaybackgroundimage-shrink_200_800/0/1719506391020?e=1745452800&v=beta&t=jS1mlfjN5I_DcJU1oT89xaqGrNuhzgNYWhS7xU-Uqj4"
              },
              {
                "width": 466,
                "height": 350,
                "url": "https://media.licdn.com/dms/image/v2/D5616AQEetlwRti-pwA/profile-displaybackgroundimage-shrink_350_1400/profile-displaybackgroundimage-shrink_350_1400/0/1719506391020?e=1745452800&v=beta&t=cN-vp_O3Bfx6cMKlAngpgDnGVXn65PVwRmlWSDsb6wE"
              }
            ],
            "summary": "Adam Selipsky is the CEO of Amazon Web Services (AWS), the world’s most comprehensive and broadly adopted cloud platform. Having previously led AWS marketing, sales, and support for 11 years, from 2005-2016, Selipsky helped launch and grow AWS from a start-up into a multi-billion dollar business. Prior to rejoining AWS in 2021, Selipsky was most recently President and CEO of Tableau Software. He led Tableau through its acquisition by Salesforce, in what was the third largest software industry acquisition at the time. ",
            "headline": "Former CEO at Amazon Web Services (AWS). Former President and CEO at Tableau. ",
            "geo": {
              "country": "United States",
              "city": "Greater Seattle Area",
              "full": "Greater Seattle Area",
              "countryCode": "us"
            },
            "educations": [
              {
                "start": {
                  "year": 0,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 0,
                  "month": 0,
                  "day": 0
                },
                "fieldOfStudy": "",
                "degree": "MBA",
                "grade": "",
                "schoolName": "Harvard Business School",
                "description": "",
                "activities": "",
                "url": "https://www.linkedin.com/school/harvard-business-school/",
                "schoolId": "4867",
                "logo": [
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C4D0BAQF_DkXTlZVo1w/company-logo_200_200/company-logo_200_200/0/1639781479259/harvard_business_school_logo?e=1747872000&v=beta&t=zGvhQP8kaeU6iMUAWBYWHN2Si4aTf4k3e7UcowPzla4",
                    "width": 200,
                    "height": 200
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C4D0BAQF_DkXTlZVo1w/company-logo_100_100/company-logo_100_100/0/1639781479259/harvard_business_school_logo?e=1747872000&v=beta&t=D0LeZCBX9QlA1p0Kx3R5MswCANSh7mQWgbIsUv7gDHU",
                    "width": 100,
                    "height": 100
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C4D0BAQF_DkXTlZVo1w/company-logo_400_400/company-logo_400_400/0/1639781479259/harvard_business_school_logo?e=1747872000&v=beta&t=Uaeudw2UVQUkSpvO9ZmS-8fwAXwy3mxUHUXiff53x2w",
                    "width": 400,
                    "height": 400
                  }
                ]
              },
              {
                "start": {
                  "year": 0,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 0,
                  "month": 0,
                  "day": 0
                },
                "fieldOfStudy": "Government",
                "degree": "A.B.",
                "grade": "",
                "schoolName": "Harvard University",
                "description": "",
                "activities": "",
                "url": "https://www.linkedin.com/school/harvard-university/",
                "schoolId": "1646",
                "logo": [
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C4E0BAQF5t62bcL0e9g/company-logo_200_200/company-logo_200_200/0/1631318058235?e=1747872000&v=beta&t=t7u18zxmk3gw8zLSexK4Qu0U9jUo5z-kFmBPKeCyB7E",
                    "width": 200,
                    "height": 200
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C4E0BAQF5t62bcL0e9g/company-logo_100_100/company-logo_100_100/0/1631318058235?e=1747872000&v=beta&t=6F-Yz0FB2WXEk5gIJBjjM0AYUDwr8LlI-V-tMUm1GVk",
                    "width": 100,
                    "height": 100
                  },
                  {
                    "url": "https://media.licdn.com/dms/image/v2/C4E0BAQF5t62bcL0e9g/company-logo_400_400/company-logo_400_400/0/1631318058235?e=1747872000&v=beta&t=R-b5b-PL4ZjO4b5Zpv8ME007hB20Vy8mhpLAH_CaeW8",
                    "width": 400,
                    "height": 400
                  }
                ]
              }
            ],
            "position": [
              {
                "companyId": 2382910,
                "companyName": "Amazon Web Services (AWS)",
                "companyUsername": "amazon-web-services",
                "companyURL": "https://www.linkedin.com/company/amazon-web-services/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/D4E0BAQE0fp2sCqnVLg/company-logo_400_400/company-logo_400_400/0/1738855736997/amazon_web_services_logo?e=1747872000&v=beta&t=dRgdvz2IxhXQ1E7-YcPcbs6NQjMgyGA5iJPBnVva2Go",
                "companyIndustry": "Information Technology & Services",
                "companyStaffCountRange": "10001+",
                "title": "CEO",
                "multiLocaleTitle": {
                  "en_US": "CEO"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Amazon Web Services (AWS)"
                },
                "location": "",
                "description": "Led AWS from pre-revenue to $100B revenue run-rate with 37% operating margin. AWS is the world’s most comprehensive and broadly adopted cloud offering.",
                "employmentType": "",
                "start": {
                  "year": 2021,
                  "month": 5,
                  "day": 0
                },
                "end": {
                  "year": 2024,
                  "month": 6,
                  "day": 0
                }
              },
              {
                "companyId": 206993,
                "companyName": "Tableau Software",
                "companyUsername": "tableau-software",
                "companyURL": "https://www.linkedin.com/company/tableau-software/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/C560BAQGbNutqXFCq8g/company-logo_400_400/company-logo_400_400/0/1630636446931/tableau_software_logo?e=1747872000&v=beta&t=ZgKGfQWjGzWzCDUe8HxvoLVlO-e1u2zLg5VhLRmi5h4",
                "companyIndustry": "Computer Software",
                "companyStaffCountRange": "1001 - 5000",
                "title": "CEO",
                "multiLocaleTitle": {
                  "en_US": "CEO"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Tableau Software"
                },
                "location": "Seattle, WA",
                "description": "Transformed Tableau to subscription model from perpetual licensing. Led company through its acquisition by Salesforce, in what was the third largest software industry acquisition at the time. Tableau helps people see and understand data. People use Tableau’s intuitive business analytics software to fuel exploration, ask questions, and share insights across their organizations.",
                "employmentType": "",
                "start": {
                  "year": 2016,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 2021,
                  "month": 5,
                  "day": 0
                }
              },
              {
                "companyId": 2382910,
                "companyName": "Amazon Web Services (AWS)",
                "companyUsername": "amazon-web-services",
                "companyURL": "https://www.linkedin.com/company/amazon-web-services/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/D4E0BAQE0fp2sCqnVLg/company-logo_400_400/company-logo_400_400/0/1738855736997/amazon_web_services_logo?e=1747872000&v=beta&t=dRgdvz2IxhXQ1E7-YcPcbs6NQjMgyGA5iJPBnVva2Go",
                "companyIndustry": "Information Technology & Services",
                "companyStaffCountRange": "10001+",
                "title": "Vice President of Marketing, Sales, & Support - COO role",
                "multiLocaleTitle": {
                  "en_US": "Vice President of Marketing, Sales, & Support - COO role"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Amazon Web Services (AWS)"
                },
                "location": "Seattle, WA",
                "description": "Worldwide responsibility for AWS marketing, sales, business development, partner management, technical support and customer service, and product marketing/mgmt. Member of Amazon's 18-person senior operating committee (S-Team). Took AWS from pre-revenue to $13B+ revenue business still growing 50%/yr while growing team size from fewer than 10 to thousands.",
                "employmentType": "",
                "start": {
                  "year": 2005,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 2016,
                  "month": 0,
                  "day": 0
                }
              },
              {
                "companyId": 3646,
                "companyName": "RealNetworks",
                "companyUsername": "realnetworks",
                "companyURL": "https://www.linkedin.com/company/realnetworks/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/C560BAQEK239n0aSjRw/company-logo_400_400/company-logo_400_400/0/1630584651337/realnetworks_logo?e=1747872000&v=beta&t=n6OJEnx6B7XH4OiktHhRsHLckUXSahZR1RCqNm1MSfo",
                "companyIndustry": "Computer Software",
                "companyStaffCountRange": "201 - 500",
                "title": "Vice President (general management, marketing)",
                "multiLocaleTitle": {
                  "en_US": "Vice President (general management, marketing)"
                },
                "multiLocaleCompanyName": {
                  "en_US": "RealNetworks"
                },
                "location": "Seattle, WA",
                "description": "Vice President for Video Subscription business, RealPlayer, and Customer Support; responsible for over one-third of company revenue. Previously served as Vice President of Consumer Marketing, including running real.com, ranking in top ten most trafficked websites. Also served as General Manager for Media Systems Marketing, responsible for all marketing activities to enterprises, developers, and IT organizations.",
                "employmentType": "",
                "start": {
                  "year": 1999,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 2005,
                  "month": 0,
                  "day": 0
                }
              },
              {
                "companyId": 2453,
                "companyName": "Mercer Management Consulting",
                "companyUsername": "mercer-management-consulting",
                "companyURL": "https://www.linkedin.com/company/mercer-management-consulting/",
                "companyLogo": "",
                "companyIndustry": "Management Consulting",
                "companyStaffCountRange": "1001 - 5000",
                "title": "Principal",
                "multiLocaleTitle": {
                  "en_US": "Principal"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Mercer Management Consulting"
                },
                "location": "Boston, MA",
                "description": "Partner in strategy consulting firm, focused on computing and communications industries. Led client engagements including marketing strategy, cost benchmarking, strategic growth initiatives, merger analysis, financial planning, and process reengineering.",
                "employmentType": "",
                "start": {
                  "year": 1993,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 1999,
                  "month": 0,
                  "day": 0
                }
              }
            ],
            "fullPositions": [
              {
                "companyId": 2382910,
                "companyName": "Amazon Web Services (AWS)",
                "companyUsername": "amazon-web-services",
                "companyURL": "https://www.linkedin.com/company/amazon-web-services/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/D4E0BAQE0fp2sCqnVLg/company-logo_400_400/company-logo_400_400/0/1738855736997/amazon_web_services_logo?e=1747872000&v=beta&t=dRgdvz2IxhXQ1E7-YcPcbs6NQjMgyGA5iJPBnVva2Go",
                "companyIndustry": "Information Technology & Services",
                "companyStaffCountRange": "10001+",
                "title": "CEO",
                "multiLocaleTitle": {
                  "en_US": "CEO"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Amazon Web Services (AWS)"
                },
                "location": "",
                "description": "Led AWS from pre-revenue to $100B revenue run-rate with 37% operating margin. AWS is the world’s most comprehensive and broadly adopted cloud offering.",
                "employmentType": "",
                "start": {
                  "year": 2021,
                  "month": 5,
                  "day": 0
                },
                "end": {
                  "year": 2024,
                  "month": 6,
                  "day": 0
                }
              },
              {
                "companyId": 206993,
                "companyName": "Tableau Software",
                "companyUsername": "tableau-software",
                "companyURL": "https://www.linkedin.com/company/tableau-software/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/C560BAQGbNutqXFCq8g/company-logo_400_400/company-logo_400_400/0/1630636446931/tableau_software_logo?e=1747872000&v=beta&t=ZgKGfQWjGzWzCDUe8HxvoLVlO-e1u2zLg5VhLRmi5h4",
                "companyIndustry": "Computer Software",
                "companyStaffCountRange": "1001 - 5000",
                "title": "CEO",
                "multiLocaleTitle": {
                  "en_US": "CEO"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Tableau Software"
                },
                "location": "Seattle, WA",
                "description": "Transformed Tableau to subscription model from perpetual licensing. Led company through its acquisition by Salesforce, in what was the third largest software industry acquisition at the time. Tableau helps people see and understand data. People use Tableau’s intuitive business analytics software to fuel exploration, ask questions, and share insights across their organizations.",
                "employmentType": "",
                "start": {
                  "year": 2016,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 2021,
                  "month": 5,
                  "day": 0
                }
              },
              {
                "companyId": 2382910,
                "companyName": "Amazon Web Services (AWS)",
                "companyUsername": "amazon-web-services",
                "companyURL": "https://www.linkedin.com/company/amazon-web-services/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/D4E0BAQE0fp2sCqnVLg/company-logo_400_400/company-logo_400_400/0/1738855736997/amazon_web_services_logo?e=1747872000&v=beta&t=dRgdvz2IxhXQ1E7-YcPcbs6NQjMgyGA5iJPBnVva2Go",
                "companyIndustry": "Information Technology & Services",
                "companyStaffCountRange": "10001+",
                "title": "Vice President of Marketing, Sales, & Support - COO role",
                "multiLocaleTitle": {
                  "en_US": "Vice President of Marketing, Sales, & Support - COO role"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Amazon Web Services (AWS)"
                },
                "location": "Seattle, WA",
                "description": "Worldwide responsibility for AWS marketing, sales, business development, partner management, technical support and customer service, and product marketing/mgmt. Member of Amazon's 18-person senior operating committee (S-Team). Took AWS from pre-revenue to $13B+ revenue business still growing 50%/yr while growing team size from fewer than 10 to thousands.",
                "employmentType": "",
                "start": {
                  "year": 2005,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 2016,
                  "month": 0,
                  "day": 0
                }
              },
              {
                "companyId": 3646,
                "companyName": "RealNetworks",
                "companyUsername": "realnetworks",
                "companyURL": "https://www.linkedin.com/company/realnetworks/",
                "companyLogo": "https://media.licdn.com/dms/image/v2/C560BAQEK239n0aSjRw/company-logo_400_400/company-logo_400_400/0/1630584651337/realnetworks_logo?e=1747872000&v=beta&t=n6OJEnx6B7XH4OiktHhRsHLckUXSahZR1RCqNm1MSfo",
                "companyIndustry": "Computer Software",
                "companyStaffCountRange": "201 - 500",
                "title": "Vice President (general management, marketing)",
                "multiLocaleTitle": {
                  "en_US": "Vice President (general management, marketing)"
                },
                "multiLocaleCompanyName": {
                  "en_US": "RealNetworks"
                },
                "location": "Seattle, WA",
                "description": "Vice President for Video Subscription business, RealPlayer, and Customer Support; responsible for over one-third of company revenue. Previously served as Vice President of Consumer Marketing, including running real.com, ranking in top ten most trafficked websites. Also served as General Manager for Media Systems Marketing, responsible for all marketing activities to enterprises, developers, and IT organizations.",
                "employmentType": "",
                "start": {
                  "year": 1999,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 2005,
                  "month": 0,
                  "day": 0
                }
              },
              {
                "companyId": 2453,
                "companyName": "Mercer Management Consulting",
                "companyUsername": "mercer-management-consulting",
                "companyURL": "https://www.linkedin.com/company/mercer-management-consulting/",
                "companyLogo": "",
                "companyIndustry": "Management Consulting",
                "companyStaffCountRange": "1001 - 5000",
                "title": "Principal",
                "multiLocaleTitle": {
                  "en_US": "Principal"
                },
                "multiLocaleCompanyName": {
                  "en_US": "Mercer Management Consulting"
                },
                "location": "Boston, MA",
                "description": "Partner in strategy consulting firm, focused on computing and communications industries. Led client engagements including marketing strategy, cost benchmarking, strategic growth initiatives, merger analysis, financial planning, and process reengineering.",
                "employmentType": "",
                "start": {
                  "year": 1993,
                  "month": 0,
                  "day": 0
                },
                "end": {
                  "year": 1999,
                  "month": 0,
                  "day": 0
                }
              }
            ],
            "skills": [
              {
                "name": "Entrepreneurship",
                "passedSkillAssessment": false,
                "endorsementsCount": 12
              },
              {
                "name": "Product Marketing",
                "passedSkillAssessment": false,
                "endorsementsCount": 7
              },
              {
                "name": "Business Strategy",
                "passedSkillAssessment": false,
                "endorsementsCount": 8
              },
              {
                "name": "Mergers & Acquisitions",
                "passedSkillAssessment": false,
                "endorsementsCount": 5
              },
              {
                "name": "Management",
                "passedSkillAssessment": false,
                "endorsementsCount": 13
              },
              {
                "name": "Marketing Strategy",
                "passedSkillAssessment": false,
                "endorsementsCount": 9
              },
              {
                "name": "SaaS",
                "passedSkillAssessment": false,
                "endorsementsCount": 5
              },
              {
                "name": "Business Development",
                "passedSkillAssessment": false,
                "endorsementsCount": 21
              },
              {
                "name": "Product Management",
                "passedSkillAssessment": false,
                "endorsementsCount": 28
              },
              {
                "name": "Management Consulting",
                "passedSkillAssessment": false,
                "endorsementsCount": 3
              },
              {
                "name": "Program Management",
                "passedSkillAssessment": false,
                "endorsementsCount": 4
              },
              {
                "name": "Marketing",
                "passedSkillAssessment": false,
                "endorsementsCount": 5
              },
              {
                "name": "Cloud Computing",
                "passedSkillAssessment": false,
                "endorsementsCount": 22
              },
              {
                "name": "Go-to-market Strategy",
                "passedSkillAssessment": false,
                "endorsementsCount": 9
              },
              {
                "name": "Sales",
                "passedSkillAssessment": false,
                "endorsementsCount": 2
              },
              {
                "name": "Leadership",
                "passedSkillAssessment": false,
                "endorsementsCount": 5
              },
              {
                "name": "Start-ups",
                "passedSkillAssessment": false,
                "endorsementsCount": 5
              },
              {
                "name": "Strategy",
                "passedSkillAssessment": false,
                "endorsementsCount": 8
              },
              {
                "name": "Strategic Partnerships",
                "passedSkillAssessment": false,
                "endorsementsCount": 22
              }
            ],
            "projects": {},
            "supportedLocales": [
              {
                "country": "US",
                "language": "en"
              }
            ],
            "multiLocaleFirstName": {
              "en": "Adam"
            },
            "multiLocaleLastName": {
              "en": "Selipsky"
            },
            "multiLocaleHeadline": {
              "en": "Former CEO at Amazon Web Services (AWS). Former President and CEO at Tableau. "
            }
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

LinkedIn URL profile lookupprofile by URL APILinkedIn URL enrichmentparse LinkedIn profile URLLinkedIn APILinkedIn data APILinkedIn scraper API