Jump to content

Question regarding sifting through selected remote sites...


Modernvox

Recommended Posts

Hi again Guyz,

 

I am trying to find out about using a search box on a remote site without manually typing in a keyword.

SO, if i wanted to find  a piano for sale on 3 different classified sites, what would be the best method?

There's a name for this function, right?

 

Just need to know what it's called so I may google and learn it.

Thanks in advance!

IT's called data scraping. If the classified pages (which most likely do) provided the results via GET/POST you can use get_file_contents or curl to get the data, then preg_replace with a pattern to get the resutls you're looking for.

IT's called data scraping. If the classified pages (which most likely do) provided the results via GET/POST you can use get_file_contents or curl to get the data, then preg_replace with a pattern to get the resutls you're looking for.

 

Excellent, thanks oni 8)

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.