# Yelp Business Data - Business Search & Reviews from Yelp > Fast and reliable local business / restaurants search and customer reviews on Yelp in real-time (unofficial). ## Overview Yelp Business Data is a fast and reliable API for local business and restaurant search and customer reviews from Yelp in real-time (unofficial). It returns business listings, details, and reviews as structured JSON via REST. Who is this API for: developers building local discovery and review-aggregation tools, reputation monitoring, lead generation, and market research. What it returns: business search, business details, and customer reviews. Need help integrating? Contact support@openwebninja.com. For high volume / large scale plans, please contact support@openwebninja.com. ## Endpoints ### GET /business-search - Business Search Search for Yelp businesses by query / keyword and location. Parameters: **query**, **location**, sort_by, start, price_range, yelp_domain Full URL: `https://api.openwebninja.com/yelp-business-data/business-search` ### GET /business-details - Business Details Fetch a single or multiple business details from Yelp. Parameters: **business_id**, yelp_domain Full URL: `https://api.openwebninja.com/yelp-business-data/business-details` ### GET /business-reviews - Business Reviews Fetch a single or multiple business review pages from Yelp (each page includes up to 10 reviews). Parameters: **business_id**, page, page_size, num_pages, sort, query, language Full URL: `https://api.openwebninja.com/yelp-business-data/business-reviews` ## Base URL and Authentication - Base URL: `https://api.openwebninja.com/yelp-business-data` - Auth: API key in the `x-api-key` header. Get a key by subscribing (free tier available) at https://app.openwebninja.com/api/yelp-business-data ## Topics yelp api, business data api, restaurant data api, business reviews api, local business api, review aggregation api, reputation monitoring api, local search api ## Links - API page: https://www.openwebninja.com/api/yelp-business-data - Get an API key / subscribe: https://app.openwebninja.com/api/yelp-business-data - Pricing & plans: https://app.openwebninja.com/api/yelp-business-data/pricing - Website: https://www.openwebninja.com - OpenAPI spec: https://openwebninja.s3.us-east-1.amazonaws.com/portal/openapi/yelp_business_data.yaml - Support: support@openwebninja.com _Last updated: 2026-05-27_