# Twitter Location Tracker: Find Where Any Account is From

**Use case:** 

Instantly track and find the real registered country or location of any Twitter (X) user by their screen name. No coding required.

## Input

```json
{
  "screenNames": [
    "elonmusk"
  ]
}
```

## Output

```json
{
  "screen_name": {
    "label": "screen_name",
    "format": "text"
  },
  "avatar": {
    "label": "avatar",
    "format": "link"
  },
  "account_based_in": {
    "label": "account_based_in",
    "format": "text"
  },
  "location_accurate": {
    "label": "location_accurate",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Account-Based-In Locator by Screen Name](https://apify.com/fastcrawler/twitter-account-based-in-locator-by-screen-name) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fastcrawler/twitter-account-based-in-locator-by-screen-name) to learn more, explore other use cases, and run it yourself.