docs / enrich-local

Local Business Intelligence API

Local Business Intelligence API

base /enrich-local/v12 endpoints
post/enrich-local/v1/business_lookup8 credits

name+location ‖ place_query → matched place (Google Maps) + multi-source review presence + website health + indexed presence + negative-news + legitimacy signal list, with an honest coverage_note + per-group provenance.

ParameterAllowed / rangeDescription
nameoptionalBusiness name to look up. Pair with `location` (or lat/lng) for accurate chain-branch matching. Provide this+location OR `place_query`.
locationoptionalCity / neighborhood / address the business is in. Disambiguates same-named branches (used with `name`).
place_queryoptionalFree-text place query (name + place hint in one string). Alternative to name+location.
latoptional-90–90Latitude to geo-bias the match around — strongest branch disambiguator (pair with lng).
lngoptional-180–180Longitude to geo-bias the match around (pair with lat).
countryoptionalISO-3166 country hint (us, gb, tr…) — improves region-source routing (Yelp=US/CA, Tripadvisor=travel) and the coverage_note.
yelp_enc_biz_idoptionalOptional Yelp business identifier (the encrypted ID, not the URL slug). This is a shortcut: the engine already resolves a business name to its Yelp ID automatically — pass this only when you already have it and want to skip the lookup step.
includeoptionalreviews · website · presence · news · legitimacyRun ONLY these enrichment groups (cost control). Default: all. `place` (Google Maps) is always resolved — it is the anchor.
excludeoptionalreviews · website · presence · news · legitimacyDrop these enrichment groups from the default set.
Try in playground →
post/enrich-local/v1/batch8 credits

enrich up to 10 businesses in one call (lead-list use-case; per-item ok/error, cache-first).

ParameterAllowed / rangeDescription
businessesrequiredUp to 10 businesses (each {name,location} / {place_query} / {name,lat,lng}). Lead-list enrichment; per-item ok/error, cache-first.
includeoptionalreviews · website · presence · news · legitimacyRun ONLY these enrichment groups (cost control). Default: all. `place` (Google Maps) is always resolved — it is the anchor.
excludeoptionalreviews · website · presence · news · legitimacyDrop these enrichment groups from the default set.
Try in playground →