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.

44 questions
0
votes
0 answers

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
  • 13
  • 1
  • 4
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
  • 15
  • 7
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
  • 176
  • 1
  • 2
  • 11
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
  • 1
  • 10
0
votes
1 answer

Yelp android studio VALIDATION_ERROR

I am trying to integrate the YELP API within an application in Android Studio. I am trying to acquire an access token using a post request in Postman. However, when I send the post request I get this error returned in JSON format: { "error": { …
Simeon Ikudabo
  • 1,933
  • 1
  • 7
  • 17
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
  • 13,148
  • 42
  • 144
  • 230
-1
votes
0 answers

My attempt to get information from Yelp's Fusion API is getting blocked by CORS policy error, and my app is hosted on Heroku. Any pointers as to why?

I am incredibly new to programming, coding, & web-app development in general and this also my first post on here after being a long-time viewer! All feedback is welcome My app (built with html, js, and css) is basically tasked with making a request…
-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
-1
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
  • 4,065
  • 3
  • 39
  • 55
-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