Can we pass city/ZIP/street or “search by address” (e.g., NY/“Bronx” cases) to improve matches? Will the API adjust its waterfall?
Yes. Include city/ZIP (and street if you have it). Effectiveness varies by state sites, but we’ll bias toward candidates that align on city/ZIP, then apply our name-matching steps (punctuation/suffix stripping, token-drop on the last word if needed). If an address doesn’t line up, the response still returns with an explicit addressMatch: true|false so you can decide to accept or review.
address-zip-handling
