View Full Version : Getting serps using php?


wellwater
10-14-2005, 07:47 PM
Can anyone help me understand how I could write a php script that can get the ranking positions on the Google, MSN, and Yahoo. I want to custom build this for my personal use for the clients I have. Need to speed up my work day to cover more ground.

I am an intermediate php user right now and am needing to be pointed in the right direction to find out how to write these kind of scripts for my business.

sal

phoztech
02-05-2006, 09:22 PM
this would involve alot or regular expressions.

basixally you would have to pass google teh search words and then red the returned html as a file and parse the entire file for what you are looking for.

this is not an easy task, thus i doubt anyone is going to do it for you for free.

but learn regular expressions and or search on goole or yahoo for parsing google data or something maybe someone has done it and is willing to share. hope this gives you some idea and or a direction to head in