# Find the Nintendo Facebook page ID

**Use case:** 

Resolve Nintendo's real Facebook page alias to its stable page ID and a normalized URL for CRM or social data joins.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/nintendo"
    },
    {
      "url": "https://www.facebook.com/NintendoAmerica"
    }
  ],
  "maxItems": 2
}
```

## Output

```json
{
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "facebookId": {
    "label": "Facebook ID",
    "format": "string"
  },
  "objectType": {
    "label": "Object type",
    "format": "string"
  },
  "normalizedUrl": {
    "label": "Normalized URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "resolutionMethod": {
    "label": "Resolution method",
    "format": "string"
  },
  "parentId": {
    "label": "Parent ID",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "resolvedAt": {
    "label": "Resolved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook URL to ID Resolver](https://apify.com/automation-lab/facebook-url-to-id-resolver) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/facebook-url-to-id-resolver) to learn more, explore other use cases, and run it yourself.