Skip to main content
GET
/
v1
/
enrichment
/
jobs
/
search
Extract Job Search Data
curl --request GET \
  --url 'https://api.scrapin.io/v1/enrichment/jobs/search?apikey='
{
"success": true,
"credits_consumed": 1,
"credits_left": 90000.5,
"rate_limit_left": 19000,
"daily_rate_limit_left": 19000,
"minute_rate_limit_left": 499,
"next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
"quotas": {
"credits": {
"total": 10000,
"used": 1234,
"left": 8766
},
"daily_rate_limit": {
"limit": 5000,
"used": 150,
"left": 4850,
"next_reset": "2024-10-31T12:46:00.000Z"
},
"minute_rate_limit": {
"limit": 500,
"used": 12,
"left": 488,
"next_reset": "2024-10-31T12:46:00.000Z"
}
},
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"total": 500,
"source": "fresh",
"request_id": "000xcc2a-829a-4200-9704-f6f9cf9a23de"
},
"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.social.com/jobs/view/4081332168",
"creationDate": "2024-12-18T03:13:03.000Z"
},
{
"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.social.com/jobs/view/4093221619",
"creationDate": "2024-12-18T03:13:03.000Z"
}
]
}

Request Tracking & Reporting

Found incorrect or missing data? Visit your API Logs to view all requests and report issues directly from the web interface.
How to report an issue:
  1. Go to app.scrapin.io/api-logs
  2. Find the request you want to report in the logs table
  3. Click the โ€œReportโ€ button in the Actions column
  4. Select the issue type and add a description
The request_id helps our team investigate and resolve issues quickly. All enrichment requests are automatically logged for your convenience.

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard. You must use it in the query string of your request as ?apikey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY

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. Single location string without separators or special characters. Allowed: letters, digits, spaces, and hyphens. Examples: "France", "USA", "New York", "Saint-Etienne". Invalid: "USA; France", "Paris, France", "London;".

companyUrl
string

This required parameter is a string. It represents the Social URL of the company with this format: https://www.social.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

The endpoint returns a list of jobs.

success
boolean

Indicates success or failure of api request.

credits_consumed
number

Represents the number of credits consumed by this query.

credits_left
number

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

rate_limit_left
number

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

daily_rate_limit_left
number

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

minute_rate_limit_left
number

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

next_minute_rate_limit_reset
string

Represents the next minute rate limit reset for the user account after this query. Datetime in ISO 8601 format (e.g., 2025-11-14T14:34:43.000Z).

quotas
object

Structured quota information for the user account. Provides the same data as the flat fields above in a more organized format.

metadata
object
jobs
object[]

Array of jobs