# Newegg Scraper: RTX 4070 Prices & Stock

**Use case:** 

Scrape Newegg for RTX 4070 graphics card prices, stock status, ratings and specs. Track GPU deals across the catalog, no API key needed.

## Input

```json
{
  "search": [
    "rtx 4070"
  ],
  "maxResults": 20,
  "maxPagesPerSource": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "priceLabel": {
    "label": "Price label",
    "format": "string"
  },
  "shipping": {
    "label": "Shipping",
    "format": "string"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "itemNumber": {
    "label": "Item number",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Newegg Scraper 🛒 (prices, stock, ratings, reviews)](https://apify.com/tagadanar/newegg-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/newegg-scraper) to learn more, explore other use cases, and run it yourself.