how to find the link to the website of hotels with bing maps api

ep 1 Reputation point
2021-03-06T09:21:02.767+00:00

thanks to POI, I manage to find the hotels with a request in a bbox with the related information, but among them there is no link to the website as on the bingmaps maps.
do you know how i can find this information to add it to the others ?
my request

http://spatial.virtualearth.net/REST/v1/data/Microsoft/PointsOfInterest?spatialFilter=bbox(43.83751196606502,4.356314681591553,43.83996124084109,4.365326903881592)&$filter=EntityTypeID%20eq%20'7011'&$format=json&key=apiKey

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
734 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Stephen Dubien (AVANADE INC) 1 Reputation point Microsoft Vendor
    2021-03-09T16:49:38.597+00:00

    @ep Thank you for your question.

    The Bing Maps Enterprise Point of Interest data source is documented here:
    https://learn.microsoft.com/en-us/bingmaps/spatial-data-services/public-data-sources/pointsofinterest

    Currently, Website is not one of the properties in "POI Entity Properties" for the locations in the data source.


  2. rbrundritt 18,671 Reputation points Microsoft Employee
    2021-03-16T15:00:56.217+00:00

    You may also want to take a look at the Bing Maps Local Search API: https://learn.microsoft.com/en-us/bingmaps/rest-services/locations/local-search It does return a URL if available.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.