Paid API Access
-
We've been using your API on regular basis over the past few months, when lately we started having problems accessing the data it provides.I received an empty object when tried fetching info using the following URL:string sUrlToScan = "http://lsapi.seomoz.com/linkscape/url-metrics/"+sHost+"?AccessID=member-d73bd20330&Expires=1355756373&Signature=....";* Please note - I removed the Signature field for security reasonsI would really appreciate it if you could let me know why the service has stopped working.Is it because the 'Expires' is no longer valid?Could you please provide me with the up-to-date AccessID + Expires + Signature values so I could continue using your API?Thanks!
-
Definitely the wrong place to be trying to talk to the api guys. email api@seomoz.org
However it sounds like you are querying too quickly. As it turns out I was having a chat this week with a friend who was having a similar problem. You can only make 1 call per 10 secs (you can halve that time if you are a pro member and email them and ask). If you make a call every 8 seconds, you get 8 values back instead of 10 etc. so make sure you are giving enough time
Stephen