VOOZH about

URL: https://apify.com/logiover/x-profile-email-scraper

โ‡ฑ Twitter Email Scraper - X Profile Export (No API) ยท Apify


๐Ÿ‘ Twitter Email Scraper - X Profile & Lead Extractor avatar

Twitter Email Scraper - X Profile & Lead Extractor

Pricing

from $3.50 / 1,000 results

Go to Apify Store

Twitter Email Scraper - X Profile & Lead Extractor

X / Twitter profile scraper & unofficial API: extract bio emails, follower counts and websites, export profiles to CSV/JSON. No login or API key.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

4

Monthly active users

4 days ago

Last modified

Share


๐Ÿ“Œ Overview

The X (Twitter) Profile & Email Scraper extracts complete public profile data from any list of X / Twitter @handles or profile URLs. For each account it returns the bio, follower / following / tweet counts, linked website, location, verified status, account age and avatar โ€” and it automatically parses a contact email and phone number out of the bio so your list is outreach-ready.

It runs with no login, no cookies and no API key, accessing only public data through residential proxies โ€” so there is zero risk to any X account. And because it uses lightweight API calls instead of a headless browser, it is one of the fastest and most cost-efficient Twitter scrapers you can run at scale.

โœ… Enrich thousands of X profiles in a single run โ€” perfect for building influencer lists, sales prospects and market maps.


โœจ Features

FeatureDescription
๐Ÿ‘คFull profile dataName, @handle, bio, location, join date, avatar, verified type.
๐Ÿ“ŠAudience metricsFollowers, following, tweets, likes, media & listed counts.
โœ‰๏ธContact extractionEmail & phone parsed from the bio, plus the linked website.
๐ŸŽฏContact-only filterKeep only profiles that expose an email or website.
โšกNo browserPure API access โ€” fast, cheap, scalable to thousands of handles.
๐Ÿ”Auto-dedupe & retriesHandles are de-duplicated; failed lookups auto-retry on fresh sessions.
๐Ÿ›ก๏ธLogin-free & safeGuest-token access over residential proxies โ€” no account, no ban risk.
๐Ÿ“คAny formatExport to JSON, CSV, Excel, HTML or pull via API & webhooks.

๐ŸŽฏ Who it's for

  • Lead generation & sales โ€” turn handle lists into enriched contact databases.
  • Influencer marketing โ€” vet creators by follower count, niche & reach before outreach.
  • Recruiters & growth teams โ€” enrich prospects with their X presence and website.
  • Analysts & researchers โ€” snapshot accounts in a market or niche over time.

๐Ÿงพ Input

