GET
/
enrichment
/
jobs
/
search
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/jobs/search
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"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/.

page
enum<number>

This optional parameter is a string. It represents the page number of the results.

Available options:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10

Response

200
application/json

The endpoint returns a list of jobs.

The response is of type object.