Curl & Regex Data Scraping
Hello,
I am trying to connect & login to 3 different websites via CURL. After logged in, I am trying to pass a search example:
http://myscript.com/script.php?keyword=shoes
I am then trying to CURL the search results (page source) & regex for a specific pattern so then I can list the results on my script page.
I would like to apply this same idea to 3 different sites. They are all different – but I can explain very well what I need. I can provide all the links of where to login, how to search & etc. I also have the patterns I need to regex out.
This should be very easy for someone who knows PHP CURL & Regex or pregex.