I have similar problem.
I got API key for TripAdvisor Content API and what I'm trying to do is get data for all (or atleast 100) restaurants in specific area.
I'm using this URL "http://api.tripadvisor.com/api/partner/2.0/location_mapper/45.81331,15.97751?key=API-KEY-mapper&category=restaurants" to get restaurants in Zagreb. This Lat-Long: 45.81331,15.97751 points in Centre of Zagreb, where are more than 10 restaurants, but I still only get 10 results.
Is there any way to get data for more than 10 object with TripAdvisor Content API?
Let's say I'm building tourist website and I'd like to show all restaurants in Centre of Zagreb.
PS. Can I call pictures from TripAdvisor and place is on my website if I have API key? Because I used this link "http://api.tripadvisor.com/api/partner/2.0/location/8664414?key=API-KEY" to get all data of a specific restaurant and I didn't see any src for pictures, only link to photos page on TripAdvisor.