docs / newegg

Newegg Electronics API

Newegg Electronics API

base /newegg/v112 endpoints
post/newegg/v1/product1 credit

full product detail (price/brand/specs/images/rating) by item_id or url

ParameterAllowed / rangeDescription
item_idoptionalNewegg item id (the N82E... code in a /p/ URL).
urloptionalFull Newegg product URL (overrides item_id when both are given).
Try in playground →
post/newegg/v1/reviews1 credit

Customer reviews for a Newegg product — returns rating, title, review text, author, and verified-purchase status (~8 reviews per page; total count included)

ParameterAllowed / rangeDescription
item_idrequiredNewegg item id (the N82E... code in a /p/ URL).
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
urloptionalFull Newegg product URL (overrides item_id when both are given).
Try in playground →
post/newegg/v1/qna1 credit

product Q&A questions and answers from PDP initial state

ParameterAllowed / rangeDescription
item_idrequiredNewegg item id (the N82E... code in a /p/ URL).
urloptionalFull Newegg product URL (overrides item_id when both are given).
Try in playground →
post/newegg/v1/category1 credit

browse subcategory listing by subcategory_id (+ optional slug path), paginated

ParameterAllowed / rangeDescription
subcategory_idrequiredNewegg subcategory id (from categories / category_tree).
subcategory_slugoptionalOptional category slug for a cleaner URL.
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/newegg/v1/browse1 credit

alias of category

ParameterAllowed / rangeDescription
subcategory_idrequiredNewegg subcategory id (alias of the category action).
subcategory_slugoptionalOptional category slug.
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/newegg/v1/deals1 credit

Shell Shocker daily deal items

ParameterAllowed / rangeDescription
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/newegg/v1/categories1 credit

top-level store/category nodes from homepage RolloverMenu

Try in playground →
post/newegg/v1/filters1 credit

search facets, department navigation, and sort options for a query

ParameterAllowed / rangeDescription
queryrequiredKeyword to get facets/sort options for.
page = 1optional1–Result page (1-based). Page forward with meta.next_page.
Try in playground →
post/newegg/v1/similar1 credit

related product cards from a product detail page

ParameterAllowed / rangeDescription
item_idrequiredNewegg item id (the N82E... code in a /p/ URL).
urloptionalFull Newegg product URL (overrides item_id when both are given).
limit = 12optional1–36Max related items (1-36, default 12).
Try in playground →
post/newegg/v1/category_tree1 credit

nested category navigation tree from a Newegg store landing page

ParameterAllowed / rangeDescription
store_id = 1optionalNewegg store id (default 1; from the categories action).
store_slugoptionalOptional store slug for the landing page.
Try in playground →
post/newegg/v1/variants1 credit

product family/variant nodes from PDP FamilyTree and related state

ParameterAllowed / rangeDescription
item_idrequiredNewegg item id (the N82E... code in a /p/ URL).
urloptionalFull Newegg product URL (overrides item_id when both are given).
Try in playground →