Is it possible to get pictures of the restaurant from the Factual API? I have not been able to find anything about it in the documentation.
Asked
Active
Viewed 1,004 times
0
-
1Possible duplicate of [Get places photos from Factual API](http://stackoverflow.com/questions/23333426/get-places-photos-from-factual-api) – Anurag Jun 02 '16 at 21:40
1 Answers
1
The Factual API does not store pictures of their restaurant data. To see what attributes are stored for restaurants, go here: https://www.factual.com/products/global#restaurants
It seems like the Google Places API will better suite your needs, for more information visit the following: https://developers.google.com/places/web-service/intro
The following answer recommends trying Factual's Crosswalk feature: Get places photos from Factual API