# Latest Free PC Games

**Use case:** 

Explore current free-to-play PC games with genre, platform, publisher, release date, descriptions, and game links.

## Input

```json
{
  "platform": "all",
  "category": "",
  "maxResults": 3
}
```

## Output

```json
{
  "game_id": {
    "label": "Game Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "link"
  },
  "short_description": {
    "label": "Short Description",
    "format": "text"
  },
  "game_url": {
    "label": "Game Url",
    "format": "link"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "release_date": {
    "label": "Release Date",
    "format": "date"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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