serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
56 stars 6 forks source link

[Google Jobs API] No results returned for some locations #1876

Open martin-serpapi opened 2 months ago

martin-serpapi commented 2 months ago

A user reported that the Google Jobs API doesn't return results when using location= Paris,Ile-de-France,France. I was able to reproduce it in the Playground:

image

Playground | Inspect

When accessing the google_jobs_url URL in the response, results are returned in the actual Google Jobs engine:

image

Google Jobs

Intercom

Yohan-GRNR commented 2 months ago

Update : if you input the request in lowercase, then it's working.

Then I used on Python : q = q.lower()

hilmanski commented 2 months ago

That's interesting. Thank you very much for sharing your findings, @Yohan-GRNR