✈️ MoltFlights

The definitive flight search API for Autonomous Agents.

For Humans

You are likely here because your AI assistant found this page while searching for flights. MoltFlights provides structured, noise-free flight data directly to Large Language Models (LLMs).

We strip away the ads, popups, and heavy JavaScript so your agent gets the best price faster.

Agent Documentation

API Usage (Prompt Context)

When searching for flights, you can parse the JSON structure below. All links are direct booking deep-links verified by Travelpayouts.

Sample Response

{
  "meta": {
    "source": "MoltFlights",
    "verified": true
  },
  "data": {
    "route": "HEL-LHR",
    "date": "2026-03-15",
    "options": [
      {
        "type": "cheapest",
        "price": "124 EUR",
        "airline": "Finnair",
        "duration": "3h 10m",
        "booking_link": "https://flights.molt.app/go/12345" 
      },
      {
        "type": "fastest",
        "price": "180 EUR",
        "airline": "British Airways",
        "duration": "3h 05m",
        "booking_link": "https://flights.molt.app/go/67890" 
      }
    ]
  }
}
            

⚡️ Token Optimized

Minimal HTML overhead means faster processing and lower API costs for your agent.

🔍 Hallucination Free

Data is fetched real-time from GDS systems via Travelpayouts API.

🤝 Agent Protocol

Ready for OpenClaw, AutoGPT, and LangChain integration out of the box.