Headers
Get your API keyAPI key (`sfk_...`)
LinkedIn profile URL.
Endpoint-specific response payload.
Per-URL profile lookup results.
Requested profile URL echoed for this result.
min 1 chars
Whether this profile was resolved.
one of: found, not_found, error
Error details when `lookupStatus` is `error`.
Short customer-safe reason this profile could not be returned.
min 1 chars
Profile details when available.
Social platform for this profile.
one of: linkedin
LinkedIn public profile handle without the leading @.
LinkedIn numeric profile id when available.
Public display name on the profile when available.
First name when available.
Last name when available.
Profile headline or position line when available.
Profile summary or about text when available.
Best available square avatar image URL when available.
Profile banner image URL when available.
Canonical public LinkedIn profile URL for this handle.
min 1 chars
Location label when available.
City label when available.
ISO country code when available.
Whether LinkedIn marks this profile as an influencer.
Whether this is a memorialized account.
Whether the avatar is LinkedIn's default placeholder.
Current company details when available.
Current company name when available.
LinkedIn company slug when available.
Current role title at the company when available.
LinkedIn company URL when available.
Current company location label when available.
External websites linked from the profile.
Website label when available.
External website URL.
min 1 chars
Work experience entries when available.
Role title when available.
Company name when available.
Company logo URL when available.
Role description when available.
Start date label when available.
End date label when available.
Education entries when available.
School or program name when available.
School URL when available.
Start year when available.
End year when available.
Education description when available.
Language entries when available.
Language name.
min 1 chars
Proficiency label when available.
Organization memberships when available.
Organization name.
min 1 chars
Membership type or role when available.
Start date when available.
End date when available.
Publication entries when available.
Publication title.
min 1 chars
Publisher when available.
Publication date when available.
Project entries when available.
Project title.
min 1 chars
Start date when available.
Project description when available.
Honors and awards text entries when available.
Recommendation text entries when available.
Certification entries when available.
Entry title.
min 1 chars
Secondary label when available.
Additional metadata when available.
Course entries when available.
Entry title.
min 1 chars
Secondary label when available.
Additional metadata when available.
Volunteer experience entries when available.
Entry title.
min 1 chars
Secondary label when available.
Additional metadata when available.
Profile metrics when available.
Follower count when available.
≥ 0
Connection count when available.
≥ 0
Recommendation count when available.
≥ 0
Recent public activities from the profile when available.
Stable activity id for this item when available.
min 1 chars
Public URL for this activity.
min 1 chars
Primary text or headline for the activity.
Interaction label when available.
Thumbnail image URL when available.
Publication timestamp in ISO-8601 format when provided by the source.
Authored posts from the profile when available.
Stable post id when available.
min 1 chars
Public URL for this authored post.
min 1 chars
Post title when available.
Post excerpt when available.
Publication timestamp when available.
Engagement summary when available.
Related profile suggestions when available.
Related profile URL.
min 1 chars
Related profile display name.
min 1 chars
Related profile headline when available.
Related profile location when available.
Summary counts for the profile batch.
Number of profile URLs requested in this batch.
≥ 0
Number of profiles successfully found.
≥ 0
Number of profiles that were not found.
≥ 0
Number of profiles that failed to resolve.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/linkedin/profiles?url=https://www.linkedin.com/in/marclouvion" \
-H "x-api-key: YOUR_API_KEY"Responses
Batch lookup results. Inspect each `data.results[].lookupStatus` for `found`, `not_found`, or `error`.