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

HTTP Error 400 Syntax Error

This code is supposed to use the Yelp API to retrieve information about restaurants. Every time I run it, I get a HTTP 400 Error, which I think should mean a syntax error. In reviewing it by myself I cannot find my error. I've searched Stack…
Mahamo101
  • 31
  • 1
  • 1
  • 5
-1
votes
1 answer

How does yelp monocle work

I was wondering how the Yelp monocle works. It a cool feature , especially in terms of augmented reality. So I know they access GPS and compass data. And they have data about places nearby like hotels and bars etc. But how do they calculate the…
user775093
  • 699
  • 2
  • 11
  • 22
-1
votes
1 answer

Need advice related to yelp dataset

We preprocessed the data of the yelp dataset and added category,subcategory for each restaurant. Our data now contains the rows Business_id, name, review_count, stars received, nearby_school, category, subcategory, is_vegetarian, latitude,…
PSH
  • 1
  • 1
-1
votes
1 answer

Accessing yelp API points in Python

I have a yelp response as linked here. I am trying to print out just a list of the names returned. I have tried the following: print response['name'] print response[0] print response[0]['name'] And all seem to give error. How do I access a list of…
dojogeorge
  • 1,674
  • 3
  • 25
  • 35
-1
votes
1 answer

YELP 1.0 JSON access with NSDictionary

I was doing pretty good parsing YELP1 Json with NSJSONSerialization and accessing the data with NSDictionary. However, I figured inconsistencies in the response: Some keys are surrounded with " , mostly the ones containing a _ Parts from the…
El Dude
  • 5,328
  • 11
  • 54
  • 101
-2
votes
1 answer

Trying to Crawl Yelp Search Results page for Profile URLs

I am trying to scrape the profile URLs from a Yelp search results page using Beautiful Soup. This is the code I currently…
-2
votes
1 answer

Yelp Fusion API

I am a beginner trying to incorporate yelp's fusions API into my app but I couldn't find any proper resources on how to use the API. I am trying to use the business Search endpoint. can someone help me? Thanks.
user10081458
-2
votes
1 answer

Yelp API access not available

I need Yelp API for using in my Android app. The form on the website https://www.yelp.com/developers/get_access It requires a website URL. Am I accessing the right form? I don't have a website and I don't need it for a website. From what I…
Malik Usman
  • 29
  • 1
  • 4
-2
votes
1 answer

Retrieve the reviews of a particular user on Yelp using Python

Given a user ID on YELP.com, how can I fetch the reviews written by that person? PS, I'm using yelpapi package in Python. My code is simple and as an example to search for a specific term I have it is something like the following. But I need to…
Asteroid
  • 1,049
  • 2
  • 8
  • 16
-2
votes
1 answer

Is there a iOS library for a menu like Yelp?

I am building an iOS app for my university, but I am struggling with the question which Menu library I should use for building my "Start screen menu". I like the menu style Yelp is using (see image below). Does anyone know if there is an iOS library…
Robin
  • 132
  • 7
-4
votes
1 answer

How can I know if there is a restaurant at given latitude and longitude location?

How do I know if there is a restaurant at a given lat-long location? Can we use google maps/ google places/ Yelp/ FourSquare for the same? Input : lat, long pair ( 1.280634,103.845392 ) Output : Meii Sushi
hemanth.b
  • 53
  • 5
-4
votes
1 answer

I need to get information from JSON in PHP

Here is the result of: var_dump($response): "is_claimed": false, "rating": 4.5, "mobile_url": "http://m.yelp.com/biz/filbert-steps-san-francisco?utm_campaign=yelp_api\u0026utm_medium=api_v2_business\u0026utm_source=NUQkLT4j4VnC6ZR7LI-VWA",…
Nadine
  • 25
  • 1
  • 7
1 2 3
27
28