I am trying to search through the Scribd documents using keywords,
much like the search bar on the Scribd site. However, whatever search
terms I enter, I always get zero results.
The url:
http://api.scribd.com/api?method=docs.search&api_key=my_key&query=puppy
The results:
<rsp stat="ok">
<result_set totalResultsAvailable="0" totalResultsReturned="0"
firstResultPosition="1" list="true">
</result_set>
</rsp>
Is this a general problem with the search? If not, is there a
specific query that might yield some results for me?
Thanks,
Amber