I want to link to a random question within the "resolved questions" section of Yahoo Answers.

I've found some js techniques which involve assigning numbers to each URL so the clicked link chooses randomly from a list I'd create that way. But there are 10's of thousands of resolved questions, and new ones added every day. So that method won't work for me.

How can I link to a random "resolved question?"

link|improve this question

56% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You could use the Yahoo! Answers API to get the data you need (in either XML or JSON). The documentation is available here: http://developer.yahoo.com/answers/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.