searchedAgents
A user search for a real estate agent on the website.
A user search for a real estate agent on the website.
See also: searchedOffices
| Field | Type | Required | Description |
|---|---|---|---|
expertise | string | No | The user is looking for agents with this area of expertise |
language | string | No | The user is looking for agents who speak this language |
officeName | string | No | The user is looking for agents domiciled in this office |
searchURL | uri | No | The URL of the user's agent search results |
serviceArea | string | No | The user is looking for agents in this service area |
1/* searchedAgents example */23var data = {4 "language": "Klingon",5 "serviceArea": "Kronos"6};78brytescore( "realestate.searchedAgents", data );
Updated July 25, 2026