Home/Retailers/Newegg

Newegg Price API

Get real-time Newegg electronics and computer hardware prices via API.

PriceFetch supports Newegg US and Canada. Extract current prices for computer hardware, electronics, and tech products. Ideal for PC part price trackers, deal monitoring bots, and build comparison tools.

Features

  • US and Canada domains supported
  • Automatic USD/CAD currency detection
  • Combo deal and sale price extraction
  • Stock availability checking
  • Works with all Newegg product categories

Supported Domains

newegg.comnewegg.ca

Quick Start

Python
import requests response = requests.get( "https://api.pricefetch.dev/v1/price", params={"url": "https://www.newegg.com/p/N82E16834236534"}, headers={"X-API-Key": "pf_live_your_key_here"} ) data = response.json() print(f"Newegg Price: {data['data']['price']} {data['data']['currency']}")

Example Response

JSON
{ "success": true, "data": { "url": "https://www.newegg.com/p/N82E16834236534", "price": 299.99, "currency": "USD", "in_stock": true, "retailer": "newegg", "timestamp": "2026-03-22T12:00:00Z" }, "credits_remaining": 487, "request_id": "req_a1b2c3d4" }

Start fetching Newegg prices

500 free credits. No credit card required.

Create Free Account