# Pokémon Catalog Scraper (`parseforge/pokemon-catalog-scraper`) Actor

Scrapes the complete Pokémon catalog by browsing the Pokédex or looking up specific names and IDs. Returns each creature as a flat row with base stats, types, abilities, and artwork URLs.

- **URL**: https://apify.com/parseforge/pokemon-catalog-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Games, Automation, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $13.00 / 1,000 result items

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### Pokémon Catalog Scraper

**Scrape the complete Pokémon catalog, up to 1,300 creatures per run.** Every Pokémon comes with its type, abilities, base stats, and official artwork. Export to CSV, JSON, Excel, or XML.

Building a Pokédex app, a type-effectiveness calculator, or a fan dataset means you need clean, structured data for every creature. The official sources are scattered across different games and media, making manual collection a grind. This Actor reads the public Pokémon catalog directly and returns each entry in one consistent schema.

| Who uses it | What they scrape Pokémon Catalog for |
|---|---|
| Game developers | Populating a Pokédex or battle simulator with accurate base stats and types. |
| Data analysts | Comparing stat distributions and type matchups across all generations. |
| Content creators | Building a searchable database for a fan wiki or video series. |
| TCG collectors | Cross-referencing video game stats with card attributes for inventory apps. |

### What it does

This Actor collects Pokémon data by browsing the full Pokédex or looking up specific names and IDs, and returns each creature as a flat row.

- 📖 **Browse mode:** Paginate through the entire National Pokédex from Bulbasaur to the latest generation.
- 🔍 **Lookup mode:** Pull specific Pokémon by name or numeric ID, one per line, for targeted datasets.
- 🧩 **Type filter:** Narrow results to a single type like Fire, Water, or Fairy before the run starts.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with Pokémon Catalog data

**🎮 Build a fan game or simulator.**

A solo developer pulls the full National Pokédex with base stats and types to seed a battle engine.

**📊 Analyze stat distributions.**

A data journalist scrapes all 1,000+ Pokémon to chart the average Speed per generation and type.

**🃏 Cross-reference TCG collections.**

A collector looks up specific Pokémon by name to match video game stats with their card inventory.

**📱 Populate a mobile Pokédex app.**

A student scrapes the catalog with official artwork URLs to build a searchable companion app.

### Why choose this scraper

|  | What you get |
|---|---|
| **Official stats** | Base HP, Attack, Defense, Special Attack, Special Defense, and Speed for every form. |
| **Type data** | Primary and secondary types for accurate matchup and resistance calculations. |
| **Abilities** | Regular and hidden abilities that define each creature's battle role. |
| **Clean schema** | Every Pokémon returns as one flat row, ready for SQL, pandas, or a spreadsheet. |

### How it compares

This Actor scrapes the core video game Pokédex catalog, while the competitors below focus on TCG pricing and sealed product listings from different sources.

| Feature | ParseForge | PriceCharting Product Scraper | Blowout Cards Scraper | Dave & Adam's Card World Scraper |
|---|---|---|---|---|
| Pokédex video game stats | Yes | Not listed | Not listed | Not listed |
| Pokémon type data | Yes | Not listed | Not listed | Not listed |
| Pokémon abilities | Yes | Not listed | Not listed | Not listed |
| Official artwork URLs | Yes | Not listed | Not listed | Not listed |
| TCG card pricing | Not listed | Yes | Not listed | Not listed |
| Sealed product listings | Not listed | Not listed | Yes | Yes |

### Configure the run

