Headers
Body
Max result count
0 < x <= 1000
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Any keyword for searching in the user page.With the params result count will be small.Use other params to obtain a lot of results
"Director"
Search for exact first name
"Bill"
Search for exact last name
"Gates"
Search for exact word in the title
"Director"
Search for exact word in the company name
"Microsoft"
Search for exact word in the school name
"Harvard"
Current company URN, only company urn type is allowed. Or company name.
{
"by name": "microsoft",
"list": ["urn:li:company:1441"]
}
Past company URN, only company urn type is allowed or company name. Or company name.
{
"by name": "microsoft",
"list": ["urn:li:company:1441"]
}
Location URN, can be obtained in /linkedin/search/locations, only geo urn type is allowed. Or location name.
{
"by name": "Tokyo",
"list": ["urn:li:geo:103689695"]
}
Industry URN, can be obtained in /linkedin/search/industries, only industry urn type is allowed. Or industry name.
{
"by name": "IT",
"list": ["urn:li:industry:96"]
}
Education URN, can be obtained in /linkedin/search/educations, only fsd_company urn type is allowed. Or education name.
{
"by name": "Harvard",
"list": ["urn:li:fsd_company:96"]
}