Skip to content
ANY//
//Endpoint · Twitter/X

Twitter/X Profiles, No Developer Account

The official API wants OAuth, app registration, and $100–5,000/month before you read a single profile — this endpoint takes a username and your Anysite key, and returns the full public profile as JSON for one credit.

Start for free7-day free trial

Fields You Get Back

id
name
username
description
followers_count
following_count
tweet_count
verified
created_at
location
profile_image_url
profile_banner_url

What Comes Back

POST /api/twitter/user
{
  "username": "marlow_builds",
  "name": "Marlow",
  "description": "Building data tooling in public.",
  "followers_count": 15420,
  "following_count": 892,
  "tweet_count": 8740,
  "verified": true,
  "created_at": "2015-03-14T12:00:00Z",
  "location": "San Francisco"
}

Start With Twitter/X Profiles

One credit per profile, tweet history and search 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. One call, one profile.