How to Search Listings by Agent or Brokerage Using the Repliers API
At Repliers, we make it easy to filter and search for listings based on agent or brokerage. Whether you're looking to organize listings by the agent who created them or by the brokerage they belong to, you can do so using our API.
To search listings associated with a specific agent, use the agent parameter:
Example:
Replace 17306118 with the unique ID of the agent you want to search for.
You can also search by the agent's name, though be aware that if there are multiple agents with the same name, this may lead to undesired results:
Example:
To search by brokerage, use the officeId parameter:
Example:
Replace 3210904 with the unique ID for the brokerage.
You can also search listings by the name of the brokerage using the brokerage parameter:
Example:
Replace SK Realtors with the unique ID for the brokerage.
This search method allows you to filter listings based on the brokerage name, which is useful for searches when you don't have the office ID available.
If you have any questions or need further assistance, don't hesitate to reach out. We're here to help!
Search Listings by Agent
To search listings associated with a specific agent, use the agent parameter:
Example:
https://api.repliers.io/listings?agent=17306118
Replace 17306118 with the unique ID of the agent you want to search for.
You can also search by the agent's name, though be aware that if there are multiple agents with the same name, this may lead to undesired results:
Example:
https://api.repliers.io/listings?agent=Steve Lee
Search Listings by Brokerage (Office) ID
To search by brokerage, use the officeId parameter:
Example:
https://api.repliers.io/listings?officeId=3210904
Replace 3210904 with the unique ID for the brokerage.
Search Listings by Brokerage Name
You can also search listings by the name of the brokerage using the brokerage parameter:
Example:
https://api.repliers.io/listings?brokerage=SK Realtors
Replace SK Realtors with the unique ID for the brokerage.
This search method allows you to filter listings based on the brokerage name, which is useful for searches when you don't have the office ID available.
Need Help?
If you have any questions or need further assistance, don't hesitate to reach out. We're here to help!
Updated on: 29/11/2024
Thank you!