How do you get all the results from a YQL query?
I’ve already tried setting the limit to 0. it doesn’t output any result. If I set it to say 50 I’m getting 50.
I’m using this for collecting questions from yahoo answers.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think I have solved my problem. didn’t realise that yahoo answers can return a maximum of 50 results in a single resultset. but one can set the ‘start’ parameter of the query, iteratively to a maximum of 1000 to get more results.