Cloud Talent Solution allows you to search for jobs you have posted to our system in Google Cloud Talent Solution that are currently active. This tutorial provides a simple search call for the job created in the Creating companies and jobs.
Once you are able to make search requests, be sure to implement the Jobs analytics framework (see Improve pre-trained model. This is core to the value of Cloud Talent Solution and directly impacts improved search results.
Search for the job posting
Search for the job created in the tutorial - Creating companies and jobs.
Cloud Talent Solution also uses the RequestMetadata
to actively ensure that job
seekers get a consistent user experience as they search through jobs. It's
imperative to ensure that this field is set correctly. Reference the
RequestMetadata
documentation.
Java
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Python
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Go
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Get a histogram of the number of jobs by a certain field
The search API also returns a histogram of all relevant jobs indexed in Cloud Talent Solution that match the filters of the search query. Now that you've gotten the search results, you can get a count of the jobs by different facets. Leverage the histogram API to get the count of jobs by certain facets.
Java
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Python
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Go
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
In this case, we're getting the count of all jobs in the system, that are accepted by the filters specified, across the various facets - CATEGORY and CITY.
The complete API suggests job titles or company titles that the job seeker might be interested in based on what they've already typed. Use this to autocomplete potential results in the search bar of your UI.
Java
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Python
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Go
For more on installing and creating a Cloud Talent Solution client, see Cloud Talent Solution Client Libraries.
Set up the jobs analytics framework to tune Cloud Talent Solution with client events
You're now ready to optimize search results to your site (see Improve search results using client events). This is a critical step in improving results for job seekers by optimizing search results.