Google Cloud Talent Solution website screenshot

Google Cloud Talent Solution

Google Cloud Talent Solution provides a job search and talent acquisition platform that leverages machine learning to match job seekers with relevant opportunities. It offers job posting management, candidate profile search, and intelligent job recommendations for enterprises and job boards.

1 APIs 0 Features
Google CloudJobsMachine LearningRecruitmentSearchTalent

APIs

Google Cloud Talent Solution API

The Cloud Talent Solution API enables job search, job posting management, company profiles, and tenant administration for building intelligent talent acquisition applications.

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

context Context

3 classes · 1 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Talent Solution API
  version: 4.0.0
items:
- info:
    name: Tenants
    type: folder
  items:
  - info:
      name: Google Cloud Talent Solution List tenants
      type: http
    http:
      method: GET
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants
      params:
      - name: projectId
        value: ''
        type: path
    docs: Lists all tenants associated with the project.
  - info:
      name: Google Cloud Talent Solution Create a tenant
      type: http
    http:
      method: POST
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants
      params:
      - name: projectId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new tenant within the project.
  - info:
      name: Google Cloud Talent Solution Get a tenant
      type: http
    http:
      method: GET
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
    docs: Retrieves a specific tenant by ID.
  - info:
      name: Google Cloud Talent Solution Delete a tenant
      type: http
    http:
      method: DELETE
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
    docs: Deletes a specific tenant.
- info:
    name: Companies
    type: folder
  items:
  - info:
      name: Google Cloud Talent Solution List companies
      type: http
    http:
      method: GET
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/companies
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
    docs: Lists all companies associated with a tenant.
  - info:
      name: Google Cloud Talent Solution Create a company
      type: http
    http:
      method: POST
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/companies
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new company within a tenant.
- info:
    name: Jobs
    type: folder
  items:
  - info:
      name: Google Cloud Talent Solution List jobs
      type: http
    http:
      method: GET
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
    docs: Lists jobs within a tenant.
  - info:
      name: Google Cloud Talent Solution Create a job
      type: http
    http:
      method: POST
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a new job posting within a tenant.
  - info:
      name: Google Cloud Talent Solution Get a job
      type: http
    http:
      method: GET
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs/:jobId
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
      - name: jobId
        value: ''
        type: path
    docs: Retrieves a specific job posting by ID.
  - info:
      name: Google Cloud Talent Solution Update a job
      type: http
    http:
      method: PATCH
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs/:jobId
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
      - name: jobId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Updates an existing job posting.
  - info:
      name: Google Cloud Talent Solution Delete a job
      type: http
    http:
      method: DELETE
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs/:jobId
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
      - name: jobId
        value: ''
        type: path
    docs: Deletes a specific job posting.
  - info:
      name: Google Cloud Talent Solution Search jobs
      type: http
    http:
      method: POST
      url: https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/jobs:search
      params:
      - name: projectId
        value: ''
        type: path
      - name: tenantId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Searches for jobs using filters and query parameters.
bundled: true