# Google Jobs ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/google/jobs` | | **Base URL** | `https://api.autom.dev` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/google-jobs | ## Description Extract job listings from Google Careers for enhanced recruitment and market analysis. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.autom.dev/register ## Example Request ```bash curl --location --request GET 'https://api.autom.dev/v2/google/jobs' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json [ { "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." } ] ``` ## Documentation ## Overview Extract job listings from Google Careers for enhanced recruitment and market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/google/jobs?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Google Jobs data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Google without maintaining scrapers - Power internal dashboards and workflow automations with live Google data