Tagged Questions

6
votes
2answers
2k views

Scraping Library for PHP - phpQuery?

I'm looking for a PHP library that allows me to scrap webpages and takes care about all the cookies and prefilling the forms with the default values, that's what annoys me the most. I'm tired of ...
0
votes
0answers
16 views

phpQuery gathering javascript images

I'm currently using phpQuery to gather information from a passed in URL. I have things working and I'm able to search through DOM elements to gather all images like so: //loop through all images on ...