Skip to content

tweety.api.search() retrevieing fewer results compared to rtweet::search_tweets()? #1435

Answered by Harmon758
jeffcsauer asked this question in Questions
Discussion options

You must be logged in to vote

API.search makes a single call to the standard search API, for which the count parameter has a maximum of 100.
See https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets.
For paginated results, you should use a Cursor object. See https://tweepy.readthedocs.io/en/latest/cursor_tutorial.html.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Harmon758
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question This is a question Discussion This was converted/moved from/to a discussion
2 participants
Converted from issue

This discussion was converted from issue #1435 on December 15, 2020 18:17.