HELP CENTER

Why is there no Google My Business Info for my request?

In some cases, the My Business Info endpoint of Business Data API returns no data for sent requests. Generally, it happens when the API can’t find any local establishment with the parameters specified in the request.

As you probably know, the TASK Post body of the request must include the following fields:

  • keyword;
  • location_name, location_code, or location_coordinate;
  • language_name or language_code.

 
keyword should indicate the name of the local establishment you want to receive business info for. If there is no local establishment for the specified keyword, the API response will return "status_message": "No Search Results."

Example

Task POST

[
    {
        "language_code": "en",
        "location_name": "New York,New York,United States",
        "keyword": "HoneyMoon"
    }
]

Task GET

{
    "version": "0.1.20210917",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0588 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 1,
    "tasks": [
        {
            "id": "10201346-2806-0242-0000-7dbb3b4afbf4",
            "status_code": 40102,
            "status_message": "No Search Results.",
            "time": "0.0177 sec.",
            "cost": 0,
            "result_count": 0,
            "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_get",
                "10201346-2806-0242-0000-7dbb3b4afbf4"
            ],
            "data": {
                "se_type": "business_info",
                "se": "google",
                "api": "business_data",
                "function": "my_business_info",
                "language_code": "en",
                "location_name": "New York,New York,United States",
                "keyword": "HoneyMoon",
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "keyword": "HoneyMoon",
                    "se_domain": "google.com",
                    "location_code": 1023191,
                    "language_code": "en",
                    "check_url": "https://www.google.com/search?q=HoneyMoon&num=1&hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCTsIP9OlT8KJEWL-d-EGjwvI",
                    "datetime": "2021-10-20 10:48:45 +00:00",
                    "item_types": null,
                    "items_count": 0,
                    "items": null
                }
            ]
        }
    ]
}

Note that when you specify the name of a popular brand (e.g., McDonald’s, KFC, Domino’s Pizza, etc.) in the keyword field, the API response may also return "status_message": "No Search Results." It happens because such huge companies have dozens of branches in most major cities, so it’s unclear which establishment (branch) exactly you require business data for.

Example

Task POST

[
    {
        "language_code": "en",
        "location_name": "New York,New York,United States",
        "keyword": "KFC"
    }
]

Task GET

{
    "version": "0.1.20210917",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0715 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 1,
    "tasks": [
        {
            "id": "10201441-2806-0242-0000-a042d3e188d2",
            "status_code": 40102,
            "status_message": "No Search Results.",
            "time": "0.0165 sec.",
            "cost": 0,
            "result_count": 0,
            "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_get",
                "10201441-2806-0242-0000-a042d3e188d2"
            ],
            "data": {
                "se_type": "business_info",
                "se": "google",
                "api": "business_data",
                "function": "my_business_info",
                "language_code": "en",
                "location_name": "New York,New York,United States",
                "keyword": "KFC",
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "keyword": "KFC",
                    "se_domain": "google.com",
                    "location_code": 1023191,
                    "language_code": "en",
                    "check_url": "https://www.google.com/search?q=KFC&num=1&hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCTsIP9OlT8KJEWL-d-EGjwvI",
                    "datetime": "2021-10-20 11:41:21 +00:00",
                    "item_types": null,
                    "items_count": 0,
                    "items": null
                }
            ]
        }
    ]
}

As for the location_name (location_code, location_coordinate) and language_name (language_code), these parameters should indicate the language and country you want to emulate the search session from.

If you search for an establishment that is not present in the country specified in the location_name, location_code, or location_coordinate field, the API response will return "status_message": "No Search Results."

Example

Task POST

[
    {
        "language_name": "Ukrainian",
        "location_name": "Ukraine",
        "keyword": "Burger King"
    }
]

Task GET

