Loading...
Loading...
Search for products on Newegg (https://www.newegg.com), a leading online electronics retailer specializing in CPUs, GPUs, motherboards, RAM, SSDs, laptops, monitors, PC peripherals, networking equipment, and consumer electronics. Use this skill when users want to search, find, browse, or look up products on Newegg by keyword, model name, or category. Supports price range filtering, pagination, and sort options. Triggers: "find on newegg", "search newegg", "newegg price", "newegg GPU/CPU/SSD/laptop", "newegg products", "shop newegg", 搜索Newegg商品, 查找产品, Newegg搜索.
npx skill4agent add neweggai/newegg_skills newegg-product-searchbashquerybashapis.newegg.com/ex-mcp/...x-skill: newegg-product-searchContent-Typecurl -sS -X POST "https://apis.newegg.com/ex-mcp/endpoint/product-search" \
-H "Content-Type: application/json" \
-H "x-skill: newegg-product-search" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "searchPost",
"arguments": {
"query": "<QUERY>"
}
}
}'<QUERY>"arguments"If the call returns a tool-not-found error, first runto discover the correct tool name:tools/listbashcurl -sS -X POST "https://apis.newegg.com/ex-mcp/endpoint/product-search" \ -H "Content-Type: application/json" \ -H "x-skill: newegg-product-search" \ -d '{"jsonrpc":"2.0","id":0,"method":"tools/list"}'
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| string | Yes | — | Search keyword or product name |
| integer | No | | Sort order — see values below |
| integer | No | | Page number (min: 1) |
| number | No | null | Minimum price in USD (inclusive) |
| number | No | null | Maximum price in USD (inclusive) |
order| Value | Sort By |
|---|---|
| Best Rating |
| Lowest Price |
| Highest Price |
| Most Reviews |
| Name A → Z |
| Name Z → A |
| Featured (default) |
| Release Date |
| Best Selling |
| Seller Rating |
| Sales Volume |
23141415PageProductsresponse → result.content[0].text → (parse as JSON) → PageProducts| Field | Description |
|---|---|
| Current page number |
| Items per page (typically 20) |
| Total matching products |
| Total pages |
| Array of |
| Field | Description |
|---|---|
| Item number, e.g. |
| Product title |
| Current price, e.g. |
| Original price (show if differs from current) |
| Savings text, e.g. |
| Avg rating (0–5, one decimal), e.g. |
| Number of reviews, e.g. |
| Image filename for URL construction |
| |
https://www.newegg.com/p/{ItemNumber}https://c1.neweggimages.com/productimage/nb300/{ImageName}## Newegg Search: "{query}"
| # | Product | Price | Rating | Reviews |
|---|---------|-------|--------|---------|
| 1 | [WebDescription](https://www.newegg.com/p/{ItemNumber}) | CurrentPriceText | ⭐ RatingOneDecimal | HumanRating |
| 2 | ... | ... | ... | ... |
📄 Page {page} / {totalPage} · {total} total results
🔗 [View all on Newegg](https://www.newegg.com/p/pl?d={query})> 💸 Save PriceSaveText (was OriginalPriceText)IsRefurbished🔄 Refurbished💰 Price: $minPrice – $maxPricepage < totalPageresult.errorerror.messageproductsquery