Twitter Search - Historical Tweets

Hello!
I used to use the Twitter API Connector and the Twitter Search for searching tweets, with an Standard API Account. Now, I upgraded the account to premium to get older tweets, but the Twitter Search node still shows me only tweets of the last seven days. Does anyone know how to configure it to search for older tweets?

Hi @acostas,

currently, it is not possible to select the endpoint that is needed to receive tweets older than seven days.

As a workaround, you could create an access token that can be attached to the particular endpoint URL you want to use and call the endpoint by using the GET Request node. You would need to parse the response e.g. using a JSON Path or XPath node.

Best,
Julian

5 Likes

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