X Twitter Brand Presence Mapper - Domain to Handle avatar

X Twitter Brand Presence Mapper - Domain to Handle

Pricing

from $2.45 / 1,000 company checkeds

Go to Apify Store
X Twitter Brand Presence Mapper - Domain to Handle

X Twitter Brand Presence Mapper - Domain to Handle

Resolves a company domain to its official X (Twitter) handle, profile URL, follower count, bio and account age. Runs keyless out of the box; add your own X API key for full reliability at scale. Flat, Clay ready, one row per company.

Pricing

from $2.45 / 1,000 company checkeds

Rating

0.0

(0)

Developer

Mamba Labs

Mamba Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

๐Ÿ”Ž What can X Twitter Brand Presence Mapper do?

Give it a company domain and it returns that company's official X (Twitter) account: the handle, the profile URL, the exact follower, following and post counts, verification status, bio and account creation date. One flat row per company, no login, no setup.

It runs in two modes, and the key is optional. Keyless, it resolves the handle for every company and reads counts from X's public endpoint, which X rate limits: on a large batch some rows come back with the handle and URL populated and the counts marked not_extractable. Add your own X API bearer token and that limit goes away: every row returns full metrics, reliably, at any batch size. The key raises effectiveness rather than unlocking the actor.

๐Ÿ“ฆ What you getโš™๏ธ Features and integrations
๐Ÿฆ Official X handle and profile URL, resolved from a domain
๐Ÿ”ข Exact follower, following and post counts
๐Ÿ•ฐ๏ธ Account creation date, bio and display name
๐Ÿงพ 18 flat fields, snake_case, one row per company
๐Ÿ”‘ Runs keyless out of the box, bring your own X API key for scale
๐ŸŒ Domain first discovery from the homepage sameAs markup
๐Ÿ›ฃ๏ธ Route reported per row in x_fetch_route
โฌ‡๏ธ Export to JSON, CSV, Excel, HTML or XML

Bought by competitive intelligence teams, agency new business, and anyone rebuilding a social column after X's API pricing made the official route uneconomic.

๐Ÿšซ This is not a tweet scraper or a listening tool. It returns the account and its counts, once per company. It does not read tweets, replies, mentions or search.

๐Ÿ’ก Why use X Twitter Brand Presence Mapper?

It starts from a domain, and the official X API cannot. api.twitter.com needs a username. If you are holding a list of company domains, the username is exactly the thing you do not have. This actor resolves it from the company's own website, where X is declared on a measured 14 of 14 B2B homepages, the highest rate of any platform we map. That resolution step is the part no X tool sells.

The counts are exact. X serves the real integer on both routes, so follower numbers from this actor can be summed across a target list. Instagram, TikTok, YouTube, Threads and Facebook all round, and their totals are the platform's rounding rather than a measurement.

Both modes are honest about what they returned. A rate limited row says not_extractable, which means the account exists and X would not serve its numbers on that request. It never returns a zero, never returns a blank you could mistake for a zero, and never charges you for a count it did not deliver.

๐Ÿงญ Where the handle comes from

X is the most reliably declared platform in this whole family: 14 of 14 measured B2B homepages link their X account. So discovery is nearly always a direct read of the company's own site, which costs nothing and is the company vouching for its own account.

When the homepage says nothing, one web search runs, and anything it finds is identity checked against the domain and the company name before it ships. A candidate that fails that check is reported as identity_mismatch rather than published as an answer.

๐Ÿ“‹ What data can X Twitter Brand Presence Mapper extract?

Every row carries 18 flat fields. These are the ones a buyer actually filters and sorts on.

