# Flight Search (Scraper-Powered)

> Flight Search (Scraper-Powered) is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Searches for available flights between two airports on a given date using scraper-powered data collection

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/flights
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/flight-search-scraper-powered-358302f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_98dQF4UAFDx9pv7wVqQSD

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 flight-search-scraper-powered-358302f8
```

Example prompt: Search for flights from JFK to LAX on 2025-08-15 and show me what's available.

## When to prefer this

Use this endpoint when you need to quickly look up flight availability between two airports for a specific date without needing a booking engine. Best for research, comparison, or itinerary planning tasks where scraper-powered data is acceptable. Prefer this over official airline APIs when you need a lightweight, pay-per-call solution without API key management.

## Known failure modes

- Missing required parameters (origin, destination, or date) returns an error
- Invalid airport code format causes no results or error
- Scraper failure or anti-bot blocking may return empty data or low confidence
- Date in wrong format (not YYYY-MM-DD) may cause parsing failure
- Stale cached data may not reflect real-time availability

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

A JSON object containing flight data scraped from live sources, a success flag, and metadata including whether the result was cached, the data source used, a confidence score, and a last_updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/flight-search-scraper-powered-358302f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
