Figma Community Email Scraper avatar

Figma Community Email Scraper

Pricing

from $2.49 / 1,000 results

Go to Apify Store
Figma Community Email Scraper

Figma Community Email Scraper

Figma Community Email Scraper SD - Figma Community Email Scraper is a lead generation tool that extracts leads with public contact emails, account names and profile URLs from Figma Community results by keyword, location and email domain - Figma Community email extractor.

Pricing

from $2.49 / 1,000 results

Rating

0.0

(0)

Developer

Neuro Scraper

Neuro Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Categories

Share

Figma Community Email Scraper - extract designer contact emails from Figma Community results

The Figma Community Email Scraper is an Apify Actor that collects publicly indexed contact emails tied to Figma Community files, templates and author profiles. You supply keywords, optional location and the email domains you care about, and it returns a clean dataset of design leads.

One honest caveat up front, because it shapes how you should read every row. Figma indexes community files and templates far more than author profiles, so most rows carry the email published on a file page rather than a designer handle.

That is still exactly what a lot of teams want from the Figma Community Email Scraper: the address a UI-kit author put in their file description so people could license, commission or credit their work.

What the Figma Community Email Scraper actually reads

The Figma Community Email Scraper reads only what Google has already indexed on figma.com. It builds Google queries with the site: operator, fetches result pages through the Apify GOOGLE_SERP proxy, and extracts emails from titles and snippets.

It does not log into Figma, call the Figma API, or open a file in the editor. There is no browser, no JavaScript rendering, no authentication and no cookies anywhere in the pipeline.

Community file descriptions are where designers write "commissions open" and an address. When Google indexes that description, the Figma Community Email Scraper can find it.

Who the Figma Community Email Scraper is built for

Design-system teams looking for kit authors, product studios hiring UI designers, plugin makers seeking distribution partners, and agencies doing design lead generation all need the same thing: a repeatable way to turn a design niche into contactable authors.

The Figma Community Email Scraper turns "design system, Gmail addresses" into rows you can filter, dedupe and export as CSV, JSON or Excel, or pull straight from the Apify API.


Key features of the Figma Community Email Scraper

FeatureWhat it does
Google site: dorkingQueries figma.com through the Apify GOOGLE_SERP proxy
Query expansionRuns base, quoted and intitle: variants plus one variant per query modifier; base queries run first
Domain-filtered extractionKeeps only emails ending in your customDomains values
Global deduplicationOne row per unique email across every query and every page of the run
Obfuscation handlingUnderstands name [at] domain [dot] com, name (at) domain, name @ domain.com, domain .com, zero-width characters and the full-width
Junk filterRejects placeholders such as email@, yourname@, test@, xxx@ and single-character locals
Boundary-correct matching@gmail.com never matches inside @gmail.company or @gmail.com.br
Soft-wrap repairDrops a hit that is only the tail of another email in the same result block
Structural parsingLocates the <h3> title then the smallest surrounding block, instead of relying on Google's CSS class names
Community path awarenessSkips the /community/ path segment when resolving a designer handle
Whole-page fallbackIf Google's markup changes, the run degrades to "emails without account details" rather than "no emails"
Block detectionCAPTCHA, "unusual traffic" and consent pages are detected and retried, not counted as empty
Retries and backoffUp to 3 attempts per page with exponential backoff and a fresh proxy session per request
Requeue of failuresBlocked or failed queries are re-queued once at the end of the run
Async concurrencyAn asyncio worker pool with a shared stop signal on maxEmails
Resumable stateProgress is stored in the key-value store keyed by a hash of the input, with throttled saves plus saves on PERSIST_STATE, MIGRATING and ABORTING
Streaming outputEvery lead is pushed to the dataset immediately, so partial results survive an abort
Run summaryLogs pages fetched, blocked pages, retries and emails per page

How the Figma Community Email Scraper works