{
    "version": "0.1.20210917",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0777 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 1,
    "tasks": [
        {
            "id": "10201445-2806-0242-0000-8d10f3f5361f",
            "status_code": 40102,
            "status_message": "No Search Results.",
            "time": "0.0157 sec.",
            "cost": 0,
            "result_count": 0,
            "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_get",
                "10201445-2806-0242-0000-8d10f3f5361f"
            ],
            "data": {
                "se_type": "business_info",
                "se": "google",
                "api": "business_data",
                "function": "my_business_info",
                "language_name": "Ukrainian",
                "location_name": "Ukraine",
                "keyword": "Burger King",
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "keyword": "Burger King",
                    "se_domain": "google.com.ua",
                    "location_code": 2804,
                    "language_code": "uk",
                    "check_url": "https://www.google.com.ua/search?q=Burger%20King&num=1&hl=uk&gl=UA&gws_rd=cr&uule=w+CAIQIFISCY8OcFTB2dFAERBA9oiEBgEA",
                    "datetime": "2021-10-20 11:51:47 +00:00",
                    "item_types": null,
                    "items_count": 0,
                    "items": null
                }
            ]
        }
    ]
}

How to always get Google My Business Info for your requests

To make Business Data API return data for your requests, consider the following best practices:

1 Specify the establishment’s address in the keyword field. That will make your request more specific.

Example: ”keyword”: “KFC 1922 3rd ave

The API response:

