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]"
}
--OR--
{
selling_agent_email: "[email protected]"
}Search for Listings by Agent Phone
{
listing_agent_phone: "5551234567"
}
--OR--
{
selling_agent_phone: "5551234567"
}Search for Listings by Agent MLS Code
{
listing_agent_mls_code: "5026"
}
--OR--
{
selling_agent_mls_code: "65042"
}Office Searches
Search for Listings by Office Email
{
listing_office_email: "[email protected]"
}
--OR--
{
selling_office_email: "[email protected]"
}
Search for Listings by Office Phone
{
listing_office_phone: "1234567890"
}
--OR--
{
selling_office_phone: "1234567890"
}
Search for Listings by Office Name
{
listing_office_phone: "Keller Williams"
}
--OR--
{
selling_office_phone: "Keller Williams"
}
Search for Listings by Office MLS Code
{
listing_office_mls_code: "BA29332"
}
--OR--
{
selling_office_mls_code: "BA29332"
}