Recent content by kylestyle

  1. kylestyle

    CHALLANGE: Weird issue scraping a retailer w/ curl PHP ...

    I think i solved it... $url = 'http://www.urltostore.com/pagetoproductgoeshere'; $cookiefile = str_replace('\\','/',dirname(__FILE__)).'/cookies/somename.txt'; $zipcode = '90210'; $posturl = 'http://www.urltostore.com/LowesStoreSearchCmd'; $postfields =...
  2. kylestyle

    CHALLANGE: Weird issue scraping a retailer w/ curl PHP ...

    More info... I think this is the form that needs to be submitted before price shows up... <div id="enterZip"> <form method="post" action="/LowesStoreSearchCmd" name="storeSearchForm" id="storeSearchForm"> <fieldset> <input type="hidden" name="URL" value="TopCategoriesDisplayView"/> <input...
  3. kylestyle

    CHALLANGE: Weird issue scraping a retailer w/ curl PHP ...

    Setup... I have been trying to scrape pricing information from retailer "lowes" hardware store but they have some kind of redirect going on that appears to attempt to set your local store zip code by the IP address you are coming from. The page does not show the price of the product until it...
Back
Top