GET
/
api
/
v2
/
linkedin
/
job
/
suggest
curl --location --request GET 'https://piloterr.com/api/v2/linkedin/job/suggest?query=Air&location=false' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
[
    {
        "id": "1192656",
        "name": "Toulouse Lautrec",
        "type": "keyword"
    },
    {
        "id": "15095709",
        "name": "Toulouse School of Management",
        "type": "keyword"
    },
    {
        "id": "1611398",
        "name": "Toulouse School of Economics",
        "type": "keyword"
    },
    {
        "id": "15113763",
        "name": "Ecole Nationale Supérieure des Ingénieurs en Arts Chimiques et Technologiques",
        "type": "keyword"
    },
    {
        "id": "10260250",
        "name": "Toulouse Métropole",
        "type": "keyword"
    },
    {
        "id": "1472365",
        "name": "Toulouse Football Club",
        "type": "keyword"
    },
    {
        "id": "11086414",
        "name": "Toulouse Ynov Campus",
        "type": "keyword"
    },
    {
        "id": "15092691",
        "name": "Toulouse INP",
        "type": "keyword"
    },
    {
        "id": "23121145",
        "name": "Toulouse",
        "type": "keyword"
    },
    {
        "id": "63866",
        "name": "INSA Toulouse",
        "type": "keyword"
    }
]

x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

The keyword to search for.

location
boolean

If you want to find jobs in a specific location, set this parameter to true. The geoid of the locations will be returned in the response.

Response

Job Suggest
object
id
string

The id of the keyword or the geoid of the location.

name
string

The name of the keyword or location.

type
string

Can be keyword or geo.