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
2
votes
1 answer

How to get access to OAuth2 token for Yelp Fusion Api using C#

I am trying to get an access OAuth2 token for Yelp Fusion Api using C# as mentioned in the documentation: https://www.yelp.com/developers/documentation/v3/get_started However, I am getting the error : client_id or client_secret not found. Make sure…
2
votes
0 answers

Integrate Yelp API into Swift Application

I am trying to build an iPhone application with capabilities of searching Yelp's database using an API. I have never used an API before (I'm a student- not much professional development experience), so I need a very simple walkthrough on how to pull…
Bora
  • 248
  • 3
  • 15
2
votes
0 answers

How to use category_filter in java for yelp

Please kindly tell me how to use category_filter in search results for yelp API call in java. I have used Oauth to make request parameter. In this code, how can i add parameter for category_filter private static final String API_HOST =…
Almas Liaqat
  • 71
  • 1
  • 1
  • 4
2
votes
3 answers

Json-Opening Yelp Data Challenge's data set

I am interested in data mining and I am writing my thesis about it. For my thesis I want to use yelp's data challenge's data set, however i can not open it since it is in json format and almost 2 gb. In its website its been said that the dataset can…
Bengi Koseoglu
  • 159
  • 4
  • 10
2
votes
0 answers

How to request price range from Yelp business API?

I want to request the price range of a business on YELP API, but I don't receive any price range in the json response. In documentation they say that it's include in the request, but in FAQ they say : "Are business attributes such as hours and…
2
votes
1 answer

Yelp API OAuth - oauth_signature

I am trying to use the Yelp API in a Swift iOS app, but am new to encryption. I understand that I am supposed to encrypt the signature with SHA1, but can't find good resources for doing this in Swift/Xcode. Additionally, the Yelp docs say I am…
creeperspeak
  • 5,403
  • 1
  • 17
  • 38
2
votes
0 answers

Sample swift code for Yelp 2.0 API

I'm a naive developer trying my hand on Swift. I'm trying to find some code samples / tutorials / for using Yelp search ( 2.0 ) api call using Swift. I think I can use NSURLSession for rest call but not sure how to make oauth work.
Sunil
  • 139
  • 1
  • 2
  • 8
2
votes
1 answer

Opening yelp deep link from android app

I am using the following code and it is not opening the yelp app: String uriString = "yelp://biz/" + "some name"; startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(uriString))); Instead it says Could not execute method of the…
Nigilan
  • 766
  • 1
  • 6
  • 20
2
votes
1 answer

Using the Yelp api in iOS

I'm still new to programming so any help would be greatly appreciated. I'm trying to use the Yelp api in a new app I'm making. I integrated the api using the example project provided by Yelp here: https://github.com/Yelp/yelp-api (v2/objective c).…
Matt
  • 57
  • 6
2
votes
1 answer

Find business reviews using yelp API

I am using Yelp API for searching business reviews. http://api.yelp.com/business_review_search?term=fire-it-up-naperville&location=Naperville, IL 60563&ywsid=xxxxxxxxxxxx we get only 20 reviews at a time. But i want to get next page reviews. there…
Narendra Verma
  • 195
  • 1
  • 13
2
votes
1 answer

Yelp API on Android Studio

Been a lurker on this site to help find answers to some of my problems before, but I am currently stuck on this and could not find a recent solution. The closest answers I found to my problem were Yelp API Android Integration and Yelp Integration in…
2
votes
1 answer

How to get reviews in Bright Local API

I'm working on Bright Local API ( https://tools.brightlocal.com/ ) to get reviews of a business from Yelp ,Google+ etc. I got some code of this API from GitHub with some examples.So I just register a free account in Bright Local and try those…
DAN
  • 3,140
  • 5
  • 20
  • 22
2
votes
1 answer

How to retrieve data items individually from Yelp Business API 2.0?

I want to try and figure out how to take the data that is output from the Yelp Business API 2.0 and actually choose what bits I want to echo, add styling, so on and so forth. Here is the basic query:
Zach Nicodemous
  • 9,097
  • 9
  • 45
  • 68
2
votes
2 answers

File Operation in Python

What I am trying to do: I am trying to use 'Open' in python and this is the script I am trying to execute. I am trying to give "restaurant name" as input and a file gets saved (reviews.txt). Script: (in short, the script goes to a page and scrapes…
Dark Knight
  • 503
  • 2
  • 12
  • 25
2
votes
1 answer

Object Reference Not Set To An Instance Of An Object: Yelp Return Values

I'm making a call to Yelp, to get reviews for some addresses in an apartment finder I've written, but it looks like some of the Yelp data isn't complete, so the following code results in Ye Olde ORNSTAIOAN error: public IEnumerable
PKD
  • 685
  • 1
  • 13
  • 37