Discover/GameStop API
live

GameStop APIgamestop.com

Search GameStop's catalog, fetch product details, browse categories, read review stats, and retrieve trade-in values via a clean REST API.

This API takes change requests — .
Endpoint health
verified 7d ago
search_products
get_product_details
get_product_reviews
get_trade_in_value
list_category_products
5/5 passing latest checkself-healing
Endpoints
5
Updated
7d ago

What is the GameStop API?

The GameStop API provides 5 endpoints covering product search, category browsing, detailed product data, review statistics, and trade-in valuations from GameStop's catalog. The get_product_details endpoint returns over 10 fields per product including pricing, Pro member price, platform, brand, and image URLs. The get_trade_in_value endpoint exposes both Store Credit and Cash amounts for Pro and Regular tier customers, data that GameStop updates daily.

This call costs1 credit / call— charged only on success
Try it
Number of results to return per page.
Search keyword (e.g. 'elden ring', 'playstation 5').
Starting index for pagination.
api.parse.bot/scraper/338d661d-0dbd-4d14-8a5d-82da4521e819/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/338d661d-0dbd-4d14-8a5d-82da4521e819/search_products?limit=5&query=elden+ring&start=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalmissing one? ·

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.

Input
ParamTypeDescription
limitintegerNumber of results to return per page.
queryrequiredstringSearch keyword (e.g. 'elden ring', 'playstation 5').
startintegerStarting index for pagination.
Response
{
  "type": "object",
  "fields": {
    "products": "array of product summary objects with pid, sku, name, brand, category, platform, price, availability, condition, url",
    "total_count": "integer, number of products returned in this page"
  },
  "sample": {
    "data": {
      "products": [
        {
          "pid": "11094701-11180297",
          "sku": "11094701-11180297",
          "url": null,
          "name": "Elden Ring - Xbox Series X",
          "brand": "Bandai Namco",
          "price": null,
          "category": "Video Games/Xbox Series X|S",
          "platform": "Xbox Series X",
          "condition": "",
          "availability": "Available"
        }
      ],
      "total_count": 5
    },
    "status": "success"
  }
}

About the GameStop API

Product Search and Category Browsing

The search_products endpoint accepts a query string (e.g. 'elden ring', 'playstation 5') and returns an array of product summary objects, each containing pid, sku, name, brand, category, platform, price, availability, condition, and a direct url. Pagination is controlled via start (offset) and limit (page size). The list_category_products endpoint works the same way but scopes results to a specific category path — the category_path parameter mirrors GameStop's URL structure, so 'video-games/playstation-5' or 'video-games/xbox-series-x-s' are valid inputs. Both endpoints return a total_count reflecting how many products came back in that page.

Product Details and Review Data

get_product_details takes a pid and returns a consolidated product record that includes price, pro_price (GameStop Pro member pricing), platform, brand, image, an images array for additional product photos, and category. Some fields such as url or brand may be null depending on the product. The get_product_reviews endpoint returns aggregate review data via Bazaarvoice: average_rating, num_reviews, rating_distribution (an array of star/count pairs), num_questions, num_answers, and a recommended object with yes/no counts. Individual review text is not returned — only the aggregate statistics.

Trade-In Valuations

get_trade_in_value retrieves what GameStop will pay for a specific product identified by pid. The response includes a trade_values array where each entry specifies a tier (e.g. 'Pro Value', 'Regular Value'), a type (e.g. 'Store Credit' or 'Cash'), and the corresponding amount. Values are refreshed daily by GameStop. Products without a trade-in program return a not-found error rather than an empty array, so callers should handle that case explicitly.

Reliability & maintenanceVerified

The GameStop API is a managed, monitored endpoint for gamestop.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when gamestop.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official gamestop.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
7d ago
Latest check
5/5 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Track GameStop price changes for specific game titles using pid and the price field from get_product_details
  • Compare Pro member vs. standard pricing across a product category using pro_price alongside price
  • Build a trade-in value calculator that shows Store Credit vs. Cash offers using the trade_values array
  • Aggregate review score distributions for a set of game titles using rating_distribution from get_product_reviews
  • Monitor new product listings on a platform category like 'video-games/playstation-5' via list_category_products
  • Check product availability and condition metadata for used vs. new inventory using the condition and availability fields
  • Cross-reference GameStop catalog listings with other retailers by matching on sku or product name
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does GameStop have an official public developer API?+
GameStop does not publish a public developer API or documented REST endpoints for third-party use. This Parse API provides structured access to GameStop catalog, review, and trade-in data without requiring a developer account.
What does `get_product_reviews` return — can I read individual review text?+
get_product_reviews returns aggregate statistics only: average_rating, num_reviews, rating_distribution (per-star breakdown), num_questions, num_answers, and a recommended object with yes/no counts. Individual review bodies, reviewer names, and review dates are not included in the response.
Does the trade-in endpoint cover all products in the catalog?+
No. Many products, such as merchandise or accessories, do not participate in GameStop's trade-in program. For those products, get_trade_in_value returns a not-found error rather than an empty trade_values array. Only products GameStop actively accepts for trade-in return valuation data.
Can I retrieve historical price data or price trend information?+
Not currently. The API returns the current price and Pro member price for a product at the time of the request. Historical pricing over time is not captured. You can fork this API on Parse and revise it to add a scheduled polling endpoint that stores price snapshots for trend analysis.
How does pagination work across the search and category endpoints?+
Both search_products and list_category_products use offset-based pagination via the start and limit parameters. start sets the index of the first result to return, and limit sets the page size. The total_count in the response reflects only the number of items returned in that page, not the total catalog count for the query.
Page content last updated . Spec covers 5 endpoints from gamestop.com.
Related APIs in EcommerceSee all →
g2a.com API
Search for game keys and get real-time pricing, seller ratings, and detailed product information from G2A's marketplace. Browse available categories and find the best deals on digital game licenses from verified sellers.
miniaturemarket.com API
Search for miniature and tabletop gaming products, browse items by category, and access detailed product information including customer reviews and current deals from Miniature Market. Find exactly what you need with comprehensive product listings and real-time pricing data to make informed purchasing decisions.
store.steampowered.com API
Search Steam Store listings, fetch featured categories (specials, top sellers, new releases), and retrieve app details and user reviews by Steam AppID.
kinguin.net API
Search Kinguin's gaming catalog to find products, compare offers, and read user reviews, or browse trending games, bestsellers, and new releases. Get detailed product information to make informed purchasing decisions across their entire inventory.
gap.com API
Search and browse Gap's product catalog by keyword or category, retrieve detailed product information including pricing, available sizes, colors, and customer reviews, get product recommendations, locate nearby Gap retail stores, and explore the full site navigation and category tree.
cdkeys.com API
Search and browse digital game keys across thousands of titles, view product details, pricing, and discover best sellers and latest releases from CDKeys. Filter games by category, compare options, and stay updated on the newest game key listings available.
gamespot.com API
Retrieve GameSpot reviews and detailed review information to read professional game critiques, browse user comments on those reviews, and check upcoming game release schedules. Stay informed about new game launches and community discussions all in one place.
allkeyshop.com API
Search for games and compare CD key prices across multiple sellers to find the best deals, while tracking price history and viewing detailed store information. Get instant access to current game offers and pricing data to make informed purchasing decisions.