# Extract Roblox Developer Game Portfolios and Stats

**Use case:** 

Gather comprehensive data on a specific Roblox developer's published games to assess their impact and success within the platform. This is invaluable for partne

## Input

```json
{
  "mode": "byUserId",
  "query": "Adopt Me",
  "userId": 261,
  "genre": "",
  "minVisits": 0,
  "minPlaying": 0,
  "maxItems": 10
}
```

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