# Discover High-Engagement Roblox Games by Niche Keywords

**Use case:** 

Identify popular Roblox games within specific niche categories by searching with targeted keywords and filtering by high player counts. This allows game develop

## Input

```json
{
  "mode": "searchGames",
  "query": "roleplay hospital, zombie survival base, fashion runway",
  "genre": "",
  "minVisits": 0,
  "minPlaying": 500,
  "maxItems": 30
}
```

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