Live data from Hacker News

Google to launch flight search service soon

venturebeat.com

11–20 of 25 posts

Re: Google to launch flight search service soon

#11
post #7

Earlier quoted context omitted.

Yeah, Hipmunk is really great. The experience is so good I actually sort of wish I flew more often... or at least had to schedule flights more often. It'd be cool if they could handle other itinerary and reservation tasks. Though I don't know how they'd necessarily make money like that.

Well, the money's in hotel reservations, so I guess it's in the pipeline.

Hipmunk already does hotels: http://www.hipmunk.com/hotels

Re: Google to launch flight search service soon

#12
I really hope they have smart combinatoric search. I want to be able to search flexible day, flexible airport, multi-leg world travel trips without making my own spreadsheet. Some services do flexible day, some do flexible airport, but I haven't found any that provide these with a multi-leg itinerary. I'm sure this is due to the computational complexity, but Google could handle it.

Re: Google to launch flight search service soon

#13
post #9
post #7

Earlier quoted context omitted.

Well, the money's in hotel reservations, so I guess it's in the pipeline.

Exactly, which I'm curious if GOOG will incorporate hotel reservations in it all. Man Google has it covered. I'm trying hard to think of an online space they're not in.

I guess you gotta start thinking offline, then. inb4 Google buys your company ;p

Re: Google to launch flight search service soon

#14
post #2

Ah... but would it be better than Hipmunk?

I smell fresh acquisitions in the air.

Or, another failed startup. This is the scary road you tread when you're in a space that might raise the eyebrows of a company like Google. High risk, high reward. I wish them luck!

Re: Google to launch flight search service soon

#15

I really hope they have smart combinatoric search. I want to be able to search flexible day, flexible airport, multi-leg world travel trips without making my own spreadsheet. Some services do flexible day, some do flexible airport, but I haven't found any that provide these with a multi-leg itinerary. I'm sure this is due to the computational complexity, but Google could handle it.

Both OAG and Innovata provide a dump of all possible flight schedules for the next few months (which includes multiple legs and airlines). It is trivial to add the multiple day/airport feature: I've had a vanilla mysql install (on a P4 with a 1gig ram - my dev machine, sadly) return exactly the sort of stuff you mentioned in less than 100ms, so I'm sure the computational complexity is pretty irrelevant at Google's scale.

Re: Google to launch flight search service soon

#16

I really hope they have smart combinatoric search. I want to be able to search flexible day, flexible airport, multi-leg world travel trips without making my own spreadsheet. Some services do flexible day, some do flexible airport, but I haven't found any that provide these with a multi-leg itinerary. I'm sure this is due to the computational complexity, but Google could handle it.

Both OAG and Innovata provide a dump of all possible flight schedules for the next few months (which includes multiple legs and airlines). It is trivial to add the multiple day/airport feature: I've had a vanilla mysql install (on a P4 with a 1gig ram - my dev machine, sadly) return exactly the sort of stuff you mentioned in less than 100ms, so I'm sure the computational complexity is pretty irrelevant at Google's sc…

Is any of that data free/cheap for experimentation?

Re: Google to launch flight search service soon

#17

Earlier quoted context omitted.

Both OAG and Innovata provide a dump of all possible flight schedules for the next few months (which includes multiple legs and airlines). It is trivial to add the multiple day/airport feature: I've had a vanilla mysql install (on a P4 with a 1gig ram - my dev machine, sadly) return exactly the sort of stuff you mentioned in less than 100ms, so I'm sure the computational complexity is pretty irrelevant at Google's sc…

Is any of that data free/cheap for experimentation?

A co-founder of the company I did the work for had a few contacts in both companies, so we were able to secure the data through them. It definitely isn't publicly available, but I imagine if you talked to a regional representative at either company, you could get them to generate a sample data dump for you (a gigantic CSV file, for example)

Kayak used to have a free API, but they shut it down "because of constly misuse". I'm not aware of any other service that's targeted at individual developers - most of these APIs are intended for huge companies with correspondingly deep pockets.

Re: Google to launch flight search service soon

#18

I really hope they have smart combinatoric search. I want to be able to search flexible day, flexible airport, multi-leg world travel trips without making my own spreadsheet. Some services do flexible day, some do flexible airport, but I haven't found any that provide these with a multi-leg itinerary. I'm sure this is due to the computational complexity, but Google could handle it.

ITA's Matrix beta site (http://matrix.itasoftware.com) does both flexible day and flexible airport for multi-leg trips. To do multiple airports, type in the airport codes separated by commas: "lax,sfo".

Re: Google to launch flight search service soon

#19
post #9
post #7

Earlier quoted context omitted.

Well, the money's in hotel reservations, so I guess it's in the pipeline.

Exactly, which I'm curious if GOOG will incorporate hotel reservations in it all. Man Google has it covered. I'm trying hard to think of an online space they're not in.

Actually google does hotel pricing already in maps. It's not super obvious, but do a search for "hotels in San francisco" and you should see some prices
Post reply on HN