Pokemontcg: Search Cards
Pokemontcg via Parse · entertainment
Full-text search over the Pokémon TCG card catalog by keyword. Returns paginated card summaries including name, set, price, and image. Server-side pagination with 20 results per page. Each card summary includes an id usable with get_card for full details. Search and retrieve Pokémon Trading Card Game card data from Scrydex. Provides card search with pagination and detailed card information including metadata, attacks, abilities, and pricing. Fulfilled by Parse from pokemontcg.io.
- ecommerce
- entertainment
- marketplace
- parse
- platform-key
- pokemontcg
- pokemontcg-io
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/78fc7d93-b8d7-43af-9b1c-ec212e99c77e/search_cards
- Interface artifact
- sha256:c6cca75b620271c8f7ebf685093c8cd8155f0b02a9ae33ba0ae452e701982741
- Manifest digest
- sha256:20d43175275d333e42a634cd8b5249a973600ab0be2fede78efdf577d686c26f
Request fields
- page (integer): Page number for pagination.
- query (string, required): Search keyword matching card names (e.g. 'charizard', 'pikachu', 'mewtwo')
- page_size (integer): Maximum number of results to return per page (up to 20).: Allowed values: 5, 10, 20
Example queries
- {"page":"1","query":"charizard","page_size":"5"}