PokeAPI Scraper: Pokémon Stats, Types & Abilities
Pricing
Pay per usage
Go to Apify Store

PokeAPI Scraper: Pokémon Stats, Types & Abilities
Look up Pokémon by name or Pokédex ID via the public PokeAPI: stats, types, abilities and sprite. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
PokeAPI Scraper
Looks up Pokémon by name or Pokédex ID via the public PokeAPI: stats, types, abilities and sprite. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
names | array | Required. Lowercase names or numeric Pokédex IDs, e.g. ["pikachu", "25"]. |
Output
One row per Pokémon: id, name, heightDm, weightHg, baseExperience,
types, abilities, stats (an object keyed by stat name), spriteUrl.
Notes
- A name or ID with no match throws — a run finding nothing for what it was asked to look up is a different failure than a run that succeeds with zero results, and this is the former.
- Names are lowercased before the request; PokeAPI's own names are always lowercase, so a typo in casing is corrected rather than rejected.