Bundled Searches: Run Different Property Searches at the Same Time


MaveMave Saved Months Of Development Time
WahiWahi Built a National Product in Record Time
PinePine (Formerly Properly) Cut Costs
Joes.HomesJoes.Homes went from vibe-coding to generating leads
At Repliers, we’re always looking for ways to make property search faster, easier, and more versatile for developers and the companies building on our APIs. Today, we’re excited to introduce a new feature: Bundled Searches.
Until now, if you wanted to run multiple different property searches—say, condos in Toronto and single-family homes in Miami—you’d need to make separate API calls. That added complexity, extra code, and more overhead.
With Bundled Searches, you can now combine multiple sets of search criteria into a single request. This means:
Some common scenarios where Bundled Searches shine include:
In short, if your users expect flexible and personalized search experiences, Bundled Searches make it easier to deliver.
Here’s a simple example of how Bundled Searches look in action:
{
“queries”: [
{
“city”: “Toronto”,
“propertyType”: “Single Family Residence”
},
{
“city”: “Chicago”,
“propertyType”: “Condo”
}
]
}
One request, two different searches — all bundled together.
👉 Check out the full Bundled Searches Developer Guide for more detailed examples and best practices.
Bundled Searches are another way Repliers is simplifying the heavy lifting of real estate data so you can focus on what matters most: building better experiences for your users.
Schedule a demo to learn more, or get an API key to start exploring our capabilities with our sample data.