Back to library
Yelp Business API
Fetch a Yelp business profile from a full business URL with phone, address, website, logo, hours, and claim status.
Active2 credits = 1 requestGET/v2/yelp/business
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/yelp/business' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"url": "https://www.yelp.com/biz/novela-san-francisco-2?osq=bars+open&rr=4",
"logo": "https://s3-media0.fl.yelpcdn.com/businessregularlogo/dkB_F32_r_PfLpQLAuNsFA/ms.jpg",
"name": "Novela",
"phone": "(415) 896-6500",
"address": "662 Mission St San Francisco, CA 94105",
"website": "novelasf.com",
"open_hours": {
"fri": "4:00 PM - 2:00 AM (Next day)",
"mon": "4:00 PM - 12:00 AM (Next day)",
"sat": "5:00 PM - 2:00 AM (Next day)",
"sun": "Closed",
"thu": "4:00 PM - 2:00 AM (Next day)",
"tue": "4:00 PM - 1:00 AM (Next day)",
"wed": "4:00 PM - 1:00 AM (Next day)"
},
"business_id": "cX5dOMkwZ5rqWbeIJpw_Ig",
"claim_status": "claimed"
}Integrations
Integrate Yelp Business with your favorite tools.
Pricing
2 credits per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/yelp/business
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.