# Browser FreeToGame Free Games Catalog

**Use case:** 

Extract FreeToGame Free Games Catalog data filtered by Browser. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "platform": "browser",
  "sortBy": "popularity",
  "maxItems": 10
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ thumbnail",
    "format": "link"
  },
  "id": {
    "label": "🆔 id",
    "format": "number"
  },
  "title": {
    "label": "🎮 title",
    "format": "text"
  },
  "shortDescription": {
    "label": "📝 shortDescription",
    "format": "text"
  },
  "genre": {
    "label": "🏷️ genre",
    "format": "text"
  },
  "platform": {
    "label": "💻 platform",
    "format": "text"
  },
  "publisher": {
    "label": "🏢 publisher",
    "format": "text"
  },
  "developer": {
    "label": "👨‍💻 developer",
    "format": "text"
  },
  "releaseDate": {
    "label": "📅 releaseDate",
    "format": "date"
  },
  "gameUrl": {
    "label": "🔗 gameUrl",
    "format": "link"
  },
  "freetogameProfileUrl": {
    "label": "🔗 freetogameProfileUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

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