API Direct
Endpoints
LinkedIn Search Jobs

LinkedIn Search Jobs

GET /v1/linkedin/jobs

Search LinkedIn job listings by keyword. Returns job title, company, location, posting date, job type, experience level, workplace type, description, and company logo. Supports filtering by recency, job type, company, and location.

Cost
$0.006 per request
Free tier
50 requests/month

Parameters

query *
Search keyword (max 500 characters)
page
Page number for pagination (default: 1)
sort_by
Sort order: most_recent or relevance (default: relevance)
posted_ago
Maximum job age: 1h, 24h, 7d, or 30d (default: all time)
job_type
Job type filter: full_time, part_time, contract, temporary, volunteer, internship, other. Comma-separated for multiple.
company_ids
Filter by company. Comma-separated LinkedIn company IDs (get IDs from the Search Companies endpoint).
location_id
Filter by location. A numeric LinkedIn location ID (see the Job Location IDs reference for a full list).

Example Request

curl "https://apidirect.io/v1/linkedin/jobs?query=software%20engineer&page=1" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "jobs": [
    {
      "title": "Senior Software Engineer",
      "url": "https://www.linkedin.com/jobs/view/4417833240/",
      "company": "Stripe",
      "company_id": "2135371",
      "company_url": "https://www.linkedin.com/company/stripe",
      "company_logo": "https://media.licdn.com/dms/image/.../company-logo.jpg",
      "location": "San Francisco, CA",
      "date": "2026-05-20 14:30:00",
      "job_type": "full_time",
      "experience_level": "mid_senior",
      "workplace_type": "hybrid",
      "industry": "Technology, Information and Internet",
      "job_functions": "ENG, IT",
      "description": "We are looking for a Senior Software Engineer to join our team...",
      "salary": "$180,000 - $250,000",
      "benefits": "",
      "apply_url": "https://stripe.com/jobs/listing/senior-software-engineer/1234",
      "applicants": "200+ applicants"
    }
  ],
  "page": 1,
  "count": 25
}

Your Usage

Free tier this month
Loading...
Recent Activity