I'm curious, how does one gain access to flight schedules/fares? Is this something that anyone can get their hands on and create a service (complexity aside), or do you need some sort of license that costs thousands of dollars? Does each airline have their own way of exporting this data? Is there a single entity that aggregates from all of them? How does the actual data look like? (Is it a dump every X hours, or some…
Fares and rules come from ATPCO ( http://atpco.net ). Flights come from OAG ( http://www.oag.com ). Seat availability requires data directly from the carrier, usually via a live query to the carrier's reservation system. The GDS companies get this data from these sources and then in turn provide (crappy) APIs for customers to use to query it. In general, if you're doing bookings you can get small amounts of the data…
Google Flights will now tell you when fares will increase
61–70 of 170 posts
Re: Google Flights will now tell you when fares will increase
#62Earlier quoted context omitted.
> The one drawback is sometimes they are missing local / smaller airlines from their list of flights (which can be a major price difference from the major ones) on short flights. Not to mention they're missing Southwest, but that's Southwest's fault -- they seem to have some sort of policy against allowing any third parties to list their flights. In addition to being really annoying since I have to make two searches…
> How could not having all that free advertising from flight search engines possibly be a good thing for Southwest? It's not 'free'. See this quora answer for more: ( https://www.quora.com/Why-does-Southwest-choose-not-to-offer... ) Short Answer: It costs money to be there and they can control the variables and environment better on their website. Long Answer: It dates back to Southwest's routes in competing with the…
(Disclaimer: I work for Google, on an unrelated project.)
Re: Google Flights will now tell you when fares will increase
#63I almost never use anything other google flights when searching for a ticket. The UI is just so much better and easier to use than the ridiculous bloated crap that most travel sites are (especially when they are trying to shove car-rental and hotel deals in your face). The one drawback is sometimes they are missing local / smaller airlines from their list of flights (which can be a major price difference from the maj…
>I almost never use anything other google flights when searching for a ticket. The UI is just so much better and easier to use than the ridiculous bloated crap that most travel sites are Funny, I was just thinking of how dissapointing the Google UI was: it took me three clicks and two page loads to see where and for how long a layover was. Have you tried Hipmunk[0]? Their interface for flight listings is the best I'v…
I don't see how it could appear any sooner unless it telepathically, I mean, machine-learningally knew your destination and dates before you entered them.
Re: Google Flights will now tell you when fares will increase
#64I've searched with Google Flights a few times, but they are consistently more expensive than the flights I find with other services (Hipmunk, specifically). Has anyone else noticed this before, too? Does anyone know why the prices would be that much different? For the searches I've done, Google Flights is close to $150 more than what Hipmunk shows. Does Hipmunk maybe just have some sort of promo or lower price that G…
(Disclaimer: I work for Google, on an unrelated project.)
Re: Google Flights will now tell you when fares will increase
#65The title is a little misleading. The screenshot shows that Google is showing that "prices will likely increase" which is different than the "fares will increase" in the title. "fares might increase" would be more appropriate here.
Re: Google Flights will now tell you when fares will increase
#66Bing Travel had predictions for fare fluctuations for air tickets back in 2009. It was pretty awesome back when I flied a lot, but they apparently killed the feature in 2014. Now Google's bringing it back, two years later. I don't understand the future sometimes. ¯\(°_o)/¯
The original service was called Farecast before Microsoft bought them. It used to be very good, but the prediction info gradually became marginalized. We may never know the truth, but it feels as if Microsoft caved to pressure from the airlines.
Re: Google Flights will now tell you when fares will increase
#67Bing Travel had predictions for fare fluctuations for air tickets back in 2009. It was pretty awesome back when I flied a lot, but they apparently killed the feature in 2014. Now Google's bringing it back, two years later. I don't understand the future sometimes. ¯\(°_o)/¯
nothing novel has happened since then
web services are just easier to use
Re: Google Flights will now tell you when fares will increase
#68I almost never use anything other google flights when searching for a ticket. The UI is just so much better and easier to use than the ridiculous bloated crap that most travel sites are (especially when they are trying to shove car-rental and hotel deals in your face). The one drawback is sometimes they are missing local / smaller airlines from their list of flights (which can be a major price difference from the maj…
> The one drawback is sometimes they are missing local / smaller airlines from their list of flights (which can be a major price difference from the major ones) on short flights. Not to mention they're missing Southwest, but that's Southwest's fault -- they seem to have some sort of policy against allowing any third parties to list their flights. In addition to being really annoying since I have to make two searches…
Re: Google Flights will now tell you when fares will increase
#69I'm curious, how does one gain access to flight schedules/fares? Is this something that anyone can get their hands on and create a service (complexity aside), or do you need some sort of license that costs thousands of dollars? Does each airline have their own way of exporting this data? Is there a single entity that aggregates from all of them? How does the actual data look like? (Is it a dump every X hours, or some…
…and then decide if you still want to pursue this.
Re: Google Flights will now tell you when fares will increase
#70I'm curious, how does one gain access to flight schedules/fares? Is this something that anyone can get their hands on and create a service (complexity aside), or do you need some sort of license that costs thousands of dollars? Does each airline have their own way of exporting this data? Is there a single entity that aggregates from all of them? How does the actual data look like? (Is it a dump every X hours, or some…
Fares and rules come from ATPCO ( http://atpco.net ). Flights come from OAG ( http://www.oag.com ). Seat availability requires data directly from the carrier, usually via a live query to the carrier's reservation system. The GDS companies get this data from these sources and then in turn provide (crappy) APIs for customers to use to query it. In general, if you're doing bookings you can get small amounts of the data…
How did you go from games to developing airlines reservation and fares software?