I set up something so I can get api results from a cronjob, with wget or whatever. http://www.nddb.net/api.php?query=<domain> Like http://www.nddb.net/api.php?query=google.com I need to set up a few more keys as I'm limited to 1000 a day. =) Just returns a # of pages, which seems to reflect upon weight. Only using one key at the moment. The code is from : http://www.googleduel.com/apiexample.php Which is a really nice script, except that it doesn't work with SOAP-0.9.1 only SOAP-0.8.1, so make sure to have 0.8.1 if you use it. =)
Hi, Your Source Code seems to be not working , it give me this error : An error #Client occurred! Error: Attempt 0 failed. An error #Client occurred! Error: Attempt 1 failed. An error #Client occurred! Error: Attempt 2 failed. An error #Client occurred! Error: Attempt 3 failed. An error #Client occurred! Error: Attempt 4 failed. Sorry, connection to Google failed after retrying several times. Please check that the Google Developer's Key you entered was correct. To obtain a developer's key or for more information on the Google API, visit Google API home page. -------- I have checked your Running thing , my Key is working fine with that . But don't with the code you provide .. Any suggestions ? Imran