Ecosystem/SerpApi

SerpApi

Tempo
Search1 endpointFrom $0.015 /req

Google Flights search API. Get real-time flight prices, schedules, airlines, layovers, and booking links — the same data you see on Google Flights, via API.

View documentation

When should an agent use this?

Use SerpApi when your agent needs Google Flights data — searching for the cheapest flights on a route, comparing airlines and schedules, finding multi-stop itineraries, or monitoring price changes. Ideal for travel booking agents, fare alert bots, and any workflow that needs structured flight search data from Google.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Search Google Flights — returns real-time prices, schedules, airlines, layovers, and booking links.

Path/services/serpapi/search
MethodGET
Price$0.015 per request

Parameters

NameTypeRequiredDescription
enginestring (query)YesSearch engine — use 'google_flights'
departure_idstring (query)YesDeparture airport IATA code (e.g. JFK)
arrival_idstring (query)YesArrival airport IATA code (e.g. LAX)
outbound_datestring (query)YesDeparture date (YYYY-MM-DD)
return_datestring (query)NoReturn date for round trips (YYYY-MM-DD)
typenumber (query)No1=round trip, 2=one way (default: 1)
currencystring (query)NoCurrency code (default: USD)

Example Request

curl
curl -X GET \
  "https://api.indiegent.com/services/serpapi/search?engine=google_flights&departure_id=JFK&arrival_id=LAX&outbound_date=2026-05-01&type=2&currency=USD" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent"

IndieGent Endpoint

api.indiegent.com/services/serpapi

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli