/newegg/products/offers
Get all marketplace buying options (sellers) for a Newegg product by item number (or product URL): each offer’s seller, price, currency, shipping, instant_rebate, condition, ships_from and is_in_stock. Returns an empty list when the product has no additional seller offers.
Price: 5 credits
💡 AI Hint: List every seller offering a given Newegg product (item number like N82E16814932611 or a product URL). Each offer has id (the marketplace item number), seller (id/name/alias/rating/review_count), price, currency, shipping, instant_rebate, condition (New/Used/Refurbished/Open-Box), ships_from and is_in_stock. Returns an empty list when the product is sold only directly with no other seller offers.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent item number, or page has no product)
Authorizations
API token from the dashboard
Headers
Body
Newegg item number or a product URL containing it
1"N82E16814932611"
"https://www.newegg.com/p/N82E16814932611"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500