PokéAPI Scraper — Pokémon, Types & Abilities
Pricing
$5.00 / 1,000 result items
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 days ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | "pokemon" | What Pokémon data to fetch. One of: "pokemon", "list", "type", "ability". |
nameOrId | string | "pikachu" | The Pokémon to fetch, e.g. 'pikachu', 'charizard', or '25'. Only used in 'pokemon' mode. |
typeName | string | "fire" | The type to fetch info for, e.g. 'fire', 'water', 'dragon'. Only used in 'type' mode. |
abilityName | string | "static" | The ability to fetch info for, e.g. 'static', 'blaze', 'levitate'. Only used in 'ability' mode. |
limit | integer | 20 | Maximum number of results to return (1-100). |
offset | integer | 0 | Number 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