Skip to main content
POST
Get LinkedIn profile

Description

This endpoint retrieves comprehensive public profile information from LinkedIn including recent posts, experience, education, and activity. Perfect for lead research, content analysis, and professional networking insights.

Endpoint

Headers

  • Content-Type: application/json
  • Authorization: Bearer <API_KEY> (required)

Request Body

Responses

Success (200)

Returns comprehensive profile information including posts, experience, and education.
  • Content-Type: application/json
  • X-RateLimit-Limit: The rate limit for the user
  • X-RateLimit-Remaining: The remaining number of requests for the user

Bad Request (400)

Returned if the request is invalid or missing required parameters.

Bad Gateway (502)

Returned if the external service is unavailable or returns invalid data.

Internal Server Error (500)

Returned if there’s an unexpected server error.

Example Request

Example Response

Notes

  • The url parameter must be a valid LinkedIn profile URL (contains ‘linkedin.com/in/’)
  • This endpoint returns only publicly available information visible in an incognito browser
  • Unfortunately, LinkedIn no longer shows work history or job titles publicly for most profiles
  • The response includes recent posts, activity, education, and publicly visible experience
  • Some profile sections may be empty if the user has privacy restrictions
  • This endpoint uses 10 credits per request
  • Profile data may vary based on user privacy settings

Rate Limiting

Rate limit headers (X-RateLimit-Limit and X-RateLimit-Remaining) are included in the response to indicate the user’s current rate limit status.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required

Full LinkedIn profile URL (https://www.linkedin.com/in/...).

requestSource
enum<string>

Optional identifier describing where the API request originated.

Available options:
API,
WEB,
MAKE_DOT_COM,
ZAPIER,
N8N,
PLAYGROUND,
DEFAULT_AUTOMATION,
AGENT_PREVIEW,
AGENT_LIVE,
AUTOPILOT,
STUDIO

Response

LinkedIn profile returned.

success
boolean
required
name
string
image
string<uri> | null
location
string | null
followers
integer | null
connections
string | null
about
string | null
recentPosts
object[]
activity
object[]
experience
object[]
articles
object[]
education
object[]
publications
object[]
projects
object[]
recommendations
object[]
similarProfiles
object[]