LinkedIn Job Detail
LinkedIn Job Detail
Fetch structured job posting details from a LinkedIn job URL via Scrappa. Returns the job title, company, location, description, employment type, seniority, posting date, and more.
[!NOTE]
See the API Guide for the shared request lifecycle (sync, async polling, async webhook), error envelope, rate limits, custom_vars, and deduplication. This page documents only the fields and behaviour unique to this endpoint.
Try it
Pricing
Endpoint
Examples
Output Fields
Limitations
data.company.url is a LinkedIn company page, not the real company domain. To resolve the actual company website, chain an additional enrichment such as google_search with data.company.name, or fetch the LinkedIn company page and extract the "Website" field yourself.
data.posted_at is returned verbatim by Scrappa and may be a timestamp or provider-specific date string. Parse accordingly.
data.location is free text; it may be a country, city, metro area, or "Remote".
Error Responses
Validation Error (422)
{
"message": "The url field is required.",
"errors": {
"url": ["The url field is required."]
}
}
Common validation errors:
url is required
url must match the LinkedIn job-view pattern (https://www.linkedin.com/jobs/view/{job_id}/)
maximum_cache_age must be at least 1