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.
Search for Listings by Listing Agent Email
{
listing_agent_email: "[email protected]"
}
Search for Listings by Selling Agent Email
{
selling_agent_email: "[email protected]"
}
Search for Listings by Listing Agent ID
{
listing_agent_id: "1234567"
}
Search for Listings by Selling Agent ID
{
selling_agent_id: "1234567"
}
Search for Listings by Listing Agent Phone
{
listing_agent_phone: "5551234567"
}
Search for Listings by Selling Agent Phone
{
selling_agent_phone: "5551234567"
}