How to get list of job from google talent-solution?
I have also refer this : https://cloud.google.com/talent-solution/job-search/docs/before-you-begin https://jobs.googleapis.com/$discovery/rest?version=v3
but can't understand, How to get JSON response for job listing. Please provide proper step for access data like image.
The Node.js SDK looks pretty straight forward. Try it out https://cloud.google.com/talent-solution/job-search/v2/docs/libraries#client-libraries-resources-nodejs
For getting the list of jobs, you can try this https://cloud.google.com/talent-solution/job-search/v2/docs/reference/rest/v2/jobs/list#google.jobs.v2.JobService.ListJobs
Thanks