# Social Media Finder — Full Export

**Use case:** 

Scrape the full social media finder dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract social media finder for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "username": "johndoe",
  "platforms": [],
  "checkAll": false,
  "maxItems": 200
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "statusCode": {
    "label": "Statuscode",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

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