scout.find_brokerage
Search the public Scout brokerage/office directory. Returns offices with public contact info (main phone, website, address) and volume stats where available. Covers SC + GA natively and partial NC/FL via the office import. Every result includes a claim_url — brokerages can claim their listing at scout.realestate/claim to curate their AI profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for radius search. | |
| lng | No | Longitude for radius search. | |
| mls | No | Filter to a specific MLS board (e.g. 'CCAR', 'TRIDENT', 'FMLS'). | |
| zip | No | 5-digit ZIP code. | |
| city | No | City name (e.g. 'Greenville', 'Myrtle Beach', 'Atlanta'). | |
| limit | No | Max results (1-50, default 20). | |
| state | No | Two-letter state code (SC, GA, NC, FL). | |
| radius_miles | No | Search radius from lat/lng (default 25, max 100). | |
| min_total_volume | No | Minimum total sales volume in USD (filters to top-producing offices). |