π(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
0.0
(0)
Developer
TrueFetch
Actor stats
1
Bookmarked
35
Total users
9
Monthly active users
13 hours 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 Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- 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 To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- 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