Newegg Products Scraper - Prices, Ratings & Specs
Pricing
from $6.80 / 1,000 results
Newegg Products Scraper - Prices, Ratings & Specs
Scrape Newegg product listings by keyword or item number. Get title, item number, brand, current and list price, rating and review count, stock, shipping, seller, category, image and key specs. Export to JSON, CSV or Excel.
Pricing
from $6.80 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Newegg Products Scraper - Prices, Ratings & Specs
Here is one real result, with every field the actor returns:
{"imageUrl": "https://c1.neweggimages.com/ProductImage/14-137-933-07.jpg","title": "MSI Ventus GeForce RTX 5070 Ti Graphics Card RTX 5070 TI 16G VENTUS 3X OC","itemNumber": "N82E16814137933","url": "https://www.newegg.com/p/N82E16814137933","brand": "MSI","model": "RTX 5070 TI 16G VENTUS 3X OC","priceCurrent": 1179.99,"priceList": 1199.99,"currency": "USD","onSale": true,"lowestPrice30Days": 960.29,"rating": 4.7,"reviewCount": 389,"inStock": true,"stockQuantity": 1,"availability": "In stock","shippingCharge": 0.01,"shippingText": "$0.01 Shipping","sellerName": "Newegg","sellerRating": null,"category": "VGA","subCategory": "GPUs / Video Graphics Cards","warranty": "30-Day Return Policy","shipFromCountry": "United States","keySpecs": ["16GB 256-Bit GDDR7","Boost Clock 2482 MHz","1 x HDMI 2.1b 3 x DisplayPort 2.1b","8960 CUDA Cores","PCI Express 5.0"],"searchQuery": "rtx 4070","source": "Newegg","observedAt": "2026-08-10T14:32:51.416Z","error": null}
The most complete Newegg product scraper available. It returns every field the Newegg product pages expose, including list price, 30-day low, stock, shipping and key specs, and gives you keyword and item-number inputs to target exactly the products you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor pulls Newegg product data by keyword search, by item number, or both. For keyword searches it resolves the listing into item numbers, then reads each product's full record from the Newegg product endpoint. For item numbers it reads the product directly. Each product is returned as a flat record with title, item number, brand, model, current and list price, 30-day low, rating and review count, stock and quantity, shipping, seller, category, warranty, ship-from country, image and key specs. Numeric fields are parsed to numbers, and missing source values are returned as null.
Data covers public Newegg product data only. No account, key or login is required.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 10 products matching the keyword rtx 4070.
{"searchQueries": ["rtx 4070"],"maxProducts": 10}
You can pass searchQueries, itemNumbers, or both in one run. Item numbers are read directly; keyword searches resolve the listing first.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQueries | string[] | no | ["rtx 4070"] | One or more keywords to search on Newegg, for example rtx 4070, ddr5 32gb, nvme ssd. One run covers every keyword you add. |
itemNumbers | string[] | no | (empty) | Specific Newegg item numbers to pull directly, for example N82E16819113567. A full product URL is also accepted. |
maxProducts | integer | no | 30 | Maximum number of products to collect across all keywords and item numbers. Free Apify plans are capped at 10 per run. |
Provide at least one search query or item number. If you pass neither, the actor writes a single error item.
Output reference
One dataset item per product. Types: string, number, integer, boolean, string[], or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
imageUrl | string | Main product image URL, or null. |
title | string | Full product title. |
itemNumber | string | Newegg item number (unique per product). |
url | string | Direct product URL. |
brand | string | Manufacturer / brand. |
model | string | Manufacturer model number. |
priceCurrent | number | Current selling price. |
priceList | number | Original list price when higher than current, else null. |
currency | string | Price currency. USD when a price is present. |
onSale | boolean | true when the list price is above the current price. |
lowestPrice30Days | number | Lowest price in the last 30 days, or null. |
rating | number | Average star rating (one decimal), or null. |
reviewCount | integer | Number of reviews, or null. |
inStock | boolean | true when the item is in stock. |
stockQuantity | integer | Reported stock quantity, or null. |
availability | string | Availability text, for example In stock, Out of stock. |
shippingCharge | number | Shipping charge amount, or null. |
shippingText | string | Formatted shipping label, for example Free Shipping, $0.01 Shipping. |
sellerName | string | Seller name. Defaults to Newegg for first-party items. |
sellerRating | number | Marketplace seller rating (one decimal), or null. |
category | string | Product category. |
subCategory | string | Product subcategory. |
warranty | string | Warranty or return policy text, or null. |
shipFromCountry | string | Ship-from country, or null. |
keySpecs | string[] | Bullet-point key specs (up to 25), or null. |
searchQuery | string | The keyword that produced this record, or null for direct item lookups. |
source | string | Data source. Always Newegg. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"searchQueries":["rtx 4070"],"maxProducts":10}):
{"imageUrl": "https://c1.neweggimages.com/ProductImage/14-137-933-07.jpg","title": "MSI Ventus GeForce RTX 5070 Ti Graphics Card RTX 5070 TI 16G VENTUS 3X OC","itemNumber": "N82E16814137933","url": "https://www.newegg.com/p/N82E16814137933","brand": "MSI","model": "RTX 5070 TI 16G VENTUS 3X OC","priceCurrent": 1179.99,"priceList": 1199.99,"currency": "USD","onSale": true,"lowestPrice30Days": 960.29,"rating": 4.7,"reviewCount": 389,"inStock": true,"stockQuantity": 1,"availability": "In stock","shippingCharge": 0.01,"shippingText": "$0.01 Shipping","sellerName": "Newegg","sellerRating": null,"category": "VGA","subCategory": "GPUs / Video Graphics Cards","warranty": "30-Day Return Policy","shipFromCountry": "United States","keySpecs": ["16GB 256-Bit GDDR7","Boost Clock 2482 MHz","1 x HDMI 2.1b 3 x DisplayPort 2.1b","8960 CUDA Cores","PCI Express 5.0"],"searchQuery": "rtx 4070","source": "Newegg","observedAt": "2026-08-10T14:32:51.416Z","error": null}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~newegg-products-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQueries":["ddr5 32gb"],"maxProducts":25}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~newegg-products-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"itemNumbers":["N82E16814137933"]}'
Apify CLI:
apify call scrapers_lat/newegg-products-scraper \--input '{"searchQueries":["nvme ssd"],"maxProducts":50}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per record returned (
resultevent). See the pricing tab for the current per-result price. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxProducts.
FAQ and troubleshooting
A run returned 0 records. Why? The keyword matched no products, or the item numbers were invalid. Try a broader keyword or confirm the item number on Newegg. Zero-result runs are not charged.
Can I pull a specific product?
Yes. Pass its itemNumbers (for example N82E16814137933) or a full product URL. Item lookups are read directly and do not depend on the search step.
Why is a keyword search occasionally slower? Keyword listings sit behind a bot wall, so the actor routes only the listing page through a hosted browser to recover item numbers; every product detail is then read over plain HTTP. Each run stays within its time budget and flushes what it has collected.
In what currency are prices? Prices are reported in US dollars (USD), matching how Newegg displays them.
Why is a field null?
Newegg did not publish that value for the product (for example sellerRating for first-party items). Missing source values are returned as null, never invented.
Is this an official Newegg tool? No. This actor is independent and has no affiliation with Newegg. It reads only data that is publicly available on the site. Use the results in accordance with the source's terms.
Related scrapers
- Amazon Product Scraper: Amazon product listings, prices and ratings.
- eBay Scraper: eBay listings and prices.
- AliExpress Scraper: AliExpress product data and pricing.
- Chrome Web Store Scraper: Chrome extension listings and stats.
- Copart Scraper: Salvage vehicle auction lots.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with Newegg. Accesses only publicly available product data. Use the results in accordance with the source's terms.
