Discover/nvidia.com API
live

nvidia.com APInvidia.com

Access NVIDIA GeForce NOW games, DLSS game lists, GPU specs, driver downloads, job listings, and news articles via a single structured API.

Endpoints
9
Updated
10d ago
Try it
Maximum number of games to return.
api.parse.bot/scraper/7c9e35ea-baa0-4507-a8f8-dd971e89f63e/<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/7c9e35ea-baa0-4507-a8f8-dd971e89f63e/get_geforce_now_games?limit=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Get the full list of games available on GeForce NOW cloud gaming service. Returns paginated results ordered by popularity.

Input
ParamTypeDescription
limitintegerMaximum number of games to return.
Response
{
  "type": "object",
  "fields": {
    "games": "array of game objects with title, sortName, images, gfn, and variants",
    "total": "integer total number of games in the catalog"
  },
  "sample": {
    "data": {
      "games": [
        {
          "gfn": {
            "playType": "READY_TO_PLAY",
            "minimumMembershipTierLabel": null
          },
          "title": "Fortnite®",
          "images": {
            "GAME_ICON": "https://img.nvidiagrid.net/apps/101138111/ZZ/GAME_ICON_01.png",
            "GAME_LOGO": "https://img.nvidiagrid.net/apps/101138111/ZZ/GAME_LOGO_01.png",
            "TV_BANNER": "https://img.nvidiagrid.net/apps/101138111/ZZ/TV_BANNER_01.jpg",
            "GAME_BOX_ART": "https://img.nvidiagrid.net/apps/101138111/ZZ/GAME_BOX_ART_01.jpg",
            "FEATURE_IMAGE": ""
          },
          "sortName": "fortnite",
          "variants": [
            {
              "appStore": "EPIC",
              "publisherName": "Epic Games",
              "minimumSizeInBytes": null
            }
          ]
        }
      ],
      "total": 750
    },
    "status": "success"
  }
}

About the nvidia.com API

This API exposes 9 endpoints covering NVIDIA's product and content catalog, from the full GeForce NOW game library (returned by get_geforce_now_games with popularity-ordered pagination) to driver download URLs, GPU product details, DLSS-compatible game lists, job postings, retailer availability, and news articles. Each endpoint returns structured fields so you can build dashboards, tooling, or data pipelines without scraping nvidia.com directly.

Game & Technology Catalogs

The get_geforce_now_games endpoint returns an array of game objects including title, sortName, images, gfn metadata, and variants, plus a total count of the full catalog. Pagination is controlled via the limit parameter. The get_dlss_games endpoint returns a flat list of games and apps with per-entry flags for each supported NVIDIA technology — DLSS Multi Frame Generation, Frame Generation, Super Resolution, Ray Reconstruction, DLAA, Ray Tracing, and AI — along with a columns object describing available filter options.

GPU Products, Drivers & Retail

get_gpu_product_detail accepts a model slug (e.g. rtx-5090) and a series slug (e.g. 50-series) and returns JSON-LD structured data including name, brand, description, and an offers object with price, priceCurrency, availability, and url. Note that this endpoint is confirmed working for 50-series models; older series may return an upstream_error. The get_where_to_buy endpoint takes a full NVIDIA product page URL and returns retailer entries organized into tabs (retail and OEM/system builder). For drivers, call get_driver_options first to retrieve numeric IDs for product types, series, operating systems, and languages, then pass those IDs as os, pf, and pst to search_drivers, which returns version, download_url, file_size, release_date, and a details_url.

Jobs & News

search_jobs queries NVIDIA's Eightfold.ai-powered careers portal and returns job objects with id, displayJobId, name, locations, department, and workLocationOption, plus a facets object for location and smart filters. Use get_job_detail with a numeric job_id to retrieve the full HTML jobDescription, publicUrl, and salary-related data for a specific posting. get_articles filters NVIDIA news and blog content by tag (e.g. nvidia-dlss, geforce-rtx-50-series) and returns articleTitle, authorName, articleDate, articlePath, and tagsList for each result.

Common use cases
  • Build a driver update checker that calls search_drivers with a user's GPU and OS IDs and alerts when a new version is released.
  • Populate a GeForce NOW game compatibility search widget using the title and variant data from get_geforce_now_games.
  • Create a DLSS support filter for a PC gaming database by mapping game names to their technology flags from get_dlss_games.
  • Aggregate NVIDIA job listings by location or department using the facets returned by search_jobs.
  • Display current GPU pricing and retailer availability alongside specs by combining get_gpu_product_detail and get_where_to_buy.
  • Monitor NVIDIA news coverage for a specific product line by polling get_articles with a relevant tag.
  • Build a job detail page that renders the full HTML description and application link from get_job_detail.
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 NVIDIA have an official public developer API?+
NVIDIA offers developer APIs for AI and GPU computing through the NVIDIA Developer Program at developer.nvidia.com, covering areas like CUDA, TensorRT, and cloud AI services. There is no official public REST API for the consumer-facing site data covered here, such as GeForce NOW catalogs, driver search, or job listings.
Which GPU series work with get_gpu_product_detail?+
The endpoint is confirmed working for 50-series models using slugs like rtx-5090 or rtx-5080 with series set to 50-series. Older series (e.g. 30-series, 40-series) may not include the structured product data and will return an upstream_error instead of product fields.
Does get_dlss_games return games for all NVIDIA technologies, or only DLSS?+
The endpoint covers multiple technologies: DLSS Multi Frame Generation, Frame Generation, Super Resolution, Ray Reconstruction, DLAA, Ray Tracing, and AI. Each game or app entry includes per-technology support flags, and the columns object describes available filter options.
Does the API expose GPU benchmark scores or performance comparisons?+
Not currently. The API covers product specs via get_gpu_product_detail (name, description, price, availability) and driver details via search_drivers, but does not return benchmark data or performance comparisons. You can fork the API on Parse and revise it to add an endpoint targeting a benchmark or comparison data source.
Can I retrieve archived or historical driver versions, not just the latest?+
The search_drivers endpoint returns the latest available driver for a given GPU and OS combination — fields include version, download_url, file_size, and release_date for that single result. Historical driver listings are not currently returned. You can fork the API on Parse and revise it to add an endpoint covering the driver history page for a specific product.
Page content last updated . Spec covers 9 endpoints from nvidia.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
theresanaiforthat.com API
Search and discover AI tools across different tasks, get detailed information about specific tools, browse available deals, and stay updated on the latest tools. Find the perfect AI solution for your needs by filtering by task category or checking featured and trending tools.
oeis.org API
Search OEIS for integer sequences by keyword, A-number, or known terms, then retrieve full sequence entries and b-file term data.
sketchfab.com API
Search and browse 3D models on Sketchfab, including filtering by category, license, animation, and downloadability. Retrieve detailed model metadata, creator profiles, collections, thumbnails, tags, and viewer configuration options.
mvnrepository.com API
Search Maven artifacts and retrieve detailed information about Java libraries, including artifact details, relocation notices, and popular package rankings. Find the exact dependencies you need and discover trending open-source projects in the Maven ecosystem.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
intelx.io API
Search leaked databases, darknet markets, and paste sites to uncover exposed credentials, breach data, and threat intelligence across the internet. Retrieve detailed results including file previews, account information, and phonebook records to investigate security threats and monitor data breaches.
duden.de API
Get German verb conjugations, parts of speech, and usage frequency from Duden's comprehensive database. Quickly look up how to conjugate any German verb across all tenses and moods.