FieldTypeMeaning
degradedbooleanTrue when this row could not be produced normally, for example the company site was unreachable and no discovery could run. A degraded row is never charged.
degradation_reasonstring | nullWhy the row is degraded, in plain words. Null on a normal row.
company_domainstring | nullThe company domain this row is about, normalized. Null when only a handle or a name was supplied. This is the join key across the whole Mamba Labs fleet.
company_namestring | nullThe company name as supplied or derived. Improves search accuracy and is what the identity gate matches against.
x_urlstring | nullCanonical x.com profile URL. The most reliable field on the row: it is resolved from the company own website and does not depend on X serving us anything.
x_handlestring | nullThe resolved handle, without the leading @.
x_followersinteger | nullExact follower count. X serves the real integer, so this can be summed across a list. Null when X rate limited the request, which is what x_status reports as not_extractable; supplying your own API key removes that.
x_followers_exactboolean | nullTrue whenever a count was returned. X serves the exact integer on both routes, so it never rounds. Null when no count was available.
x_followinginteger | nullHow many accounts this account follows. Same availability as the follower count.
x_tweet_countinteger | nullTotal posts on the account. Same availability as the follower count.
x_verifiedboolean | nullVerification flag as X reports it. Null when no profile data was reachable.
x_display_namestring | nullThe account display name.
x_biostring | nullThe account bio text.
x_created_atstring | nullWhen the account was created. Distinguishes an established brand account from one opened last month.
x_fetch_routestring | nullWhich route produced the counts: official_api when you supplied a bearer token, syndication when the public endpoint answered. Null when neither did.
x_discoverystring | nullHow the handle was found: input_handle, homepage_sameas, homepage_link, search or pattern_guess. X is declared on 14 of 14 measured B2B homepages, so this is usually homepage_sameas or homepage_link and the handle is reliable.
x_statusstringok, not_found, not_extractable, blocked, identity_mismatch, auth_failed or skipped. not_extractable means the account exists and X rate limited this request, which is common in keyless mode on a large batch and goes away with your own API key. auth_failed means the token you supplied was rejected.
run_datestringISO 8601 timestamp of this run. Social counts move, so a row without a date is a number with no shelf life.

โš ๏ธ How to read these values. x_status: "not_extractable" with a populated x_url means the account exists, here it is, and X rate limited this particular request. In keyless mode you will see some of these on a large batch. With your own API key they go away.

๐Ÿ› ๏ธ How to find a company's X account

  1. Put a company domain in company_domain.
  2. For full reliability at scale, paste your own X API v2 bearer token into xApiBearerToken. Free at developer.x.com. Without it the actor still works; X just rate limits it. Your token is used for your run only and is never stored.
  3. If you already know the handle, put it in handle to skip discovery.
  4. For a list, pass an array of objects.

๐Ÿงช Using it in Clay

Add an Enrichment > Apify column, pick this actor, map company_domain.

For a large Clay table, put your X bearer token in the actor input for the column. Every row in that column then uses your key and your rate budget, and none of them hit X's public rate limit.

For a small table, leave it empty. Keyless mode needs no setup and usually returns everything.

๐Ÿ’ต How much does it cost?

Pay per event. You are charged for output, never for input.

EventFires whenPrice
company-checkedOnce per company for which the discovery cascade completed and a non degraded row was produced, whether or not an X account was found. Does not fire on a degraded row, because on a degraded row no discovery was performed.$0.0035
profile-resolvedOnce per company whose candidate X URL passed the identity gate. Fires on the validation work, not on a populated count. This is the event that carries the actor in keyless mode, because handle resolution succeeds whether or not X served a count.$0.0030
follower-count-extractedOnce per company where a numeric follower count was actually read, from either route. A rate limited row does not fire it and is not charged for the count, which is deliberate: an event firing on a not_extractable row would be charging for the string not_extractable.$0.0025

๐Ÿ’ณ What you are billed for. You are not charged for a count you did not get. follower-count-extracted fires only when a number was actually read, so a rate limited row bills company-checked plus profile-resolved and nothing more.

If the token you supply is rejected, the row reports auth_failed and the extraction event still does not fire.

