serpapi / public-roadmap

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

[Google Maps API] Scrape country code of a phone number #1304

Open martin-serpapi opened 9 months ago

martin-serpapi commented 9 months ago

A customer requested that we scrape the country code for a phone number. Google Maps seems to include this in the results returned from their engine. In the response from our Google Maps API, the country code is missing:

image

Playground | Inspect

image

Playground | Inspect

image

Google Maps Search

Intercom

btaunt commented 8 months ago

To follow-up with @djsegal's explanation, we currently do parse the country code if it is outside the US (see playground below). Does it make sense to parse the +1 US country code for consistency?

(FYI: we already parse the +1 for Canadian numbers)

Turkey:

Screenshot 2024-01-17 at 11 54 12 AM

England:

Screenshot 2024-01-17 at 11 55 43 AM

Canada:

Screenshot 2024-01-17 at 11 57 30 AM

Playground (Turkey) Palyground (England) Playground (Canada)