marketplace.nvidia.com API: list_graphics_cards
marketplace.nvidia.com via Parse · ecommerce
List graphics cards from the NVIDIA marketplace with optional filters and sorting. Returns paginated product details including pricing, availability, retailer links, and specifications. The API returns up to 9 products per page regardless of requested limit. Scraper for NVIDIA Marketplace. Provides product search, filtering by GPU model, brand listing, and detailed specifications for GPUs, Laptops, Desktops, Monitors, and more. Fulfilled by Parse from marketplace.nvidia.com.
- developer-tools
- ecommerce
- marketplace
- marketplace-nvidia-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e2d7b392-3bb6-41d4-95be-6eac458d8b59/list_graphics_cards
- Interface artifact
- sha256:b755f151685b29a2276c7e53d0137c955906421a04f83dbf507993156e0d6a44
- Manifest digest
- sha256:d5a4d2a627f24a468b4a8ac004dff27402e00d38db5d6e2682923ffd44daed6a
Request fields
- gpu (string): Filter by GPU model. Values include 'RTX 5090', 'RTX 5080', 'RTX 5070 Ti', 'RTX 5070', 'RTX 5060 Ti', 'RTX 5060'.
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: Featured, Price Low-High, Price High-Low
- deals (string): Filter by deal type. Only accepted value is 'Discounted'.: Allowed values: Discounted
- limit (integer): Requested results per page (API caps at 9 per page regardless of this value).
Example queries
- {"page":"1","sort":"Featured","deals":"Discounted","limit":"12"}