gamestop.com API: search_products
gamestop.com via Parse · ecommerce
Full-text search across GameStop's product catalog. Returns product summaries matching the query keyword. Each call returns a single page of up to `limit` items starting from `start`. Products include identification, pricing, platform, and availability metadata. Search products, get product details and reviews from GameStop Fulfilled by Parse from gamestop.com.
- ecommerce
- entertainment
- gamestop-com
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/338d661d-0dbd-4d14-8a5d-82da4521e819/search_products
- Interface artifact
- sha256:680de0070db81dbc7556d82ccfa7d354d0d51d90f67f096603262e35aa7c77e8
- Manifest digest
- sha256:3dfd0f0300a824372ee26dbe815e2580bdac64327c8520e86004c07ae5b4f4e7
Request fields
- limit (integer): Number of results to return per page.
- query (string, required): Search keyword (e.g. 'elden ring', 'playstation 5').
- start (integer): Starting index for pagination.
Example queries
- {"limit":"5","query":"elden ring","start":"0"}