Nintendo eShop Scraper avatar

Nintendo eShop Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Nintendo eShop Scraper

Nintendo eShop Scraper

Scrape the Nintendo eShop - search for games by title, browse by platform/genre, or look up games by ID. Returns pricing, age rating, release dates, publishers, images, and availability.

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

2 days ago

Last modified

Share

Scrape the Nintendo eShop to extract game data — titles, publishers, platforms, pricing, age ratings, release dates, and cover images. Supports searching by title, browsing the full catalog, and looking up games by ID.

What you can do

  • Search by title — find games matching a keyword (e.g. "mario", "zelda", "pokemon")
  • Browse all games — paginate through the entire Nintendo eShop catalog with optional platform and price filters
  • Look up by game ID — retrieve a specific game by its eShop fs_id

Output fields

FieldDescription
gameIdUnique Nintendo eShop identifier (fs_id)
titleGame title
descriptionProduct description
publisherPublisher name
platformPrimary platform (e.g. "Nintendo Switch")
platformsAll platforms this game is available on
releaseDateRelease date (ISO format, e.g. "2017-03-03")
releaseDateFormattedHuman-readable release date (e.g. "15/11/2019")
lowestPriceLowest available price in EUR
priceSortEffective price used for sorting, in EUR
discountPercentageCurrent discount percentage (if on sale)
ageRatingPEGI/USK age rating value (e.g. "12")
ageRatingLabelFull age rating label (e.g. "PEGI 12")
ageRatingSystemAge rating system, e.g. "pegi" / "usk" / "esrb"
genresGame categories/genres (e.g. ["Action", "Adventure", "Platformer"])
downloadSizeDownload / data size (e.g. "13.4 GB")
minPlayersMinimum number of players
maxPlayersMaximum number of players
isDigitalAvailable as a digital download
isPhysicalAvailable as a physical copy
hasDemoFree demo available
playableOnHardware/system codes the game runs on (e.g. "HAC" = Switch)
supportsGameVoucherEligible for the Nintendo Switch Game Voucher program
requiresOnlineSubscriptionRequires Nintendo Switch Online for online features
requiresPaidSubscriptionRequires a paid subscription
removedFromEShopPresent and true only for titles removed from the eShop (returned when includeRemovedFromShop is enabled)
thumbnailUrlSquare product image URL
bannerUrlBanner/header image URL
wishlistSquareImageUrlAlternate square promotional image URL
wishlistBannerUrlWishlist banner promotional image URL
copyrightCopyright / rights-holder text
originalPlatformSystem the game was originally released for (e.g. Virtual Console re-releases like NES/Game Boy Advance titles now on Switch)
listingUpdatedAtUTC timestamp when the eShop listing itself was last updated
languagesAvailable languages
gameUrlLink to the game on nintendo.com
sourceUrlURL of the API request
scrapedAtUTC timestamp when scraped
recordTypeAlways "game"

Input options

Mode: search (default)

Search for games by title keyword.

{
"mode": "search",
"searchQuery": "mario",
"platform": "Nintendo Switch",
"maxItems": 50
}

Mode: browse

Browse the full eShop catalog with optional filters.

{
"mode": "browse",
"sortBy": "date_from desc",
"minPrice": 0,
"maxPrice": 30,
"ageRatingMax": "12",
"maxItems": 100
}

Mode: byId

Look up specific games by their eShop ID.

{
"mode": "byId",
"gameIds": ["1173609", "267409"]
}

Filters

FilterTypeDescription
platformselectFilter by platform (Nintendo Switch, Wii U, 3DS, etc.)
sortByselectSort order (relevance, release date, price)
minPriceintegerMinimum price in EUR
maxPriceintegerMaximum price in EUR
ageRatingMaxselectMaximum PEGI age rating
includeRemovedFromShopbooleanInclude games removed from the eShop
maxItemsintegerMaximum number of records (1–2000)

Example output

{
"gameId": "1173609",
"title": "The Legend of Zelda: Breath of the Wild",
"publisher": "Nintendo",
"platform": "Nintendo Switch",
"platforms": ["Nintendo Switch"],
"releaseDate": "2017-03-03",
"lowestPrice": 59.99,
"ageRating": "12",
"ageRatingLabel": "PEGI 12",
"genres": ["Action", "Adventure"],
"downloadSize": "13.4 GB",
"minPlayers": 1,
"maxPlayers": 1,
"isPhysical": true,
"thumbnailUrl": "https://www.nintendo.com/eu/media/images/11_square_images/games_18/wii_u_20/SQ_WiiU_TheLegendOfZeldaBreathOfTheWild_image500w.jpg",
"originalPlatform": "Nintendo Switch",
"listingUpdatedAt": "2022-01-17T10:56:57Z",
"gameUrl": "https://www.nintendo.com/en-gb/Games/Nintendo-Switch-games/The-Legend-of-Zelda-Breath-of-the-Wild-1173609.html",
"languages": ["japanese", "english", "spanish", "french", "german", "italian", "dutch", "russian", "korean", "chinese"],
"sourceUrl": "https://searching.nintendo-europe.com/en/select?q=*&fq=type%3AGAME%20AND%20fs_id%3A1173609&rows=1",
"scrapedAt": "2026-07-01T13:17:20.918803+00:00",
"recordType": "game"
}

Use cases

  • Game market research — track Nintendo's catalog, pricing trends, new releases
  • Parental controls tools — filter games by age rating for family-safe lists
  • Price monitoring — monitor when games go on sale
  • Content discovery — find games by platform, genre, or price range
  • Competitive analysis — understand Nintendo's eShop pricing strategy

FAQ

Is this free to use? Yes. The Nintendo eShop public search API used by this actor requires no authentication.

Which regions are covered? This actor uses the Nintendo Europe eShop API, which includes games for all European markets with PEGI ratings. Titles and pricing reflect the EU/UK eShop.

How many games are available? The Nintendo eShop EU catalog contains thousands of titles. Use mode=browse without filters to iterate the full catalog.

Are prices in EUR? Yes. All prices (lowestPrice) are in EUR as returned by the Nintendo Europe eShop API.

Why are some games missing prices? Games that are free, unavailable for purchase, or whose pricing data is not yet indexed will not have a lowestPrice field.

Can I filter by genre? Genre filtering is not directly supported by the API. Use searchQuery with genre keywords (e.g. "platformer", "RPG") to find related games.

Data source: Nintendo eShop EU public Solr search API (searching.nintendo-europe.com).