PokeAPI Scraper avatar

PokeAPI Scraper

Pricing

from $1.00 / 1,000 record scrapeds

Go to Apify Store
PokeAPI Scraper

PokeAPI Scraper

Scrape PokeAPI - the comprehensive Pokemon dataset. 1350+ Pokemon, abilities, moves, types, items. Returns base stats, types, abilities, height, weight, sprites, evolution chain. Free, no API key. For Pokemon apps, fan sites, datasets.

Pricing

from $1.00 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape PokeAPI, the comprehensive Pokemon dataset. 1350+ Pokemon plus abilities, moves, types, items. Returns id, name, types, abilities, base stats, height, weight, sprites, artwork, moves list.

Useful for Pokemon apps, fan sites, game datasets, training data, gallery generation.

Input

FieldTypeDescription
datasetStringpokemon, abilities, moves, types, items.
specificNamesArrayOptional. Names or IDs to fetch directly. Empty = paginate all.
maxItemsIntegerDefault 100, max 2000.

Output (pokemon example)

{
"kind": "pokemon",
"id": 132, "name": "ditto",
"types": ["normal"],
"abilities": [
{ "name": "limber", "isHidden": false },
{ "name": "imposter", "isHidden": true }
],
"baseStats": { "hp": 48, "attack": 48, "defense": 48, "special-attack": 48, "special-defense": 48, "speed": 48 },
"baseExperience": 101,
"heightM": 0.3, "weightKg": 4.0,
"moves": ["transform"],
"spriteUrl": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/132.png",
"artworkUrl": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/132.png",
"url": "https://pokeapi.co/api/v2/pokemon/132/"
}

Pricing

$0.001/record.

If this actor helped you, please leave a review on the Apify Store.