Tranquilo

Find slots

Find live House Help slots with flexible dates, durations, and time windows.

Slot search is read-only. It does not mutate the cart and does not create checkout.

tranquilo househelp find --duration 60 --preset next-4-days --window after-work
tranquilo househelp find --duration 60 --exact-date 2026-04-23 --exact-time 13:00 --exact-duration
tranquilo househelp find --duration-order 60,90,30 --preset next-4-days --time-window 18:00-22:00

Flags

FlagRequiredDescription
--address-id <id>NoSaved address id
--lat <lat>NoLatitude
--lng <lng>NoLongitude
--duration <duration>NoPreferred duration such as 60, 90m, or 1.5h
--duration-order <60,90,120,30>NoExplicit duration fallback order, comma-separated
--exact-durationNoOnly search the requested duration
--date <YYYY-MM-DD>NoSingle target date
--exact-date <YYYY-MM-DD>NoExact target date with no date fallback
--around <YYYY-MM-DD>NoPreferred date center for flexible date search
--flex-days <n>NoDays before/after --around
--from-date <YYYY-MM-DD>NoTarget date range start
--to-date <YYYY-MM-DD>NoTarget date range end
--preset <preset>NoDate preset Allowed values: today, tomorrow, next-4-days, weekend.
--window <window>NoTime window preset Allowed values: smart, before-work, after-work, weekend, any, custom.
--time-window <HH:mm-HH:mm>NoPreferred time window; repeatable
--exact-time <HH:mm>NoExact start time
--exact-slot <iso>NoExact slot start time
--limit <n>NoMaximum slots to return
--jsonNoPrint JSON
--no-interactiveNoNever prompt; fail if more input is required

Booking horizon

House Help bookings are only valid for today, tomorrow, and the next two days. Searches reject past times and dates outside that horizon.

Location precedence

  1. Explicit --lat and --lng.
  2. Explicit --address-id.
  3. Active cart delivery address.
  4. Saved profile default or first saved address as fallback.

On this page