Discover/gamestop.com API
live

gamestop.com APIgamestop.com

Search GameStop's catalog, browse by category, get product details with pricing and offers, and retrieve aggregate review data via a structured JSON API.

Endpoints
4
Updated
3mo ago
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.
Use it in your codegrab 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 · 4 totalclick to expand

Search for products by keyword on GameStop. Returns paginated results with product summary information including name, brand, category, platform, and availability.

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"
  },
  "sample": {
    "data": {
      "products": [
        {
          "pid": "20013107",
          "sku": "409454",
          "url": null,
          "name": "Elden Ring Shadow of the Erdtree DLC - Xbox Series X/S",
          "brand": "Bandai Namco",
          "price": null,
          "category": "Video Games/Xbox Series X|S",
          "platform": "Xbox Series X",
          "condition": "Digital",
          "availability": "Available"
        }
      ],
      "total_count": 5
    },
    "status": "success"
  }
}

About the gamestop.com API

The GameStop API covers 4 endpoints that expose product search, category browsing, detailed product information, and review aggregates from GameStop.com. The search_products endpoint returns paginated results with fields including pid, sku, name, brand, platform, price, condition, and availability — giving you structured catalog access across GameStop's full inventory of games, hardware, and merchandise.

Search and Browse

The search_products endpoint accepts a query string (e.g. 'elden ring', 'playstation 5') and returns an array of product summary objects with fields including pid, sku, name, brand, category, platform, price, availability, condition, and url. Pagination is controlled via start (offset index) and limit (results per page), along with a total_count integer for computing page ranges. The list_category_products endpoint works identically but accepts a category_path parameter (e.g. 'video-games/playstation-5', 'video-games/xbox-series-x-s') instead of a keyword query, letting you enumerate products within a known taxonomy node.

Product Details

Pass a pid to get_product_details to retrieve a richer record for a single product. The response extends the summary shape with a description, a primary image URL, an images array for additional photos, and an offers array. Each offer object carries condition, sku, price, currency, and availability, making it straightforward to compare new versus pre-owned pricing for the same product. The brand and platform fields are also present at the top level.

Review Aggregates

get_product_reviews returns aggregate rating data for a given pid. The response includes average_rating, num_reviews, rating_range (maximum stars, typically 5), a rating_distribution array of {stars, count} objects, and Q&A statistics via num_questions and num_answers. It also returns a recommended object with separate yes and no counts. Note that individual review text is not included — only summary statistics are returned.

Common use cases
  • Track new and pre-owned price differences for specific game titles using the offers array from get_product_details.
  • Build a price monitoring tool that watches a category path (e.g. video-games/playstation-5) for availability changes.
  • Aggregate average ratings and review counts across a set of pids to rank titles by community reception.
  • Sync a product catalog for a comparison site using search_products with keyword queries per platform or genre.
  • Identify Q&A engagement levels by comparing num_questions and num_answers across products in a category.
  • Detect which products are currently in stock by filtering on the availability field returned by list_category_products.
  • Collect structured metadata (brand, platform, category, image URLs) for a gaming database or recommendation engine.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. 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 data access program for third-party developers.
What does `get_product_reviews` return, and does it include individual review text?+
The endpoint returns aggregate statistics only: average_rating, num_reviews, rating_distribution (a per-star breakdown), recommended counts, and Q&A totals (num_questions, num_answers). Individual review text, reviewer names, and review dates are not returned. You can fork the API on Parse and revise it to add an endpoint that returns individual review content.
Can I retrieve historical pricing or price change data?+
No historical pricing is exposed. The price field in product summaries and the offers array in get_product_details reflect current listed prices only. You can fork the API on Parse and revise it to store and compare prices over time using an external database.
How does pagination work across the search and category endpoints?+
Both search_products and list_category_products accept start (zero-based offset) and limit (results per call). The total_count field in each response tells you the total number of matching products, so you can calculate how many additional pages to request.
Does the API cover GameStop's trade-in values or in-store inventory by location?+
Trade-in valuations and per-store inventory are not currently covered. The API returns online availability and offer pricing (new and pre-owned conditions). You can fork the API on Parse and revise it to add an endpoint targeting trade-in or store-level data.
Page content last updated . Spec covers 4 endpoints from gamestop.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.