The pipeline behind the Figma Community Email Scraper is deliberately simple, which is why it runs quickly and is hard to break.

  1. The Figma Community Email Scraper reads your input: keywords, location, email domains and limits.
  2. It builds Google queries with the site: operator, for example site:figma.com ui kit "@gmail.com".
  3. It fetches Google result pages asynchronously through the Apify GOOGLE_SERP proxy using aiohttp.
  4. It parses each result block structurally, finding the <h3> title and the smallest block around it.
  5. It extracts emails from the block text with a domain-filtered regex.
  6. It deduplicates globally and pushes each lead straight to the Apify dataset.

Why query expansion matters for design outreach

Google caps a single query at roughly 300 results, so one query has a hard ceiling no matter how many pages you allow.

Query expansion is how the Figma Community Email Scraper gets past that ceiling: each keyword is combined with each email domain in several phrasings, and every variant carries its own result budget.

The default queryModifiers are email, contact, inquiries, hire and work with me - the exact phrases designers write next to an address when they are open to commissions.

What the Figma Community Email Scraper does not do

It does not log into Figma, use the Figma API, open or render a design file, read comments, or reach anything that is not already public in Google's index.

It is an independent Apify Actor and is not affiliated with, supported by or endorsed by Figma.


Figma Community Email Scraper input fields

Every field the Figma Community Email Scraper accepts is optional except keywords. Defaults are exactly those shipped in the Actor's input schema.

FieldTypeDefaultMeaning
keywordsarray (required)["designer", "ui kit"]Search terms describing the Figma Community authors or files you want
locationstring""Optional location phrase added to every query
customDomainsarray["@gmail.com", "@yahoo.com"]Only emails on these domains are kept; the leading @ is optional
maxEmailsinteger 1-1000020Stop after this many unique emails
countryCodestring""Two-letter country for the search proxy (US, GB, DE...)
expandQueriesbooleantrueSearch each keyword x domain pair in several phrasings
queryModifiersarray["email", "contact", "inquiries", "hire", "work with me"]Extra words combined with each keyword when expansion is on
maxPagesPerQueryinteger 1-5030Page cap per query
maxConcurrencyinteger 1-205Parallel queries

Example Figma Community Email Scraper input

{
"keywords": ["design system", "mobile ui kit", "figma plugin author"],
"location": "Lisbon",
"customDomains": ["@gmail.com", "@proton.me"],
"maxEmails": 400,
"countryCode": "PT",
"expandQueries": true,
"queryModifiers": ["email", "contact", "inquiries", "hire", "work with me"],
"maxPagesPerQuery": 30,
"maxConcurrency": 5
}

Tuning the Figma Community Email Scraper for better yield

Artefact language beats role language when you feed the Figma Community Email Scraper. design system, wireframe kit, dashboard template, icon set and figma plugin mirror how community files are titled, so they surface far more indexed pages than designer.

Add more email domains before adding more keywords. Each extra domain multiplies the number of distinct queries, and each query brings its own result budget.

Keep expandQueries on. The commission-flavoured modifiers - hire, inquiries, work with me - are what pull file descriptions that actually contain an address.


Figma Community Email Scraper output fields

Every dataset item the Figma Community Email Scraper produces carries all 14 fields below. Fields are never dropped; they are empty or null when Google did not expose the value.

FieldMeaning
networkPlatform name
keywordThe keyword that produced the lead
queryThe exact Google query used
titleRaw result title
accountNameAccount label Google prints (designer handle, display name, or a file title)
fullNameDisplay name parsed from a profile-style title; empty for file page titles
usernameURL-safe designer handle when one is exposed; otherwise null
profileUrlCanonical https://www.figma.com/@{username} URL when a handle is known; otherwise empty
urlDirect platform link when exposed, else the profile URL
descriptionBio or file description snippet, cleaned of labels and engagement counters
emailLower-cased email address
emailDomainThe matched domain, for example @gmail.com
possiblyTruncatedtrue when Google's snippet ellipsis touched the email - verify before sending
foundAtISO 8601 UTC timestamp

