# Weapons Valorant Game Content

**Use case:** 

Extract Valorant Game Content data filtered by Weapons. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "resourceType": "weapons",
  "language": "en-US"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "uuid": {
    "label": "UUID",
    "format": "text"
  },
  "resourceType": {
    "label": "Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "developerName": {
    "label": "Dev Name",
    "format": "text"
  },
  "characterTags": {
    "label": "Tags",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "object"
  },
  "isPlayableCharacter": {
    "label": "Playable",
    "format": "boolean"
  },
  "isBaseContent": {
    "label": "Base Content",
    "format": "boolean"
  },
  "abilities": {
    "label": "Abilities",
    "format": "object"
  },
  "voiceLine": {
    "label": "Voice Line",
    "format": "object"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "text"
  },
  "tacticalDescription": {
    "label": "Tactical",
    "format": "text"
  },
  "narrativeDescription": {
    "label": "Narrative",
    "format": "text"
  },
  "mapUrl": {
    "label": "Map URL",
    "format": "link"
  },
  "splash": {
    "label": "Splash",
    "format": "image"
  },
  "callouts": {
    "label": "Callouts",
    "format": "object"
  },
  "weaponStats": {
    "label": "Weapon Stats",
    "format": "object"
  },
  "shopData": {
    "label": "Shop Data",
    "format": "object"
  },
  "skins": {
    "label": "Skins",
    "format": "object"
  },
  "chromas": {
    "label": "Chromas",
    "format": "object"
  },
  "levels": {
    "label": "Levels",
    "format": "object"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "date"
  },
  "themeUuid": {
    "label": "Theme UUID",
    "format": "text"
  },
  "contentTierUuid": {
    "label": "Content Tier UUID",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "detailUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Valorant Game Content Scraper](https://apify.com/parseforge/valorant-game-content-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/valorant-game-content-scraper) to learn more, explore other use cases, and run it yourself.