Drive the Actor from a full browse of the Pokédex or a direct lookup list of names and IDs, and apply a type filter so only matching Pokémon reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "maxItems": 10,
  "mode": "browse",
  "names": "pikachu\ncharizard\nmewtwo\neevee\nbulbasaur"
}
```

A larger pull:

```json
{
  "maxItems": 200,
  "mode": "browse",
  "names": "pikachu\ncharizard\nmewtwo\neevee\nbulbasaur"
}
```

### Pricing

Pay-per-result: **$0.01733 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $1.73 |
| 1,000 results | $17.33 |
| 10,000 results | $173.30 |

New Apify accounts start with $5 in free credit.

### Free users

Free-plan runs return up to 10 results as a preview. [Upgrade your Apify plan](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [Pokémon Catalog Scraper](https://apify.com/parseforge/pokemon-catalog-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to Pokémon Catalog through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/pokemon-catalog-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Check that your type filter is not too restrictive. A type filter combined with a lookup list that contains no Pokémon of that type will return an empty dataset.

**The run stopped before reaching my maxItems.**

The Actor stops when it has exhausted the available catalog entries. If you set maxItems higher than the total number of Pokémon, it will finish early.

**Some Pokémon names are not recognized in lookup mode.**

Ensure names are spelled correctly and match the official English names. You can also use numeric National Pokédex IDs as a more reliable alternative.

**The dataset has duplicate entries.**

This can happen if you list the same Pokémon by both name and ID in lookup mode. Deduplicate your input list before running.

**Why are stats missing for some Pokémon?**

Some alternate forms or special creatures may not have a full stat block in the source catalog. This is expected behavior for non-standard entries.

### FAQ

| Question | Answer |
|---|---|
| Can I scrape only a specific generation? | The Actor pulls from the full National Pokédex. You can use the lookup mode with a list of names or IDs from a specific generation to achieve the same result. |
| Does it include regional forms like Alolan Vulpix? | Yes, regional variants and alternate forms are included as separate entries when they exist in the catalog. |
| Can I get the official artwork for each Pokémon? | Yes, the dataset includes URLs to the official artwork for each creature. |
| How do I filter by dual types like Fire/Flying? | The type filter matches any Pokémon that has the selected type as either its primary or secondary type, so a Fire filter will include Charizard. |
| What is the maximum number of Pokémon I can scrape? | You can set the maxItems input up to 1,300, which covers the entire known Pokédex including alternate forms. |
| Can I schedule this to run when new games release? | Yes, you can set up an Apify schedule to run the Actor monthly or on demand to catch newly added creatures. |
| Does it include Mega Evolutions and Gigantamax forms? | Alternate battle forms like Mega Evolutions are included when they appear as distinct catalog entries. |
| What output formats are supported? | You can export your dataset to CSV, JSON, Excel, or XML from the Apify platform. |
| Can I use this data for a commercial app? | You are responsible for complying with the source website's terms of service. The Actor handles the technical extraction. |
| How do I look up a list of my favorite Pokémon? | Switch to lookup mode and paste a list of names or numeric IDs, one per line, into the names field. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) for more scrapers.

🆘 **Need help?** Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ **Disclaimer.** This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by The Pokémon Company International, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

# Actor input Schema

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

How many Pokemon to collect per run.

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

browse = paginate the Pokédex, lookup = pull specific Pokémon by name/id.

## `names` (type: `string`):

Names or numeric IDs, one per line or semicolon-separated.

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

Filter by primary or secondary type.

## Actor input object example

```json
{
  "maxItems": 10,
  "mode": "browse",
  "names": "pikachu\ncharizard\nmewtwo\neevee\nbulbasaur",
  "type": ""
}
```

# Actor output Schema

## `overview` (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 = {
    "maxItems": 10,
    "mode": "browse",
    "names": `pikachu
charizard
mewtwo
eevee
bulbasaur`,
    "type": ""
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/pokemon-catalog-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 = {
    "maxItems": 10,
    "mode": "browse",
    "names": """pikachu
charizard
mewtwo
eevee
bulbasaur""",
    "type": "",
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/pokemon-catalog-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 '{
  "maxItems": 10,
  "mode": "browse",
  "names": "pikachu\\ncharizard\\nmewtwo\\neevee\\nbulbasaur",
  "type": ""
}' |
apify call parseforge/pokemon-catalog-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/pokemon-catalog-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/0vbUssu1mDU2bQiUG/builds/TQejEeb6bWVaU1TfI/openapi.json
