broinjc
broinjc

Reputation: 2699

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?

Upvotes: 5

Views: 9216

Answers (3)

broinjc
broinjc

Reputation: 2699

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/

Upvotes: 8

programista.it
programista.it

Reputation: 11

Yelp will ban your IP if you run your web scraper too often

Upvotes: 0

Doopdoop
Doopdoop

Reputation: 11

YELPs EULA forbids web scraping.

Under the Restricts section, subsection 2, item 3, "Use any robot, spider, site search/retrieval application, or other automated device, process or means to access, retrieve, scrape, or index any portion of the Site or any Site Content;"

If you do it be careful. These websites have gone after folks hard in the past...

EDIT: by do it I am referring to the webscraping that was suggested.

Upvotes: 1

Related Questions