Newegg Product
Newegg Product API — fetch full product page data from an item number, product ID or URL. Returns pricing, specs, images, ratings, seller info and promo codes via browser rendering.
Credit cost: 2 credits per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
Newegg item number, product ID, or full product URL.
Examples:
N82E16819113844
19-113-844
https://www.newegg.com/amd-ryzen-5-9000-series-ryzen-5-9600x-granite-ridge-socket-am5-desktop-cpu-processor/p/N82E16819113844
return_page_source?boolean
When true, return the raw HTML page source as {"result": "..."} instead of structured JSON. Defaults to false.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/newegg/product?query=string"{
"upc": "730143315609",
"url": "https://www.newegg.com/amd-ryzen-5-9000-series-ryzen-5-9600x-granite-ridge-socket-am5-desktop-cpu-processor/p/N82E16819113844",
"brand": "AMD",
"model": "100-100001405WOF",
"price": 189.99,
"title": "AMD Ryzen 5 9600X - Ryzen 5 9000 Series Granite Ridge (Zen 5) 6-Core 3.9 GHz - Socket AM5 65W - Radeon Graphics Processor - 100-100001405WOF",
"images": [
"https://c1.neweggimages.com/productimage/nb640/19-113-844-05.jpg",
"https://c1.neweggimages.com/productimage/nb640/19-113-844-08.jpg"
],
"rating": 4.8,
"savings": 89.01,
"currency": "USD",
"in_stock": true,
"image_url": "https://c1.neweggimages.com/productimage/nb640/19-113-844-05.jpg",
"seller_id": null,
"product_id": "N82E16819113844",
"promo_code": "SSF69677",
"breadcrumbs": [
"Components & Storage",
"CPU / Processor",
"Desktop CPU Processor"
],
"description": null,
"item_number": "19-113-844",
"seller_name": "Newegg",
"subcategory": "Desktop CPU Processor",
"availability": "in_stock",
"review_count": 484,
"bullet_points": [
"Experience exceptional gaming performance with smooth 100+ FPS in the most popular games.",
"This processor features 6 cores and 12 threads, based on AMD's \"Zen 5\" architecture."
],
"original_price": 279,
"promotion_text": "+ $10 off w/ promo code SSF69677, limited offer",
"specifications": [
{
"key": "Brand",
"group": "Model",
"value": "AMD"
},
{
"key": "CPU Socket Type",
"group": "Details",
"value": "Socket AM5"
}
]
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}