# Analyze Competitor Roblox Game Performance by Universe ID

**Use case:** 

Extract detailed performance metrics for specific competitor Roblox games using their Universe IDs to benchmark your own titles. Understand key attributes like 

## Input

```json
{
  "mode": "byGameId",
  "query": "Adopt Me",
  "universeIds": "189707,920587236,1564030612,6528020863",
  "genre": "",
  "minVisits": 0,
  "minPlaying": 0,
  "maxItems": 4
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "recordType": {
    "label": "Record type"
  },
  "visits": {
    "label": "Visits"
  },
  "playing": {
    "label": "Playing"
  },
  "genre": {
    "label": "Genre"
  },
  "gameUrl": {
    "label": "Game url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Roblox Scraper](https://apify.com/crawlerbros/roblox-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/roblox-scraper) to learn more, explore other use cases, and run it yourself.