PokéAPI Scraper — Pokémon, Types & Abilities avatar

PokéAPI Scraper — Pokémon, Types & Abilities

Pricing

$5.00 / 1,000 result items

Go to Apify Store
PokéAPI Scraper — Pokémon, Types & Abilities

PokéAPI Scraper — Pokémon, Types & Abilities

Extract Pokémon data from the free PokéAPI. Get Pokémon details, type matchups, ability effects, or list the entire Pokédex. No authentication required — 100% free and open API.

Pricing

$5.00 / 1,000 result items

Rating

0.0

(0)

Developer

Thrifty Kiwi

Thrifty Kiwi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Extract Pokémon data from the free PokéAPI. Get Pokémon details, type matchups, ability effects, or list the entire Pokédex. No authentication required — 100% free and open API.

Input

FieldTypeDefaultDescription
modestring"pokemon"What Pokémon data to fetch. One of: "pokemon", "list", "type", "ability".
nameOrIdstring"pikachu"The Pokémon to fetch, e.g. 'pikachu', 'charizard', or '25'. Only used in 'pokemon' mode.
typeNamestring"fire"The type to fetch info for, e.g. 'fire', 'water', 'dragon'. Only used in 'type' mode.
abilityNamestring"static"The ability to fetch info for, e.g. 'static', 'blaze', 'levitate'. Only used in 'ability' mode.
limitinteger20Maximum number of results to return (1-100).
offsetinteger0Number of Pokémon to skip for pagination. Only used in 'list' mode.

Output

Each record includes: id, name, height, weight, base_experience, types, abilities, stats, sprite_front, sprite_official, damage_relations, double_damage_to, double_damage_from, half_damage_to.

Example Input

{
"mode": "pokemon",
"nameOrId": "pikachu",
"typeName": "fire",
"abilityName": "static",
"limit": 20,
"offset": 0
}

Use Cases

  • Build Pokédex apps and datasets
  • Game data analysis and stats tooling
  • Enrich fan sites with sprites and typing data
  • Feed AI agents with structured Pokémon data