Questions tagged [yelp]

RESTful web services for getting business information.

Yelp's API program enables you to access trusted Yelp information in real time, such as business listing info, overall business ratings and review counts, deals and recent review excerpts.

Resources:

418 questions
5
votes
2 answers

Looking for a swift way to generate OAuth 1 signature

I'm working on a small swift program to work with Yelp API over OAuth-1. I am looking to generate a HMAC-SHA1 signature. I have the customer key, secret key , token and token secret. From what I know, to make an API request with OAuth 1, we need the…
sau123
  • 352
  • 5
  • 18
5
votes
1 answer

FourSquare vs. Google Places vs. Yelp API

I am trying to create an app that will help users find restaurants/movie theaters/malls/etc. to hang out based on ratings and distance. Other than just the place itself, I would also like to know more detailed information about the place. For…
user3315340
  • 155
  • 1
  • 3
  • 12
5
votes
3 answers

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?…
broinjc
  • 2,619
  • 4
  • 28
  • 44
5
votes
1 answer

How to request larger images from Yelp API?

Is there a way to request larger images from Yelp? The current response from their server is 100x100px. Here's a sample: http://s3-media1.ak.yelpcdn.com/bphoto/ehZk1zXTE5xof4d2fcGLeQ/ms.jpg Thank you.
DeProdigy
  • 83
  • 8
5
votes
2 answers

Yelp API : Retrieving reviews of a business

IS there any way I could retrieve all the reviews of a business Using the API ? The sample response here just shows 3 http://www.yelp.com/developers/documentation/v2/business
Yahoo
  • 4,093
  • 17
  • 59
  • 85
5
votes
1 answer

How to make Yelp API request?

I am just trying to make a Yelp API request as part of an iPhone app and I don't know how to set up the request. I have all of my authentication keys via Yelp, but I'm not sure what all I need to include. I don't need to have users sign in to their…
djblue2009
  • 1,342
  • 1
  • 17
  • 23
5
votes
2 answers

retrieve yelp categories and subcategories

I'm hooking into the yelp 2.0 Api and I'm wondering if there is a way to retrieve the list of categories and sub categories. I know that the list is available here http://www.yelp.com/developers/documentation/category_list but there doesn't seem to…
Jeff Schmitz
  • 1,087
  • 1
  • 13
  • 28
4
votes
2 answers

How to post a review using Yelp API?

I know we can search posted reviews on Yelp using Yelp Review Search API. Is it possible to post a review using Yelp API?
Adnan
  • 2,986
  • 7
  • 43
  • 63
4
votes
2 answers

How to migrate with Yelp API from v2 to v3?

I have a script that worked great with v2 but broke when it expired and shifted to v3. I've attempted to fix it but clearly there's more to it then just changing v2 to v3. Apparently they've deprecated secret token. Here's what I have at the…
santa
  • 12,234
  • 49
  • 155
  • 255
4
votes
2 answers

Where to put custom/new class file in Laravel?

I have PHP example on how to use Yelp Fusion API. It uses OAuth.php file with several classes. In main example it is imported with require_once('lib/OAuth.php'); Can I do the same in Laravel? Or I'd better provide namespace for OAuth.php file and…
Dims
  • 47,675
  • 117
  • 331
  • 600
4
votes
1 answer

Any way to get a Restaurant menu from Yelp! API

Trying to extract some menu data from a restaurant on Yelp using the v2.0 API. The only thing i am getting via the API response is a menu_provider field which i don't know how to use - any ideas?
Elad Meidar
  • 774
  • 6
  • 11
4
votes
1 answer

Yelp API Google App Script OAuth

I am trying to use Google Apps Script to query the Yelp Search Api and put the results into a spreadsheet. I having issues making the call to yelp using this example as a model: var consumerKey = "... register your app with Twitter ..."; var…
dbaugh
  • 323
  • 4
  • 10
4
votes
3 answers

Google Place API - How to retrieve opening hours

There a way to get the opening hours of google place? I looked for in a several forum and documentations but i didn't find nothing (perhaps only foursquare API expose that information) Google doesn't expose this information? Is there any service…
Alberto Rubini
  • 655
  • 3
  • 10
  • 19
3
votes
1 answer

How to integrate Yelp APi in iPhone application?

I am developing an application. In that I want to use the Yelp Api. So after registering on Yelp site how to integrate that Api in our application. Please provide me any examples or any stuff.
venkat
  • 345
  • 8
  • 21
3
votes
1 answer

How do I resolve the CORS error in Yelp API call?

I'm trying to call the Yelp Fusion API using AJAX but I'm getting the following error below. Could someone help me figure out what's going on here? api.yelp.com/v3/:1 Failed to load resource: the server responded with a status of 403…
Cody
  • 31
  • 1
  • 2
1
2
3
27 28