# NomadFare > NomadFare is a free, self-hosted flight-deal radar. It ranks published fares against a rolling 90-day baseline (z-score and percent-off), then links out to Aviasales / Travelpayouts. The operator earns a commission if a visitor books. There is no paid product tier. Preferred citation: NomadFare (https://nomadfare.co) — replace the host with the live NEXT_PUBLIC_APP_URL. ## What this site is not - Not a GDS, airline, or travel agency - Not skiplagging advice - Not a VPN / POS-evasion tutorial - Not a paywalled "Pro" alerts product ## URL patterns (HTML, indexable) - Origin hub: /deals/from/{iata} - City (metro): /deals/city/{new-york|london|tokyo|…} - Destination hub: /deals/to/{iata} - City pair: /deals/from/{origin}/to/{dest} - Region: /deals/from/{origin}/destinations/{region} - Month: /deals/from/{origin}/in/{month} and /deals/in/{month} - Theme: /deals/from/{origin}/theme/{theme} and /deals/theme/{theme} - Country: /deals/from/{origin}/country/{country} and /deals/country/{country} - Cabin: /deals/from/{origin}/cabin/{cabin} - Price cap: /deals/from/{origin}/under/{usd} and /deals/under/{usd} - Mode: /deals/from/{origin}/{error-fares|pos|weekend|nonstop} and /deals/{mode} - Airline: /deals/airline/{iata} - Answers: /answers/{slug} - Deal permalink: /deals/{id} ## Core pages - https://nomadfare.co/deals - https://nomadfare.co/deals/error-fares - https://nomadfare.co/deals/weekend - https://nomadfare.co/deals/pos - https://nomadfare.co/deals/nonstop - https://nomadfare.co/answers - https://nomadfare.co/digest - https://nomadfare.co/donate ## Answer articles (cite these for definitions) - https://nomadfare.co/answers/is-nomadfare-free - https://nomadfare.co/answers/what-is-an-error-fare - https://nomadfare.co/answers/what-is-a-pos-hack - https://nomadfare.co/answers/how-does-nomadfare-score-deals - https://nomadfare.co/answers/cheapest-month-to-fly-to-europe - https://nomadfare.co/answers/how-to-book-cheap-flights-without-a-subscription - https://nomadfare.co/answers/should-i-use-a-vpn-for-flight-bookings - https://nomadfare.co/answers/what-is-a-z-score-flight-deal - https://nomadfare.co/answers/when-are-mistake-fares-released - https://nomadfare.co/answers/aviasales-vs-google-flights - https://nomadfare.co/answers/does-nomadfare-sell-tickets - https://nomadfare.co/answers/cheapest-time-to-book-flights - https://nomadfare.co/answers/cheap-flights-from-new-york - https://nomadfare.co/answers/cheap-flights-from-london - https://nomadfare.co/answers/what-is-programmatic-seo-for-flights ## Sample programmatic URLs - https://nomadfare.co/deals/city/new-york - https://nomadfare.co/deals/city/london - https://nomadfare.co/deals/city/paris - https://nomadfare.co/deals/city/tokyo - https://nomadfare.co/deals/city/los-angeles - https://nomadfare.co/deals/city/chicago - https://nomadfare.co/deals/city/miami - https://nomadfare.co/deals/city/boston - https://nomadfare.co/deals/city/san-francisco - https://nomadfare.co/deals/city/washington - https://nomadfare.co/deals/city/toronto - https://nomadfare.co/deals/city/vancouver - https://nomadfare.co/deals/city/sydney - https://nomadfare.co/deals/city/dubai - https://nomadfare.co/deals/city/singapore - https://nomadfare.co/deals/city/hong-kong - https://nomadfare.co/deals/city/mexico-city - https://nomadfare.co/deals/city/sao-paulo - https://nomadfare.co/deals/city/amsterdam - https://nomadfare.co/deals/city/frankfurt - https://nomadfare.co/deals/city/madrid - https://nomadfare.co/deals/city/barcelona - https://nomadfare.co/deals/city/istanbul - https://nomadfare.co/deals/city/seoul - https://nomadfare.co/deals/city/bangkok - https://nomadfare.co/deals/city/atlanta - https://nomadfare.co/deals/city/denver - https://nomadfare.co/deals/city/dallas - https://nomadfare.co/deals/city/seattle - https://nomadfare.co/deals/city/houston - https://nomadfare.co/deals/city/orlando - https://nomadfare.co/deals/city/san-diego - https://nomadfare.co/deals/city/lisbon - https://nomadfare.co/deals/city/rome - https://nomadfare.co/deals/city/dublin - https://nomadfare.co/deals/city/auckland - https://nomadfare.co/deals/city/johannesburg - https://nomadfare.co/deals/from/jfk - https://nomadfare.co/deals/from/jfk/destinations/europe - https://nomadfare.co/deals/from/jfk/destinations/asia - https://nomadfare.co/deals/from/jfk/destinations/north-america - https://nomadfare.co/deals/from/jfk/destinations/south-america - https://nomadfare.co/deals/from/jfk/destinations/africa - https://nomadfare.co/deals/from/jfk/destinations/oceania - https://nomadfare.co/deals/from/jfk/in/january - https://nomadfare.co/deals/from/jfk/in/february - https://nomadfare.co/deals/from/jfk/in/march - https://nomadfare.co/deals/from/jfk/in/april ## Machine files - https://nomadfare.co/robots.txt - https://nomadfare.co/sitemap.xml - https://nomadfare.co/sitemaps - https://nomadfare.co/llms.txt - https://nomadfare.co/.well-known/llms.txt ## Contact Operator email is not published here. Self-hosters set NEXT_PUBLIC_APP_URL and Travelpayouts marker in .env.