GET
/
api
/
v2
/
linkedin
/
job
/
count
curl --location --request GET 'https://piloterr.com/api/v2/linkedin/job/count?when=day&geo_id=105073465' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "count": 596
}
x-api-key
string
required
This parameter specifies the private key you’ll need for Piloterr access.

Parameters

keyword
string
The keyword to search for.
experience_level
string
Experience level to filter by. Possible values are internship, entry_level, associate, mid_senior, director.
job_type
string
Job type to filter by. Possible values are full_time, part_time, contract, temporary, internship, volunteer.
when
string
Time period to filter by. Possible values are day, week, month.
flexibility
string
Flexibility to filter by. Possible values are remote, flexible, on_site.
distance
number
Distance to filter by. Possible values are 5, 10, 25, 50, 100.
geo_id
string
The geo_id of the location to search for. For example, 92000000 is the geo_id of world wide.
company_id
string
The company_id of the company to search for. For example, 33246798 is the company_id of TikTok.

Response

count
Count Jobs
curl --location --request GET 'https://piloterr.com/api/v2/linkedin/job/count?when=day&geo_id=105073465' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "count": 596
}