/search-people-by-urlSearch People by URL
Profile APIs
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Execute a people search using a LinkedIn search URL. Accepts the full search URL including all filters applied through LinkedIn's UI — useful when replicating a saved search or processing a search URL shared by a user. Returns the same paginated profile results as the keyword-based search endpoint.
Use cases
Replicate saved LinkedIn searches programmatically
Process search URLs shared by hiring managers or sales teams
Automate regular talent pool monitoring from bookmarked searches
Parameters
bodyRequest Body
Content type: application/json
{
"type": "object",
"properties": {
"url": {
"type": "string"
}
}
}Responses
200
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fullName": {
"type": "string"
},
"headline": {
"type": "string"
},
"summary": {
"type": "string"
},
"profilePicture": {
"type": "string"
},
"location": {
"type": "string"
},
"profileURL": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
}
}
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Search_People_by_URL",
"method": "post",
"path": "/search-people-by-url",
"summary": "Search People by URL",
"description": "Search profiles by a keyword.\nYou may see less than 10 results per page. This is because not return all profiles as public, sometimes hiding profiles and these profiles appear in the result. The endpoint automatically filters these profiles from the result",
"parameters": [],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"url": {
"type": "string"
}
}
},
"example": {
"url": "https://www.linkedin.com/search/results/people/?currentCompany=%5B%221035%22%5D&geoUrn=%5B%22103644278%22%5D&keywords=max&origin=FACETED_SEARCH&sid=%3AB5"
}
}
}
},
"responses": [
{
"statusCode": "200",
"description": "200",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fullName": {
"type": "string"
},
"headline": {
"type": "string"
},
"summary": {
"type": "string"
},
"profilePicture": {
"type": "string"
},
"location": {
"type": "string"
},
"profileURL": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
}
}
}
}
},
"example": {
"success": true,
"message": "",
"data": {
"total": 233,
"items": [
{
"fullName": "Max Zheng",
"headline": "Software Engineer at Microsoft",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/C4E03AQFOmzA7f7bK9w/profile-displayphoto-shrink_100_100/0/1526789244780?e=1729123200&v=beta&t=Jfrd9He9eIBYMAYvL9DJfYhdShIdFlE0fitlYqhzTbs",
"location": "Washington DC-Baltimore Area",
"profileURL": "https://www.linkedin.com/in/maxzheng1",
"username": "maxzheng1"
},
{
"fullName": "Max Montes Soza",
"headline": "SWE Intern @ Microsoft | President of The Philosophical Society | CS and Philosophy at Boston College",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/v2/D5603AQFtuO5ITR_oiQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1722291351943?e=1729123200&v=beta&t=n3TucwyUW8zNn_-1on0ILzL7iqzqkjbnas0nxc10bW4",
"location": "Wayland, MA",
"profileURL": "https://www.linkedin.com/in/max-montes-soza",
"username": "max-montes-soza"
},
{
"fullName": "Max Charlamb",
"headline": "CS @ Cornell ‘22 ‘23 | Microsoft SWE | Cornell Sailing Alum",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/D4E03AQEaGCGOkPjxXQ/profile-displayphoto-shrink_100_100/0/1683072827877?e=1729123200&v=beta&t=U0UsVPHWVewz_LjSjBNTOooTwlDV4VglMTRHCweIOag",
"location": "Ithaca, NY",
"profileURL": "https://www.linkedin.com/in/maxcharlamb",
"username": "maxcharlamb"
},
{
"fullName": "Max Meijer",
"headline": "Researcher",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/v2/C5603AQFUK0Dw5hzrdA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1531743177617?e=1729123200&v=beta&t=Dt7fHQFu3XtNqTYRFcs73QZs-1b5irWqSD4l3B1nG9g",
"location": "Atlanta, GA",
"profileURL": "https://www.linkedin.com/in/meijermax",
"username": "meijermax"
},
{
"fullName": "Hyun Suk (Max) Ryoo",
"headline": "Software Engineer II at Microsoft | M.S. Data Science at University of Virginia",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/D5603AQEQrZhSA_3voA/profile-displayphoto-shrink_100_100/0/1699381248805?e=1729123200&v=beta&t=PMfnfu8sZrjvsgZqTeQ-8Xls-qN2Vf7ZLWW0csBq4n8",
"location": "Ashburn, VA",
"profileURL": "https://www.linkedin.com/in/hyun-suk-ryoo",
"username": "hyun-suk-ryoo"
},
{
"fullName": "Max P.",
"headline": "Sr. Security Consultant (DART)",
"summary": "Summary: Max is a passionate Information Security professional who...",
"profilePicture": "",
"location": "United States",
"profileURL": "https://www.linkedin.com/in/max-p-3621b5173",
"username": "max-p-3621b5173"
},
{
"fullName": "Max Aksel Bowman",
"headline": "Software Engineer at Microsoft",
"summary": "Publications: QContext: Context-Aware Decomposition for Quantum Gates - Authors: Ji Liu, Max Bowman, Pranav Gokhale, Siddharth...",
"profilePicture": "https://media.licdn.com/dms/image/v2/D5603AQG0g3mJusK7qA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1721690236278?e=1729123200&v=beta&t=ReI2z2Av4R3gWw78zp8b6B72MLA6AghbV8TPpD6d-8E",
"location": "Atlanta, GA",
"profileURL": "https://www.linkedin.com/in/max-aksel-bowman",
"username": "max-aksel-bowman"
},
{
"fullName": "Max Uritsky",
"headline": "Partner Group Program Manager - Azure Host at Microsoft",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/v2/C5603AQGEKTfXSV2vgQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1593114419915?e=1729123200&v=beta&t=-kVWo_CUmDkBpEQiK2r5afCjd-DbTG4UEoj_yuFYYwA",
"location": "Pacific, WA",
"profileURL": "https://www.linkedin.com/in/max-uritsky-170a441",
"username": "max-uritsky-170a441"
},
{
"fullName": "Max Mozes",
"headline": "Senior Microsoft Engineer",
"summary": "",
"profilePicture": "https://media.licdn.com/dms/image/v2/C4D03AQFn18cu5BlPyw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1591546978342?e=1729123200&v=beta&t=3B_LfekhFgBLlC7miaA_B9SxcsWd1TTy8x8PzOUD9Qw",
"location": "Washington, DC",
"profileURL": "https://www.linkedin.com/in/max-mozes-4920031b0",
"username": "max-mozes-4920031b0"
},
{
"fullName": "Max Garton",
"headline": "Software Engineer at Microsoft",
"summary": "",
"profilePicture": "",
"location": "Kansas City, MO",
"profileURL": "https://www.linkedin.com/in/maxgarton",
"username": "maxgarton"
}
]
}
}
}
}
}
]
}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 search URL APIsaved search automationLinkedIn search results APILinkedIn APILinkedIn data APILinkedIn scraper API