Search code examples
apiyahooyahoo-apireview

How to fetch Review and Rating from Yahoo Local?


How to get Review and Ratings from yahoo local using URLs like http://local.yahoo.com/info-11057512-gray-s-papaya-new-york;_ylt=AqfdTH3jqpVj68gKIK09u6WGNcIF;_ylv=3.


Solution

  • I got the solution. we can fetch the review and rating from below url by passing businessid

    Old: http://local.yahoo.com/rnr/getReviewNRating.php?bizId=1105712&mode=getReviews&rcnt=2&rstart=1&rsort=2

    New: http://local.yahoo.com/rnr/getReviewNRating.php?bizId=11057512&mode=getReviews&rcnt=2&rstart=1&rsort=2

    BizID has changed from 1105712 to 11057512