𝕏 (twitter) Info Scraper avatar

𝕏 (twitter) Info Scraper

Pricing

from $6.70 / 1,000 profiles

Go to Apify Store
𝕏 (twitter) Info Scraper

𝕏 (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

AgentX

Maintained by Community

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.

X/Twitter 35+ Fields Batch Processing


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.

X Info Scraper Input

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

ParameterTypeRequiredDescription
πŸ‘€ UsernamesArrayYesX usernames, @handles, profile URLs, or tweet URLs

Output Data Schema

Each extracted X profile returns 35+ structured fields:

X Info Scraper Output

FieldTypeDescription
user_idStringUnique X user identifier
user_nameStringUsername (handle without @)
display_nameStringDisplay name
descriptionStringBio/description text
locationStringUser-set location
created_atStringAccount creation date
verifiedBooleanLegacy verified status
verified_typeStringVerification type (Business, Government)
blue_verifiedBooleanX Premium (blue checkmark)
identity_verifiedBooleanIdentity verification status
protectedBooleanPrivate/protected account
followers_countIntegerFollower count
following_countIntegerFollowing count
statuses_countIntegerTotal tweet count
favourites_countIntegerTotal likes given
media_countIntegerMedia post count
listed_countIntegerList appearances
account_typeStringProfessional type (Business, Creator)
account_categoryStringProfessional category
user_devicesArrayPosting devices/platforms
avatar_urlStringProfile picture URL
banner_urlStringBanner image URL
profile_urlsArrayWebsite URLs from profile
description_urlsArrayURLs from bio
pinedObjectPinned tweet with engagement metrics
processorStringApify actor URL
processed_atStringISO 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 ApifyClient
client = 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().items
for 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

  1. Add an Apify module to your Make scenario
  2. Select Run an Actor action
  3. Set Actor ID to PVpATK5xrZz1JBNvn
  4. Configure input JSON with usernames array
  5. Set Run synchronously to YES
  6. Add Get Dataset Items module to receive profile data

N8N Integration

  1. Add an Apify node to your n8n workflow
  2. Set Actor to PVpATK5xrZz1JBNvn
  3. Configure usernames in input JSON
  4. 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 TypePriceDescription
Actor Start$0.0001Charged per run start (per GB of memory)
Actor Usage$0.00001Charged for runtime based on resource consumption
Profile$0.007Per 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

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:


Jobs & Hiring

LinkedIn

Reddit

Telegram

X / Twitter

TikTok

Video & Content

YouTube

Real Estate

Maps & Local


Support & Community


Last Updated: June 24, 2026