# Agency Social Profile Audit Scraper

**Use case:** 

Build a repeatable social media audit workflow by extracting profile links from prospect, client, or portfolio websites.

## Input

```json
{
  "urls": [
    "https://www.ycombinator.com",
    "https://www.producthunt.com",
    "https://www.indiehackers.com"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "Website"
  },
  "profileCount": {
    "label": "Profiles Found"
  },
  "profiles": {
    "label": "Profiles"
  },
  "allSocialLinks": {
    "label": "All Social Links"
  },
  "checkTimeMs": {
    "label": "Time (ms)"
  },
  "checkedAt": {
    "label": "Checked At"
  }
}
```

## About this Actor

This example demonstrates how to use [Social Media Profile Finder](https://apify.com/automation-lab/social-media-profile-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/social-media-profile-finder) to learn more, explore other use cases, and run it yourself.