Skip to content
ANY//
//Source · Social Media

Twitter/X API — Without the Enterprise Price Tag

The official API runs $100–5,000/month and still won’t filter search by engagement — these 5 endpoints cover profiles, tweet history, followers, and search with date-range and engagement minimums. No developer account, no OAuth.

Start for free7-day free trial

What You Can Pull From Twitter/X

User profileProfile: name, bio, followers, following, tweet count, verification.
User postsTweet history: text, engagement, media, timestamps.
User followersFollower list with profile data.
Post searchSearch tweets with date range and engagement filters.
User searchSearch users by keyword.

What Comes Back

POST /api/twitter/search/posts
{
  "query": "data infrastructure",
  "since": "2026-06-27",
  "posts": [
    {
      "author": "@marlow_builds",
      "text": "Moved our enrichment jobs to typed endpoints last month…",
      "likes": 132,
      "retweets": 41,
      "created_at": "2026-07-18T09:24:00Z"
    }
  ]
}

Start With Twitter/X Data

Date-range search, engagement filters, and profiles on the same key as 500+ other sources. 7-day free trial.

Common Questions

No. You authenticate with your Anysite API key — no Twitter OAuth, no app registration, no developer portal approval.