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

FieldTypeRequiredDescription
expertisestringNo

The user is looking for agents with this area of expertise

languagestringNo

The user is looking for agents who speak this language

officeNamestringNo

The user is looking for agents domiciled in this office

searchURLuriNo

The URL of the user's agent search results

serviceAreastringNo

The user is looking for agents in this service area

1/* searchedAgents example */
2
3var data = {
4 "language": "Klingon",
5 "serviceArea": "Kronos"
6};
7
8brytescore( "realestate.searchedAgents", data );

Updated July 25, 2026