NewEgg.com Product List Scraper
Pricing
from $5.00 / 1,000 results
Go to Apify Store
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Dennis
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
keywords | string | Search query (e.g. "AMD Ryzen 5 9600X") |
maxResults | integer | Maximum 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.
| Field | Type | Description |
|---|---|---|
title | string | Product title |
productUrl | string | URL of the product page |
imageUrl | string | null | Thumbnail image URL |
priceCurrentDollars | number | null | Current price in USD |
priceWas | number | null | Original price before discount |
ratingStars | number | null | Average star rating (0–5) |
reviewCount | number | null | Number of customer reviews |
shippingText | string | null | Shipping description text |
isFreeShipping | boolean | Whether the item ships free |
isSponsored | boolean | Whether the listing is sponsored |
tags | string[] | Promotional tags (e.g. "Limited time deal") |
features | string[] | 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 loginapify push