GET
/
enrichment
/
jobs
/
search
{
  "success": true,
  "credits_left": 90000,
  "rate_limit_left": 19000,
  "metadata": {
    "current_page": 1,
    "per_page": 100,
    "total": 500
  },
  "jobs": [
    {
      "linkedinIdentifier": "4081332168",
      "title": "Software Engineer, Back-End, Data Center Network Planning",
      "companyName": "Google",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
      "location": "Sunnyvale",
      "url": "https://www.linkedin.com/jobs/view/4081332168",
      "creationDate": null,
      "repostDate": null,
      "experienceLevel": null,
      "contractType": null
    },
    {
      "linkedinIdentifier": "4093221619",
      "title": "Data Center Mechanical/Thermal Cooling Engineer",
      "companyName": "Google",
      "companyLogo": "https://media.licdn.com/dms/image/v2/C4D0BAQHiNSL4Or29cg/company-logo_400_400/company-logo_400_400/0/1631311446380?e=1742428800&v=beta&t=fRFa5F7PMhVSlTNmwx1Ow2_FkX-GdS1E8zV52c433eo",
      "location": "Sunnyvale",
      "url": "https://www.linkedin.com/jobs/view/4093221619",
      "creationDate": null,
      "repostDate": null,
      "experienceLevel": null,
      "contractType": null
    }
  ]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

keywords
string

This required parameter is a string. It represents the keywords contained by the job title.

location
string

This required parameter is a string. It represents the location of the job. It can be the city, the region of the country name.

companyUrl
string

This required parameter is a string. It represents the LinkedIn URL of the company with this format: https://www.linkedin.com/company/xxxxxxxxxx/.

Response

200 - application/json
credits_left
integer

Represents the usable credits available for the user account after this query.

jobs
object[]

Array of jobs

metadata
object
rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

success
boolean

Indicates success or failure of api request.