I am creating a java application which performs URL search for site :
http://www.alexa.com/topsites/category
User eneters a category name and my application displays all URL's and performs some operations.
I am using this alexa api for URL search.
This api doesn't give all results. For eg. if i search for the category "Health", this api gives only 6 results but when i visit on site i get more than 500 results.
I tried to increase result by increasing count=500 and also checked by giving Start parameter in api but i am not getting all results.
Could you please suggest me that how i can increase the results ? or is there any other api which works as same alexa api and gives all results.
I got some suggestion that DMOZ api also uses same
http://www.dmoz.org/World/Esperanto/Ludoj/Komputilaj/
but could not get the link for DMOZ search api.
Could you please provide me a link to DMOZ search api.
I thanks to your all valuable suggestions.