SocialCrawl
Twitter/X

Twitter/X

Extract profiles, tweets, communities, and transcripts

Twitter/X

Extract profiles, tweets, communities, and transcripts. 6 endpoints available.

X (formerly Twitter) has over 600 million monthly active users and remains the primary platform for real-time public conversation and news.

Base URL: /v1/twitter/...

How do I get started with Twitter/X data?

1. Fetch a profile

curl "https://socialcrawl.dev/v1/twitter/profile?handle=elonmusk" \
  -H "x-api-key: sc_your_api_key_here"

2. Fetch their content

curl "https://socialcrawl.dev/v1/twitter/user/tweets?handle=elonmusk" \
  -H "x-api-key: sc_your_api_key_here"

3. Read computed fields

Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach.

What Twitter/X data can I access?

EndpointPathCredit Tier
Get Twitter user profile/v1/twitter/profilestandard (1cr)
List Twitter user tweets/v1/twitter/user/tweetsstandard (1cr)
Get Twitter tweet details/v1/twitter/tweetstandard (1cr)
Get Twitter community details/v1/twitter/communitystandard (1cr)
List Twitter community tweets/v1/twitter/community/tweetsstandard (1cr)
Get Twitter video transcript/v1/twitter/tweet/transcriptpremium (10cr)
AI-powered X search via Grok/v1/twitter/ai-searchstandard (1cr)

What should I know about Twitter/X data?

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema

Official Twitter/X Resources

Twitter/X | Socialcrawl