# PricePerGig.com > PricePerGig.com compares storage drive prices (HDD, SSD, flash, memory cards, enclosures) across major online marketplaces worldwide. Drives are ranked by price-per-gigabyte and price-per-terabyte, with a ValueScore deal-detection signal layered on top. The site is multilingual (en, de, fr, es, it, ja, nl, pl, pt, sv, tr, ar) and covers Amazon, eBay, Newegg, Mindfactory, Galaxus, Alternate, Seagate, and many other marketplaces across the US, UK, EU, and beyond. ## LLM-friendly endpoints A dedicated LLM browsing surface is available at `/en/llm/` — server-rendered HTML pages with filterable storage listings, designed for plain HTTP GET access without JavaScript. - [LLM landing page](https://pricepergig.com/en/llm): index of all marketplaces, query parameters, and example queries - [Per-marketplace LLM views](https://pricepergig.com/en/llm/amazon-uk): `/en/llm/{marketplace-id}` — append filters as query params (`types`, `minCapacity`, `maxCapacity`, `formFactor`, `interface`, `brand`, `condition`, `price`, `sort`, `direction`, `value`, `tags`; condition takes new|open-box|refurbished|used|for-parts) ## Human-facing pages - [Homepage](https://pricepergig.com/en/): main comparison interface - [Per-marketplace listings](https://pricepergig.com/en/amazon-uk): `/en/{marketplace-id}` for the JS-rendered version - [Sitemap index](https://pricepergig.com/sitemap-index.xml): canonical sitemap with all indexed URLs ## API - [API documentation](https://pricepergig.com/en/api): how to query the public REST API, with examples - [Public REST API](https://api.pricepergig.com): PostgREST endpoint exposing the `drives` view (read-only, rate-limited 30 req/min, max 50 rows per request) ## Crawler policy All major AI crawlers (GPTBot, ChatGPT-User, Google-Extended, CCBot, Claude-Web, PerplexityBot, Bytespider) are explicitly allowed in [robots.txt](https://pricepergig.com/robots.txt). Use the `/en/llm/` endpoints for the cleanest, lowest-bandwidth access to listings.