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.
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 YesSetup
Three modules to a daily fare-watch
Schedule, search, filter. Google's band is the price history, so the alert is one condition.
- 1
Trigger: a schedule
Run the scenario every morning, or as often as your request budget likes.
- 2
HTTP → Make a request
Paste the request on this page and set Parse response to Yes. The JSON fields become mappable.
- 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 three modules run a hotel rate-watch: only the HTTP module changes. The destination field is required and takes free text.
URL https://api.flightpowers.com/v1/hotels/search
Method POST
Body type Raw
Content type JSON (application/json)
Request content {"destination": "Lisbon",
"checkin_date": "2026-10-09",
"checkout_date": "2026-10-12"}
Headers x-api-key: YOUR_RAPIDAPI_KEY
Parse response YesFor a single property, POST /v1/hotels/by-name instead, with proxy_country to watch its rate from another market.
Recipes
Seven things to build with Make
Each one is a full page: the connect block, the job in plain words, the exact call it makes, and the response fields your logic reads.
One-way flight search
Flights API · /v1/flights/oneway
Round-trip search
Flights API · /v1/flights/roundtrip
Price-insights check
Flights API · /v1/flights/oneway
Cheapest-date scan
Flights API · /v1/flights/oneway
Hotel search
Hotels API · /v1/hotels/search
Rate-parity check
Hotels API · /v1/hotels/by-name
Fare-alert cron
Flights API · /v1/flights/oneway
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 as clean JSON. Free tier on RapidAPI, no card to try.
Free tier: 10 requests/month. No card to try.