Links to the White Label with a completed search form

When using White Label, you can generate a link to the search results with fields already filled out. These links are convenient because users are taken directly to results without having to enter the search data manually.

To create such a link:

  1. Start with the URL of your White Label and add /?flightSearch=

For example: https://whitelabeldemo.space/?flightSearch=

  1. Add flight details using IATA codes and dates in the DDMM format (2 digits for the day, 2 for the month). IATA codes must be in uppercase Latin letters.

Examples:

    • HKT1607MOW — flight from Phuket to Moscow on July 16
    • MOW2007IST — flight from Moscow to Istanbul on July 20
    • MOW0101IST0201 — round trip: Moscow → Istanbul on Jan 1, Istanbul → Moscow on Jan 2
  1. Add passenger and class details.
Important
You must specify the number of adult passengers — the link won’t work without it.
  • Class of travel (1 lowercase Latin letter or left empty):
    • Economy — leave empty
    • Business — c
    • Comfort — w
    • First Class — f
  • Passenger count (each is a single digit 0–9):
    • Adults — required
    • Children
    • Infants

Examples:

    • c321 — business class: 3 adults, 2 children, 1 infant
    • 1 — economy: 1 adult, no children or infants
    • f21 — first class: 2 adults, 1 child
    • w101 — comfort class: 1 adult, 0 children, 1 infant
  1. Combine it all into one string

Example: a family of 3 adults, 2 children, and 1 infant flying Moscow → Istanbul on July 16 and back on July 20, in business class: MOW1607IST2007c321

Reminder: specifying the number of adult passengers is mandatory.

  1. Add the full code to your base White Label URL. Example:

https://widget.whitelabeldemo.space/?flightSearch=MOW1607IST2007c321 

Note: Case sensitivity matters

  • MOW1607ROc1 — Business class ticket for 1 passenger flying from Moscow to any city in Romania on July 16
  • MOW1607ROC1 — Economy class ticket for 1 passenger flying from Moscow to Rochester International Airport on July 16