# Discover Top Roblox Adventure Games by Genre and Popularity

**Use case:** 

Identify trending Roblox adventure games with high player counts to understand market demand and inform game development strategies. Gain insights into successf

## Input

```json
{
  "mode": "trending",
  "query": "Adopt Me",
  "genre": "Adventure",
  "minVisits": 1000000,
  "minPlaying": 1000,
  "maxItems": 20
}
```

## 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.