docs / yellowpages

Yellow Pages API

Yellow Pages API

base /yellowpages/v13 endpoints
post/yellowpages/v1/detail1 credit

Full business profile from a Yellow Pages detail URL (the `url` of a search result): name, description, full address, geo coordinates, phone, website, email, rating + review count, years in business / founding year, payment methods, languages, opening hours, the list of services offered and recent customer reviews.

ParameterAllowed / rangeDescription
urlrequiredThe Yellow Pages business detail (/mip/) URL, taken from a search result's `url` field.
Try in playground →
post/yellowpages/v1/category1 credit

Browse every business in a Yellow Pages category for a US city — e.g. all restaurants in Chicago, all dentists in Miami. Same business fields as search, paginated. Use this when you want a city-wide category list rather than a keyword search.

ParameterAllowed / rangeDescription
categoryrequiredCategory slug as it appears on Yellow Pages ('restaurants', 'dentists', 'auto-repair', 'plumbers').
locationrequiredUS city as 'City, ST' (e.g. 'Chicago, IL', 'Miami, FL').
page = 1optional1–100Result page (30 businesses per page). Page until meta.total_results is covered.
Try in playground →