What the same coverage costs bought a la carte: apidojo/twitter-user-scraper charges $0.0004 per item plus $0.0040 per profile URL query, so $0.0044, and it takes a handle as input. This actor is priced below that and adds the domain to handle resolution step, which that actor does not perform and which is the step a buyer holding a domain list is missing.

โŒจ๏ธ Input

FieldTypeRequiredMeaning
company_domainstringnoBare company domain, for example shopify.com. Supply this or a handle. With a domain the actor runs full discovery; with a handle it skips straight to the fetch.
company_namestringnoOptional. Improves search accuracy and is what the identity gate checks a discovered profile against, so supplying it reduces wrong matches.
handlestringnoOptional. The X handle with or without the leading @, for example Shopify. Supplying it skips discovery and goes straight to the fetch.
includeFollowerCountsstringnoWhen "true" (default) the profile page is fetched and the counts are extracted. Set "false" to resolve the profile URL only, which is cheaper and needs no proxy. Sent as a string for Clay compatibility.
skipCachestringnoWhen "false" (default) a successful lookup is cached for seven days and reused. Set "true" to force a fresh fetch. Sent as a string for Clay compatibility.
xApiBearerTokenstringnoYOUR OWN X API v2 bearer token, free to create at developer.x.com. OPTIONAL: leave it empty and the actor still resolves handles, profile URLs and follower counts, but X rate limits the public route so on a large batch some rows return not_extractable instead of counts. Supplying a token removes that limit and every row returns full metrics. Your token is used for your run only, is never stored, and is never shared with another run.
{
"company_domain": "shopify.com",
"company_name": "Shopify"
}

๐Ÿ“ค Output

Exports to JSON, CSV, Excel, HTML or XML. One flat, snake_case row per company. No nested objects, so it drops straight into Clay, a spreadsheet or a warehouse table without a flattening step.

{
"degraded": false,
"degradation_reason": null,
"company_domain": "shopify.com",
"company_name": "Shopify",
"x_url": "https://x.com/Shopify",
"x_handle": "Shopify",
"x_followers": 452243,
"x_followers_exact": true,
"x_following": 3423,
"x_tweet_count": 37167,
"x_verified": false,
"x_display_name": "Shopify",
"x_bio": "The entrepreneurship company",
"x_created_at": "2008-11-03T18:33:14.000Z",
"x_fetch_route": "syndication",
"x_discovery": "homepage_sameas",
"x_status": "ok",
"run_date": "2026-08-22T19:23:45.055Z"
}

false versus null, and why the difference matters

false means we looked and the answer is no. null means we could not look, or the platform withheld it. They are never interchangeable in this output. If you filter for companies with no presence on this platform, filter on false, because null rows are unknown rather than absent and including them will overstate your list.

๐Ÿ’ก Tips

  • Run it without a key first. On a small list keyless mode usually returns everything, and it needs no setup at all.
  • Add a free X developer key before a big batch. It takes minutes, it removes the rate limiting, and this actor is built to use yours rather than share one.
  • x_created_at is underrated. An account opened this year on a company claiming a decade of history is a real signal.
  • Filter on x_discovery if a wrong handle would be costly. homepage_sameas and homepage_link are the company's own declaration.

โš ๏ธ Known limits

  • Keyless mode is rate limited by X, and the limit is real. Measured 2026-08-22: bursts of requests from one exit returned HTTP 429 on every route tried, while a paced run returned exact counts for every company (Shopify 452,239, Figma 572,410, Stripe 289,139, Notion 527,471). So keyless works and does not scale. On a large batch expect a share of rows to come back not_extractable. Adding your own X API bearer token removes this entirely.
  • X could close the public route at any time. If it does, keyless mode degrades to handle and URL only, reporting not_extractable for every count rather than returning zeros. Keyed mode is unaffected.
  • No posts, no engagement, no follower lists. Account level presence only.
  • Your API key is your rate budget. X's free tier is tight. A large Clay run on a free developer key will hit X's limits, and the row will say not_extractable when it does rather than failing the run.
  • Follower counts are a public vanity metric, a proxy for reach rather than a measurement of it.