{
    "version": "0.1.20210917",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0450 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "10201421-2806-0242-0000-a438ef45ffbf",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0186 sec.",
            "cost": 0,
            "result_count": 1,
            "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_get",
                "10201421-2806-0242-0000-a438ef45ffbf"
            ],
            "data": {
                "se_type": "business_info",
                "se": "google",
                "api": "business_data",
                "function": "my_business_info",
                "language_code": "en",
                "location_name": "New York,New York,United States",
                "keyword": "KFC 1922 3rd ave",
                "priority": 2,
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "keyword": "KFC 1922 3rd ave",
                    "se_domain": "google.com",
                    "location_code": 1023191,
                    "language_code": "en",
                    "check_url": "https://www.google.com/maps?cid=3436918665909945574&hl=en&gl=US",
                    "datetime": "2021-10-20 12:21:45 +00:00",
                    "item_types": [
                        "google_business_info"
                    ],
                    "items_count": 1,
                    "items": [
                        {
                            "type": "google_business_info",
                            "rank_group": 1,
                            "rank_absolute": 1,
                            "position": "left",
                            "title": "KFC",
                            "description": "Restaurant chain known for its buckets of fried chicken, plus wings & sides.",
                            "category": "Chicken restaurant",
                            "additional_categories": [
                                "Fast food restaurant"
                            ],
                            "cid": "3436918665909945574",
                            "feature_id": "0x89c2f602fe66abb7:0x2fb263512b78c4e6",
                            "address": "1922 3rd Ave, Manhattan, NY 10029",
                            "address_info": {
                                "borough": "Manhattan",
                                "address": "1922 3rd Ave",
                                "city": "Manhattan",
                                "zip": "10029",
                                "region": "New York",
                                "country_code": "US"
                            },
                            "place_id": "ChIJt6tm_gL2wokR5sR4K1Fjsi8",
                            "phone": "+12124230599",
                            "url": "https://locations.kfc.com/ny/manhattan/1922-third-avenue",
                            "domain": "locations.kfc.com",
                            "logo": "https://lh5.googleusercontent.com/--7PhHB9z4_w/AAAAAAAAAAI/AAAAAAAAAAA/ss7njrIME6s/s44-p-k-no-ns-nd/photo.jpg",
                            "main_image": "https://lh5.googleusercontent.com/p/AF1QipNyZIWciK2LOxA4odGF6GM_rppgA64os2Fgu8Gu=w426-h240-k-no",
                            "snippet": "1922 3rd Ave, Manhattan, NY 10029",
                            "latitude": 40.7915578,
                            "longitude": -73.9450382,
                            "is_claimed": true,
                            "attributes": {
                                "available_attributes": {
                                    "service_options": [
                                        "has_no_contact_delivery",
                                        "has_delivery",
                                        "has_takeout"
                                    ],
                                    "health_and_safety": [
                                        "requires_masks_customers"
                                    ],
                                    "popular_for": [
                                        "serves_lunch_popular",
                                        "serves_dinner_popular",
                                        "suitable_for_solo_dining"
                                    ],
                                    "accessibility": [
                                        "has_wheelchair_accessible_entrance",
                                        "has_wheelchair_accessible_seating"
                                    ],
                                    "offerings": [
                                        "serves_comfort_food",
                                        "has_childrens_menu",
                                        "quick_bite",
                                        "serves_small_plates"
                                    ],
                                    "dining_options": [
                                        "serves_lunch",
                                        "serves_dinner",
                                        "serves_dessert",
                                        "has_seating"
                                    ],
                                    "amenities": [
                                        "welcomes_children"
                                    ],
                                    "atmosphere": [
                                        "feels_casual"
                                    ],
                                    "crowd": [
                                        "welcomes_families",
                                        "suitable_for_groups",
                                        "popular_with_tourists"
                                    ],
                                    "planning": [
                                        "usually_a_wait"
                                    ],
                                    "payments": [
                                        "pay_debit_card",
                                        "pay_mobile_nfc"
                                    ]
                                },
                                "unavailable_attributes": {
                                    "service_options": [
                                        "serves_dine_in"
                                    ]
                                }
                            },
                            "place_topics": {
                                "take out": 8,
                                "bad": 27,
                                "cashier": 11,
                                "small": 11,
                                "cookie": 9,
                                "finger": 6,
                                "bowl": 6,
                                "attitude": 6,
                                "mashed potatoes": 6,
                                "bathroom": 5
                            },
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.6,
                                "votes_count": 735,
                                "rating_max": null
                            },
                            "rating_distribution": {
                                "1": 106,
                                "2": 67,
                                "3": 133,
                                "4": 169,
                                "5": 260
                            },
                            "people_also_search": [
                                {
                                    "cid": "9566590369152929391",
                                    "feature_id": "0x89c258a9f615a85f:0x84c35b4139088e6f",
                                    "title": "White Castle",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 3.8,
                                        "votes_count": 1816,
                                        "rating_max": null
                                    }
                                },
                                {
                                    "cid": "4730343175477463931",
                                    "feature_id": "0x89c258c22f308d31:0x41a58e0e40070b7b",
                                    "title": "McDonald's",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 3.4,
                                        "votes_count": 1564,
                                        "rating_max": null
                                    }
                                },
                                {
                                    "cid": "14349261553054847861",
                                    "feature_id": "0x89c258afef6a0e91:0xc722d15b5b011375",
                                    "title": "International Wings Factory",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.4,
                                        "votes_count": 374,
                                        "rating_max": null
                                    }
                                },
                                {
                                    "cid": "15820100679592867137",
                                    "feature_id": "0x89c2f60ce06e124b:0xdb8c49bfe60c7541",
                                    "title": "Wingstop",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 3.5,
                                        "votes_count": 997,
                                        "rating_max": null
                                    }
                                }
                            ],
                            "work_time": {
                                "work_hours": {
                                    "timetable": {
                                        "sunday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 0,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "monday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 0,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "tuesday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 0,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "wednesday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 0,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "thursday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 0,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "friday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 1,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "saturday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 30
                                                },
                                                "close": {
                                                    "hour": 1,
                                                    "minute": 0
                                                }
                                            }
                                        ]
                                    },
                                    "current_status": "close"
                                }
                            },
                            "popular_times": {
                                "popular_times_by_days": {
                                    "sunday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 11
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 21
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 32
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 45
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 58
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 68
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 74
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 74
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 71
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 72
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 83
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 89
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 73
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 41
                                        }
                                    ],
                                    "monday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 17
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 33
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 47
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 51
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 46
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 41
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 46
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 61
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 76
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 80
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 75
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 69
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 58
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 37
                                        }
                                    ],
                                    "tuesday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 14
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 32
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 51
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 61
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 58
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 51
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 53
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 66
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 74
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 70
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 70
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 78
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 73
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 46
                                        }
                                    ],
                                    "wednesday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 17
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 32
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 47
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 55
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 57
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 59
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 67
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 76
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 77
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 69
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 63
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 63
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 63
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 51
                                        }
                                    ],
                                    "thursday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 13
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 32
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 51
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 60
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 57
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 51
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 53
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 64
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 79
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 88
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 86
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 73
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 54
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 34
                                        }
                                    ],
                                    "friday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 20
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 40
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 60
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 69
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 64
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 58
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 60
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 71
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 80
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 84
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 83
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 80
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 74
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 61
                                        },
                                        {
                                            "time": {
                                                "hour": 0,
                                                "minute": 0
                                            },
                                            "popular_index": 42
                                        }
                                    ],
                                    "saturday": [
                                        {
                                            "time": {
                                                "hour": 6,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 7,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 8,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 9,
                                                "minute": 0
                                            },
                                            "popular_index": 0
                                        },
                                        {
                                            "time": {
                                                "hour": 10,
                                                "minute": 0
                                            },
                                            "popular_index": 14
                                        },
                                        {
                                            "time": {
                                                "hour": 11,
                                                "minute": 0
                                            },
                                            "popular_index": 32
                                        },
                                        {
                                            "time": {
                                                "hour": 12,
                                                "minute": 0
                                            },
                                            "popular_index": 52
                                        },
                                        {
                                            "time": {
                                                "hour": 13,
                                                "minute": 0
                                            },
                                            "popular_index": 66
                                        },
                                        {
                                            "time": {
                                                "hour": 14,
                                                "minute": 0
                                            },
                                            "popular_index": 68
                                        },
                                        {
                                            "time": {
                                                "hour": 15,
                                                "minute": 0
                                            },
                                            "popular_index": 64
                                        },
                                        {
                                            "time": {
                                                "hour": 16,
                                                "minute": 0
                                            },
                                            "popular_index": 63
                                        },
                                        {
                                            "time": {
                                                "hour": 17,
                                                "minute": 0
                                            },
                                            "popular_index": 71
                                        },
                                        {
                                            "time": {
                                                "hour": 18,
                                                "minute": 0
                                            },
                                            "popular_index": 84
                                        },
                                        {
                                            "time": {
                                                "hour": 19,
                                                "minute": 0
                                            },
                                            "popular_index": 96
                                        },
                                        {
                                            "time": {
                                                "hour": 20,
                                                "minute": 0
                                            },
                                            "popular_index": 100
                                        },
                                        {
                                            "time": {
                                                "hour": 21,
                                                "minute": 0
                                            },
                                            "popular_index": 94
                                        },
                                        {
                                            "time": {
                                                "hour": 22,
                                                "minute": 0
                                            },
                                            "popular_index": 79
                                        },
                                        {
                                            "time": {
                                                "hour": 23,
                                                "minute": 0
                                            },
                                            "popular_index": 60
                                        },
                                        {
                                            "time": {
                                                "hour": 0,
                                                "minute": 0
                                            },
                                            "popular_index": 41
                                        }
                                    ]
                                }
                            },
                            "local_business_links": [
                                {
                                    "type": "menu",
                                    "title": "kfc.com",
                                    "url": "https://www.kfc.com/menu/chicken"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}

2 Specify the cid, place_id, or spp of the local establishment in the keyword field.

  • cid – a unique, google-defined id of the business entity;
  • place_id – an identifier of the business entity in Google Maps;
  • spp – a unique identifier of local services featured in the local_pack element of Google SERP.

 
You can learn more about the cid and place_id identifiers in this help center article.

Example: "keyword": "cid:194604053573767737"

The API response:

{
    "version": "0.1.20210917",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0874 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "10201527-2806-0242-0000-148e7fb1928e",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0201 sec.",
            "cost": 0,
            "result_count": 1,
            "path": [
                "v3",
                "business_data",
                "google",
                "my_business_info",
                "task_get",
                "10201527-2806-0242-0000-148e7fb1928e"
            ],
            "data": {
                "se_type": "business_info",
                "se": "google",
                "api": "business_data",
                "function": "my_business_info",
                "language_code": "en",
                "location_name": "New York,New York,United States",
                "keyword": "cid:194604053573767737",
                "priority": 2,
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "keyword": "cid:194604053573767737",
                    "se_domain": "google.com",
                    "location_code": 1023191,
                    "language_code": "en",
                    "check_url": "https://www.google.com/maps?cid=194604053573767737&hl=en&gl=US",
                    "datetime": "2021-10-20 12:27:55 +00:00",
                    "item_types": [
                        "google_business_info"
                    ],
                    "items_count": 1,
                    "items": [
                        {
                            "type": "google_business_info",
                            "rank_group": 1,
                            "rank_absolute": 1,
                            "position": "left",
                            "title": "Pizzicato",
                            "description": null,
                            "category": "Pizza restaurant",
                            "additional_categories": null,
                            "cid": "194604053573767737",
                            "feature_id": "0x40a4540b44631ff5:0x2b35f5b0d1d9239",
                            "address": "ul. \"Bratya Miladinovi\" 55, 9000 Center, Varna, Bulgaria",
                            "address_info": {
                                "borough": "Center",
                                "address": "ul. \"Bratya Miladinovi\" 55",
                                "city": "Varna",
                                "zip": "9000",
                                "region": null,
                                "country_code": "BG"
                            },
                            "place_id": "ChIJ9R9jRAtUpEAROZIdDVtfswI",
                            "phone": "+35952650500",
                            "url": null,
                            "domain": null,
                            "logo": null,
                            "main_image": "https://lh5.googleusercontent.com/p/AF1QipNnzcCtwsGweRqNHRSwN082S7dIFNIMkQuT_2qF=w426-h240-k-no",
                            "snippet": "ul. \"Bratya Miladinovi\" 55, 9000 Center, Varna, Bulgaria",
                            "latitude": 43.2114219,
                            "longitude": 27.9143379,
                            "is_claimed": false,
                            "attributes": {
                                "available_attributes": {
                                    "service_options": [
                                        "has_takeout",
                                        "serves_dine_in"
                                    ],
                                    "highlights": [
                                        "has_fast_service"
                                    ],
                                    "accessibility": [
                                        "has_wheelchair_accessible_seating"
                                    ],
                                    "offerings": [
                                        "serves_alcohol",
                                        "serves_healthy",
                                        "has_childrens_menu",
                                        "serves_late_night_food",
                                        "serves_organic",
                                        "quick_bite",
                                        "serves_vegetarian"
                                    ]
                                },
                                "unavailable_attributes": null
                            },
                            "place_topics": {
                                "italian food": 9,
                                "prices": 5
                            },
                            "rating": {
                                "rating_type": "Max5",
                                "value": 4.2,
                                "votes_count": 516,
                                "rating_max": null
                            },
                            "rating_distribution": {
                                "1": 24,
                                "2": 29,
                                "3": 61,
                                "4": 125,
                                "5": 277
                            },
                            "people_also_search": [
                                {
                                    "cid": "2531921169995925875",
                                    "feature_id": "0x40a454099768aa81:0x232330e3b0e60973",
                                    "title": "Godzila Sevastopol",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.3,
                                        "votes_count": 3427,
                                        "rating_max": null
                                    }
                                },
                                {
                                    "cid": "14429090646833622625",
                                    "feature_id": "0x40a4540decf5d15f:0xc83e6d7ea46dee61",
                                    "title": "Red Rock Tavern",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.2,
                                        "votes_count": 386,
                                        "rating_max": null
                                    }
                                },
                                {
                                    "cid": "5231546504991016502",
                                    "feature_id": "0x40a4547b020678f3:0x489a2fd40fed0636",
                                    "title": "Pitsariya Trimata Musketari",
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 3.8,
                                        "votes_count": 1320,
                                        "rating_max": null
                                    }
                                }
                            ],
                            "work_time": {
                                "work_hours": {
                                    "timetable": {
                                        "sunday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "monday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "tuesday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "wednesday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "thursday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "friday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ],
                                        "saturday": [
                                            {
                                                "open": {
                                                    "hour": 10,
                                                    "minute": 0
                                                },
                                                "close": {
                                                    "hour": 23,
                                                    "minute": 0
                                                }
                                            }
                                        ]
                                    },
                                    "current_status": "temporarily_closed"
                                }
                            },
                            "popular_times": null,
                            "local_business_links": null
                        }
                    ]
                }
            ]
        }
    ]
}

Embed DataForSeo widget on your website


Embed code:
Preview: