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?
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get Twitter user profile | /v1/twitter/profile | standard (1cr) |
| List Twitter user tweets | /v1/twitter/user/tweets | standard (1cr) |
| Get Twitter tweet details | /v1/twitter/tweet | standard (1cr) |
| Get Twitter community details | /v1/twitter/community | standard (1cr) |
| List Twitter community tweets | /v1/twitter/community/tweets | standard (1cr) |
| Get Twitter video transcript | /v1/twitter/tweet/transcript | premium (10cr) |
| AI-powered X search via Grok | /v1/twitter/ai-search | standard (1cr) |
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
