Twitter X Profile Scraper avatar

Twitter X Profile Scraper

Pricing

$10.00 / 1,000 results

Go to Apify Store
Twitter X Profile Scraper

Twitter X Profile Scraper

xtract full user profiles, tweets, replies, threads, media, hashtags, and virality metrics from X (formerly Twitter) at scale. Actor bypasses rate limits, eliminates official API pricing barriers, and provides clean, structured data in seconds without requiring Twitter credentials or API keys

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

CO⟁E Labs

CO⟁E Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🐦 Twitter / X Profile & Tweets Scraper — Fast & Unlimited Data Extractor

ConeLabs Apify Actor No API Key Required Export Formats

Extract full user profiles, tweets, replies, threads, media, hashtags, and virality metrics from X (formerly Twitter) at scale. Engineered by ConeLabs, this Actor bypasses rate limits, eliminates official API pricing barriers, and provides clean, structured data in seconds without requiring Twitter credentials or API keys.

[!TIP]

💎 Looking for a One-Time SaaS Purchase?

We also offer this Twitter/X Scraper as a one-time SaaS software purchase with full source code (Python + high-performance scraping backend), self-hosted Docker deployment scripts, and lifetime updates. Zero monthly platform fees. 👉 Contact us on Telegram: @conelabs or visit conelabs.xyz.


⚡ Why Use ConeLabs Twitter / X Scraper Instead of the Official X API?

The official X (Twitter) API pricing starts at $100 to $5,000+ per month with harsh rate limits and complex developer approval gates. ConeLabs Twitter X Profile Scraper gives you instant, unrestricted access with zero developer approval and pay-as-you-go efficiency.

FeatureOfficial X (Twitter) APIConeLabs Twitter X Scraper
Monthly Cost$100 – $5,000+/monthPay-as-you-go or One-Time SaaS
API Key / ApprovalMandatory verification & approvalNone required (Zero setup)
Rate LimitsStrict request & monthly tweet capsVirtually unlimited extraction
Account LoginRequires active Twitter accountsAnonymous, automated extraction
Data FormatsRaw JSON onlyJSON, CSV, Excel, XML, HTML, RSS
Anti-BlockingDatacenter IP bansBuilt-in multi-mirror failover & residential proxies

🔍 What Data Can You Extract?

  • 👤 Complete User Profile Data — Full name, username, bio, follower count, following count, profile join date, verified checkmark type, website, location, avatar CDN URL, and banner image.
  • 📝 Tweets & Posts — Full tweet text, tweet ID, permanent URL, publish timestamp, retweets count, likes, replies, and quotes.
  • 💬 Replies & Conversations — Reply tweets, threaded conversations, and author reply trees.
  • 📸 Media Attachments — Full-resolution photos, MP4 video streams, thumbnails, and animated GIFs.
  • 🔁 Retweets & Quote Tweets — Native retweets, quoted tweet embeds, and original poster metadata.
  • 🔎 Keyword & Hashtag Search — Historical and real-time search within any user's timeline or across public tweets.
  • 📊 Engagement Virality Metrics — Filter tweets by minimum likes, retweets, and comments to isolate viral content.

💡 Top Industry Use Cases & Applications

  1. 🤖 AI & LLM Training Datasets — Collect clean conversational datasets, domain-specific text corpora, and social sentiment data for training Large Language Models (LLMs) and fine-tuning NLP classifiers.
  2. 📈 Market Sentiment & Financial Intelligence — Track real-time crypto announcements, stock discussions (Cashtags $AAPL, $BTC), and executive commentary for algorithmic trading signals.
  3. 🎯 Competitor Monitoring & Audience Intelligence — Benchmark competitor engagement rates, posting schedules, top-performing media, and audience growth patterns.
  4. 📢 Brand Reputation & Crisis Management — Monitor brand mentions, executive sentiment, product launches, and customer complaints in real-time.
  5. 🤝 Influencer Discovery & Creator Research — Find niche creators with high engagement rates and authentic follower ratios for influencer marketing campaigns.
  6. 💼 B2B Lead Generation — Identify active prospects, founders, and engineers discussing industry pain points, job openings, or technology stacks.

🚀 Quick Start Guide (How to Scrape X in 3 Steps)

  1. Select Targets: Enter Twitter handles (e.g. elonmusk, figma, sama) or full profile URLs in the input form.
  2. Set Options: Choose the maximum number of tweets (maxItems), toggle replies or media-only filters, or apply keyword filters.
  3. Run & Export: Click Start. When finished, download your structured data in JSON, CSV, Excel (XLSX), XML, or HTML Table from the Dataset tab.

⚙️ Input Parameters & Configuration

You can configure the scraper via the Apify Console UI or pass a JSON payload directly via the Apify API:

