Yelp API - Pull all Reviews for a business

broinjc picture broinjc · Mar 16, 2014 · Viewed 8.7k times · Source

I was reading through the API and I clicked on Business API and found reviews as a possible response. The description reads,

List of up to 1 review snippet for the business

Does this mean I cannot pull all my reviews for my business onto my website? I could only show 1 snippet?

Answer

broinjc picture broinjc · May 8, 2014

This is correct, there is no way to get more reviews from the Yelp API.

You would have to write a web scraper. http://www.jacobward.co.uk/web-scraping-with-php-curl-part-1/