Integrations · Zapier
Fare alerts in a Zap, no code
One Webhooks step turns any Zap into a fare-watch: live prices with Google's low | typical | high verdict, filtered and routed to Slack, email, or a sheet.
Works today via Webhooks by Zapier. A native app is in review.
URL https://api.flightpowers.com/v1/flights/oneway
Method POST
Data {"from_airport": "JFK",
"to_airport": "CUN",
"departure_date": "2027-01-01"}
Headers x-api-key: YOUR_RAPIDAPI_KEY
Content-Type: application/jsonSetup
Three steps to a daily fare-watch
Schedule, search, filter. Google's band is the price history, so the alert is one comparison.
- 1
Trigger: Schedule by Zapier
Every morning, or however often your plan’s request budget likes.
- 2
Action: Webhooks by Zapier → Custom Request
Paste the request on this page. The JSON response comes back as mapped fields.
- 3
Filter, then notify
Continue only if price_range_in_relation_to_other_periods equals "low", then send the price and buy_link anywhere Zapier can.
The same three steps run a hotel rate-watch: only the Webhooks step changes. The destination field is required and takes free text.
URL https://api.flightpowers.com/v1/hotels/search
Method POST
Data {"destination": "Lisbon",
"checkin_date": "2026-10-09",
"checkout_date": "2026-10-12"}
Headers x-api-key: YOUR_RAPIDAPI_KEY
Content-Type: application/jsonFor a single property, POST /v1/hotels/by-name instead, with proxy_country to watch its rate from another market. The full setup is in Using the Booking.com hotel API in Zapier.
Recipes
Seven things to build with Zapier
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 Zapier 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 Webhooks step. When the native 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.
- Does Zapier parse the response?
- Yes. The API returns JSON, and Zapier exposes the parsed fields (price, airline, buy_link, the verdict) to every later step in the Zap.
- What does a daily fare-watch cost?
- One request per run: a daily check is about 30 requests a month, well inside the $10 Pro plan’s 2,500. Zapier’s own pricing is separate; the Webhooks step is a premium built-in on some Zapier plans.
Put a verdict in your Zaps
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.