n8n Template Authors · Emails from Their Sites avatar

n8n Template Authors · Emails from Their Sites

Pricing

from $1.40 / 1,000 unique n8n template authors

Go to Apify Store
n8n Template Authors · Emails from Their Sites

n8n Template Authors · Emails from Their Sites

Export unique n8n template authors with a public email from their website. One author per row: inbox, phone, site, templates. n8n does not list emails — we read the creator site when they publish them. No login. No API key.

Pricing

from $1.40 / 1,000 unique n8n template authors

Rating

0.0

(0)

Developer

Corentin Robert

Corentin Robert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

Export unique n8n template authors with a public email and phone from their websiteone author per row, not one row per workflow.

No login. No n8n API key. No n8n Cloud account.

Free plan: 20 unique authors / run. Paid plans follow your PPE budget.

What does n8n Template Author Emails do?

This Actor builds an outreach / partnership file from the public n8n workflow templates. Template mills already dump JSON. You want the people who publish those templates: who to email, which site they run, how many templates they listed.

n8n does not list author emails on the template card (user.links is a website or social URL). Each row is that file when the creator publishes it on their own site:

  • Public inbox (mailto: or email in the page) from the homepage and contact / legal pages
  • Phone when they publish a tel: link
  • Website, domain, n8n creator URL, template portfolio in this run

Empty developerEmail means the author did not publish an inbox (form / chat / GitHub-only) or the site refused the visit — not a guessed john@agency.com. Two templates from the same website stay one lead.

Who is this for?

You are…Typical goalSuggested setup
n8n / automation agencyCreators already selling templatesCategory Lead Generation, Find public emails On
Integration SaaS SDRAuthors who ship HubSpot / CRM workflowsKeyword hubspot, cap 20, Outreach view
Marketplace / partner managerVerified creators with a siteVerified Yes, emails On
Outbound / Clay opsDomain + inbox for CRMFilter contactStatus = email
Market researchFull public catalogMode Full catalog (paid); emails Off if you only need domains

What you get by default: unique author, public email when the creator site lists one, phone when listed, website, sample template, n8n profile. Official n8n usernames are skipped unless you turn that filter off.

website_only only appears when Find public emails is Off, or the author listed no crawlable site (GitHub / LinkedIn only). After a site visit with no mailbox the status is no_contact.

How to use

  1. Open this Actor in Apify Console.
  2. Step 1 — Mode: leave Search (a niche or a pasted template URL) or switch to Full catalog (every unique author, paid).
  3. Step 2 — Search: leave category Lead Generation, type hubspot, or paste https://n8n.io/workflows/11807.
  4. Keep Find public emails On. Leave Max authors at 20 for a first run, then raise it (Search up to 2,000; Full catalog up to 5,000).
  5. Click Start. Download JSON / CSV / Excel. Outreach = first email. Overview = email + templates + profile.

Ready-made Console tasks

Four Actor tasks on your account (Examples tab needs a public Actor):

ExampleConsole
Unique n8n Lead Generation template authors with emailstask
n8n Marketing template authorstask
n8n AI template authors for outreachtask
Refresh one author from a template URLtask

When this Actor is Store-public, the same four tasks can land on the Examples tab.

What it extracts

FieldWhy it matters
developerEmail, emails, emailSourcePublic inbox from the creator site (publisher-website)
phone, phonesPublic tel: on the author site
contactStatusFilter: email / email_and_phone vs no_contact vs crawl_failed. website_only = emails Off or no site
publisherName, authorUsername, website, websiteDomainPerson + clean host for CRM match
templateCount, sampleTemplateName, sampleTemplateUrl, n8nCreatorUrlPortfolio + n8n profile
verified, githubUrl, linkedinUrl, twitterUrlBadge + socials from user.links
websiteFetchUrl, scrapedAtWhich site page produced an inbox

Not extracted (and not invented): n8n Cloud login emails, guessed firstname@domain patterns, workflow JSON, node graphs, or paid-template checkout emails.

How it works

  1. Read public templates (name, views, author, website / socials).
  2. Deduplicate by website domain, else n8n username.
  3. n8n never lists an inbox on the template.
  4. If Find public emails is On, open the creator site (homepage + contact pages).
  5. Write unique authors as they become complete — inbox when they published one.

Input

{
"coverage": "search",
"category": "Lead Generation",
"maxAuthors": 20,
"websiteEnrichment": "yes"
}
FieldNotes
coveragesearch or catalog
queryKeyword, https://n8n.io/workflows/{id}, or https://n8n.io/creators/{username}
categoryPublic template category (Sales, Marketing, AI, …)
maxAuthorsUnique author cap. 0 = no extra cap. Default 20
skipOfficialN8nDefault skip official n8n usernames
verifiedOnlyOptional verified-creators filter
websiteEnrichmentyes / no — crawl the author site
proxyConfigurationAPI-only. Cloud runs can pass Apify Proxy if a site blocks datacenter HTTP

Output example

{
"publisherName": "Țugui Dragoș",
"authorUsername": "tuguidragos",
"website": "https://tuguidragos.com",
"websiteDomain": "tuguidragos.com",
"developerEmail": null,
"contactStatus": "no_contact",
"emailSource": null,
"templateCount": 1,
"sampleTemplateUrl": "https://n8n.io/workflows/11807",
"n8nCreatorUrl": "https://n8n.io/creators/tuguidragos"
}

developerEmail is filled when the creator site publishes a mailbox. Filter contactStatus = email before a sequencer.

How much does it cost to scrape n8n template authors?

Pay-per-event on unique authors (not per workflow), plus a small charge when a website is opened.

ScenarioApprox. cost (FREE tier)
20 authors, Find public emails OnStart + 20 × $0.002 + crawls × $0.0015 ≈ $0.08
1,000 authors with emails On~$3.50 plus compute
1,000 authors, emails Off (domains only)~$2.05

Higher Apify subscription tiers pay less per row (down to $0.001 / author). HTTP-only — no browser.

This Actor only reads public template cards and public pages on the creator’s own website. As with any file that may contain personal emails, make sure your use complies with GDPR and similar rules. Do not use the dataset to spam.

Local development

cd n8n-template-author-contacts
npm ci
npm test
apify run --purge --input-file=./input.json

storage/ is local-only. Inspect storage/datasets/default.

Also available

Zapier Apps · Publisher Emails by Category — same unique-vendor + website inbox job on Zapier.

Support

Contact corentin@outreacher.fr if you need a custom scraper or tailored automation.