Google Maps Search to Return Whether a Company is Claimed or Not
complete
Ali
One of our users reached out to ask about this feature.
If a business has "claim this business" text in the source then this business is not managed by the owner. Each business can include information such as "official_listing": True or "official_listing": False in the JSON response.
If "claim this business" can be found in the source code, official_listing would be False. If not, it can be true. In case there is not "claim this business" in the source, it should always be True.
Aditi Mittal
is there any documentation where I can see this flag? I don't get anywhere in my results of googlemaps api through python
Terry Tan
Hi Aditi Mittal, we have added
"unclaimed_listing": true
to our documentation, you can refer to the screenshot below.Milos Djurdjevic
complete
Marcio Lohmann
Would be nice to have this info
Milos Djurdjevic
Marcio Lohmann: We already support this feature, just forgot to mark the issue as completed.
If the listing is unclaimed JSON will return
"unclaimed_listing": true
Sebastian Żarnowski
👀👀👀 🙏🙏
Ali
under review