Search

Search People

Description

This endpoint allows you to search for people on LinkedIn based on the provided keywords. It retrieves profiles of individuals that match the search criteria.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/people?keywords={{keywords}}

Limitation

Subject
Value

Results per Request

10 results

Total Results

1000 results

Parameters

Param
Required
Param Type
Description

keywords

Yes

Query Param

String | The search keyword

firstName

No

Query Param

String | Filter by first name. Including this parameter will return only results that exactly match the specified first name.

lastName

No

Query Param

String | Filter by last name. Including this parameter will return only results that exactly match the specified last name.

title

No

Query Param

String | Filter by the current title of the individual. Including this parameter will return only results that exactly match the specified title.

companyName

No

Query Param

String | Filter by company name. Including this parameter will return only results that exactly match the specified company name.

currentCompany

No

Query Param

String | Filter by company URN. Including this parameter will return only the profiles of users whose current position is at a company with the specified URN. Multiple selections are permitted; simply separate the list of company URNs with commas. For example: "162479,3099084,112136,89934955,967992".

pastCompany

No

Query Param

String | Filter by past company URN. This parameter returns only the profiles of users who have worked at the specified companies. Multiple selections are permitted; simply separate the list of company URNs with commas. For example: "162479,3099084,112136,89934955,967992".

locationUrns

No

Query Param

String | Filter by location using either the location’s URN or its ID. To obtain a location’s URN, refer to the locationResolver endpoint. This field allows you to specify multiple locations simultaneously. When using just IDs, the format would look like this: 105080838,102571732.

cursor

No

Query Param

String | Used for paginate through results. Use the cursor returned from your previous request.

Example Request
Example Response

Search Mentions

Description

This endpoint allows you to search for mentions on LinkedIn based on the provided keywords.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/mentions?keywords={{keywords}}

Limitation

Subject
Value

Results per Request

10 results

Total Results

1000 results

Parameters

Param
Required
Param Type
Description

keywords

Yes

Query Param

String | The search keyword

cursor

No

Query Param

String | Used for paginate through results. Use the cursor returned from your previous request.

Example Request
Example Response

Search Groups

Description

This endpoint allows you to search for groups on LinkedIn based on the provided keywords.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/groups?keywords={{keywords}}

Limitation

Subject
Value

Results per Request

10 results

Total Results

1000 results

Parameters

Param
Required
Param Type
Description

keywords

Yes

Query Param

String | The search keyword

cursor

No

Query Param

String | Used for paginate through results. Use the cursor returned from your previous request.

Example Request
Example Response

Search Companies

Description

This endpoint allows you to search for companies on LinkedIn based on the provided keywords. It retrieves companies results that match the search criteria.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/companies?keywords={{keywords}}

Limitation

Subject
Value

Results per Request

10 results

Total Results

1000 results

Parameters

Param
Required
Param Type
Description

keywords

Yes

Query Param

String | The search keyword

companySizes

No

Query Param

String | Filter companies with a headcount in the provided ranges. Notice that the value shuold be URL encoded.

locationIds

No

Query Param

String | Filter companies located in one of the location ids provided. Use the Locations Search endpoint to retrieve location ids.

industries

No

Query Param

String | Filter companies from one of the industry ids provided.

hasJobs

No

Query Param

Bool | If true, Filter companies who have job listings.

cursor

No

Query Param

String | Used for paginate through results. Use the cursor returned from your previous request.

Example Request
Example Response

Search Jobs

Description

This endpoint allows you to search for jobs on LinkedIn based on the provided keywords.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/jobs?keywords={{keywords}}

Limitation

Subject
Value

Results per Request

10 results

Total Results

no known limit.

Parameters

Param
Required
Param Type
Description

keywords

Yes

Query Param

String | The search keyword

cursor

No

Query Param

String | Used for paginate through results. Use the cursor returned from your previous request.

Example Request
Example Response

Search Posts

Description

This endpoint allows you to search for posts on LinkedIn based on the provided keywords. It retrieves posts results that match the search criteria.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/posts?keywords={{keywords}}

Limitation

Subject
Value

Results per Request

10 results

Total Results

1000 results

Parameters

Param
Required
Param Type
Description

keywords

Yes

Query Param

String | The search keyword

sortBy

No

Query Param

String | top, for top match or latest for most recent.

datePosted

No

Query Param

String | Time frame for getting posts can be:

  • day

  • week

  • month

fromOrganization

No

Query Param

String | Which organization to get posts from. Uses the organizations urn or id.

mentionsOrganization

No

Query Param

String | Which organization is mentioned in the post. Uses the organizations urn or id. You can pass multiple identifiers to filter multiple organizations.

mentionsMember

No

Query Param

String | Which user is mentioned in the post. Uses the users urn or id. You can pass multiple identifiers to filter multiple members.

fromMember

No

Query Param

String | Filter posts by member URN or ID. You can pass multiple identifiers to filter multiple members.

authorCompany

No

Query Param

String | Filter posts by author's current company URN or ID. You can pass multiple identifiers to filter multiple members.

cursor

No

Query Param

String | Used for paginate through results. Use the cursor returned from your previous request.

Example Request
Example Response

Search Locations

Description

This endpoint allows you to search for locations on LinkedIn based on the provided keywords.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/locations?location={{location}}

Parameters

Param
Required
Param Type
Description

location

Yes

Query Param

String | The search keyword

Example Request
Example Response

Search Industries

Description

This endpoint allows you to search for industries on LinkedIn based on the provided keywords.

Endpoint

GET api/v1/realtime/social/linkedin/v1/search/industries?industry={{industry}}

Parameters

Param
Required
Param Type
Description

industry

Yes

Query Param

String | The search keyword

Example Request
Example Response

Last updated