Loaded (CDKeys) Game Key Store Scraper avatar

Loaded (CDKeys) Game Key Store Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Loaded (CDKeys) Game Key Store Scraper

Loaded (CDKeys) Game Key Store Scraper

Scrape Loaded.com (formerly CDKeys.com) - search game keys, browse by platform (PC/PlayStation/Xbox/Nintendo), deals, new releases, gift cards and franchises. Get price, discount, platform, publisher, genre, stock status and more, no login required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape Loaded.com (formerly CDKeys.com) — a major digital game-key retailer. Search by keyword, browse by platform (PC / PlayStation / Xbox / Nintendo) and category, pull the current Flash Sale deals, new releases, gift cards, or an entire game franchise. Get price, discount %, platform, publisher, genre, stock status, and product/image URLs. No login, no cookies, no paid proxy required.

What this actor does

  • Six modes: search, byPlatform, deals, newReleases, giftCards, byFranchise
  • Platform browse: PC, PlayStation, Xbox, Nintendo — each with its own category set (Games, Gift Cards, Memberships, Steam, Time Cards, Season Passes, Add-ons)
  • Filters: price range, on-sale-only, in-stock-only, genre, publisher, platform
  • Sort: relevance (default), price low-to-high, price high-to-low, newest first — applies to every mode
  • Real-time pricing: price, original (pre-discount) price, and discount % read straight from the store's own product listing data
  • Empty fields are omitted — every field on every record is real, populated data

Output per product

FieldDescription
titleProduct name
skuStore SKU / product code
priceCurrent price (GBP)
originalPricePre-discount price, only present when on sale
discountPercentDiscount %, only present when on sale
currencyAlways GBP
onSaletrue/false
platforme.g. Windows, Steam, PlayStation 5, Xbox Series X/s, Nintendo Switch
publisherPublisher/platform-holder name
genrePrimary genre, when the store lists one
franchiseFranchise name, when the store lists one
productTypee.g. PC Games, Xbox Dlc & Add-ons, Topups - Roblox
regione.g. Worldwide, EU, US
inStocktrue/false
isPreordertrue/false
imageUrlProduct cover image
sourceUrlCanonical product page URL
searchQuery / searchPlatform / searchCategory / searchFranchiseEcho of the request context that produced this record
recordTypeAlways product
scrapedAtUTC ISO timestamp

Input

FieldTypeDefaultDescription
modestringsearchsearch / byPlatform / deals / newReleases / giftCards / byFranchise
searchQuerystringcall of dutyFree-text keyword (mode=search)
platformstringpc / playstation / xbox-live / nintendo — required for byPlatform, optional filter otherwise
categorystringgamesCategory within the platform (mode=byPlatform): games, giftCards, memberships, addOns, steam, timeCards, seasonPasses
franchiseSlugstringdoomFranchise URL slug (mode=byFranchise), e.g. doom, assassins-creed, call-of-duty, grand-theft-auto
minPrice / maxPriceintGBP price range
onSaleOnlyboolfalseOnly discounted products
inStockOnlyboolfalseOnly in-stock products
genrestringCase-insensitive genre match
publisherstringCase-insensitive publisher match
sortBystringrelevancerelevance / priceAsc / priceDesc / newest
maxItemsint50Hard cap (1–1000)

Example: search with filters

{
"mode": "search",
"searchQuery": "assassin's creed",
"onSaleOnly": true,
"maxItems": 50
}

Example: browse PlayStation games under £20

{
"mode": "byPlatform",
"platform": "playstation",
"category": "games",
"maxPrice": 20,
"maxItems": 100
}

Example: current deals

{
"mode": "deals",
"maxItems": 50
}

Use cases

  • Price tracking — monitor game-key prices and discounts over time
  • Deal aggregation — pull the current Flash Sale into your own site or newsletter
  • Market research — compare pricing across platforms, publishers, or franchises
  • Catalog enrichment — feed titles, images and metadata into a game database
  • Affiliate content — build "best deals right now" pages from live data

FAQ

Do I need to log in or provide cookies? No — every mode works from a plain, unauthenticated request.

What currency are prices in? GBP (£) — the store's default currency for unauthenticated browsing.

Why do some products have no genre or franchise? Not every product (e.g. gift cards, top-ups, memberships) has a genre or franchise — those fields are simply omitted rather than shown as empty.

Why does category sometimes fall back to Games? Not every category exists on every platform (Steam and Time Cards are PC-only, Season Passes is Xbox-only, Add-ons is PlayStation-only). Requesting an unsupported combination automatically falls back to that platform's Games listing.

Can I combine platform with search, deals, newReleases, giftCards or byFranchise? Yes — outside of byPlatform mode, the platform field acts as a results filter rather than driving the page URL.

How is discountPercent calculated? From the live current price vs. the store's own regular (pre-discount) price on the same listing — always internally consistent with price and originalPrice.

Are there gift cards for third-party platforms (Steam, Roblox, etc.)? Yes — mode=giftCards covers the store's general gift-card catalog, separate from platform-specific gift cards (e.g. PlayStation Store credit) which appear under byPlatform with category=giftCards.