Company Social Presence Finder — Social Accounts by Domain avatar

Company Social Presence Finder — Social Accounts by Domain

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Company Social Presence Finder — Social Accounts by Domain

Company Social Presence Finder — Social Accounts by Domain

From a company domain, find its OFFICIAL social accounts — LinkedIn company page, X/Twitter, Facebook, Instagram, YouTube, TikTok — extracted from the company's own website (so they're official, not guessed). Returns per-platform URL, handle + a presence score. Worldwide, public data only.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Joachim Pouchain

Joachim Pouchain

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Company Social Presence Finder — Find a Company's Social Accounts & Metrics

Give it a company domain and get back the company's official social media accountsLinkedIn company page, X/Twitter, Facebook, Instagram, YouTube, TikTok. Unlike "social finder" tools that search by a person's name and guess, this one starts from the company / domain and extracts the social links from the company's own website, so the accounts are official, not guessed. A clean social presence + digital-maturity signal for lead enrichment and AI agents. Worldwide, public data only.

What it does

  • Official accounts by domain — finds the company's LinkedIn (company), X, Facebook, Instagram, YouTube and TikTok URLs.
  • Verified-on-site — every account is taken from the company's own website, so it's the real official account (not a name-match guess).
  • Handle extraction — the account handle for each platform.
  • Digital-presence score — how many of the major platforms the company is on (a quick maturity signal).
  • Multi-domain — process a list of domains in one run.

Output fields (one row per account)

FieldMeaning
domainCompany domain queried
platformlinkedin / x / facebook / instagram / youtube / tiktok
urlOfficial account URL
handleAccount handle / slug
verified_on_sitetrue — link came from the company's own site
followers, last_post, post_frequency, activeBest-effort public metrics — often null (see notes)
found_on, source, timestampProvenance

Why this one

  • Company-first, not person-first. Most social finders search a person's username. This finds a company's official accounts from its domain — the B2B angle.
  • Official, not guessed. Links are extracted from the company's own website, so they're the accounts the company actually owns.
  • Multi-platform in one call — LinkedIn, X, Facebook, Instagram, YouTube, TikTok, plus a presence score.
  • Agent- & n8n-ready — clean one-row-per-account output for lead enrichment pipelines.

Input

{
"domain": "stripe.com",
"platforms": [],
"max_items": 30
}
FieldTypeDescription
domainstringCompany domain (e.g. stripe.com, with or without https://).
domainsarrayOptional list of domains to process in one run (overrides domain).
platformsarrayRestrict to specific platforms (linkedin, x, facebook, instagram, youtube, tiktok). Empty = all.
max_itemsintegerMax account records returned/charged. Default 30.

Output

Real output for stripe.com (one row per account):

[
{ "domain": "stripe.com", "platform": "linkedin", "url": "https://www.linkedin.com/company/stripe", "handle": "stripe", "verified_on_site": true, "followers": null, "last_post": null, "post_frequency": null, "active": null, "found_on": "https://stripe.com", "source": "Company website (official social links)", "timestamp": "2026-06-29T10:46:00.000Z" },
{ "domain": "stripe.com", "platform": "x", "url": "https://twitter.com/stripe", "handle": "stripe", "verified_on_site": true, "followers": null, "last_post": null, "post_frequency": null, "active": null, "found_on": "https://stripe.com", "source": "Company website (official social links)", "timestamp": "2026-06-29T10:46:00.000Z" },
{ "domain": "stripe.com", "platform": "facebook", "url": "https://www.facebook.com/StripeHQ", "handle": "StripeHQ", "verified_on_site": true, "followers": null, "last_post": null, "post_frequency": null, "active": null, "found_on": "https://stripe.com", "source": "Company website (official social links)", "timestamp": "2026-06-29T10:46:00.000Z" },
{ "domain": "stripe.com", "platform": "instagram", "url": "https://www.instagram.com/stripehq", "handle": "stripehq", "verified_on_site": true, "followers": null, "last_post": null, "post_frequency": null, "active": null, "found_on": "https://stripe.com", "source": "Company website (official social links)", "timestamp": "2026-06-29T10:46:00.000Z" },
{ "domain": "stripe.com", "platform": "youtube", "url": "https://youtube.com/@stripe", "handle": "@stripe", "verified_on_site": true, "followers": null, "last_post": null, "post_frequency": null, "active": null, "found_on": "https://stripe.com", "source": "Company website (official social links)", "timestamp": "2026-06-29T10:46:00.000Z" }
]

Use cases

  • Lead enrichment — attach a prospect's official social accounts to your CRM from just a domain.
  • Digital-maturity scoring — qualify prospects by how many platforms they're active on (presence score).
  • Brand/social audits — map a company's official social footprint in one call.
  • AI agents / n8n — a domain-to-socials tool for enrichment workflows.

Pricing

Pay-per-result: target $0.005 per account ($5 / 1,000), plus Apify platform usage. max_items caps spend.

Categories

Developer tools, Automation, Agents, Business.

Notes & limits

  • Account discovery is reliable; it reads the company's own site, so the accounts are official.
  • Public metrics (followers, last post) are best-effort and usually null. Major platforms block unauthenticated metric reads, and this actor deliberately does not do fragile scraping or use paid platform APIs — it returns null rather than an unreliable guess. If you need follower counts, pair this with a platform-specific scraper using the URLs this actor returns.
  • Works for any company with a website that links its social accounts (header/footer/contact). Companies that don't link their socials on-site won't return accounts.
  • Public data only.

Use as an MCP tool (AI agents)

This Actor is available as an MCP tool for AI agents (Claude, ChatGPT, Cursor, etc.) through Apify’s hosted MCP server. Point your MCP client at:

https://mcp.apify.com/?actors=aspiring_barricade/company-social-presence-finder

The Actor’s input schema becomes the tool’s parameters automatically. An Apify API token is required.

Use in n8n

Run this Actor inside your n8n workflows using the official Apify node (search “Apify” in the n8n nodes panel) and select the Actor aspiring_barricade/company-social-presence-finder. A dedicated community node (n8n-nodes-company-social-presence-finder) is also published to npm for one-click installation via n8n → Settings → Community Nodes.