Agent & Office Searches by Email, Phone or AgentID

Use the MLS Search API to find listings for a specific agent based on their email address. The API supports searches on both Listing & Seller Agent Emails.


Agent Searches

Search for Listings by Agent Email

{
  "listing_agent_email": "[email protected]"
}
{
  "selling_agent_email": "[email protected]"
}

Search for Listings by Agent Phone

{
  "listing_agent_phone": "5551234567"
}
{
  "selling_agent_phone": "5551234567"
}

Search for Listings by Agent MLS Code

{
  "listing_agent_mls_code": "5026"
}
{
  "selling_agent_mls_code": "65042"
}

Office Searches

Search for Listings by Office Email

{
  "listing_office_email": "[email protected]"
}
{
  "selling_office_email": "[email protected]"
}

Search for Listings by Office Phone

{
  "listing_office_phone": "1234567890"
}
{
  "selling_office_phone": "1234567890"
}

Search for Listings by Office Name

{
  "listing_office_name": "Keller Williams"
}
{
  "selling_office_name": "Keller Williams"
}

Search for Listings by Office MLS Code

{
  "listing_office_mls_code": "BA29332"
}
{
  "selling_office_mls_code": "BA29332"
}