# Scrape RTX 5090 prices and stock

**Use case:** 

Extract RTX 5090 listings from the NVIDIA GeForce marketplace with retailer prices and stock status. Pay per result.

## Input

```json
{
  "gpu": "RTX 5090",
  "locales": [
    "en-us"
  ],
  "oneRowPerRetailer": false,
  "maxResults": 5
}
```

## Output

```json
{
  "country": {
    "label": "Country"
  },
  "currency": {
    "label": "Currency"
  },
  "productTitle": {
    "label": "Product"
  },
  "gpu": {
    "label": "GPU"
  },
  "manufacturer": {
    "label": "Brand"
  },
  "productPrice": {
    "label": "Price"
  },
  "livePrice": {
    "label": "Live price"
  },
  "inventoryStatus": {
    "label": "Stock status"
  },
  "inStock": {
    "label": "In stock"
  },
  "retailerName": {
    "label": "Retailers"
  },
  "purchaseLink": {
    "label": "Buy link"
  }
}
```

## About this Actor

This example demonstrates how to use [NVIDIA GeForce Marketplace Scraper](https://apify.com/unfenced-group/nvidia-geforce-marketplace-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/nvidia-geforce-marketplace-scraper) to learn more, explore other use cases, and run it yourself.