0

I’m working on a simple search machine for Twitter where I want to extract all search results of an word (or words) since the dawn of time (or anyway Twitter). Is that possible?

I can only retrieve 100 results ordered by recently added tweets but I want to for example see how many times “facebook” has been twitted last month, last year, and so on.

I’ve tried this URL: http://search.twitter.com/search.atom?lang=en&since=2006-01-01&rpp=1000&q=facebook but it still doesn’t give me more than 100 results. I’ve read that the rpp parameter has a maximum of 100 but is there a way to “scroll” through the list and get all results?

Gray
  • 7,050
  • 2
  • 29
  • 52
Emil Devantie Brockdorff
  • 4,724
  • 12
  • 59
  • 76

1 Answers1

0

Offsets and pagination is probably your best bet

benhowdle89
  • 36,900
  • 69
  • 202
  • 331