Booking.com Parser

I need a parser that will allow me to grab hotels propositions from
http://www.booking.com/

So i will have input string in format “Country,City”, this string must
be passed to search form located at http://www.booking.com/
also i will need to pass check-in and check-out dates in format “yyyy-mm-dd”
and then parser will collect all hotels from result pages (including paging)

I will need follow data collected for every entry:

hotel name
link to hotel description
the lowest price from price breakdown

Notice: Parser will work real time. So form with search string,
check-in and check-out date will be located at my domain. I’ll click
button “search” at this form and a parser will return list of parsed
data from booking.com to my page

Leave a Reply

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