ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ryanair-fare-finder

Build and interpret Ryanair fare-finder URLs for cheap flight searches. Use when the user wants to find budget flights from a specific UK airport, configure departure/return time windows, set overnight or multi-night trip parameters, filter by day of week, or constrain results by price and currency. Handles all fare-finder query parameters including passenger counts, date ranges, flexible dates, and promo codes.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/callum-kemp/ryanair-fare-finder
Or

Ryanair Fare Finder

Generate, modify, and explain Ryanair fare-finder URLs from user requirements.

Base URL

https://www.ryanair.com/gb/en/fare-finder

All parameters below are appended as query-string key-value pairs.

Parameter Reference

Route

ParameterTypeExampleDescription
originIatastringMANIATA code of the departure airport (e.g. MAN, STN, LTN, EDI, BHX, LPL).
destinationIatastringANYIATA code of the arrival airport, or ANY for all destinations.
isMacDestinationbooleanfalseWhen true, filters to multi-airport city destinations only.

Trip type

ParameterTypeExampleDescription
isReturnbooleantruetrue for return (round-trip), false for one-way.

Passengers

ParameterTypeExampleDescription
adultsint1Number of adults (16+).
teensint0Number of teens (12-15).
childrenint0Number of children (2-11).
infantsint0Number of infants (< 2).

Date range

ParameterTypeExampleDescription
dateOutdate2026-02-01Start of the search window (YYYY-MM-DD).
dateIndate2027-01-31End of the search window (YYYY-MM-DD).
isExactDatebooleanfalsetrue to search a specific date only; false to scan the full date range.

Day and flexibility

ParameterTypeExampleDescription
dayOfWeekenumSATURDAYRestrict outbound to a specific day. Values: MONDAY..SUNDAY.
isFlexibleDaybooleanfalseWhen true, Ryanair widens the day-of-week filter by +/- 1 day.

Stay duration

Metadata

Stars4072
Views0
Updated2026-04-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-callum-kemp-ryanair-fare-finder": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.