nddb
Jul 3rd 2005, 10:38 pm
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. =)
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. =)