Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps/places API search by phone

We have a signup page where the user enters his business phone number. We want to find his business information from the phone number for verification. How can this be done with Google places/maps api? Is there any better alternative? I am kind of lost.

like image 983
JMIZAN Avatar asked May 09 '13 13:05

JMIZAN


People also ask

Is Google Maps API Mobile free?

Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).

Is Google places API free for Android?

The Places SDK for Android uses a pay-as-you-go pricing model. Places SDK for Android requests for the Places SDK for Android are billed by SKU. Along with the overall Google Terms of Use, there are usage limits specific to the Places SDK for Android.


1 Answers

After looking through the google api to double-check, their response doesn't return a phone number for the company either. https://developers.google.com/places/web-service/

It also may depend on the type of business you're looking for but Yelp does allow phone number searches in their API: https://www.yelp.com/developers/documentation/v2/phone_search

like image 81
Tah Avatar answered Oct 13 '22 19:10

Tah