Search code examples
apiyelp

Yelp API - Pull all Reviews for a business


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?


Solution

  • 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/