Example Figma Community Email Scraper output

[
{
"network": "Figma Community",
"keyword": "mobile ui kit",
"query": "site:figma.com mobile ui kit \"work with me\" \"@gmail.com\"",
"title": "Aurora Mobile UI Kit - Figma Community",
"accountName": "Aurora Mobile UI Kit",
"fullName": "",
"username": null,
"profileUrl": "",
"url": "https://www.figma.com/community/file/1394393065629302672/aurora-mobile-ui-kit",
"description": "220 mobile screens with variables and auto layout. Custom kits and commissions: aurora.kits.studio@gmail.com",
"email": "aurora.kits.studio@gmail.com",
"emailDomain": "@gmail.com",
"possiblyTruncated": false,
"foundAt": "2026-08-31T09:14:22.481Z"
},
{
"network": "Figma Community",
"keyword": "design system",
"query": "site:figma.com design system inquiries \"@proton.me\"",
"title": "Meridian Design System v3 - Figma Community",
"accountName": "Meridian Design System v3",
"fullName": "",
"username": null,
"profileUrl": "",
"url": "https://www.figma.com/community/file/1020079203222518115/meridian-design-system-v3",
"description": "Tokens, components and documentation for product teams. Enterprise enquiries: meridian.systems@proton ...",
"email": "meridian.systems@proton.me",
"emailDomain": "@proton.me",
"possiblyTruncated": true,
"foundAt": "2026-08-31T09:14:29.113Z"
},
{
"network": "Figma Community",
"keyword": "figma plugin author",
"query": "site:figma.com intitle:\"figma plugin\" contact \"@gmail.com\"",
"title": "Rita Marques (@ritamarques) - Figma",
"accountName": "ritamarques",
"fullName": "Rita Marques",
"username": "ritamarques",
"profileUrl": "https://www.figma.com/@ritamarques",
"url": "https://www.figma.com/@ritamarques",
"description": "Product designer in Lisbon. Plugins and UI kits. Work with me: rita.marques.design@gmail.com",
"email": "rita.marques.design@gmail.com",
"emailDomain": "@gmail.com",
"possiblyTruncated": false,
"foundAt": "2026-08-31T09:15:03.902Z"
}
]

The first two rows show the common case for the Figma Community Email Scraper: a community file page carries a real address but no designer handle, so username is null and profileUrl is empty. The third row - a resolved @handle profile - is the less frequent shape.


Use cases for the Figma Community Email Scraper

Use caseHow the Figma Community Email Scraper helps
Design talent sourcingBuild a shortlist of UI-kit and design-system authors with work you can inspect first
Freelance and commission outreachReach authors who explicitly wrote "commissions open" or "work with me" in a file
Design tool marketingContact plugin and template authors when launching a design product or beta
Design-system partnershipsFind teams publishing token and component libraries in your category
Template licensingApproach authors about licensing a kit for a product, course or marketplace
Community and speaker programmesAssemble a contributor or speaker shortlist from a design topic
Ecosystem researchMeasure how many community files in a niche publish a public contact address at all
Agency lead generationFeed a design-services pipeline with authors whose output matches your positioning

Working with file-level leads

Because most Figma Community Email Scraper rows come from file pages, treat url and description as your qualification signal rather than profileUrl. The file itself tells you the author's craft, scope and style before you write a word.

Open the file, mention it specifically, and the reply rate looks nothing like a generic design-services blast.

Covering the wider design and front-end ecosystem

Designers who publish on Figma usually publish elsewhere too. Pair the Figma Community Email Scraper with the CodePen Email Scraper for the front-end side, and with the Dev.to Email Scraper when you want designers who also write.


Expected results from the Figma Community Email Scraper

In live test runs against Google, roughly 8 out of 10 parsed Figma Community results carried an account identity - a handle, a display name, or a clear file-level author label.

That identity rate is strong, but read it alongside the caveat: Figma indexes community files and templates far more than author profiles, so most rows carry the email published on a file page rather than a designer handle. Identity is often the file's author label, not a resolved @username.

