Getting historical Tweets using the full-archive search endpoint

By DEV Community - 2021-02-19

Description

Introduction The full-archive search endpoint lets you search the entire history of public... Tagged with twitter, twitterapi, beginners, showdev.

Summary

  • Introduction The full-archive search endpoint lets you search the entire history of public Twitter data, which dates back to the first Tweet in March 2006.
  • If you want to learn more or have questions, check our documentation about Projects and Apps here.
  • Using the start_time and end_time parameters to get historical Tweets When using the full-archive search endpoint, by default Tweets from the last 30 days will be returned.
  • Keep in mind that full-archive search endpoint counts towards your total Tweet cap i.e.
  • the number of Tweets per month that you can get from the Twitter API, so be mindful of your code logic when paging through the results in order to make sure you do not end up inadvertently exhausting your Tweet cap.

 

Topics

  1. NLP (0.18)
  2. Frontend (0.12)
  3. Backend (0.08)

Similar Articles

10 Fun APIs to Use For Your Next Project

By DEV Community - 2021-01-01

To put it simply: a web API (application programming interface) is a tool which tells a particular sy... Tagged with javascript, webdev, todayilearned, productivity.

How to Fetch Data in React: Cheat Sheet + Examples

By freeCodeCamp.org - 2021-02-12

There are many ways to fetch data from an external API in React. But which one should you be using for your applications in 2021? In this tutorial, we will be reviewing five of the most commonly used ...

Top 5 Cryptocurrency APIs for Developers

By Medium - 2020-06-07

In this article, we learn the top 5 best crypto APIs in 2020. Learn how to develop with Python for accurate cryptocurrency market data endpoints, crypto price api, Live price streaming, crypto social ...