Searchbar

A dedicated Allez endpoint for integrating accommodation search into the search box.

Some partners, especially transport providers, integrate accommodation search directly into their own search boxes. When a user toggles "Search accommodation" in their search bar, the results open via an Allez link as an undertab.

A partner transport search bar with the accommodation-search toggle enabled

For these integrations, we have a dedicated endpoint:

Base URL: https://www.stay22.com/allez/searchbar

How it differs from standard Allez

It doesn't, functionally. The searchbar endpoint accepts the same parameters and routes through the same routing logic as /allez/roam.

The only difference is internal: searchbar links are tagged with separate tracking metadata so we can distinguish search box clicks from regular link clicks in reporting. This helps both you and us understand conversion by integration type.

Quick example

https://www.stay22.com/allez/searchbar?aid=<AID>&address=bell%20centre%20montreal&checkin=2026-08-15&checkout=2026-08-17

That's it. Same parameters as a regular Allez link, different endpoint.

When to use this

Use /allez/searchbar when your integration is a search box or form where the user actively searches for accommodation, rather than clicking a pre-built link on a page.

If you're building standard deep-links or embedding them in content, use the regular /allez/{provider} endpoint instead.

Parameters

All parameters from the standard Allez reference apply here. There are no searchbar-specific parameters.

See also

On this page