Every Figma Community Email Scraper row still carries email, emailDomain, url, description and query. Volume depends on your keywords, domains and location - no yield is guaranteed.


Limitations of the Figma Community Email Scraper

Read this before planning a campaign around Figma Community Email Scraper output.

  • File pages, not profiles. Figma indexes community files and templates far more than author profiles, so most rows carry the email published on a file page rather than a designer handle. Plan your workflow around url and description.
  • Publicly indexed emails only. The Figma Community Email Scraper finds an address only when it is already visible in Google's index. Addresses shared only inside file comments or private teams are out of reach.
  • Google's ~300-result cap. A single query returns roughly 300 results maximum, which is exactly why expandQueries exists and why turning it off reduces volume.
  • possiblyTruncated. When this is true, Google's snippet ellipsis touched the email and it may be cut off. Verify those rows before sending anything.
  • username and profileUrl can be empty. They are populated only when a designer handle appears in the result; file titles usually name the artefact instead, leaving accountName filled but username null.
  • Apify GOOGLE_SERP proxy required. The Actor cannot run without Apify proxy credentials.
  • Free plan cap. Free Apify plans are limited to 100 emails per run. Paid plans are uncapped.
  • Variable results. Output depends on keywords, domains, location and Google's index, which changes over time. Two runs a month apart will not be identical.

Responsible use

Addresses in Figma Community descriptions are published for project correspondence - licensing questions, commission enquiries, credit and attribution. Treat them that way.

If you contact people in the EU or UK, GDPR applies: have a lawful basis, identify yourself, say where you found the address, and honour opt-outs immediately. Respect Figma's community norms and any stated preference such as "no recruiters".

Designers talk to each other. A thoughtful note about one specific file will do more for you than a thousand identical sends.


Figma Community Email Scraper FAQ

Why do so many rows have username: null?

Figma indexes community files and templates far more than author profiles, so most rows carry the email published on a file page rather than a designer handle. It is the expected shape of the data, not a parsing failure.

Does the Figma Community Email Scraper use the Figma API?

No. It parses Google search results for pages on figma.com that Google has already indexed. There is no API call, no login and no file fetch.

Does it need a Figma account?

No. There is no authentication, no browser, no JavaScript rendering and no cookies. The only credential required is your Apify account's GOOGLE_SERP proxy access.

Where do the emails the Figma Community Email Scraper returns come from?

From the text Google prints in result titles and snippets - community file descriptions, template documentation blocks, and designer profile bios that expose an address publicly.

How many emails can the Figma Community Email Scraper return?

maxEmails accepts 1 to 10000 and defaults to 20. Free Apify plans are capped at 100 emails per run; paid plans are uncapped. Volume depends on your keywords and domains.

What does possiblyTruncated: true mean?

Google's snippet ellipsis touched the email, so the address may be incomplete. Verify those rows before you use them.

Can I restrict the Figma Community Email Scraper to studio domains?

Yes. Put the domains you want in customDomains, for example ["@studio.design", "@example.com"]. Only emails ending in those domains are kept, and the leading @ is optional.

Does it handle obfuscated addresses like name [at] gmail [dot] com?

Yes. The extractor normalises [at], (at), spaced @, spaced .com, zero-width characters and the full-width , and it filters placeholders such as test@ and yourname@.

Can I target designers in one country?

Set countryCode to a two-letter code such as US, GB or PT to steer the search proxy, and put a city or region in location to append it to every query.

What happens if a Figma Community Email Scraper run is interrupted?

Progress is saved in the key-value store keyed by a hash of your input, with saves on PERSIST_STATE, MIGRATING and ABORTING. Leads are pushed to the dataset as they are found, so nothing already collected is lost.

Will it break when Google changes its HTML?

Parsing is structural rather than class-name based, and there is a whole-page fallback parser. A layout change degrades the run to "emails without account details" rather than "no emails".

