Headers
Get your API keyAPI key (`sfk_...`)
LinkedIn job posting URL to look up.
Endpoint-specific response payload.
Per-URL job lookup results.
Requested job URL echoed for this result.
min 1 chars
Domain outcome of one job lookup in the batch.
one of: found, not_found, error
Error details when `lookupStatus` is `error`.
Short customer-safe reason this job could not be returned.
min 1 chars
Job details when available.
Unique identifier for the job listing when available.
Public URL for the job posting on LinkedIn.
min 1 chars
Title of the advertised job position.
Name of the hiring company.
Unique identifier for the hiring company when available.
LinkedIn profile link of the hiring company.
Geographic location of the job.
Brief overview of job responsibilities.
Seniority level of the position.
Department or function of the job.
Type of employment offered.
Industries associated with the job.
Salary range text for the position when available.
When the job was posted (relative or absolute label from LinkedIn).
ISO-8601 posting timestamp when available.
Number of applicants for the job.
≥ 0
LinkedIn member who posted the job when available.
Job poster's display name on LinkedIn.
Job poster's current role or title.
Job poster's LinkedIn profile URL.
Whether a user can still apply for this job.
Job description as formatted on LinkedIn.
Structured base pay range when available.
Minimum base pay amount when available.
Maximum base pay amount when available.
Payment currency symbol or code when available.
Pay interval for the base salary when available.
Employer-provided pay standards or notes.
Whether LinkedIn Easy Apply is available.
Direct apply link when provided by LinkedIn.
Two-letter country code when available.
Company logo image URL when available.
Summary counts for the job batch.
Number of job URLs requested in this batch.
≥ 0
Number of jobs successfully found.
≥ 0
Number of jobs that were not found.
≥ 0
Number of jobs 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/jobs?url=https://www.linkedin.com/jobs/view/software-engineer-at-epic-3986111804/" \
-H "x-api-key: YOUR_API_KEY"Responses
Batch lookup results. Inspect each `data.results[].lookupStatus` for `found`, `not_found`, or `error`.