LinkedIn

Jobs / Company Jobs

per_call

Search live LinkedIn job listings by keyword, location, seniority and work type, or list all open roles for a company. Each posting includes title, company, location, posted date, employment type, applicant signal and the full description. Popular for hiring-signal and market-intelligence products.

Endpoint

GET /v1/linkedin/jobs-company-jobs

Price

$1.50

per 1,000 calls · $0.0015 per call

Cost per call

1 credit

Failed calls never charged

Parameters

target
required
string

The LinkedIn handle, URL or identifier to resolve.

limit
optional
integer

Items to return for list responses. Default 10, max 100.

cursor
optional
string

Pagination cursor returned by a previous response.

Example request

Sandbox calls return deterministic sample data in the live payload shape.

curl
curl "https://api.fastfetchz.com/v1/linkedin/jobs-company-jobs?target=nasa" \
  -H "X-API-Key: $FASTFETCHZ_KEY"

Example response

200 application/json
{
  "success": true,
  "service": {
    "platform": "LinkedIn",
    "name": "Jobs / Company Jobs",
    "slug": "jobs-company-jobs"
  },
  "credits_charged": 1,
  "credits_remaining": 99,
  "latency_ms": 214,
  "data": {
    "profile": {
      "id": "1000087558",
      "username": "nasa",
      "full_name": "Nasa",
      "biography": "Sample biography returned by the FastFetchz sandbox.",
      "verified": false,
      "is_private": false,
      "follower_count": 274674,
      "following_count": 1458,
      "media_count": 378,
      "external_url": "https://nasa.example.com",
      "profile_pic_url": "https://cdn.example.com/linkedin/nasa.jpg",
      "created_at": "2022-08-28T10:40:50.136Z"
    }
  }
}

Error codes

401invalid_api_keyMissing or unrecognized X-API-Key header. No credits are charged.
402insufficient_creditsYour balance is below the cost of the call. Top up to continue.
403account_suspended / key_revokedThe account is suspended or the key was revoked.
429rate_limitedThe key exceeded its monthly cap or the burst limit. Retry later.
500upstream_errorUnexpected failure while fulfilling the request. Not charged.