FieldTypeDescription
profilesarrayRequired. X @handles or profile URLs (nasa, @naval, https://x.com/stripe).
onlyWithContactbooleanKeep only profiles with an email or website. Default false.
maxConcurrencyintegerProfiles fetched in parallel (1โ€“12). Default 5.
maxResultsintegerStop after saving this many profiles. 0 = all.
proxyConfigurationobjectResidential proxy (required by X). Pre-configured for you.

Example input

{
"profiles":["naval","@paulg","https://x.com/stripe"],
"onlyWithContact":false,
"maxConcurrency":6
}

๐Ÿ“ฆ Output

Each profile is saved as one structured record:

{
"userId":"745273",
"username":"naval",
"name":"Naval",
"bio":"Angel investor. Building something new. Questions: hello@example.com",
"location":"Silicon Valley",
"website":"https://nav.al",
"email":"hello@example.com",
"phone":null,
"followers":3369907,
"following":921,
"tweetCount":27042,
"likeCount":14210,
"mediaCount":980,
"listedCount":31200,
"verified":true,
"verifiedType":"Blue",
"protected":false,
"createdAt":"Tue Mar 17 03:43:00 +0000 2009",
"profileImage":"https://pbs.twimg.com/profile_images/...",
"url":"https://x.com/naval"
}

๐Ÿ“– Output field reference

FieldDescription
username / nameHandle and display name
bioProfile description
locationSelf-reported location
websiteLinked website (great B2B signal)
email / phoneContact details parsed from the bio
followers / followingAudience size and following count
tweetCount / likeCount / mediaCount / listedCountActivity metrics
verified / verifiedTypeVerified status (e.g. Blue, Business, Government)
protectedWhether the account is private
createdAtAccount creation date
profileImage / urlAvatar URL and profile URL

โš™๏ธ How it works

  1. You provide a list of X @handles or profile URLs.
  2. The actor resolves each profile through X's public data layer over a residential proxy.
  3. It parses the profile and extracts email / phone / website from the bio.
  4. It applies your filters and streams one clean record per profile to the dataset.

No login, no cookies, no API keys โ€” and no X account is ever used or risked.


โ“ FAQ

Is this an X / Twitter API alternative for lead generation?

Yes. It turns a list of @handles into an enriched contact spreadsheet without the official X / Twitter API, a developer account or app keys โ€” and it parses emails and phone numbers straight from the bio, which the API does not hand you.

Does it need login or cookies?

No. The Actor reads only public profile data via guest access โ€” no login, no cookies you provide, no developer API key. Nothing is tied to your X account, so there's zero ban risk.

Will every profile have an email?

Only profiles that publish one in their bio. Many accounts expose a website instead, which is captured too. Flip onlyWithContact on to keep only profiles that are actually reachable โ€” perfect for clean lead lists.

How many Twitter profiles can I scrape at once?

Thousands. Pass a large profiles list and results stream into the dataset as they're collected, deduplicated automatically.

Are the follower counts accurate?

Yes โ€” they're read straight from X's profile data, with no integer-overflow issues even for very large accounts.

Is this an X / Twitter unofficial API for profile data?

Effectively, yes. It returns structured profile records โ€” bio, follower counts, website, location and verified status โ€” without the official X API, a developer account or app keys, so you can pull Twitter profile data programmatically.

How do I export Twitter profiles to CSV or JSON?

Every run streams clean records to a dataset you can download as CSV, JSON, Excel or HTML, or pull via API and webhooks โ€” a ready-made Twitter profile data export.

Can I scrape Twitter without an API key or login?

Yes. The actor reads public profiles over residential proxies using guest access, so there's no API key, no login and no cookies โ€” and no X account is ever risked.


๐Ÿ”— Works great with

  • ๐Ÿฆ X (Twitter) Tweet Scraper โ€” pull each profile's tweets and engagement.
  • ๐Ÿฆ X (Twitter) Post Scraper by URL โ€” grab specific posts in bulk.

๐Ÿ“ Changelog

2026-06-15

  • Hardened X engine: retry + fresh-proxy rotation on connection drops during queryId extraction, plus built-in fallback queryIds โ€” fixes intermittent socket-disconnect crashes.

2026-06-07

  • Docs: added coverage for using the actor as a Twitter unofficial API, exporting profiles to CSV/JSON, and scraping Twitter without an API key.

2026-06-05

  • ๐Ÿ›ก๏ธ Reliability fix: results are no longer dropped by strict output validation โ€” runs now complete cleanly even at high volume (thousands of results).
  • โšก Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.

You might also like

X Twitter Lead Scraper

api-empire/x-twitter-lead-scraper

Turn X (Twitter) into a powerful lead database with the X Twitter Lead Scraper. Automatically collect profile details, emails, websites, follower numbers, and bio data. Export clean datasets ready for CRM systems or outreach campaigns.

X / Twitter Profile Email Scraper

scrapevanta/twitter-profile-email-scraper

Twitter / X Profile Email Scraper extracts publicly available email addresses and contact information from X (Twitter) profiles at scale. Collect profile data, usernames, bios, websites, and business emails for lead generation, outreach, market research, and prospecting workflows.

Twitter (X) Profile Details Scraper

lead.gen.labs/twitter-x-profile-details-scraper

With ease, extract public bio, follower count, and profile URLs from any Twitter(X) profile. Ideal for social media insights, influencer discovery, or lead generation.

58

X / Twitter Email Scraper

scrapapi/x-twitter-email-scraper

Twitter / X Scraper

rupom888/twitter-scraper

X Twitter Lead Scraper

scrapier/x-twitter-lead-scraper

Discover valuable prospects on X (Twitter) with the X Twitter Lead Scraper. Extract profile data, emails, websites, follower counts, and social links from targeted searches. Great for B2B lead generation, influencer outreach, and market research.

X Twitter Lead Scraper

scraper-engine/x-twitter-lead-scraper

Extract high-quality leads from X (Twitter) using the X Twitter Lead Scraper. Collect profile names, bios, emails, websites, follower counts, and social links automatically. Ideal for lead generation, influencer discovery, outreach campaigns, and audience research.

๐Ÿ‘ User avatar

Scraper Engine

2

Twitter/X Profile Scraper ยท No Cookies

data-slayer/twitter-user

Extract detailed Twitter/X user profiles by username without login. Get bio, follower/following counts, tweet count, verification status, profile images, location, website, account creation date, and business labels. No cookies, no API key. JSON/CSV/Excel export.

Twitter (X) Email Scraper

scrapevanta/twitter-email-scraper

Twitter (X) Email Scraper extracts publicly available email addresses and contact details from X (Twitter) profiles at scale. Collect emails, usernames, bios, follower counts, website links, and profile data for lead generation, outreach, recruitment, sales prospecting, and market research.