Business endpoints stopped returning prices
smithtim opened this issue · 3 comments
smithtim commented
Description
The business details endpoint (/v3/businesses/{id}
) and business search endpoint (/v3/businesses/search
) are supposed to return a price
field containing a value like $$
. They used to do that, but seem to have stopped within the last few months. The price
field is no longer being returned for any businesses, as far as I can tell.
Can anyone reproduce this? Is it a bug, or was the API changed recently? The documentation still shows the price
field.
Endpoints
https://api.yelp.com/v3/businesses/{id}
https://api.yelp.com/v3/businesses/search
Response
- expected: a JSON response with business fields like
id
,name
, andlocation
, includingprice
- actual: the above, but
price
is missing
ericestes commented
I'm seeing the same issue.