0

I am sending queries to my RESTclient for example

url = "http://yboss.yahooapis.com/ysearch/web?q="Yorkshire%20Capital"ANDfraud&format=xml&abstract=long" 

and I am noticing that there is a maximum of 50 results being returned each time. How can I change the query in order to get all the results?

Dylan Corriveau
  • 2,561
  • 4
  • 29
  • 36
user2405920
  • 69
  • 2
  • 6

1 Answers1

1

You can't, by design.

http://developer.yahoo.com/boss/search/#pricing

Query Type  Definition                  Price/1000 Queries (USD)    Max. Results/Query
Full Web    Web Search results only.    $0.80                       50
Craig London
  • 675
  • 1
  • 9
  • 14