X(Twitter) Organization Affiliates Scraper
Pricing
from $4.99 / 1,000 results
X(Twitter) Organization Affiliates Scraper
List affiliated X accounts tied to a verified organization—profiles, labels, and team-style metadata in structured rows.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
PowerAI
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share
X Organization Affiliates Scraper
Export affiliated accounts shown for a verified organization on X—the same kind of profiles people see in the organization’s team or affiliate list. Each dataset row is one account with nested profile fields, business-style labels when present, and counts.
Who it’s for
- Brand & social teams auditing which accounts are linked to a parent organization.
- Analysts mapping corporate or regional sub-accounts.
- Compliance & research workflows that need structured user rows instead of manual browsing.
What you can do with it
- Pull many affiliated profiles in one run until you reach the limit you set or the list ends.
- Match every row to the organization you asked for via
requestedOrganizationUserId, plusscrapedAton each row.
How it works (in plain terms)
You enter the numeric id of the organization account (not the @handle). The tool loads profiles in successive batches until your maximum is reached or there are no more to load—you do not need to manage paging yourself.
Input
| Field | Required | What it means |
|---|---|---|
Organization account ID (user) | Yes | The organization’s numeric id. |
Maximum results (maxResults) | No | Upper limit on how many affiliate rows to collect (default 50). |
Output
- One row per affiliated account (until your cap).
- Identity:
__typename(User), internalid, numericrest_id,profile_image_shape, and flags such asis_blue_verified,has_graduated_access. - Organization link badge:
affiliates_highlighted_label.labeloften includesdescription(parent brand name),userLabelType,userLabelDisplayType, abadge.urlimage when X shows a logo, andurl/urlTypewhen a deep link is provided. - Profile:
legacytypically includesscreen_name,name,description,location,profile_image_url_https,profile_banner_url,created_at,entities(bio and profile link URLs),pinned_tweet_ids_str, engagement and graph hints (followers_count,friends_count,statuses_count,media_count,listed_count,favourites_count), relationship flags (blocked_by,blocking,following,followed_by,can_dm,can_media_tag,muting,follow_request_sent,notifications),verified,verified_type,protected,possibly_sensitive,withheld_in_countries, and similar fields when returned. - Professional:
professionalmay includeprofessional_type,category,rest_id. - Other:
tipjar_settings(often an empty object),super_follow_eligible,super_followed_by,super_following, etc., when present. - Export metadata:
requestedOrganizationUserIdrepeats the organization id you entered;scrapedAtis when that row was saved.
Optional blocks and field names may vary by account or over time as X updates its product.
Sample output (one dataset row, from a real run; legacy shortened)
{"__typename": "User","affiliates_highlighted_label": {"label": {"badge": {"url": "https://pbs.twimg.com/profile_images/1384363472259928071/zXb55Bwo_bigger.jpg"},"description": "Xiaomi","url": {"url": "https://twitter.com/Xiaomi","urlType": "DeepLink"},"userLabelDisplayType": "Badge","userLabelType": "BusinessLabel"}},"has_graduated_access": true,"id": "VXNlcjoyMTczODUzMzA=","is_blue_verified": true,"legacy": {"blocked_by": false,"blocking": false,"can_dm": true,"can_media_tag": true,"created_at": "Fri Nov 19 11:32:08 +0000 2010","description": "We help you get the best out of your phone. The official account of #XiaomiHyperOS and #MIUI for Xiaomi fans.","entities": {"description": { "urls": [] },"url": {"urls": [{"display_url": "mi.com/global/hyperos","expanded_url": "https://www.mi.com/global/hyperos","indices": [0, 23],"url": "https://t.co/fMdOVsGMRm"}]}},"followers_count": 750766,"friends_count": 423,"location": "","name": "Xiaomi HyperOS","pinned_tweet_ids_str": ["1970833116349821162"],"profile_banner_url": "https://pbs.twimg.com/profile_banners/217385330/1702888187","profile_image_url_https": "https://pbs.twimg.com/profile_images/1740292824246206464/U6b6j0E9_normal.png","screen_name": "XiaomiHyperOS_","statuses_count": 16525,"verified": false,"verified_type": "Business"},"professional": {"category": [],"professional_type": "Business","rest_id": "1648212910014083074"},"profile_image_shape": "Square","rest_id": "217385330","super_follow_eligible": false,"super_followed_by": false,"super_following": false,"tipjar_settings": {},"requestedOrganizationUserId": "377228272","scrapedAt": "2026-03-26T00:48:51.251Z"}
Good to know
- The organization id must be correct; accounts without a public affiliate list may return few or no rows.
- Respect X’s rules and applicable laws when using exported data.