Is the Figma Community Email Scraper affiliated with Figma?

No. It is an independent Apify Actor, and it is not supported, endorsed or affiliated with Figma.


The Figma Community Email Scraper belongs to a Developer & Technology family of Apify Actors that all work the same way on different platforms. Run several to cover an ecosystem instead of a single site.

ActorWhat it collects
Figma Community Email and Phone Number ScraperEmails and phone numbers from Figma Community
Figma Community Phone Number ScraperPublic phone numbers from Figma Community
App Store Email ScraperPublic contact emails from App Store
Atlassian Marketplace Email ScraperPublic contact emails from Atlassian Marketplace
Bitbucket Email ScraperPublic contact emails from Bitbucket
Chrome Web Store Email ScraperPublic contact emails from Chrome Web Store
CodePen Email ScraperPublic contact emails from CodePen
Confluence Email ScraperPublic contact emails from Confluence
Dev.to Email ScraperPublic contact emails from DEV Community
Docker Hub Email ScraperPublic contact emails from Docker Hub
Firefox Add-ons Email ScraperPublic contact emails from Firefox Add-ons
GitHub Email ScraperPublic contact emails from GitHub
GitLab Email ScraperPublic contact emails from GitLab
Google Play Email ScraperPublic contact emails from Google Play
Hashnode Email ScraperPublic contact emails from Hashnode
HubSpot Marketplace Email ScraperPublic contact emails from HubSpot Marketplace
Hugging Face Email ScraperPublic contact emails from Hugging Face
Jira Email ScraperPublic contact emails from Jira
Maven Central Email ScraperPublic contact emails from Maven Central
Microsoft AppSource Email ScraperPublic contact emails from Microsoft AppSource
Salesforce AppExchange Email ScraperPublic contact emails from Salesforce AppExchange
Shopify App Store Email ScraperPublic contact emails from Shopify App Store
Slack App Directory Email ScraperPublic contact emails from Slack App Directory
SourceForge Email ScraperPublic contact emails from SourceForge
Stack Overflow Email ScraperPublic contact emails from Stack Overflow
Unity Asset Store Email ScraperPublic contact emails from Unity Asset Store
Unreal Engine Marketplace Email ScraperPublic contact emails from Unreal Engine Marketplace
WordPress Plugin Directory Email ScraperPublic contact emails from WordPress Plugin Directory
WordPress Theme Directory Email ScraperPublic contact emails from WordPress Theme Directory
Zapier App Directory Email ScraperPublic contact emails from Zapier App Directory
App Store Email and Phone Number ScraperEmails and phone numbers from App Store
Atlassian Marketplace Email and Phone Number ScraperEmails and phone numbers from Atlassian Marketplace
Bitbucket Email and Phone Number ScraperEmails and phone numbers from Bitbucket
Chrome Web Store Email and Phone Number ScraperEmails and phone numbers from Chrome Web Store
CodePen Email and Phone Number ScraperEmails and phone numbers from CodePen
Confluence Email and Phone Number ScraperEmails and phone numbers from Confluence
DEV Community Email and Phone Number ScraperEmails and phone numbers from DEV Community
Docker Hub Email and Phone Number ScraperEmails and phone numbers from Docker Hub
Firefox Add-ons Email and Phone Number ScraperEmails and phone numbers from Firefox Add-ons
GitHub Email and Phone Number ScraperEmails and phone numbers from GitHub
GitLab Email and Phone Number ScraperEmails and phone numbers from GitLab
Google Play Email and Phone Number ScraperEmails and phone numbers from Google Play

Leave a review

If the Figma Community Email Scraper saved you time, please leave a star rating and a short review on the Actor page.

Reviews are how other buyers judge whether a tool works, and they tell us which features to build next.

If something did not work, email neurodata.apify@gmail.com instead - bugs get fixed faster than they get complained about.

Support

Questions, a bug, or a custom build of the Figma Community Email Scraper for your own domain list? Email neurodata.apify@gmail.com and we will get back to you.