Карты

Вы можете при необходимости делать поиск заведений по Google картам.
Для этого, необходимо делать запросы с добавлением параметра setab=maps и двух обязательных параметров zoom и coords
xmlriver.com/search/xml?setab=maps&zoom=12&coords=51.5468,45.9968&user=...&key=...&query=...

Полное описание параметров – здесь.

Структура страницы Google

Google Maps

XMLRiver структура ответа

<yandexsearch version="1.0">
<response date="20240626T135440">
  <found priority="all">10</found>
  <maps>
    <item>
      <title>PERK Cafe</title>
      <stars>4,7</stars>
      <type>Кафе</type>
      <address>· ул. Вольская, 63/69</address>
      <url></url>
      <phone></phone>
      <review></review> 
      <possibility>Еда в заведении ⋅ Заказ с улицы ⋅ Доставка</possibility>
      <latitude>51.5299502</latitude> 
      <longitude>46.022773</longitude>  
      <placeid>ChIJNY-Nx77HFEERe9R4sgvI1Fw</placeid>  
      <countreviews>1400</countreviews>  
      <accessibility>false</accessibility>  
      <price></price>  
      <gasprice></gasprice>
    </item>
    <item>
      <title>Кафе "По Щучьему Велению"</title>
      <stars>4,7</stars>
      <type>Кафе</type>
      <address>· ул. Советская, 45</address>
      <url></url>
      <phone></phone>
      <review></review> 
      <possibility>Еда в заведении ⋅ Еда навынос</possibility> 
      <latitude>51.5292109</latitude> 
      <longitude>46.020041</longitude>  
      <placeid>ChIJHx6uAbzHFEER9WtY98DaixQ</placeid>  
      <countreviews>150</countreviews>  
      <accessibility>true</accessibility>  
      <price></price>  
      <gasprice></gasprice>
    </item>
    ...
  </maps>
</response>
</yandexsearch>