Newegg Products Scraper - Prices, Ratings & Specs avatar

Newegg Products Scraper - Prices, Ratings & Specs

Pricing

from $6.80 / 1,000 results

Go to Apify Store
Newegg Products Scraper - Prices, Ratings & Specs

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Newegg Products Scraper - Prices, Ratings & Specs

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
searchQueriesstring[]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.
itemNumbersstring[]no(empty)Specific Newegg item numbers to pull directly, for example N82E16819113567. A full product URL is also accepted.
maxProductsintegerno30Maximum 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.

FieldTypeDescription
imageUrlstringMain product image URL, or null.
titlestringFull product title.
itemNumberstringNewegg item number (unique per product).
urlstringDirect product URL.
brandstringManufacturer / brand.
modelstringManufacturer model number.
priceCurrentnumberCurrent selling price.
priceListnumberOriginal list price when higher than current, else null.
currencystringPrice currency. USD when a price is present.
onSalebooleantrue when the list price is above the current price.
lowestPrice30DaysnumberLowest price in the last 30 days, or null.
ratingnumberAverage star rating (one decimal), or null.
reviewCountintegerNumber of reviews, or null.
inStockbooleantrue when the item is in stock.
stockQuantityintegerReported stock quantity, or null.
availabilitystringAvailability text, for example In stock, Out of stock.
shippingChargenumberShipping charge amount, or null.
shippingTextstringFormatted shipping label, for example Free Shipping, $0.01 Shipping.
sellerNamestringSeller name. Defaults to Newegg for first-party items.
sellerRatingnumberMarketplace seller rating (one decimal), or null.
categorystringProduct category.
subCategorystringProduct subcategory.
warrantystringWarranty or return policy text, or null.
shipFromCountrystringShip-from country, or null.
keySpecsstring[]Bullet-point key specs (up to 25), or null.
searchQuerystringThe keyword that produced this record, or null for direct item lookups.
sourcestringData source. Always Newegg.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.