Skip to main content
GET
/
v1
/
linkedin
/
search-people
Search People
curl --request GET \
  --url https://api.agntdata.dev/v1/linkedin/search-people \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "",
  "data": {
    "total": 1000,
    "items": [
      {
        "fullName": "Max Lopez",
        "headline": "Retired!! Ex Network Engineer",
        "summary": "",
        "profilePicture": "",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/max-lopez-7605972",
        "username": "max-lopez-7605972"
      },
      {
        "fullName": "Max Borges",
        "headline": "President",
        "summary": "Current: President at Max Borges Agency",
        "profilePicture": "https://media.licdn.com/dms/image/C5103AQFcJuzITg30Sg/profile-displayphoto-shrink_100_100/0/1516244431418?e=1716422400&v=beta&t=blcfS-4axNvmr69VGCTZukn8SIFbRC9DWC7vi4WHNIU",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/max-borges-3ab2781",
        "username": "max-borges-3ab2781"
      },
      {
        "fullName": "Max Brackett",
        "headline": "CIO/CTO/CISO",
        "summary": "Past: ..., PEO at Max Brackett Technology",
        "profilePicture": "https://media.licdn.com/dms/image/C5603AQH76ckRWmqmmw/profile-displayphoto-shrink_100_100/0/1517687003262?e=1716422400&v=beta&t=ZBAFxxdBBn7iZQBPf3qIVwEJEPQkvnWEccnwh2oNnkE",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/maxbrackett",
        "username": "maxbrackett"
      },
      {
        "fullName": "Max Padilla",
        "headline": "President at MP Aircraft Enterprises, Inc.",
        "summary": "",
        "profilePicture": "",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/max-padilla-12209646",
        "username": "max-padilla-12209646"
      },
      {
        "fullName": "Max Herbst",
        "headline": "BS Political Science at Florida Atlantic University",
        "summary": "",
        "profilePicture": "https://media.licdn.com/dms/image/D4E03AQELm1pruJqCGA/profile-displayphoto-shrink_100_100/0/1707776110320?e=1716422400&v=beta&t=_LViMG69I2kD8E2UwPmgfkhk5dr-LftEwJbtoLLxziI",
        "location": "Miami-Fort Lauderdale Area",
        "profileURL": "https://www.linkedin.com/in/max-herbst-4a97b61b4",
        "username": "max-herbst-4a97b61b4"
      },
      {
        "fullName": "Max Wahba",
        "headline": "Founder & CEO at Techsalerator",
        "summary": "",
        "profilePicture": "https://media.licdn.com/dms/image/D4E03AQHkRCX1GAfueg/profile-displayphoto-shrink_100_100/0/1710174223104?e=1716422400&v=beta&t=5ytwgZvLem0vcH22hgNBttV1aWvRtqz5gnJqrkXSLOs",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/max-wahba-ba3604154",
        "username": "max-wahba-ba3604154"
      },
      {
        "fullName": "Max Ball",
        "headline": "Co Founder @ Lofty (Y Combinator S19)",
        "summary": "",
        "profilePicture": "https://media.licdn.com/dms/image/C5603AQFmMcXaYaBgaw/profile-displayphoto-shrink_100_100/0/1623906529733?e=1716422400&v=beta&t=cDDybeoK0wChJvS3uCth8enp-uMWq3yE4IehB49IYg8",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/maxball",
        "username": "maxball"
      },
      {
        "fullName": "Rene-Max Landrin",
        "headline": "Passionate and Driven Entry-Level Security Analyst | Dedicated to Safeguarding Digital Assets | Cybersecurity Enthusiast Ready to Make an Impact",
        "summary": "",
        "profilePicture": "https://media.licdn.com/dms/image/C4E03AQEHE--DY_GuXw/profile-displayphoto-shrink_100_100/0/1583883592966?e=1716422400&v=beta&t=pjDBQZzt5vjeUa7u4L8kffvB4-ejBlWToYjKA2P0P-o",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/rene-max",
        "username": "rene-max"
      },
      {
        "fullName": "Max Solomianyi",
        "headline": "E-commerce and Digital Marketing Manager with over 15 years of hands-on experience. Skilled in leading teams and growing sales across different e-commerce marketplaces and platforms.",
        "summary": "",
        "profilePicture": "",
        "location": "Miami, FL",
        "profileURL": "https://www.linkedin.com/in/max-solomianyi-9986792b7",
        "username": "max-solomianyi-9986792b7"
      },
      {
        "fullName": "Max Maurer",
        "headline": "Founder at Ghast Games Studio",
        "summary": "",
        "profilePicture": "100_100/0/1688972718991?e=1716422400&v=beta&t=k2LeS8PRSLNECGuK6tn6Dwmwaz3zCrFJZLw1uEv8rsM",
        "location": "Cape Coral, FL",
        "profileURL": "https://www.linkedin.com/in/max-maurer-58a941282",
        "username": "max-maurer-58a941282"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

firstName
string
geo
string
default:103644278,101165590

please follow this to find location id

keywordTitle
string
start
string
default:0

it could be one of these; 0, 10, 20, 30, etc.

lastName
string
company
string

Company name

keywordSchool
string
keywords
string
default:max
schoolId
string

Response

200 - application/json

200

success
boolean
message
string
data
object