Thanks for that Chad

On Sep 28, 6:03 pm, Chad Etzel <c...@twitter.com> wrote:
> Hello,
>
> The 1500 result limit _is_ for the Search API. The results are limited
> to 1500 or the last 7ish days, whichever occurs first.
>
> Yaniv, the rpp ("results per page") parameter is how many results will
> be returned with each request. The page parameter is basically an
> offset indicator.
>
> To get all 15 pages (1500 results), you would need to make 15 calls to
> get results:
>
> http://search.twitter.com/search.atom?q=foo&rpp=100&page=1http://search.twitter.com/search.atom?q=foo&rpp=100&page=2http://search.twitter.com/search.atom?q=foo&rpp=100&page=3
> ...http://search.twitter.com/search.atom?q=foo&rpp=100&page=15
>
> There is not a way to get more than 100 results per request from the Search 
> API.
>
> -Chad
>
> On Mon, Sep 28, 2009 at 3:36 AM, Yaniv Golan <yango2...@walla.co.il> wrote:
>
> > Abraham, thanks for replying.
> > something still doesn't make sense...
> > how come i always get 100 results? I'm sure there are more tweets that
> > match this search criteria
> > how can i get the max result per call?
>
> > On Sep 28, 7:25 am, Abraham Williams <4bra...@gmail.com> wrote:
> >> The 1500 result limit is for the REST API. The Search API is limited based
> >> on time which last I heard was around 7 days.
> >> Abraham
>
> >> On Sun, Sep 27, 2009 at 18:33, Yaniv Golan <yango2...@walla.co.il> wrote:
>
> >> > Hi all
> >> > I'm submitting this query to twitter search
> >> > 'http://search.twitter.com/search.atom?ors=via
> >> > +RT&rpp=100&page=15&filter=links'
> >> > and gets only 100 results,
> >> > according to the api docs i can get up to 1500 results
> >> > i also get this warning
> >> > "adjusted since_id to 4133426182 (2009-09-20 23:00:00 UTC), requested
> >> > since_id was older than allowedsince_id removed for pagination"
> >> > can anyone please explain what i'm doing wrong here?
>
> >> --
> >> Abraham Williams | Community Evangelist |http://web608.org
> >> Hacker |http://abrah.am|http://twitter.com/abraham
> >> Project |http://fireeagle.labs.poseurtech.com
> >> This email is: [ ] blogable [x] ask first [ ] private.

Reply via email to