โ“ FAQ

Do I need an API key? No. It runs keyless out of the box and returns handles, URLs and counts. The key removes X's rate limiting, so on large batches it is the difference between some rows and every row.

Why did some rows come back without a follower count? X rate limited those requests. The row says not_extractable, the handle and URL are still there, and you were not charged for the missing count. Add your own key and this stops.

What does this do that the official X API cannot? Start from a domain. api.twitter.com needs a username. Resolving a company domain to its X handle is the step you are missing if you hold a domain list, and it is what this actor does before it fetches anything.

Will you add a shared API key so nobody needs their own? No. A shared key on a public actor means one buyer's rate limit is spent by another, and the first heavy user starves everybody else. Your key is yours.

What does auth_failed mean? The bearer token you supplied was rejected by X. Check that it is an API v2 bearer token and that it has not expired.

Am I charged when the count is unavailable? No. The extraction event fires only on a number actually read.

๐Ÿงฉ Want other GTM data?

Mamba Labs builds a fleet of GTM enrichment actors that share one flat, Clay-ready output convention, so their rows join on company_domain with no cleaning step:

๐Ÿ•ต๏ธ Agent Accessibility Auditor๐Ÿค– AI Tooling Detector
๐Ÿ“ก B2B Buying Signals Aggregator๐Ÿš€ Prospect Engine
๐Ÿ“ Publishing Frequency Trackerโฉ Sequencer Lead Push
๐Ÿ”„ Company Change-Event Feed๐Ÿงญ Company Discovery List Builder
๐Ÿข Company Firmographic Enricher๐Ÿชช Company Identity Resolver
๐ŸŒ Company Social Presence Mapper๐Ÿท๏ธ Contact Classifier
๐Ÿ“ฌ Domain Deliverability Checker๐Ÿ”— Domain to LinkedIn URL Resolver
โœ‰๏ธ Work Email Waterfall Finder๐ŸŽช Event Presence Index
๐Ÿ’ฐ Funding and Press Signal Scanner๐Ÿง‘โ€๐Ÿ’ผ GTM Hiring Signal Scraper
๐Ÿ“‹ Job Posting Monitor๐Ÿงฑ Tech Stack Detector
๐ŸŽฏ ICP Fit Scorer๐Ÿ”‘ Job Board Keyword Scanner
โš–๏ธ Legal Entity Resolver๐Ÿ’ผ LinkedIn Company Page Mapper
๐Ÿ’ฌ LinkedIn Post Tracker and Comment Capture๐Ÿ“ธ Instagram and Facebook Brand Mapper
๐Ÿ“ฎ Outbound Stack Detector๐Ÿ“„ Page Finder and Extractor
๐Ÿ‘ค People Finder and Email Verifier๐Ÿ“Œ Pinterest Brand Presence Mapper
๐Ÿ›๏ธ Government Contract Award Monitor๐Ÿ“… Public Company Reporting Window Finder
๐Ÿ‘ฅ Team Page People Extractor๐ŸŽต TikTok Brand Presence Mapper
๐Ÿ… Workplace Program Detectorโ–ถ๏ธ YouTube Channel Stats Extractor

Every actor in the suite takes a domain or a company and returns one flat row, so they stack in the same Clay table without reshaping anything.

๐Ÿ› ๏ธ Need something custom built for you or your team? Tell us what you are trying to find and we will build it. Talk to Mamba Labs.

๐Ÿ†˜ Support

Issues, field requests and bug reports: open an issue on the actor's Issues tab. Mamba Labs reads every one.

โ„น๏ธ Sourcing and legal. Fields come from X's public profile surfaces, read without a login where a key is not supplied. Follower counts are a public vanity metric. If you supply your own X API key, that call is governed by your agreement with X, not ours.

Built by Mamba Labs.