Twitter/X
Twitter/X
Extract profiles, tweets, communities, and transcripts
Twitter/X
Extract profiles, tweets, communities, and transcripts.
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://www.socialcrawl.dev/v1/twitter/profile?handle=elonmusk" \
-H "x-api-key: sc_your_api_key_here"2. Fetch their content
curl "https://www.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. See Computed fields for formulas, clamping rules, and null semantics.
What Twitter/X data can I access?
8 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get Twitter community details | /v1/twitter/community | standard (1cr) |
| List Twitter community tweets | /v1/twitter/community/tweets | standard (1cr) |
| Get Twitter user profile | /v1/twitter/profile | standard (1cr) |
| X (Twitter) profile, recent posts, and computed analytics in one call. | /v1/twitter/profile/full | standard (5cr) |
| Get Twitter tweet details | /v1/twitter/tweet | standard (1cr) |
| List Twitter user tweets | /v1/twitter/user/tweets | standard (1cr) |
| AI-powered X (Twitter) search via xAI Grok | /v1/twitter/ai-search | advanced (5cr) |
| Get Twitter video transcript | /v1/twitter/tweet/transcript | premium (10cr) |
What should I know about Twitter/X data?
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
Official Twitter/X Resources
- X API Documentation — Official X developer platform
- X API Access Levels — API tiers and access
