Jump to content

Curl / page scrape


wpt394

Recommended Posts

Hello all, I'm having trouble using Curl.  Here is the situation.  My goal is to perform an Orbitz hotel search and retrieve the results.  I don't need help with any of the regex stuff (well, i can't even get to that point as of yet).  With this URL ... 

 

http://www.orbitz.com/App/Landing?placementID=1&pageID=41&startDate:useDateText=true&endDate:useDateText=true&city=New+York&startDate:date=07/26/2007&endDate:date=07/27/2007&numberOfRooms=1&adults=1

 

(as an example, I've put in a search for hotels in New York from 7/26 - 7/27). 

 

 

 

The problem is, it goes to orbitz's "now searching" page, and then I get redirected to the page that actually shows the results.  When I try to use  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); it just autmoatically redirects the page that is performing the CURL to the Orbitz url that shows the results.  Any ideas??  Thanks.

Link to comment
https://forums.phpfreaks.com/topic/57877-curl-page-scrape/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.