Piloterr

Google Jobs

Credit cost: 1 credit per call

GET
/v2/google/jobs

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Job search term or keyword for querying Google job listings.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/google/jobs?query=string"
[
  {
    "title": "Software Engineer",
    "category": "Engineering",
    "location": "Mountain View, CA",
    "description": "Develop and maintain software applications that impact millions of users."
  },
  {
    "title": "Data Scientist",
    "category": "Data Analytics",
    "location": "New York, NY",
    "description": "Analyze large-scale datasets to derive meaningful insights and contribute to data-driven decision making."
  },
  {
    "title": "Product Manager",
    "category": "Product Management",
    "location": "San Francisco, CA",
    "description": "Lead cross-functional teams to build and launch products that solve real customer problems."
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}