Questions tagged [yelp-fusion-api]

This tag should be used for questions related to the use of the Yelp Fusion API, an API that gives developers access to Yelp’s wealth of content and reviews about businesses.

This tag should be used for questions related to the use of the Yelp Fusion API.

The Yelp Fusion API allows you to retrieve and integrate content from Yelp in your own application. The API is designed to search for content about businesses based on keywords, categories, location, price level, phone numbers, offered services, etc. You can retrieve business data, such as name, address, phone number, photos, price levels, hours of operation, Yelp rating, and reviews.

See https://www.yelp.com/fusion for more information about the Yelp Fusion API.

60 questions
0
votes
1 answer

How do I update a dependency within a package in Xcode using CocoaPods?

I've installed CDYelpFusionKit using CocoaPods, but I run into an error 65 since the package uses AlamoFireObjectMapper 5.2.0, which is incompatible with Swift 5. AlamoFireObjectMapper 5.2.1 has been released here…
Mira
  • 131
  • 1
  • 9
0
votes
1 answer

YELP API code expected to return error 401, but instead error 400 is returned

I am learning about YELP APIs currently, and want to execute Business Search, but i am stuck with error 400 (HTTP 400 - Bad request). Following online course, my code (runned in virtual environment) should return error 401 (HTTP 401) (and then we…
0
votes
0 answers

Cant show list for first run time

I am trying to build an app to show a list of things to eat around the user, but I noticed that the first time the app is launched, the list doesn't show up because the user could only tap allow location after the didfinishlaunchingwithoptions…
user10081458
0
votes
1 answer

Yelp API Business Details Endpoint

After being able to retrieve the Business ID from the Business Match endpoint, I am now trying to use that business ID to funnel it to the Business Details Endpoint. I am just learning about calling APIs, so please bear with me. Thank you! The…
Josh
  • 25
  • 4
0
votes
0 answers

Yelp API to get reviews - only ever 3 records returned

I am developing a website where I want to get all the Yelp reviews for my business. I tried fetching the reviews with the Yelp API. $client = new \Stevenmaguire\Yelp\v3\Client(array( 'accessToken' => 'my-token', 'apiHost' =>…
Sruthi
  • 23
  • 1
  • 5
0
votes
2 answers

How to pass input from React Form to Axios get request and display the request result?

I am trying to take input from a user and pass that input into an axios get, when this is done the resultant information is passed into an array that will be displayed as cards. I am having an issue where the code below is compiling but when enter…
Aindriu
  • 65
  • 2
  • 9
0
votes
3 answers

Get URL for Yelp fusion API

I'm attempting to create a url for the Yelp search API endpoint, but can't seem to get the parameters right. I'm pretty new at this, so this is probably a simplistic thing, but I can't find any tutorials on how to create the url. I've created my API…
fallingriptide
  • 314
  • 1
  • 6
  • 12
0
votes
1 answer

Multiple api call

I'm trying to build a nodejs app that runs and if statement to query multiple api's to return a result. Example, running yelps api first, if it finds then break, else continue query another api such as google places or white pages api until it…
Chris
  • 99
  • 2
  • 12
0
votes
1 answer

Yelp API v3 search by phone

I need to be able to find business by phone. I found an example of code that does the search and it works great, but when I change myurl to search by phone - no results are returned, even when I use phone found by search... What am I missing?
santa
  • 12,234
  • 49
  • 155
  • 255
0
votes
3 answers

Printing JSON elements

There is something I don't understand about how to print a JSON element. With Yelp, thanks to this query "https://api.yelp.com/v3/businesses/search?cc=FR&location=Toulouse&categories=movietheaters&limit=1" I can retrieve this JSON: { "businesses":…
Francesco Mantovani
  • 10,216
  • 13
  • 73
  • 113
-1
votes
2 answers

Trying to insert from JSON file to database

I have to do the yelp API of a Django web app. I created db() to enter data into database but how to address the error? I'm trying to do it without Pandas: Message=string indices must be…
Diggty66
  • 43
  • 3
  • 9
-1
votes
1 answer

Parsing JSON response from API with Python

Goal: Reach the first set of keys/values in the Reviews area Error: Other error occurred: string indices must be integers - running into this no matter how I try to iterate with an integer through this JSON. I want to be able to build a for loop…
-1
votes
1 answer

Exporting data from Yelp API to csv file

I'm a beginner programmer trying to work with the Yelp API and I've been able to pull the information I need but I can't figure out how to only export a single part of the address into my csv file. This is the code I am working with: **Convert the…
Student
  • 13
  • 3
-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
-3
votes
1 answer

Not sure where to make external API calls in my Spring MVC application

First a disclaimer – I am very new to programming. This project is for what's more or less a capstone, and we're working in the Spring Boot framework (Java language, Thymeleaf views). The overall gist of my program is this: a user fills out a form,…
1 2 3
4