# CollabraChain Google Flights Search

> CollabraChain Google Flights Search is a paid API for AI agents from agent.collabrachain.fun, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Searches Google Flights for real-time flight pricing and availability with filters for price, stops, airlines, cabin class, and duration, returning results with booking links

## Facts

- Endpoint: POST https://agent.collabrachain.fun/api/flights/search
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collabrachain-google-flights-search-4fe9c8e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QG96rwd7CJXYB1ltJRw_D

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability collabrachain-google-flights-search-4fe9c8e7 -d '<json body>'
```

Example prompt: Search Google Flights for the cheapest round-trip flights from JFK to London Heathrow departing June 15 and returning June 22, economy class, no more than 1 stop, and show me the top results with booking links.

## When to prefer this

Use this endpoint when you need real-time flight pricing and availability from Google Flights with flexible filtering by price, stops, airline, duration, and cabin class. Prefer this over static flight databases when freshness and booking links are required.

## Known failure modes

- No flights found for the specified route or dates — returns empty results
- Invalid airport code or city name — returns error about unrecognized origin/destination
- Date in the past or too far in the future — returns error or empty results
- Service timeout if Google Flights data is slow to respond
- Rate limiting or upstream API unavailability — returns 5xx error

## How this service works

✈️ Search flights across Google Flights with real-time pricing! Find the best deals with filters for price, duration, stops, airlines, and cabin class. Get instant results with booking links!

## Output

A list of flight options with real-time pricing, airline names, departure and arrival times, flight duration, number of stops, cabin class, and direct booking links to complete the purchase.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/collabrachain-google-flights-search-4fe9c8e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.collabrachain.fun](https://www.zero.xyz/host/agent.collabrachain.fun/llms.txt)
