# 🎨 Social Media & Brand Enricher - Domain to Profiles (`renzomacar/social-brand-enricher`) Actor

Turn any list of domains into full social & brand profiles: LinkedIn, X/Twitter, Instagram, Facebook, YouTube, TikTok, GitHub & Pinterest URLs + handles, plus logo, favicon, brand color, company name & description. Pay per enriched domain. No API key.

- **URL**: https://apify.com/renzomacar/social-brand-enricher.md
- **Developed by:** [Renzo Madueno](https://apify.com/renzomacar) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$20.00 / 1,000 domain enricheds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## 🎨 Social Media & Brand Enricher — Domain → Full Social & Brand Profile

### 🎥 Video walkthrough

https://youtu.be/BQLE5MR8g4U


**Give it a domain. Get back every social profile the company links to — plus its logo, favicon, brand color, name and description.** One clean record per domain, ready to drop into your CRM, cold-outreach sequencer, or personalization engine. Bulk-friendly, pay-per-result, no API keys, no login walls.

You already have the domains. What you're missing is the *rest of the prospect*: where they live on social, what their brand looks like, and a one-line description you can open a cold email with. This Actor fills that gap in one pass.

---

### Why social & brand enrichment matters

A domain alone is a dead end. To actually reach and win a B2B prospect you need their **full profile**:

- **Socials for outreach.** LinkedIn is the #1 B2B channel — a company's `/company/` page is the entry point to its people, its ads, and warm-intro paths. X/Twitter, Instagram, TikTok and YouTube tell you where they *actually* spend attention, so you pick the right channel instead of guessing.
- **Brand assets for CRM & personalization.** A logo and brand color turn a boring CRM row into a recognizable account card. Drop the logo into a deck, a proposal, a landing page built for that prospect, or a "we noticed your brand uses `#635bff`" opener — personalization that looks like you did homework, because you did.
- **A ready-made icebreaker.** The company description + industry give you the one sentence you need to sound informed in line one of a cold email.
- **Enrichment at list scale.** Bought a list of 5,000 domains? Run it through this once and every row gains LinkedIn, Instagram, a logo, and a description — the difference between a spreadsheet and a targeting-ready segment.

This is the same playbook as our [Company Enrichment](https://apify.com/renzomacar/company-enrichment) Actor (domain → tech stack, size, decision-makers) and [Website Contact Finder](https://apify.com/renzomacar/website-contact-finder) (domain → emails & phones). **This one specializes in the social + brand layer** — and it's built to be chained with those two so you assemble a complete account profile.

---

### What gets extracted

For every domain you get one structured record:

| Field | What it is |
|---|---|
| `domain` | Normalized domain (after any redirect) |
| `companyName` | From schema.org, `og:site_name`, or the page title |
| `description` | Meta / `og:description` — your icebreaker |
| `industry` | Best-effort classification (Software & SaaS, Fintech, E-commerce…) |
| `keywords` | Meta keywords when present |
| `logo` | Best logo URL (schema logo → `og:image` → apple-touch-icon → an `img` tagged "logo") |
| `favicon` | Favicon URL |
| `primaryColor` | Brand color from the `theme-color` meta tag (e.g. `#635bff`) |
| `socialProfiles` | Object of clean, canonical profile URLs by platform |
| `socialHandles` | The handle/slug pulled from each profile URL |
| `socialCount` | How many social profiles were found |
| `hasLinkedin`, `hasInstagram`, `hasTwitter`, `hasFacebook`, `hasYoutube`, `hasTiktok` | Booleans — filter your list in one click |
| `scrapedAt` | ISO timestamp |

**Platforms detected:** LinkedIn (prefers `/company/`), X/Twitter, Facebook, Instagram, YouTube, TikTok, GitHub, Pinterest.

**Accuracy first.** Generic share/intent buttons ("Tweet this", `sharer.php`, `/intent/tweet`, login and plugin links) are excluded, and every profile must resolve to a real handle — so you get the company's actual account, not a false positive from a share widget.

---

### Example

#### Input

```json
{
  "domains": ["stripe.com", "notion.so", "shopify.com"],
  "maxConcurrency": 5
}
````

#### Output (one record shown)

```json
{
  "domain": "stripe.com",
  "website": "https://stripe.com/",
  "companyName": "Stripe",
  "description": "Stripe is a suite of APIs powering online payment processing and commerce solutions for internet businesses of all sizes.",
  "industry": "Financial Services & Fintech",
  "logo": "https://stripe.com/img/v3/home/twitter.png",
  "favicon": "https://stripe.com/favicon.ico",
  "primaryColor": "#635bff",
  "socialProfiles": {
    "linkedin": "https://linkedin.com/company/stripe",
    "twitter": "https://twitter.com/stripe",
    "youtube": "https://youtube.com/stripe",
    "github": "https://github.com/stripe"
  },
  "socialHandles": {
    "linkedin": "stripe",
    "twitter": "stripe",
    "youtube": "stripe",
    "github": "stripe"
  },
  "socialCount": 4,
  "hasLinkedin": true,
  "hasInstagram": false,
  "scrapedAt": "2026-07-03T00:00:00.000Z"
}
```

*(Exact fields vary by what each site publicly links.)*

***

### Use cases

- **Cold outreach.** Pull LinkedIn + the description for a list of accounts, then open with a channel and a line that fit the prospect.
- **CRM hygiene & enrichment.** Backfill empty "LinkedIn", "Twitter", and "Logo" fields across thousands of accounts.
- **Personalized landing pages / decks.** Auto-insert each prospect's logo and brand color into a template.
- **Competitive & market mapping.** Enrich a set of competitors to see who's on TikTok, who invests in YouTube, who has a GitHub presence.
- **Influencer / partner vetting.** Confirm a brand's real, canonical social footprint before a deal.
- **Data products.** Ship a "domain → socials + brand" enrichment feature without maintaining scrapers yourself.

***

### How to run

1. Paste your domains into **Domains** (bare domains, URLs, or www hosts — all normalized).
2. Set **Max concurrency** (5 is a safe default; raise it for big lists).
3. Run. Export the dataset as JSON, CSV, or Excel — or pull it via the Apify API.

Runs on Apify's residential proxies automatically, so it's resilient against datacenter blocks.

***

### Pricing — pay per result

**Pay-per-event: you're charged once per domain that returns a real social or brand profile.** Timeouts, dead domains, and empty results aren't charged. Set `ACTOR_MAX_TOTAL_CHARGE_USD` to hard-cap spend on any run — the Actor stops charging once it hits your cap.

***

### Automate it 🔁

- **Schedule** it (daily/weekly) to keep enrichment fresh as your account list grows.
- **Chain it** with [Company Enrichment](https://apify.com/renzomacar/company-enrichment) (tech stack, size, decision-makers) and [Website Contact Finder](https://apify.com/renzomacar/website-contact-finder) (emails & phones) to build a *complete* account profile from a bare domain.
- **Pipe it** into your CRM, spreadsheet, or webhook via the Apify API and integrations.

***

### FAQ

**Do I need any API keys or social-platform logins?**
No. It reads what companies publicly link from their own websites — no LinkedIn/Instagram login, no third-party enrichment API.

**How does it avoid false positives (like a generic "Share on Twitter" button)?**
Share, intent, plugin, OAuth and login URLs are excluded, and each profile must resolve to a real handle/slug. For LinkedIn it prefers the canonical `/company/` page; for YouTube the `/@handle` or `/channel/` form.

**What if a site links no socials on its homepage?**
It automatically checks the site's `contact`/`about` page as a fallback before giving up.

**Can it handle thousands of domains?**
Yes — it processes domains with bounded concurrency. Increase **Max concurrency** for larger lists.

**What happens on a dead or invalid domain?**
You get a record with an `error` field and it is **not** charged.

**Which fields are best for filtering?**
`hasLinkedin`, `hasInstagram` (and the other `has*` booleans) and `socialCount` let you segment your list instantly.

***

*Built by Renzo Madueno. Part of a B2B enrichment suite: [Company Enrichment](https://apify.com/renzomacar/company-enrichment) · [Website Contact Finder](https://apify.com/renzomacar/website-contact-finder) · Social & Brand Enricher.*

# Actor input Schema

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

The list of company domains to enrich. Accepts bare domains (stripe.com), full URLs (https://stripe.com/pricing), or www-prefixed hosts — they're all normalized. Each domain is charged once when a social or brand profile is found. Paste hundreds for a bulk run.

## `maxConcurrency` (type: `integer`):

How many domains to fetch in parallel. Higher = faster on big lists; lower = gentler on the target sites and proxy pool. 5 is a safe default.

## Actor input object example

```json
{
  "domains": [
    "stripe.com",
    "notion.so",
    "shopify.com"
  ],
  "maxConcurrency": 5
}
```

# 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 = {
    "domains": [
        "stripe.com",
        "notion.so",
        "shopify.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("renzomacar/social-brand-enricher").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 = { "domains": [
        "stripe.com",
        "notion.so",
        "shopify.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("renzomacar/social-brand-enricher").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 '{
  "domains": [
    "stripe.com",
    "notion.so",
    "shopify.com"
  ]
}' |
apify call renzomacar/social-brand-enricher --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🎨 Social Media & Brand Enricher - Domain to Profiles",
        "description": "Turn any list of domains into full social & brand profiles: LinkedIn, X/Twitter, Instagram, Facebook, YouTube, TikTok, GitHub & Pinterest URLs + handles, plus logo, favicon, brand color, company name & description. Pay per enriched domain. No API key.",
        "version": "0.1",
        "x-build-id": "5llW8duG3OrW8gbzB"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/renzomacar~social-brand-enricher/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-renzomacar-social-brand-enricher",
                "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/renzomacar~social-brand-enricher/runs": {
            "post": {
                "operationId": "runs-sync-renzomacar-social-brand-enricher",
                "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/renzomacar~social-brand-enricher/run-sync": {
            "post": {
                "operationId": "run-sync-renzomacar-social-brand-enricher",
                "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": [
                    "domains"
                ],
                "properties": {
                    "domains": {
                        "title": "Domains",
                        "type": "array",
                        "description": "The list of company domains to enrich. Accepts bare domains (stripe.com), full URLs (https://stripe.com/pricing), or www-prefixed hosts — they're all normalized. Each domain is charged once when a social or brand profile is found. Paste hundreds for a bulk run.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many domains to fetch in parallel. Higher = faster on big lists; lower = gentler on the target sites and proxy pool. 5 is a safe default.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
