I am trying to collect some tweet data based on some particular domain. I have a pro developer access that does not allows me to do any kind of full archival search.
I wanted to know if the search term that shows me results on the X app or website can be used as the query parameter to access the same results through tweepy and X API?
I could have definitely checked it for myself but the problem is I have a veru small number of posts i can fetch before I finish the cap for this month.
When I tried searching on the website using the search term let’s say ‘poverty hunger issues’, the results I saw were :
- Tweets that did not neccessarily had these words but were definitely very related to these words.
- The kind of tweets I was looking for in the first place.
Now, if I use the same search term as a query in let’s say search_recent_tweets(), will I see the same results? Because from what I have seen till now, the api response usually has tweets that contains the words in the query.
I am new to working with APIs, so I might be missing some basic or obvious things. Thanks in advance!