curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/company/people \
--header 'x-rapidapi-key: <api-key>'
{
"success": true,
"cost": 1,
"total": 500,
"has_more": true,
"data": [
{
"id": "251749025",
"urn": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"url": "https://www.linkedin.com/in/williamhgates",
"public_identifier": "williamhgates",
"full_name": "Bill Gates",
"title": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"location": "United States",
"is_premium": true,
"avatar": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
],
"services": [
"Software Development",
"Web Development"
]
}
]
}
Get Company People
curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/company/people \
--header 'x-rapidapi-key: <api-key>'
{
"success": true,
"cost": 1,
"total": 500,
"has_more": true,
"data": [
{
"id": "251749025",
"urn": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
"url": "https://www.linkedin.com/in/williamhgates",
"public_identifier": "williamhgates",
"full_name": "Bill Gates",
"title": "Chair, Gates Foundation and Founder, Breakthrough Energy",
"location": "United States",
"is_premium": true,
"avatar": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
],
"services": [
"Software Development",
"Web Development"
]
}
]
}
Rapid API Key
Company ID
"10649600"
Company name. Enabling this option will consume an additional 1 request.
"rapidapi"
Page number for pagination
x > 0
1
Success
The response is of type object
.