Html Page Scraper

I want a solution to scrap the details from

http://www.amadeus.net/plnext/meb/TimeTableSearch.action?SITE=BCEUBCEU&LANGUAGE=GB

Requirement:
You will be developing a page either in php or aspx or anything. To which i will pass the parameter in query string
with following values.
1. from airport code
2. to airport code
3. From Date
4. To Date

Your page should return the scraped flight timings from url.

http://www.amadeus.net/plnext/meb/TimeTableSearch.action?SITE=BCEUBCEU&LANGUAGE=GB

Example:
http://localhost/yourpage.php?far=pdx&toar=NY&fdate=20100910&tdate=20100917

query parameter detaills
========================
far= from-aiprot
tar = to-airport
fdate= from date
todate = to date

Your page should automatically do the http post to url

http://www.amadeus.net/plnext/meb/TimeTableSearch.action?SITE=BCEUBCEU&LANGUAGE=GB

and scrap the only the flight timing result to me.

Leave a Reply

Your email address will not be published. Required fields are marked *