# SaaS Startup Social Profile Finder

**Use case:** 

Extract social media profiles from top SaaS startups like Notion and Figma. Get a detailed list of profiles across various platforms.

## Input

```json
{
  "urls": [
    "notion.so",
    "linear.app",
    "figma.com",
    "vercel.com",
    "retool.com"
  ],
  "maxResults": 1000,
  "maxConcurrency": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "text"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "foundIn": {
    "label": "Found In",
    "format": "text"
  },
  "totalProfilesFound": {
    "label": "Total Profiles Found",
    "format": "number"
  },
  "scanLatencyMs": {
    "label": "Scan Latency (ms)",
    "format": "number"
  },
  "extractedAt": {
    "label": "Extracted At",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Social Profile Extractor - Twitter, LinkedIn](https://apify.com/logiover/bulk-social-profile-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bulk-social-profile-extractor) to learn more, explore other use cases, and run it yourself.