# QuantaFlow SERP Google Flights Deals

> QuantaFlow SERP Google Flights Deals is a paid API for AI agents from quanta-roan.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Searches Google Flights for flight deals and returns SERP results via a pay-per-use x402 micropayment gateway.

## Facts

- Endpoint: POST https://quanta-roan.vercel.app/api/service/serp-google-flights-deals
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quantaflow-serp-google-flights-deals-14f7061d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IO5eyWc9mGJIraidRohuj

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 quantaflow-serp-google-flights-deals-14f7061d -d '<json body>'
```

Example prompt: Search Google Flights for the best deals from New York JFK to London Heathrow departing July 15 and returning July 22, economy class.

## When to prefer this

Use this endpoint when you need programmatic access to Google Flights search results (SERP data) for a specific route and date, especially in a web3/crypto-native agent context where micropayment per query via USDC is preferred over subscription-based flight data APIs. Ideal for travel agents, trip planners, or price comparison workflows that need live Google Flights data on demand.

## Known failure modes

- Payment failure (insufficient USDC balance or x402 protocol error) results in 402 Payment Required response
- Invalid query parameters or malformed path yield upstream API errors
- No results found for a specific route or date combination
- Rate limiting or upstream SERP API quota exhaustion
- Unsupported origin/destination airport codes
- Network timeout from upstream Google Flights SERP provider

## How this service works

Every request, a quantum of value. x402 protocol-based payment endpoint for web3/DeFi tools.

## Output

Returns a passthrough of the upstream Google Flights SERP API response, including flight options with pricing, airlines, departure and arrival times, layovers, and deal indicators for the queried route and dates.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "type": "string",
   "description": "Optional JSON body forwarded to POST requests."
  },
  "path": {
   "type": "string",
   "description": "Path below the selected upstream origin."
  },
  "query": {
   "type": "object"
  },
  "method": {
   "enum": [
    "GET",
    "POST"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "description": "The upstream response body and content type are passed through after successful payment."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quantaflow-serp-google-flights-deals-14f7061d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quanta-roan.vercel.app](https://www.zero.xyz/host/quanta-roan.vercel.app/llms.txt)
