π (twitter) Info Scraper
Pricing
from $6.70 / 1,000 profiles
π (twitter) Info Scraper
X (Twitter) profile API: 35+ fields including verification, follower velocity, engagement, pinned tweets, and pro-account analytics. JSON feed for influencer marketing, competitive intelligence, and audience-segmentation pipelines.
Pricing
from $6.70 / 1,000 profiles
Rating
0.0
(0)
Developer
AgentX
Actor stats
1
Bookmarked
112
Total users
7
Monthly active users
an hour ago
Last modified
Share
X Info Scraper - X/Twitter Account Intelligence & Profile Data API
Extract structured X (Twitter) user profiles with 35+ fields including verification status, follower analytics, engagement metrics, device usage, and pinned tweet data. This API accepts usernames, @handles, or full URLs and returns structured JSON for account verification, competitor monitoring, and social-graph enrichment workflows.
Why Choose This X/Twitter Profile Extraction API
35+ Profile Fields with Verification, Analytics & Social Graph Data
π― Comprehensive Profile Extraction 35+ fields per profile: verification status (legacy + blue), account type, category, follower/following counts, tweet/media/favorites statistics, listed count, creator subscriptions, and business affiliates.
π± Universal Input Formats
Accept any identifier format β pure username (Elonmusk), @handle (@Tesla), profile URLs (https://x.com/SpaceX), or tweet URLs β with automatic parsing and normalization.
π Pinned Tweet Analytics Extract pinned tweet text, URL, view count, quote count, reply count, retweet count, bookmark count, and favorite count for engagement signal analysis.
π Device & Platform Tracking Identify which devices and platforms a user posts from (Twitter for iPhone, Web App, etc.) for behavioral profiling and authenticity verification.
π€ AI-Ready Structured Output JSON output optimized for LangChain, CrewAI, and custom AI agent workflows with consistent schema and null handling for missing fields.
Quick Start Guide
How to Extract X Profile Data in 3 Steps
Step 1: Enter Usernames
Provide X usernames, @handles, or profile URLs.
Step 2: Run the Actor
Click "Start" to extract profiles. Each username is resolved and enriched with full metadata.
Step 3: Access Structured Results
Download JSON dataset or integrate via Apify API into your analytics or CRM pipeline.
Example Input
{"usernames": ["Elonmusk","@Tesla","https://x.com/SpaceX"]}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| π€ Usernames | Array | Yes | X usernames, @handles, profile URLs, or tweet URLs |
Output Data Schema
Each extracted X profile returns 35+ structured fields:
| Field | Type | Description |
|---|---|---|
| user_id | String | Unique X user identifier |
| user_name | String | Username (handle without @) |
| display_name | String | Display name |
| description | String | Bio/description text |
| location | String | User-set location |
| created_at | String | Account creation date |
| verified | Boolean | Legacy verified status |
| verified_type | String | Verification type (Business, Government) |
| blue_verified | Boolean | X Premium (blue checkmark) |
| identity_verified | Boolean | Identity verification status |
| protected | Boolean | Private/protected account |
| followers_count | Integer | Follower count |
| following_count | Integer | Following count |
| statuses_count | Integer | Total tweet count |
| favourites_count | Integer | Total likes given |
| media_count | Integer | Media post count |
| listed_count | Integer | List appearances |
| account_type | String | Professional type (Business, Creator) |
| account_category | String | Professional category |
| user_devices | Array | Posting devices/platforms |
| avatar_url | String | Profile picture URL |
| banner_url | String | Banner image URL |
| profile_urls | Array | Website URLs from profile |
| description_urls | Array | URLs from bio |
| pined | Object | Pinned tweet with engagement metrics |
| processor | String | Apify actor URL |
| processed_at | String | ISO processing timestamp |
Example Output
{"user_id": "44196397","user_name": "elonmusk","display_name": "Elon Musk","description": "CEO of Tesla and SpaceX","location": "Austin, Texas","verified": true,"blue_verified": false,"followers_count": 150000000,"following_count": 500,"statuses_count": 25000,"account_type": "Business","user_devices": ["Twitter for iPhone", "Twitter Web App"],"profile_urls": ["https://tesla.com"],"pined": {"url": "https://x.com/elonmusk/status/1234567890","text": "Exciting times ahead!","view_count": 5000000,"favorite_count": 120000},"processor": "https://apify.com/agentx/x-info-scraper","processed_at": "2024-08-31T14:23:45Z"}
Integration Examples
Python Integration
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run_input = {"usernames": ["Elonmusk", "@Tesla", "https://x.com/SpaceX"]}run = client.actor("PVpATK5xrZz1JBNvn").call(run_input=run_input)dataset_items = client.dataset(run["defaultDatasetId"]).list_items().itemsfor item in dataset_items:print(f"@{item['user_name']} | {item['followers_count']} followers | {item.get('account_type', 'N/A')}")
JavaScript Integration
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const input = { usernames: ['Elonmusk', '@Tesla', 'https://x.com/SpaceX'] };const run = await client.actor('PVpATK5xrZz1JBNvn').call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item => {console.log(`@${item.user_name} | ${item.followers_count} followers | Verified: ${item.verified}`);});
Make.com (Integromat) Integration
- Add an Apify module to your Make scenario
- Select Run an Actor action
- Set Actor ID to
PVpATK5xrZz1JBNvn - Configure input JSON with usernames array
- Set Run synchronously to YES
- Add Get Dataset Items module to receive profile data
N8N Integration
- Add an Apify node to your n8n workflow
- Set Actor to
PVpATK5xrZz1JBNvn - Configure usernames in input JSON
- Use downstream nodes to process profile data
JSON-LD Metadata
{"@context": "https://schema.org","@type": "SoftwareApplication","name": "X Info Scraper","description": "X/Twitter profile data extraction API with 35+ fields, verification status, and engagement analytics","applicationCategory": "Developer Tools","operatingSystem": "Cloud","url": "https://apify.com/agentx/x-info-scraper?fpr=aiagentapi","dateModified": "2026-06-24","offers": {"@type": "Offer","price": "0.007","priceCurrency": "USD"}}
Pricing & Cost Calculator
Transparent Pay-Per-Use Model
| Event Type | Price | Description |
|---|---|---|
| Actor Start | $0.0001 | Charged per run start (per GB of memory) |
| Actor Usage | $0.00001 | Charged for runtime based on resource consumption |
| Profile | $0.007 | Per X profile extracted with full metadata |
Cost Examples
Small Batch (100 profiles):
- Profiles: 100 Γ $0.007 = $0.70
- Total: ~$0.70
Medium Batch (1,000 profiles):
- Profiles: 1,000 Γ $0.007 = $7.00
- Total: ~$7.00
Large Batch (10,000 profiles):
- Profiles: 10,000 Γ $0.007 = $70.00
- Total: ~$70.00
Use Cases & Applications
Lead Generation & Sales Intelligence
Prospect Database Building Extract profile metadata, website URLs, and professional categories from industry-relevant X accounts to build targeted prospect databases for outreach campaigns.
Account-Based Marketing Enrich CRM records with X profile data β follower counts, verification status, and professional categorization β for ABM scoring and prioritization.
Influencer Analytics & Social Intelligence
Influencer Identification Batch-extract profiles from specific verticals to identify verified accounts, high-engagement creators, and potential brand ambassadors based on quantitative metrics.
Competitive Social Monitoring Track competitor follower growth, posting patterns (via device data), and engagement benchmarks for competitive intelligence dashboards.
Research & Data Enrichment
Social Graph Analysis Map follower/following ratios, listed counts, and account categories across cohorts for academic research, network analysis, or audience segmentation.
Identity Verification Cross-reference X verification status, account age, and posting devices for KYC workflows, fraud detection, and authenticity scoring.
FAQ
What username formats does the X Info Scraper accept?
The API accepts pure usernames (Elonmusk), @handles (@Tesla), profile URLs (https://x.com/SpaceX), and tweet URLs (https://x.com/user/status/123). All formats are automatically parsed.
What data is included in the pinned tweet object?
The pined field includes the tweet URL, text, creation date, view count, quote count, reply count, retweet count, bookmark count, and favorite count.
Can I extract data from protected/private accounts?
Protected accounts return limited metadata (username, display name, follower count) but bio, tweets, and detailed fields are restricted by X's privacy settings.
How many profiles can I process per run?
There is no hard limit on batch size. Processing speed scales linearly β typical throughput is 100β500 profiles per minute.
What verification types are tracked?
The API distinguishes legacy verification (verified), X Premium blue checkmark (blue_verified), verification type (Business, Government), and identity verification status.
Does the API require X API keys?
No. The actor handles all authentication and rate limiting internally. No X API keys or developer credentials are needed.
What data fields are included per profile?
Each profile returns 35+ fields: username, display name, bio, location, website, follower/following counts, tweet/media/favorites statistics, listed count, verification status (legacy + blue), account type, category, creator subscriptions, pinned tweet with engagement metrics, profile/banner images, and creation date.
SEO Keywords & Search Terms
Primary Keywords
X profile scraper API, Twitter data extraction, X user intelligence API, Twitter profile data API, X/Twitter profile analytics, social media profile extraction
Long-Tail Keywords
extract X Twitter profiles API, Twitter user verification status data, X profile batch extraction structured data, Twitter follower analytics pipeline, X user device tracking API, Twitter influencer discovery API, X account intelligence CRM enrichment, social media profile batch extraction pipeline
Industry Terms
social intelligence, user profiling, influencer analytics, social graph analysis, identity verification, account-based marketing, CRM enrichment
Trust & Certifications
- β Enterprise Ready - Processing thousands of profiles per run with 99.9% uptime
- β GDPR Compliant - EU data protection standards
- β 35+ Data Fields - Comprehensive profile intelligence
- β Regular Updates - Continuous maintenance for platform changes
Legal & Compliance
Data Rights & Usage
All data extracted by this actor originates from publicly accessible X/Twitter profiles. Users are responsible for ensuring their use complies with applicable laws and X's Terms of Service.
Privacy Compliance
- GDPR: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
- CCPA: Compliant with California Consumer Privacy Act requirements.
Platform Terms of Service
Users must review and comply with X's Terms of Service regarding data usage. This tool accesses only publicly available profile information.
Enterprise Support
For enterprise licensing, custom integrations, or compliance inquiries:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Job Scraper - Multi-Platform Job Data Extraction API
- Indeed Hiring Scraper - Indeed Job Extraction & Market Intelligence
- LinkedIn Hiring Scraper - LinkedIn Job Data Extraction & Talent Intelligence
- Glassdoor Hiring Scraper - Glassdoor Salary Intelligence & Company Reviews
- LinkedIn Company Scraper - LinkedIn Company Data Extraction & Firmographic Intelligence
- LinkedIn Profile Scraper - LinkedIn Profile Data Extraction & Professional Intelligence
- Reddit Author Scraper - Reddit Author Profile Extraction & Activity Analysis
- Reddit Viral Scraper - Reddit Viral Content Extraction & Trend Intelligence
- SubReddit Info Scraper - Subreddit Metadata Extraction & Community Intelligence
- SubReddit Post Scraper - Subreddit Post Extraction & Content Analysis
- Subreddit Member Scraper - Subreddit Member Extraction & Audience Analysis
Telegram
- Telegram Chat Scraper - Telegram Chat Message Extraction & Content Analysis
- Telegram Group Inviter - Telegram Group Member Invitation & Management
- Telegram Info Scraper - Telegram Entity Metadata Extraction & Intelligence
- Telegram Member Scraper - Telegram Group Member Extraction & Audience Data
- Telegram Private Group Scraper - Telegram Private Group Data Extraction & Analysis
X / Twitter
- Twitter Community Scraper - Twitter Community Extraction & Member Analysis
- X Info Scraper - X/Twitter Profile Extraction & User Intelligence (This Tool)
TikTok
- TikTok Creator Scraper - TikTok Creator Profile Extraction & Analytics
- TikTok Live Downloader - TikTok Live Stream Recording & Download
- TikTok Transcript - TikTok Video Transcription & Content Extraction
Video & Content
- All Video Scraper - Multi-Platform Video Download & Extraction (1000+ Sites)
- Video Caption Scraper - Video Caption Extraction & Subtitle Data
- Video Transcript - Universal Video Transcription & AI Training Data
- Video to Social Post - Video Content Conversion & Social Media Repurposing
- Live Stream Transcript - Live Stream Transcription & Real-Time Content Extraction
YouTube
- YouTube Transcript - YouTube Video Transcription & Speech Extraction
- Youtube Info Scraper - YouTube Channel & Video Metadata Extraction
Real Estate
- Realtor Property Scraper - Realtor.com Property Data Extraction & Market Intelligence
- Zillow For Sale Scraper - Zillow Property Listing Extraction & Real Estate Data
Maps & Local
- Google Maps Store Scraper - Google Maps Business Data Extraction & Local Intelligence
Support & Community
- π₯ Community: @Apify_Actor
- π€ Contact Team: @AiAgentApi
Last Updated: June 24, 2026

