The same here…
I know there are more results cause after running queries for count=100 I run it for count=2.
I’m using search_metadata.max_id_str substracted by 1 when building URL for the “prev” page. My logs:
14:27:40.473 sending request: URI=https://api.twitter.com/1.1/search/tweets.json?result_type=recent&count=3&q=blue&include_entities=false
14:27:40.986 sending request: URI=https://api.twitter.com/1.1/search/tweets.json?result_type=recent&max_id=473440748193738751&count=3&q=blue&include_entities=false
14:27:41.780 Returned max_id is the same as previous one! PREV:473440748193738751, RES: max_id=473440748193738751, max_id_str=473440748193738751
14:27:41.781 sending request: URI=https://api.twitter.com/1.1/search/tweets.json?result_type=recent&max_id=473440748193738750&count=3&q=blue&include_entities=false
14:27:42.613 Returned max_id is the same as previous one! PREV:473440748193738750, RES: max_id=473440748193738750, max_id_str=473440748193738750
14:27:42.613 sending request: URI=https://api.twitter.com/1.1/search/tweets.json?result_type=recent&max_id=473440748193738749&count=3&q=blue&include_entities=false
14:27:43.454 Returned max_id is the same as previous one! PREV:473440748193738749, RES: max_id=473440748193738749, max_id_str=473440748193738749
14:27:43.454 sending request: URI=https://api.twitter.com/1.1/search/tweets.json?result_type=recent&max_id=473440748193738748&count=3&q=blue&include_entities=false
14:27:44.475 Returned max_id is the same as previous one! PREV:473440748193738748, RES: max_id=473440748193738748, max_id_str=473440748193738748
14:27:44.476 sending request: URI=https://api.twitter.com/1.1/search/tweets.json?result_type=recent&max_id=473440748193738747&count=3&q=blue&include_entities=false
14:27:45.348 Returned max_id is the same as previous one! PREV:473440748193738747, RES: max_id=473440748193738747, max_id_str=473440748193738747
[…]