API Reference

Description: Retrieves a list of all indexed tweets from a given X account feed, containing only basic tweet metadata such as:

  • Tweet timestamp – when the tweet was created.

  • Tweet ID – unique identifier for the tweet.

  • Tweet text – full tweet content.

You can filter tweets by date range. The endpoint has limits – up to 100 tweets in the list per request.

Important: To enable tweet indexing for an account, you must first send a PUT request to /api/v2/twitters/{username}/tracker/tweet/.

Usage: This endpoint is useful for retrieving tweet history without engagement analytics, making it ideal for lightweight data processing and storage. Fetch historical tweets with essential metadata. Monitor tweet activity without engagement stats.

Usage Cost: 2 points per request

Language
Click Try It! to start a request and see the response here!