# Valorant Game Data Scraper - Agents, Weapons & Maps (`ninhothedev/valorant-api-scraper`) Actor

$0.50/1K 🔥 Valorant data scraper! Agents, weapons, maps, skins & abilities with stats and art. No key. JSON, CSV, Excel or API in seconds. Build game wikis & esports tools ⚡

- **URL**: https://apify.com/ninhothedev/valorant-api-scraper.md
- **Developed by:** [ninhothedev](https://apify.com/ninhothedev) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Valorant Game Data Scraper - Agents, Weapons, Maps & Skins (No API Key)

Scrape the complete **Valorant game database** into clean JSON, CSV or Excel - **no Riot API key, no login, no proxy required**. Get every agent with their role and full ability list, every weapon with shop cost and fire rate, every map with coordinates and tactical layout, plus game modes, seasons, bundles, sprays and player cards.

Built on the public [valorant-api.com](https://valorant-api.com) content API, which mirrors Riot's own game client data and updates with every patch. Runs on datacenter IPs, so it is fast and cheap.

### What you get

| Resource | Records | Highlights |
|---|---|---|
| `agents` | 29 | role (Duelist/Initiator/Controller/Sentinel), 4+ abilities each, portraits |
| `weapons` | 20 | shop cost in creds, fire rate, magazine size, reload time, damage ranges |
| `maps` | 26 | coordinates, tactical description, callouts, splash art, minimap data |
| `gamemodes` | 17 | duration, rounds per half, economy type, custom rules |
| `seasons` | 53 | acts and episodes with start/end timestamps |
| `bundles` | 319 | skin collection names, promo art, descriptions |
| `sprays` | 896 | animated and static spray art |
| `playercards` | 956 | small/wide/large card art |

### Output example (agent)

```json
{
  "resource": "agents",
  "uuid": "add6443a-41bd-e414-f6ad-e58d267f4e95",
  "name": "Jett",
  "description": "Representing her home country of South Korea, Jett's agile and evasive fighting style...",
  "icon": "https://media.valorant-api.com/agents/add6443a-.../displayicon.png",
  "image": "https://media.valorant-api.com/agents/add6443a-.../fullportrait.png",
  "role": "Duelist",
  "abilities": ["Ability1: Updraft", "Ability2: Tailwind", "Grenade: Cloudburst", "Ultimate: Blade Storm"],
  "playable": true,
  "data": { "...": "full raw record, every upstream field preserved" },
  "source": "valorant-api",
  "scraped_at": "2026-07-28T12:00:00+00:00"
}
```

### Output example (weapon)

```json
{
  "resource": "weapons",
  "name": "Vandal",
  "category": "Rifle",
  "cost": 2900,
  "fire_rate": 9.75,
  "magazine_size": 25,
  "reload_time": 2.5,
  "data": { "weaponStats": { "damageRanges": [{ "headDamage": 160, "bodyDamage": 40 }] } }
}
```

Every field is nullable - agents have no `cost`, weapons have no `role` - and the untouched upstream record always lives in `data`, so nothing is ever lost.

### Input

| Field | Type | Default | Description |
|---|---|---|---|
| `mode` | select | `resource` | Fetch one Valorant data collection |
| `resource` | select | `agents` | `agents`, `weapons`, `maps`, `gamemodes`, `seasons`, `bundles`, `sprays`, `playercards` |
| `maxItems` | integer | `200` | Cap on rows pushed (max 2000) |

```json
{
  "mode": "resource",
  "resource": "weapons",
  "maxItems": 200
}
```

### Pricing

Roughly **$0.50 per 1,000 items**. A full agent pull (29 rows) or weapon pull (20 rows) costs a fraction of a cent and finishes in seconds. Even the largest collection, player cards at 956 rows, runs well under a dollar.

### Use cases

- **Game wikis and fan sites** - keep agent, weapon and map pages in sync with every patch automatically.
- **Esports tools** - power draft helpers, team comps, agent-pick analytics and match overlays with canonical IDs.
- **Stat apps and Discord bots** - answer "how much does a Vandal cost" or "what are Fade's abilities" from a local dataset instead of hardcoding.
- **ML and research datasets** - build labelled image datasets from the CDN art URLs, or model weapon balance across patches.

### FAQ

**Do I need a Riot API key?** No. This actor uses the public content API, which requires no authentication.

**Is it always up to date?** Yes - valorant-api.com refreshes from the game client, so new agents, skins and maps appear shortly after each patch.

**Can I get skin data?** Skin collections are exposed through `bundles`; individual skin artwork also ships inside the raw `data` object on weapon records.

**Is scraping this legal?** The endpoint is a public, unauthenticated read-only API of game metadata. No personal data is collected.

### Related actors

- [League of Legends Data Dragon Scraper](https://apify.com/ninhothedev/league-ddragon-scraper)
- [Hearthstone Card Scraper](https://apify.com/ninhothedev/hearthstone-scraper)
- [Steam Games Scraper](https://apify.com/ninhothedev/steam-games-scraper)
- [Twitch Streams Scraper](https://apify.com/ninhothedev/twitch-streams-scraper)

### Development

```bash
python -m src.main            # run locally
python tests/test_smoke.py    # offline smoke tests
```

# Actor input Schema

## `mode` (type: `string`):

What the actor should scrape. 'resource' fetches one full Valorant content collection (for example all agents or all weapons) and maps it into flat rows. This is currently the only mode.

## `resource` (type: `string`):

Which Valorant collection to scrape. 'agents' returns playable characters with role and abilities, 'weapons' returns guns with shop cost and weapon stats, 'maps' returns maps with coordinates and tactical description. The other options return cosmetic and metadata collections.

## `maxItems` (type: `integer`):

Maximum number of records to push to the dataset. Small collections such as agents or weapons return everything well below this cap; large cosmetic collections such as sprays or player cards have hundreds of records, so raise this value to get them all.

## Actor input object example

```json
{
  "mode": "resource",
  "resource": "agents",
  "maxItems": 200
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("ninhothedev/valorant-api-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("ninhothedev/valorant-api-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call ninhothedev/valorant-api-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ninhothedev/valorant-api-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/4SellEvPuyZtelB7p/builds/v53XZC24gdhnxWw9O/openapi.json
