Lukie Games Scraper - Retro Games & Consoles avatar

Lukie Games Scraper - Retro Games & Consoles

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Lukie Games Scraper - Retro Games & Consoles

Lukie Games Scraper - Retro Games & Consoles

Scrape LukieGames.com retro/used video games, consoles & accessories (NES, SNES, N64, GameBoy, Genesis, PlayStation, Xbox & more). Get title, platform, condition, price, MSRP, sale flag, rating, availability, image & URL. Search titles or browse 27k+ products. Structured JSON.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Categories

Share

Scrape LukieGames.com, one of the largest retro / used video game retailers (NES, SNES, Nintendo 64, GameCube, Game Boy, Sega Genesis, Dreamcast, PlayStation 1-4, Xbox and more).

Search any game title or browse the entire ~27,000-product catalog. Every record includes title, platform, price, MSRP, sale flag, availability, rating, image and product URL as clean structured JSON — perfect for price tracking, reseller arbitrage, market research, and inventory monitoring.

Features

  • Keyword search — look up any game, console, or accessory by name
  • Browse-all mode — leave queries empty to walk the full catalog
  • Server-side filters — platform (25+ consoles), condition (Used / New / Refurbished / Complete), item type (Game / System / Accessory / Manual / Guide / Toy), in-stock only
  • Price filters — min/max price bounds
  • Rich records — current price, MSRP, on-sale flag, star rating + review count, genre, brand
  • Fast & cheap — hits the store's own product-search API (100 products/request), no proxies or browser needed

Input

{
"searchQueries": ["zelda", "super mario"],
"platform": "Any",
"condition": "Any",
"itemType": "Any",
"maxResults": 200,
"inStockOnly": false
}
FieldTypeDescription
searchQueriesarrayKeywords to search. Empty = browse entire catalog
platformselecte.g. Nintendo NES, Super Nintendo, Playstation 2, Sega Genesis
conditionselectUsed, New, Refurbished, Complete
itemTypeselectGame, System, Accessory, Manual, Guide, Toy
maxResultsintegerMax products per query (default 200)
minPrice / maxPricenumberPrice bounds in USD
inStockOnlybooleanOnly currently purchasable products

Output

One dataset item per product:

{
"productId": "8150",
"sku": "GC_ZELDA_TWILIGHT_PRINCESS",
"title": "Zelda Twilight Princess",
"platform": "Nintendo Gamecube",
"itemType": "Game",
"genre": "Action & Adventure",
"brand": "Nintendo",
"price": 239.47,
"msrp": 309.99,
"onSale": true,
"currency": "USD",
"inStock": true,
"availability": "In Stock",
"rating": 5,
"ratingCount": 18,
"image": "https://www.lukiegames.com/thumbnail.asp?file=assets/images/GC/gc_zelda_twilight_princess_p_7cxg6h.jpg&maxx=300&maxy=0",
"url": "https://www.lukiegames.com/Zelda-Twilight-Princess-Gamecube-Game.html",
"searchQuery": "zelda",
"scrapedAt": "2026-07-31T12:00:00.000Z"
}

Note: condition is included when you filter by condition or when it is derivable from the product title (e.g. "Refurbished"); the vast majority of Lukie Games stock is Used.

Use Cases

  • Price tracking — monitor retro game prices over time, catch sales (MSRP vs current price)
  • Reseller arbitrage — compare Lukie Games prices against eBay, PriceCharting, DKOldies
  • Collection building — find in-stock copies of wanted titles across platforms
  • Market research — analyze retro game pricing by platform, genre, and condition

FAQ

Do I need proxies? No — the store's product API is open and fast.

How fresh is the data? Live at scrape time; availability and prices come straight from the store.

Can I get the whole catalog? Yes — leave searchQueries empty and set maxResults high (about 270 API calls for ~27k products).