# Giant Bomb Games Data Export

**Use case:** 

Data Export of Giant Bomb Games. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "query": "Zelda",
  "maxItems": 100
}
```

## Output

```json
{
  "image": {
    "label": "image",
    "format": "text"
  },
  "game_id": {
    "label": "game_id",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "platforms": {
    "label": "platforms",
    "format": "date"
  },
  "genres": {
    "label": "genres",
    "format": "text"
  },
  "developers": {
    "label": "developers",
    "format": "text"
  },
  "publishers": {
    "label": "publishers",
    "format": "text"
  },
  "release_date": {
    "label": "release_date",
    "format": "date"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "rating": {
    "label": "rating",
    "format": "date"
  },
  "expected_release": {
    "label": "expected_release",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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