𝕏(twitter) User Profile
Pricing
from $2.70 / 1,000 results
𝕏(twitter) User Profile
Bulk-export X (Twitter) profiles — verification type, follower count, following count, pinned tweet, Pro subscription status, and 35+ fields per handle. $3.92 per 1,000.
Pricing
from $2.70 / 1,000 results
Rating
5.0
(1)
Developer
TrueFetch
Maintained by CommunityActor stats
2
Bookmarked
59
Total users
18
Monthly active users
7 days ago
Last modified
Categories
Share
Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.
X User Profile — X Profile Scraper: Followers, Bio & Verification
Provide a list of X (Twitter) usernames or profile URLs and extract full user profiles — with follower count, bio, location, verification status, tweet count, avatar, and banner — in clean structured JSON.
TL;DR (40-word answer): X User Profile is a no-login Apify Actor that looks up X user profiles at $0.004 per profile, returning follower count, bio, location, verification status, tweet count, avatar, and banner URL for up to 1,000 usernames per run. Last verified 2026-05-02.
What it is NOT: X User Profile is not a tweet scraper (use other X Actors for posts/tweets), not a follower list extractor, and not a real-time engagement tracker — it returns public user profile metadata.
X User Profile is an Apify Actor that looks up X user profiles by username or URL, returning follower count, bio, verification status, tweet count, and profile images. Maintained by TrueFetch on the Apify Store.
🏷️ Why choose X User Profile
X User Profile is best for social media researchers, influencer marketers, and AI agents who need structured X user data without an X API subscription.
- 👤 Rich user profiles — user ID, username, display name, bio, location, follower count, following count, tweet count, like count, media count, verification badges, avatar, and banner.
- 📦 Bulk lookup — provide up to 1,000 usernames or profile URLs per run.
- ⚡ Pay-per-result pricing — $0.004 per profile (~$0.00392). Free Apify plan includes $5/month credits ≈ 1,275 free profile lookups.
🚀 Quick Start — run in 3 steps
Run in Apify Console
- Open the Actor — go to X User Profile on Apify and click Try for free.
- Configure inputs — provide a list of X usernames or full profile URLs.
- Click Start — the Actor returns full user profile data in the dataset.
Run via Apify API
curl -X POST "https://api.apify.com/v2/acts/TrueFetch~x-user-profile/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"usernames": ["elonmusk", "https://x.com/openai"]}'
Run via MCP (for AI agents)
X User Profile is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/x-user-profile and pass the same JSON input as above.
⚙️ Input parameters
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
usernames | array of strings | ✅ | — | List of X usernames (with or without @) or full X profile URLs (1–1,000 items). | ["elonmusk", "https://x.com/openai"] |
{"usernames": ["elonmusk", "@openai", "https://x.com/NASA"]}
📦 Output dataset
Each run writes one record per user to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
user_id | string | optional | X user ID. | 44196397 |
user_name | string | optional | X username (handle). | elonmusk |
display_name | string | optional | Display name. | Elon Musk |
description | string | optional | User bio. | CEO of X, Tesla, SpaceX... |
location | string | optional | User location. | Austin, TX |
created_at | string | optional | Account creation date (ISO 8601). | 2009-06-02T20:12:29+00:00 |
verified | boolean | optional | Legacy verified status. | false |
blue_verified | boolean | optional | X Blue (paid verification) status. | true |
followers_count | number | optional | Follower count. | 200000000 |
following_count | number | optional | Following count. | 650 |
statuses_count | number | optional | Total tweet/post count. | 35000 |
favourites_count | number | optional | Total likes given. | 50000 |
listed_count | number | optional | Times added to X lists. | 180000 |
media_count | number | optional | Media posts count. | 5000 |
avatar_url | string | optional | Full-size avatar image URL. | https://pbs.twimg.com/... |
banner_url | string | optional | Profile banner image URL. | https://pbs.twimg.com/... |
profile_urls | array | optional | URLs in bio link field. | ["https://elonmusk.com"] |
description_urls | array | optional | URLs expanded from bio. | ["https://example.com"] |
account_type | string | optional | Professional account type. | Creator |
account_category | string | optional | Professional category name. | Entrepreneur |
Sample output
{"user_id": "44196397","user_name": "elonmusk","display_name": "Elon Musk","followers_count": 200000000,"statuses_count": 35000,"blue_verified": true,"location": "Austin, TX","avatar_url": "https://pbs.twimg.com/..."}
💡 Use cases
For influencer marketers researching X accounts
- Problem: a marketing team wants to compare follower counts and verification for 100 potential influencers.
- How X User Profile solves it: provide a list of 100 usernames and get full profiles in one run.
- Outcome: complete profile metrics at $0.40 for 100 profiles.
For social media researchers tracking account growth
- Problem: a researcher wants to monitor follower growth for 50 accounts weekly.
- How X User Profile solves it: schedule a weekly run with the same username list.
- Outcome: automated follower trend data at $0.004/profile.
For AI agents answering X profile queries
- Problem: an LLM agent needs structured X user data to answer a user's question.
- How X User Profile solves it: call the Actor over the Apify MCP Server with usernames.
- Outcome: real-time X profile data grounded in AI assistants.
💰 Pricing, limits, and performance
| Fact | Value |
|---|---|
| Pricing model | Pay-per-result (event: result) |
| Per-profile price | $0.00392 per profile = $3.92 per 1,000 |
| Max profiles per run | 1,000 |
| Min profiles per run | 1 |
| Free-tier monthly allowance | $5 Apify credits ≈ ~1,275 free profile lookups / month |
| Output fields per profile | 20 |
| Login / cookies required | No — works without an X account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
⚖️ Compared with alternatives
| Capability | X User Profile | Manual browsing | X API (paid) |
|---|---|---|---|
| Structured user profiles (followers, bio, badges) | ✅ | ❌ | ✅ (paid tier only) |
| Bulk lookup (up to 1,000 usernames) | ✅ | manual | varies |
| Pay-per-result pricing | ~$0.004/profile | N/A | monthly subscription |
| Setup time to first result | < 60 seconds | minutes | API key setup needed |
Verdict. X User Profile is ideal for social media researchers, marketers, and AI agents who need structured X user data without an X API subscription.
⚠️ Common mistakes to avoid
- Missing
usernamesfield. Required — provide at least one username or URL. - Not a list.
usernamesmust be an array of strings, not a single string. - More than 1,000 items. Maximum per run is 1,000 usernames.
- Private accounts. The Actor returns public profile data — private accounts may have limited fields.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Missing 'usernames' field | usernames key not in input. | Add "usernames": ["username"] to your input JSON. |
'usernames' must be a list | Provided as a string instead of list. | Wrap in a list: ["username"]. |
'usernames' cannot be more than 1000 | More than 1,000 usernames provided. | Split into multiple runs of up to 1,000 each. |
No valid usernames found | All usernames were malformed. | Use plain handles (elonmusk) or full https://x.com/... profile URLs. |
| Empty result for a username | Account may be suspended or not found. | Verify the account exists and is publicly accessible on X. |
❓ FAQ
What data does X User Profile return?
User ID, username, display name, bio, location, follower/following/tweet/like/media counts, verification status (legacy + Blue), avatar, banner, bio URLs, and professional account info — one record per user.
How much does X User Profile cost?
~$0.004 per profile ($0.00392). The Apify Free plan includes $5/month credits ≈ ~1,275 free profile lookups.
Does X User Profile require an X API key?
No — the Actor works without any X API credentials or login.
Can I look up multiple X users in one run?
Yes — provide a list of usernames or profile URLs as input and the Actor processes them all in a single run.
🔌 Integrations
X User Profile plugs straight into the Apify ecosystem:
- Schedules — run weekly to track follower growth for a list of accounts (docs).
- Webhooks — POST profile data to your CRM or analytics system on
ACTOR.RUN.SUCCEEDED(docs). - Apify API —
run-sync-get-dataset-itemsfor blocking calls,runsfor async (docs). - MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
- No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.
🧱 Sister Actors from TrueFetch
Jobs
- Best Job Listing
- Glassdoor Job Listing
- Glints Company Profile
- Glints Job Listing
- Indeed Job Listing
- JobStreet Company Profile
- JobStreet Job Listing
- LinkedIn Job Listing
- StepStone Company Profile
- StepStone Job Listing
Shopping & Deals
- Amazon Product Listing
- Amazon Store Profile
- Argos Product Listing
- ASOS Product Listing
- eBay Listing
- eBay Seller Profile
- Flipkart Product Listing
- John Lewis Product Listing
- Lidl Product Listing
- Magalu Product Listing
- MediaMarkt Product Listing
- Mercado Livre Product Listing
- Nykaa Product Listing
- OTTO Product Listing
- Target Product Listing
- TradeIndia Product Listing
- TradeIndia Supplier Profile
- Walmart Product Listing
Vehicles
- AutoTrader Car Listing
- AutoTrader Dealer Profile
- Cars.com Car Listing
- Cars.com Dealer Profile
- Webmotors Car Listing
Real Estate
- MagicBricks Builder Profile
- MagicBricks Property Listing
- US Property Listing
- Zillow Property Listing
Local Business & Food
- BBB Business Profile
- BBB Review
- Google Maps Business Listing
- Reclame Aqui Company Profile
- Zomato Restaurant Menu
- Zomato Restaurant Listing
Classifieds
Social Media
- LinkedIn Company Profile
- LinkedIn Person Profile
- Instagram Explore Post Post
- Instagram Profile Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community Member
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram Video Transcript
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Profile Video
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Listing
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/TrueFetch/x-user-profile
Maintained by TrueFetch on the Apify Store.
Cost of doing nothing: manually looking up X profiles and copying follower counts takes hours for 100+ accounts. X User Profile delivers structured profiles at $0.004/profile via API. → Try it free with $5 of Apify credits.
Changelog
- 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
- 2026-03 — Added bulk lookup support (up to 1,000 profiles per run).
- 2026-02 — Initial release: X user profile lookup Actor.
{"@context": "https://schema.org","@graph": [{"@type": "SoftwareApplication","@id": "https://apify.com/TrueFetch/x-user-profile#software","name": "X User Profile","description": "Apify Actor that looks up X (Twitter) user profiles at ~$0.004 per profile, returning follower count, bio, verification status, tweet count, avatar, and banner URL for up to 1,000 usernames.","applicationCategory": "BusinessApplication","operatingSystem": "Web, Cloud","url": "https://apify.com/TrueFetch/x-user-profile","offers": {"@type": "Offer","price": "0.00392","priceCurrency": "USD","availability": "https://schema.org/InStock"},"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }},{"@type": "Organization","@id": "https://apify.com/TrueFetch#publisher","name": "TrueFetch","url": "https://apify.com/TrueFetch","sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]},{"@type": "FAQPage","mainEntity": [{"@type": "Question","name": "What data does X User Profile return?","acceptedAnswer": {"@type": "Answer","text": "User ID, username, display name, bio, location, follower/following/tweet/like/media counts, verification status, avatar, banner, bio URLs, and professional account info — one record per user."}},{"@type": "Question","name": "How much does X User Profile cost?","acceptedAnswer": {"@type": "Answer","text": "~$0.004 per profile ($0.00392). The Apify Free plan includes $5/month credits — enough for ~1,275 free profile lookups."}},{"@type": "Question","name": "Does X User Profile require an X API key?","acceptedAnswer": {"@type": "Answer","text": "No — the Actor works without any X API credentials or login."}}]},{"@type": "BreadcrumbList","itemListElement": [{"@type": "ListItem","position": 1,"name": "Apify","item": "https://apify.com"},{"@type": "ListItem","position": 2,"name": "Social Media","item": "https://apify.com/store?category=SOCIAL_MEDIA"},{"@type": "ListItem","position": 3,"name": "X User Profile","item": "https://apify.com/TrueFetch/x-user-profile"}]}]}
Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support