/newegg/sellers/products
List the products of a Newegg marketplace seller by store key (or store URL). Returns product cards: id (item number), title, brand, price, list_price, price_min, price_max, currency, rating, review_count, in_stock, image, seller and is_sponsored, plus the product URL.
Price: 5 credits per 20 results
💡 AI Hint: List all products sold by a Newegg marketplace seller, identified by store key (e.g. Techjunkie, the alias returned as seller.alias from newegg/products or newegg/sellers) or a full seller store URL. Each item has id (item number usable with newegg/products), title, brand, price/list_price/price_min/price_max/currency, rating, review_count, in_stock, image, is_sponsored, url/alias and seller (id/name/alias/rating/review_count).
⚠️ Common errors: 412: Seller store not found (well-formed but nonexistent store key, or store has no products)
Authorizations
API token from the dashboard
Headers
Body
Newegg seller store key or a seller store URL
1"Techjunkie"
"https://www.newegg.com/Seller-Store/Techjunkie"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response