Hi,

I’m working on an audience sentiment project and currently have access to the Twitter V1 API. However i’m only getting tweets for the previous week on the brands i’m monitoring.

Which account/ access do i need to get the last years tweets?

I’m looking to analyse the most popular conversations/ tweets of 2021 for a small industry niche

For v1.1 API you can use the 30day Premium endpoint to get tweets from the last 30 days, or the fullarchive endpoint for older ones but these are restrictive, so I would try the 30day one first - Premium Search Tweets: 30-Day API | Docs | Twitter Developer Platform

Twarc can make calls for you in the command line: twarc1 (en) - twarc another good one is GitHub - twitterdev/search-tweets-python: Python client for the Twitter 'search Tweets' and 'count Tweets' endpoints (v2/Labs/premium/enterprise). Now supports Twitter API v2 /recent and /all search endpoints.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.