Pricecharting: Get Pokemon Card Sets Batch
Pricecharting via Parse · marketplace
Batch-fetch multiple Pokemon card sets in a single call. Accepts a JSON array of up to 40 set slugs and returns one result object per slug in request order. Each result contains success=true with set_name and the full cards array (same shape as get_pokemon_card_set), or success=false with an error string if that slug failed. A 0.5-second delay is applied between upstream requests to avoid rate-limiting, so latency scales linearly with the number of slugs. API for PriceCharting.com providing collectible pricing data — including Pokémon cards and US coins — with support for search, set browsing, per-item detail, sold listings, price history, trending items, and market movers. Fulfilled by Parse from pricecharting.com.
- ecommerce
- finance
- marketplace
- parse
- platform-key
- pricecharting
- pricecharting-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/bbbbdc36-6d99-4a7a-8115-cf766b2497e3/get_pokemon_card_sets_batch
- Interface artifact
- sha256:57acf389c4a5d63d71e906b490214cfca69cfae36e262627522a8ed5f220545f
- Manifest digest
- sha256:0f16d7648229a814f3c4223f415130d0d88dcb07b7450a108b685abac8bba7c8
Request fields
- set_slugs (array, required): JSON array of set slug strings (max 40). Each slug identifies a Pokemon card set (e.g. 'pokemon-base-set').
Example queries
- {"set_slugs":"[\"pokemon-base-set\",\"pokemon-jungle\",\"pokemon-fossil\",\"pokemon-team-rocket\",\"pokemon-gym-heroes\",\"pokemon-gym-challenge\",\"pokemon-neo-genesis\",\"pokemon-neo-discovery\",\"pokemon-neo-revelation\",\"pokemon-neo-destiny\",\"pokemon-base-set-2\",\"pokemon-legendary-collection\",\"pokemon-expedition\",\"pokemon-aquapolis\",\"pokemon-skyridge\",\"pokemon-ruby-&-sapphire\",\"pokemon-sandstorm\",\"pokemon-dragon\",\"pokemon-hidden-legends\",\"pokemon-firered-&-leafgreen\",\"pokemon-team-rocket-returns\",\"pokemon-deoxys\",\"pokemon-emerald\",\"pokemon-unseen-forces\",\"pokemon-delta-species\",\"pokemon-legend-maker\",\"pokemon-holon-phantoms\",\"pokemon-crystal-guardians\",\"pokemon-dragon-frontiers\",\"pokemon-power-keepers\"]"}