API is flaky lately

Markus7 Feb 2012 7:19 PM
Hi, I have started using this API a few weeks ago and I really liked its result; it seems very powerful. But within the last few days, it is not returning any results for most queries. I am mostly interested in passing URLs and get categories for that URL. Example:
 
SELECT * FROM contentanalysis.analyze WHERE url="http://boston.com"
This example does not return any results. Most queries don't return a result or the category info is like this:
<yct_categories>
    <yct_category score="0">.</yct_category>
    <yct_category score="3">.</yct_category>
    <yct_category score=""/>
</yct_categories>
Did anything change or am I missing something?
Thanks in advance for any help!
Markus
Markus7 Feb 2012 7:20 PM
<div>OK, the XML in the previous post is not showing. Trying again:<br>&nbsp;<pre style="background-color:#EEEEEE;overflow-x:auto;overflow-y:hidden;"><span style="font-family:arial, helvetica, clean, sans-serif;white-space:normal;"><div>&lt;yct_categories&gt;<div><span class="Apple-tab-span" style="white-space:pre;"> </span>&lt;yct_category score=&quot;0&quot;&gt;.&lt;/yct_category&gt;<div><span class="Apple-tab-span" style="white-space:pre;"> </span>&lt;yct_category score=&quot;3&quot;&gt;.&lt;/yct_category&gt;<div><span class="Apple-tab-span" style="white-space:pre;"> </span>&lt;yct_category score=&quot;&quot;/&gt;<div>&lt;/yct_categories&gt;</div></div><br></div></div></div></span></pre></div>