Skip to content

Integrations · Make

Live fares in a Make scenario

One HTTP module turns a scenario into a fare-watch or rate-parity monitor: live prices, Google's verdict, routed anywhere Make connects.

Works today via the HTTP module. A native app is in review.

http · make a request
URL             https://api.flightpowers.com/v1/flights/oneway
Method          POST
Body type       Raw
Content type    JSON (application/json)

Request content {"from_airport": "JFK",
                 "to_airport": "CUN",
                 "departure_date": "2027-01-01"}

Headers         x-api-key: YOUR_RAPIDAPI_KEY
Parse response  Yes

Setup

Three modules to a daily fare-watch

Schedule, search, filter. Google's band is the price history, so the alert is one condition.

  1. 1

    Trigger: a schedule

    Run the scenario every morning, or as often as your request budget likes.

  2. 2

    HTTP → Make a request

    Paste the request on this page and set Parse response to Yes. The JSON fields become mappable.

  3. 3

    Filter, then route

    Continue only when price_range_in_relation_to_other_periods equals "low", then send price and buy_link to Slack, email, or a sheet.

The same pattern works for hotels: POST /v1/hotels/search with a destination, or /v1/hotels/by-name with proxy_country to watch a rate from another market.

Questions, answered plainly

Is there a native Make app?
In review, not listed yet, and we don’t publish doors that don’t open. Everything on this page works today with the built-in HTTP module. When the app lists, this page will switch to it.
Which key goes in the header?
Your RapidAPI key, sent as x-api-key (x-rapidapi-key and Authorization: Bearer also work). Get it from either listing’s pricing tab; the free tier needs no card.
How do I use the response in later modules?
Set "Parse response" to Yes on the HTTP module. Make then exposes the JSON fields (price, airline, buy_link, the verdict) to map into filters, routers, and any later module.
What does a daily check cost in requests?
One request per run: a daily scenario is about 30 requests a month, well inside the $10 Pro plan’s 2,500. Make’s own operations pricing is separate.

Put a verdict in your scenarios

Live Google Flights and Booking.com data, with the price band and verdict attached to every result. Free tier on RapidAPI, no card to try.

Free tier: 10 requests/month. No card to try.