# Lowest Price Newegg Product Research

**Use case:** 

Extract Newegg Product Research data filtered by Lowest Price. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "gaming laptop",
  "sortBy": "1",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "itemId": {
    "label": "Item ID",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "modelNumber": {
    "label": "Model Number",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "savingsAmount": {
    "label": "Savings Amount",
    "format": "number"
  },
  "savingsPercent": {
    "label": "Savings Percent",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "shippingText": {
    "label": "Shipping",
    "format": "string"
  },
  "warranty": {
    "label": "Warranty",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "averageRating": {
    "label": "Average Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "reviewsWithImagesCount": {
    "label": "Reviews With Images",
    "format": "number"
  },
  "reviewsWithVideosCount": {
    "label": "Reviews With Videos",
    "format": "number"
  },
  "ratingDistribution": {
    "label": "Rating Distribution",
    "format": "array"
  },
  "keySpecs": {
    "label": "Key Specs",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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