PricePerGig.com - Storage Drive Price Comparison

About

PricePerGig.com compares storage drive prices (HDD, SSD) across major online marketplaces. This page is designed for LLMs to browse and filter listings via plain HTTP GET requests.

Human version: https://pricepergig.com/en

API documentation: /en/api

MCP Server — Preferred Access for Agents

If your client supports the Model Context Protocol (MCP), use the MCP server instead of fetching these pages. It returns structured JSON, understands the site's exact search language, and is the lowest-bandwidth, most reliable way to query PricePerGig data.

Claude Code: claude mcp add --transport http pricepergig https://mcp.pricepergig.com/mcp

Generic MCP client config: {"mcpServers": {"pricepergig": {"type": "http", "url": "https://mcp.pricepergig.com/mcp"}}

The query argument of search_listings accepts exactly the filter parameters documented below, so everything on this page applies to the MCP server too. If you cannot use MCP, fall back to the HTML pages below or the REST API at /en/api.

Available Marketplaces

Each marketplace URL returns a server-rendered HTML page with storage drive listings. Append query parameters to filter results.

MarketplaceLLM URLHuman URLCurrency
Amazon.com /en/llm/amazon-us /en/amazon-us $
eBay.com /en/llm/ebay-us /en/ebay-us $
Newegg.com /en/llm/newegg-us /en/newegg-us $
Seagate.com /en/llm/seagate-us /en/seagate-us $
Amazon.co.uk /en/llm/amazon-uk /en/amazon-uk £
eBay.co.uk /en/llm/ebay-uk /en/ebay-uk £
Overclockers.co.uk /en/llm/overclockers-uk /en/overclockers-uk £
Box.co.uk /en/llm/box-uk /en/box-uk £
Amazon.de /en/llm/amazon-de /en/amazon-de
eBay.de /en/llm/ebay-de /en/ebay-de
getgoods.de /en/llm/getgoods-de /en/getgoods-de
Alternate.de /en/llm/alternate-de /en/alternate-de
eBay.com.au /en/llm/ebay-au /en/ebay-au $
Amazon.fr /en/llm/amazon-fr /en/amazon-fr
Amazon.es /en/llm/amazon-es /en/amazon-es
Amazon.ca /en/llm/amazon-ca /en/amazon-ca $
eBay.ca /en/llm/ebay-ca /en/ebay-ca $
Newegg.ca /en/llm/newegg-ca /en/newegg-ca $
Amazon.nl /en/llm/amazon-nl /en/amazon-nl
Amazon.it /en/llm/amazon-it /en/amazon-it
eBay.it /en/llm/ebay-it /en/ebay-it
Amazon.se /en/llm/amazon-se /en/amazon-se kr
Amazon.pl /en/llm/amazon-pl /en/amazon-pl

Filter Parameters

All parameters are optional. Append as query string to any marketplace URL.

ParameterTypeDefaultAvailable ValuesDescription
typesstring (comma-separated)HDD,SSDHDD, SSD, Hybrid Drive, Flash Drive, Memory Card, Optical Media, Tape Storage, Enclosure, AccessoryDrive technology type
minCapacitynumber (GB)0Common values: 256, 512, 1000, 2000, 4000, 8000, 16000, 32000Minimum capacity in GB
maxCapacitynumber (GB)999999(same as minCapacity)Maximum capacity in GB
formFactorstring (comma-separated)All Form FactorsInternal 3.5", Internal 2.5", External 3.5", External 2.5", External SSD, M.2 2230, M.2 2242, M.2 2280, M.2 22110, U.2, U.3, SD Card, microSD Card, Compact Flash, CFexpress, Unknown (title named no form factor)Physical form factor
interfacestring (comma-separated)All InterfacesSATA, PCIe (NVMe), USB, Thunderbolt, eSATA, SAS, Unknown (title named no interface)Connection interface. U.2/U.3 drives report PCIe here — see formFactor for the connector
conditionstringany-workingnew, open-box, refurbished, used, for-parts (default hides For Parts; legacy New/Used/Refurbished accepted)Item condition
brandstringAll BrandsSamsung, Western Digital, SanDisk, Seagate, Crucial, Kingston, Intel, Corsair, ADATA, Toshiba, HP, Lexar, PNY, HGST, Micron, SK hynixManufacturer brand
searchstring(none)(free text)Text search in listing name
pricemin,max (numbers)1,500(any numeric range)Price range in marketplace currency
sortstringpricePerGBpricePerGB, pricePerTB, price, capacity, dealScore, readSpeed, technology, interface, formFactor, condition, warrantySort column
directionasc | descascasc, descSort direction
warrantyMonthsnumber00 (any), 1, 3, 6, 12, 18, 24, 36, 48, 60Minimum warranty in months
valuenumber (0-100)-1 (off)-1 (off), 1 (Poor+), 20 (Below Average+), 40 (Fair+), 65 (Great+), 80 (Exceptional)Minimum ValueScore (deal score)
tagsstring (comma-separated)(none)FreeShipping, Prime, FBA, SBA, CMR, SMR, HAMR, BestOffer, TrustedSeller, Refurbished, OpenBox, Sale, CouponFilter by listing tags

Example Queries

Tips for LLMs