ParameterTypeDefaultDescription
twitterHandlesstring[]["elonmusk"]List of Twitter handles to scrape (with or without @).
twitterUrlsstring[][]Direct profile URLs (e.g. https://x.com/elonmusk).
scrapeProfileInfobooleantrueExtract rich profile bio, stats, followers, avatar, and banner.
maxItemsinteger20Max tweets per target (0 for unlimited). Free tier limited to 10.
includeRepliesbooleanfalseInclude author's reply tweets in timeline extraction.
includeRetweetsbooleantrueInclude retweets posted by the target account.
mediaOnlybooleanfalseOnly extract tweets that contain images or videos.
searchTermsstring[][]Filter tweets containing specific keywords or search phrases.
startDatestring""Filter tweets posted on or after this date (YYYY-MM-DD).
endDatestring""Filter tweets posted on or before this date (YYYY-MM-DD).
minLikesinteger0Minimum likes threshold (virality filter).
minRetweetsinteger0Minimum retweets threshold.
minRepliesinteger0Minimum comments/replies threshold.
locationstring""Geographic location filter (e.g. San Francisco, London).
emailstring""Email for guaranteed 10–30 min data delivery guarantee.
nsfwContentbooleantrueAllow extraction of age-restricted or sensitive media.
useResidentialProxybooleantrueRoute through residential proxies for anti-blocking resilience.
proxyConfigurationobject{"useApifyProxy": true}Proxy configuration group settings.
maxRetriesinteger5Request retry tolerance with automatic session rotation.

📋 Example JSON Input

{
"twitterHandles": ["elonmusk", "sama"],
"maxItems": 50,
"includeReplies": false,
"includeRetweets": true,
"scrapeProfileInfo": true,
"searchTerms": ["AI", "superintelligence"],
"startDate": "2024-01-01",
"endDate": "2024-12-31",
"minLikes": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

📊 Sample Output Data Format

👤 Profile Record

{
"type": "profile",
"username": "elonmusk",
"fullname": "Elon Musk",
"bio": "",
"followers": 198500000,
"following": 750,
"tweets": 52100,
"likes": 64200,
"verified": true,
"verified_type": "blue",
"avatar": "https://pbs.twimg.com/profile_images/...",
"banner": "https://pbs.twimg.com/profile_banners/...",
"website": "https://x.com",
"location": "",
"joined": "June 2009",
"scrape_date": "2026-09-22T08:00:00Z"
}

📝 Tweet Record

{
"type": "tweet",
"tweet_id": "1845123456789012345",
"url": "https://x.com/elonmusk/status/1845123456789012345",
"text": "Starship Flight 5 booster catch was incredible! Rapid reusability is the key to making life multiplanetary.",
"username": "elonmusk",
"fullname": "Elon Musk",
"date": "2026-09-20T14:30:00Z",
"likes": 284500,
"retweets": 41200,
"replies": 12800,
"quotes": 5600,
"is_retweet": false,
"is_reply": false,
"hashtags": ["#SpaceX", "#Starship"],
"mentions": ["@SpaceX"],
"urls": ["https://spacex.com"],
"media": [
{
"type": "video",
"url": "https://video.twimg.com/ext_tw_video/...",
"thumbnail": "https://pbs.twimg.com/ext_tw_video_thumb/..."
}
],
"scrape_date": "2026-09-22T08:00:00Z"
}

💳 Free vs. Paid Plan Capabilities

FeatureFree Tier PlanPaid Subscription Plan
Daily Runs5 free runs / dayUnlimited daily runs
Tweets per Target10 items / targetUnlimited (set maxItems: 0)
Concurrency & SpeedStandardHigh Concurrency Multi-Worker
Network RoutingDirect & Auto-failoverResidential Proxies (US/CA) + Direct
Support SLACommunityPriority Developer Support

[!NOTE] Free users receive up to 5 runs daily with 10 items per target. When you need unlimited volume, high concurrency, and deep historical scraping, upgrade to an Apify paid subscription or purchase our self-hosted software.


🏢 One-Time SaaS & White-Label Enterprise Solutions

Need your own private, self-hosted scraping infrastructure without monthly platform subscriptions? ConeLabs offers this complete software package as a one-time SaaS purchase:

  • 💻 Complete Source Code: Python orchestrator + high-performance scraping engine.
  • 🐳 Turnkey Self-Hosted Setup: Pre-configured Docker Compose with auto-restarting services, local Redis caching, and health-check monitoring.
  • 🔌 Standalone REST API: Embed tweet and profile extraction directly into your existing SaaS products, data warehouses, or internal dashboards.
  • 🛡️ Custom Proxy Integration: Plug in your own residential, mobile, or datacenter proxy pools.
  • ♾️ Zero Monthly Platform Fees: Pay once, own the software, and scale your data operations without per-result charges.

👉 Inquire about One-Time SaaS / Source Code:


❓ Frequently Asked Questions (FAQ)

Can I scrape Twitter / X without an API key?

Yes. This Actor operates completely independently of the official Twitter API. You do not need developer accounts, API credentials, or authentication tokens.

Can I export scraped tweets directly to Excel or CSV?

Yes. Once the run finishes, navigate to the Dataset tab in Apify Console to download your data in Excel (XLSX), CSV, JSON, XML, RSS, or HTML Table formats.

How do I scrape unlimited tweets?

On a paid Apify subscription or self-hosted ConeLabs instance, set maxItems to 0. The scraper will paginate through the user's entire timeline without arbitrary ceilings.

Can this scraper access private or protected Twitter accounts?

No. Like all compliant web scrapers, only public Twitter profiles, public tweets, and public media can be extracted. Protected or private accounts are inaccessible.

Does it work with Twitter's new X.com domains and formats?

Yes. The scraper seamlessly handles both x.com and twitter.com profile links, short URLs (t.co), and updated post formats.

Yes, scraping public information available on the internet is legal under international legal precedents (such as hiQ Labs v. LinkedIn), provided you respect privacy regulations (such as GDPR/CCPA) and terms regarding sensitive personal data. Always review Apify's Legal Guide to Web Scraping.


🔗 Integrations & Developer Ecosystem

ConeLabs Twitter X Profile Scraper integrates directly with modern automation and data workflow tools:


💬 Support & Contact

  • Bug Reports & Feature Requests: Open an issue in the Issues tab on the Apify Actor page.
  • Enterprise & Custom Scrapers: Visit ConeLabs or chat on Telegram: @conelabs.