Hi,
For any search I do, I get a JSON response back with the TotalItem count:
Example -
http://academic.research.microsoft.com/json.svc/search?AppId=YOURAPPID&FullTextQuery=
data+mining&ResultObjects=Publication&PublicationContent=AllInfo&StartIdx=1&EndIdx=10
So I would think that adjusting the start and end index wuold allow all results to be obtained.
Returns
{
"d": {
"__type": "Response:http:\/\/research.microsoft.com",
"Author": null,
"Conference": null,
"Domain": null,
"Journal": null,
"Keyword": null,
"Organization": null,
"Publication": {
"__type": "PublicationResponse:http:\/\/research.microsoft.com",
"EndIdx": 10,
"StartIdx": 1,
"TotalItem": 53079,