|
|
|
Re: makes searching and booking applications airfares [message #181263 is a reply to message #181260] |
Fri, 26 April 2013 16:49 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/26/2013 11:25 AM, Fransiscus Gultom wrote:
> does anyone know how to take the flight schedule of the airline website?
>
You *might* be able to do it with cURL; it depends on several things,
like if the use javascript or not.
But as Daniel said, it would be different for each airline, and probably
a copyright violation if you use it on your own website.
If you want to do this, you should contact each airline to find out if
they will let you do it, how much it costs and how to get access to
their data.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
|
|
|
Re: makes searching and booking applications airfares [message #181434 is a reply to message #181271] |
Thu, 16 May 2013 02:53 |
gordonb.6qynk
Messages: 1 Registered: May 2013
Karma: 0
|
Junior Member |
|
|
>> does anyone know how to take the flight schedule of the airline website?
>
> There is no "the airline website".
>
> Every airline has its own website with different layout etc..
Air*ports* might also be a source of this information.
> Ask the airlines if they provide a service to query the schedules using
> a standard protocol.
There exists a Kindle app (and it probably runs on other smart
phones) called "Flightboard" by Mobiata. It gets flight schedule
data for an airport (multiple airlines are included, pretty seamlessly.
The app claims it covers 4,000 airports and 1,400 airlines worldwide.)
It gets flight data for flights about to take off or land (no date,
just a time). It looks a lot like the signs in airports labelled
"Arrivals" and "Departures", although you can sort the data by
various fields. Don't use this to schedule a flight next month
(that info might be available to different mobile apps). Do use
this if you want to know if the flight you intend to meet is on
time. The app has to get the data *somewhere*.
There is reference to airline data delays and an FAA-required delay
in live aircraft info, which may be up to 15 minutes. That also
suggests some kind of official status for the data.
Data comes from Flightstats (according to the app), so check out
www.flightstats.com. Their terms of use do not allow screen-scraping.
Forking over enough money might change that.
The app also includes a link to Expedia, which is probably useful
if you are shopping for a future flight based on cost, schedule,
airline, etc.
There are some other apps for more heavy-duty tracking of multiple
flights which probably cost more than Amazon's
$0.00-when-it's-the-free-app-of-the-day, $3.99 when it's not. No,
I have no association with any of these companies other than
occasionally using the app.
|
|
|
Re: makes searching and booking applications airfares [message #181438 is a reply to message #181434] |
Thu, 16 May 2013 11:19 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On Wed, 15 May 2013 21:53:27 -0500, Gordon Burditt wrote:
>>> does anyone know how to take the flight schedule of the airline
>>> website?
>>
>> There is no "the airline website".
>>
>> Every airline has its own website with different layout etc..
>
> Air*ports* might also be a source of this information.
> There exists a Kindle app ....
From the subject, I assumed that the OP is / was trying to obtain fares
and booking information, not real time arrivals and departures (as far as
I know, you can't make a booking on a flight that's closed for departure
unless you have a very special agreement with the airline).
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|
Re: makes searching and booking applications airfares [message #181439 is a reply to message #181434] |
Thu, 16 May 2013 11:31 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 16/05/13 03:53, Gordon Burditt wrote:
> Their terms of use do not allow screen-scraping.
But does their technology render it impossible ? :-)
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.
|
|
|
Re: makes searching and booking applications airfares [message #181440 is a reply to message #181439] |
Thu, 16 May 2013 12:47 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 5/16/2013 7:31 AM, The Natural Philosopher wrote:
> On 16/05/13 03:53, Gordon Burditt wrote:
>> Their terms of use do not allow screen-scraping.
> But does their technology render it impossible ? :-)
>
Never impossible, but it could easily lead you to be on the wrong end of
a lawsuit. Not that you care - you've got nothing, anyway.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: makes searching and booking applications airfares [message #181441 is a reply to message #181439] |
Thu, 16 May 2013 13:17 |
Peter H. Coffin
Messages: 245 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On Thu, 16 May 2013 12:31:52 +0100, The Natural Philosopher wrote:
> On 16/05/13 03:53, Gordon Burditt wrote:
>> Their terms of use do not allow screen-scraping.
> But does their technology render it impossible ? :-)
If a browser can render it, it's possible. It may, though, be a
prohibitive pain in the ass. They've got plenty of web designers on-hand
to rearrange the site details continually, with or without actually
making visible changes, and an interest in NOT making the sites easily
scraped.
--
48. I will treat any beast which I control through magic or technology
with respect and kindness. Thus if the control is ever broken, it
will not immediately come after me for revenge.
--Peter Anspach's list of things to do as an Evil Overlord
|
|
|