Bundled Searches: Run Different Property Searches at the Same Time

Published on
28 August 2025
Bundled Searches: Run Different Property Searches at the Same Time

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.

Why 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:

  • Less complexity: handle multiple searches in one go.
  • Faster development: reduce the amount of code you need to write and maintain.
  • Better performance: streamline your requests for a smoother experience.

When Does This Help?

Some common scenarios where Bundled Searches shine include:

  • Mixed property types by location (e.g., apartments in Vancouver and houses in Chicago)
  • Different bedroom needs (e.g., 1-bedroom downtown units in New York and 3-bedroom suburban homes in Calgary)
  • Location-specific budgets (e.g., higher price ranges in San Francisco and tighter budgets in Houston)

In short, if your users expect flexible and personalized search experiences, Bundled Searches make it easier to deliver.

A Quick Example

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.

Final Thoughts

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.

Ready to get started?

Schedule a demo to learn more, or get an API key to start exploring our capabilities with our sample data.