# Face Search AI: Reverse Image Search for Facial Recognition

**Use case:** 

Uncover where a face image appears online, locate social media profiles, and track digital footprints through advanced AI facial recognition.

## Input

```json
{
  "image_url": "https://api.apify.com/v2/key-value-stores/DIhZCnxutEI0s30wk/records/images.png",
  "proxy_configuration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "image": {
    "label": "Image Match",
    "format": "image"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Face Search AI](https://apify.com/mikolabs/face-search-ai) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mikolabs/face-search-ai) to learn more, explore other use cases, and run it yourself.