NewEgg.com Product List Scraper avatar

NewEgg.com Product List Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
NewEgg.com Product List Scraper

NewEgg.com Product List Scraper

Extracts products from a NewEgg.com product search.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Share

Newegg Product List Scraper

An Apify Actor that scrapes Newegg search result pages and extracts product listing data. Search by keywords and collect prices, ratings, shipping info, and more across multiple pages.

Features

  • Search Newegg by keywords and collect all matching products
  • Automatically paginates through results
  • Configurable result limit
  • Proxy support (Apify Proxy or custom)

Use cases

  • Price monitoring — track price changes and discount history for specific products over time
  • Competitor analysis — compare pricing, specs, and availability across multiple products or brands
  • Product research — collect full specifications and descriptions to feed into aggregators, databases, or AI pipelines
  • Availability tracking — monitor stock status and get notified when out-of-stock items come back
  • Review & rating aggregation — gather ratings and review counts for market research or category-level analytics

Input

FieldTypeDescription
keywordsstringSearch query (e.g. "AMD Ryzen 5 9600X")
maxResultsintegerMaximum number of items to collect (default: unlimited)

Example input

{
"keywords": "AMD Ryzen 5 9600X",
"maxResults": 50
}

Output

Each item in the dataset represents one product from the search results listing.

FieldTypeDescription
titlestringProduct title
productUrlstringURL of the product page
imageUrlstring | nullThumbnail image URL
priceCurrentDollarsnumber | nullCurrent price in USD
priceWasnumber | nullOriginal price before discount
ratingStarsnumber | nullAverage star rating (0–5)
reviewCountnumber | nullNumber of customer reviews
shippingTextstring | nullShipping description text
isFreeShippingbooleanWhether the item ships free
isSponsoredbooleanWhether the listing is sponsored
tagsstring[]Promotional tags (e.g. "Limited time deal")
featuresstring[]Bullet-point feature highlights

Example output item

{
"title": "AMD Ryzen 5 9600X 6-Core Processor",
"productUrl": "https://www.newegg.com/...",
"imageUrl": "https://c1.neweggimages.com/...",
"priceCurrentDollars": 229.99,
"priceWas": 279.99,
"ratingStars": 4.5,
"reviewCount": 312,
"shippingText": "FREE Shipping",
"isFreeShipping": true,
"isSponsored": false,
"tags": ["Limited time deal"],
"features": ["6-Core, 12-Thread", "Max Boost Clock up to 5.4GHz"]
}

Usage

Run locally

$apify run

Place your input in storage/key_value_stores/default/INPUT.json:

{
"keywords": "RTX 4070",
"maxResults": 100
}

Deploy to Apify

apify login
apify push