A Newegg scraper that extracts detailed product data and category listings. Designed for seamless automation with retry mechanisms, rate limiting, and structured JSON outputs. Perfect for price tracking, analytics, and more!
NewEgg Scraper is an Apify actor that extracts detailed product data and category listings from the Newegg website. NewEgg Scraper can scrape:
Newegg is a popular e-commerce platform with a wide range of products and a large user base. Scraping data from Newegg can provide valuable insights for price tracking, market analysis, and competitive research. Here are just some of the ways you could use the scraped data:
The access to the scraper itself cost $30/month.
Regarding computing costs, Apify provides $5 free usage credits every month on the Apify Free plan. You can get a certain amount of results per month from the NewEgg Scraper for free with these credits. If you need to scrape more data regularly from Newegg, consider upgrading to an Apify subscription. The Starter plan for $49/month allows you to get a higher volume of results every month, while the Scale plan offers even more results for a higher price.
The actor accepts the following input parameters:
products
: (Optional) An array of products to scrape, each specified by a URL or Product Identifier.categories
: (Optional) An array of categories to scrape, each specified by a URL or Category Identifier.detailed
: (Optional) A boolean, if set to true
, it will do a detailed scrape of every product within every Category you scrape.Notes:
timeout
if you're either using detailed scraping or scraping a lot of products.1{ 2 "categories": [ 3 { 4 "input": "https://www.newegg.com/p/pl?N=100006676", 5 "start_page": 1, 6 "num_pages": 3 7 }, 8 { 9 "input": "100017489", 10 "start_page": 1, 11 "num_pages": 2 12 } 13 ], 14 "detailed": false, 15 "products": [ 16 "N82E16814930066", 17 "https://www.newegg.com/asrock-rx6600-cld-8g-amd-radeon-rx-6600-8gb-gddr6/p/N82E16814930066", 18 "N82E16814930067" 19 ] 20}
In this example:
The products array includes:
The categories array includes:
You can run the actor directly from the Apify platform or via API. Ensure you provide the necessary input parameters as specified above.
The actor outputs data in three datasets:
products
Dataset: Contains detailed product information.category-products
Dataset: Contains product listings from category pages.Products Dataset (products
):
identifier
: Product identifier.product_title
: Title of the product.price
: Price of the product.seller
: Seller information.description
: Product description.specifications
: List of product specifications.url
: Product page URL.Category Products Dataset (category-products
):
identifier
: Product identifier.name
: Name of the product.price
: Price of the product.url
: Product page URL.category_key
: Category key from which the product was listed.category_identifier
: Category identifier.type
field). Therefore, the Output tab may display records with empty fields.filter
property in the dataset_schema
to separate data into views based on record types.Note that scraping personal data from Newegg, such as customer information, may be subject to data protection regulations. Ensure that you have a legitimate reason for scraping data and comply with applicable laws and regulations. Consult legal counsel if you have any doubts about the legality of your scraping activities.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!