π Yelp Business Detail - Hours, Photos & More
DeprecatedPricing
from $1.86 / 1,000 businesses
π Yelp Business Detail - Hours, Photos & More
DeprecatedFull Yelp business data: hours, photos, attributes, special hours via official Yelp Fusion API. BYOK pattern. -- By Renzo Madueno, https://rotatepilot.com/airline-salary/british-airways
Pricing
from $1.86 / 1,000 businesses
Rating
0.0
(0)
Developer
Renzo Madueno
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share
Yelp Business Detail via Fusion API
Get full business details for any Yelp business β hours, photos, attributes, special hours, transactions, and more β via the official Yelp API. Bring your own API key from docs.developer.yelp.com.
Important β Yelp ended its free tier. The Yelp Places API (formerly Fusion) is now a paid product billed by call volume. This actor cannot run without a key you pay Yelp for.
Why this actor
Yelp Fusion's /businesses/{id} endpoint returns much richer data than the search endpoint:
- All photos (up to ~20) β not just the cover image
- Hours of operation β for every day of the week, plus
is_open_now - Special hours β holidays, closures, custom schedules
- Attributes β
wheelchair_accessible,outdoor_seating,accepts_credit_cards,noise_level,parking, etc. - Transactions β
delivery,pickup,restaurant_reservation - Messaging URL β direct link to message the business
- Cross streets β useful for navigation
Use this after yelp-fusion-search to enrich a list of business IDs.
Output
| Field | Description |
|---|---|
businessId, alias, name, yelpUrl | Identity |
phone, rating, reviewCount, price | Stats |
isClaimed, isClosed | Status |
categories[] | Each with alias + title |
address, city, state, zipCode, country, crossStreets, latitude, longitude | Location |
photos[], photoCount | All photos |
hours[], isOpenNow, specialHours[] | Schedule |
attributes | Wheelchair, parking, outdoor, noise, etc. |
transactions[] | Supported transactions |
messagingUrl | Direct message link |
Pricing
- $0.002 per business ($2.00 per 1,000 businesses)
- Each business = 1 API call
FAQ
How do I get full Yelp business details for a list of businesses?
Feed business IDs or aliases into this actor and it calls the Yelp Fusion /businesses/{id} endpoint for each one, returning hours, all photos, attributes, special hours, transactions, and the messaging URL in a clean dataset.
Do I need a Yelp Fusion API key? Yes β this actor uses the official Yelp API, so you bring your own key from docs.developer.yelp.com. Note that Yelp retired its free tier: the key is now a paid product billed by call volume.
Why use this instead of calling the Yelp Fusion API directly? You skip writing and maintaining code: this actor handles pagination over your ID list, flattens the nested API response into export-ready rows, and plugs straight into Apify Schedules and integrations β while staying within whatever call quota your Yelp plan gives you.
What's the alternative if I don't want a Yelp API key at all? Use the Yelp Scraper (No API Key), which reads Yelp pages directly without Fusion credentials. This Fusion-API actor is the better choice when you specifically want official photos, attributes, and structured hours.
How fresh is the business data?
Every field β isOpenNow, hours, rating, review count, attributes β is fetched live from Yelp Fusion at run time, so each run reflects the current state of the listing. Add it to a Schedule to keep your records up to date.
Is it legal to collect this Yelp data? This actor uses Yelp's official API under your own key and terms of service, returning publicly available business information. You remain responsible for using the data in compliance with Yelp's terms and applicable laws.
Automate it
Add this actor to an Apify Schedule to refresh hours, photos, and attributes for your saved businesses on a recurring basis (e.g. daily open-now and rating checks). Connect runs via Apify integrations to Make, n8n, Zapier, Google Sheets, Slack, or a webhook/CRM so enriched detail records sync automatically into your systems.
Found this useful?
Related scrapers
- Yelp Business Scraper β Find business IDs by category/location, then enrich them here.
- Yelp Reviews β Get the 3 most-recent reviews per business via Fusion API.
- Yelp Scraper (No API Key) β Businesses + full review text without a Fusion key.
- Yelp Local Events Scraper β Discover events hosted by these businesses.
- Google Maps Business Scraper β Cross-reference the same businesses on Google Maps.