# Company Social Presence Finder — Social Accounts by Domain (`aspiring_barricade/company-social-presence-finder`) Actor

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.

- **URL**: https://apify.com/aspiring\_barricade/company-social-presence-finder.md
- **Developed by:** [Joachim Pouchain](https://apify.com/aspiring_barricade) (community)
- **Categories:** Developer tools, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 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 accounts** — **LinkedIn** 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)

| Field | Meaning |
|-------|---------|
| `domain` | Company domain queried |
| `platform` | `linkedin` / `x` / `facebook` / `instagram` / `youtube` / `tiktok` |
| `url` | Official account URL |
| `handle` | Account handle / slug |
| `verified_on_site` | `true` — link came from the company's own site |
| `followers`, `last_post`, `post_frequency`, `active` | Best-effort public metrics — often `null` (see notes) |
| `found_on`, `source`, `timestamp` | Provenance |

### 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

```json
{
  "domain": "stripe.com",
  "platforms": [],
  "max_items": 30
}
````

| Field | Type | Description |
|-------|------|-------------|
| `domain` | string | Company domain (e.g. `stripe.com`, with or without `https://`). |
| `domains` | array | Optional list of domains to process in one run (overrides `domain`). |
| `platforms` | array | Restrict to specific platforms (`linkedin`, `x`, `facebook`, `instagram`, `youtube`, `tiktok`). Empty = all. |
| `max_items` | integer | Max account records returned/charged. Default 30. |

### Output

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

```json
[
  { "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](https://n8n.io) 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**.

# Actor input Schema

## `domain` (type: `string`):

Company website domain, e.g. stripe.com (with or without https://).

## `domains` (type: `array`):

Optional list of company domains to process in one run (overrides 'domain').

## `platforms` (type: `array`):

Restrict to specific platforms: linkedin, x, facebook, instagram, youtube, tiktok. Empty = all.

## `max_items` (type: `integer`):

Maximum social-account records returned/charged per run.

## Actor input object example

```json
{
  "domain": "stripe.com",
  "domains": [],
  "platforms": [],
  "max_items": 30
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "domain": "stripe.com",
    "max_items": 30
};

// Run the Actor and wait for it to finish
const run = await client.actor("aspiring_barricade/company-social-presence-finder").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "domain": "stripe.com",
    "max_items": 30,
}

# Run the Actor and wait for it to finish
run = client.actor("aspiring_barricade/company-social-presence-finder").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "domain": "stripe.com",
  "max_items": 30
}' |
apify call aspiring_barricade/company-social-presence-finder --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=aspiring_barricade/company-social-presence-finder",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Company Social Presence Finder — Social Accounts by Domain",
        "description": "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.",
        "version": "1.0",
        "x-build-id": "584a8eqJqhtfHUv7v"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/aspiring_barricade~company-social-presence-finder/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-aspiring_barricade-company-social-presence-finder",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/aspiring_barricade~company-social-presence-finder/runs": {
            "post": {
                "operationId": "runs-sync-aspiring_barricade-company-social-presence-finder",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/aspiring_barricade~company-social-presence-finder/run-sync": {
            "post": {
                "operationId": "run-sync-aspiring_barricade-company-social-presence-finder",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "domain"
                ],
                "properties": {
                    "domain": {
                        "title": "Company domain",
                        "type": "string",
                        "description": "Company website domain, e.g. stripe.com (with or without https://)."
                    },
                    "domains": {
                        "title": "Multiple domains (optional)",
                        "type": "array",
                        "description": "Optional list of company domains to process in one run (overrides 'domain').",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "platforms": {
                        "title": "Platforms (optional)",
                        "type": "array",
                        "description": "Restrict to specific platforms: linkedin, x, facebook, instagram, youtube, tiktok. Empty = all.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "max_items": {
                        "title": "Max results (cost cap)",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum social-account records returned/charged per run.",
                        "default": 30
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
