Discover/mechanicalkeyboards.com API
live

mechanicalkeyboards.com APImechanicalkeyboards.com

Access mechanical keyboard switch specs, keyboard listings, prices, availability, and customer reviews from mechanicalkeyboards.com via 7 structured endpoints.

Endpoints
7
Updated
3mo ago
Try it
Page number for pagination.
api.parse.bot/scraper/9a982982-bc27-4674-af7e-385a0e781685/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9a982982-bc27-4674-af7e-385a0e781685/get_switches?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Retrieve a paginated list of keyboard switches with specs and availability from the keyboard-switches collection.

Input
ParamTypeDescription
pageintegerPage number for pagination.
Response
{
  "type": "object",
  "fields": {
    "page": "integer indicating current page number",
    "products": "array of switch product objects with id, name, brand, handle, price, available, thumbnail, tags, and specs"
  },
  "sample": {
    "data": {
      "page": 1,
      "products": [
        {
          "id": 8928336806188,
          "name": "Greetech Blue 55g Clicky Switch",
          "tags": [
            "55g",
            "blue",
            "clicky"
          ],
          "brand": "Greetech",
          "price": "0.09",
          "specs": {
            "actuation_force": "55g actuation force"
          },
          "handle": "greetech-blue-55g-clicky",
          "available": true,
          "thumbnail": "https://cdn.shopify.com/s/files/1/0835/9706/6540/files/5298-MFPII-Greetech-Blue-Switch.png?v=1707268208"
        }
      ]
    },
    "status": "success"
  }
}

About the mechanicalkeyboards.com API

The mechanicalkeyboards.com API exposes 7 endpoints covering the site's full catalog of keyboard switches and complete keyboards, including specs, pricing, availability, variants, and customer reviews. The get_switch_detail endpoint returns granular switch specs — actuation force, pretravel, total travel, and feel type — alongside variant-level pricing and image arrays. search_products lets you query the entire catalog by keyword across both switches and keyboards.

Switch Data

get_switches returns a paginated list of switches from the keyboard-switches collection. Each product object includes id, name, brand, handle, price, available, thumbnail, and tags. The handle field is the slug you pass to get_switch_detail for full spec data. get_switch_detail expands that record with a specs object containing parsed fields like actuation_force, pretravel, and total_travel, plus a feel string (linear, tactile, or clicky), multiple images, and a variants array with per-variant id, title, price, sku, and available status. get_switch_brands returns an alphabetically sorted list of all vendor names currently in the switches collection — useful for building filters without iterating through paginated results.

Keyboard Data

get_keyboards returns a paginated list of complete keyboard products with name, brand, handle, price, available, and thumbnail. Passing a handle to get_keyboard_detail fetches the full record: id, tags, images, variants, and a specs object (which may be sparse for some keyboard listings). The available boolean on the detail response reflects overall in-stock status, while the variants array breaks down availability at the configuration level (e.g., layout or color variant).

Search and Reviews

search_products accepts a query string — such as 'gateron' or 'linear switch' — and an optional limit, returning matching products across the entire catalog with name, handle, price, available, image, url, and vendor. This is the fastest way to locate a handle before calling detail endpoints. get_switch_reviews accepts a handle and returns an array of review objects — each with id, author, rating, title, body, and date — plus an aggregate object containing the mean rating and total review count.

Common use cases
  • Build a switch comparison tool using actuation_force, pretravel, and total_travel from get_switch_detail.
  • Track in-stock status for specific switches or keyboards by polling the available field on detail endpoints.
  • Aggregate customer sentiment by collecting rating and body fields from get_switch_reviews across multiple switch handles.
  • Populate a brand-filtered switch browser using the alphabetical list from get_switch_brands.
  • Cross-reference variant-level pricing from the variants array to compare per-unit switch costs across pack sizes.
  • Index the full catalog for search using search_products with brand-name queries like 'cherry' or 'kailh'.
  • Monitor price changes over time by periodically calling get_switches and recording the price field per product id.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does mechanicalkeyboards.com offer an official developer API?+
No. mechanicalkeyboards.com does not publish an official public developer API or documented data feed.
What does `get_switch_detail` return that `get_switches` does not?+
get_switches returns summary fields: id, name, brand, handle, price, available, thumbnail, and tags. get_switch_detail adds the parsed specs object (with actuation_force, pretravel, total_travel), the feel classification string, a full images array, and the variants array with per-variant sku, price, and available status.
Are keycaps, cables, or other accessories covered by the API?+
Not currently. The API covers keyboard switches (via get_switches and get_switch_detail) and complete keyboards (via get_keyboards and get_keyboard_detail). search_products may surface accessories as part of keyword results, but there are no dedicated listing or detail endpoints for keycaps, cables, or cases. You can fork this API on Parse and revise it to add collection-specific endpoints for those product types.
How does pagination work across list endpoints?+
Both get_switches and get_keyboards accept an optional page integer parameter. The response includes a page field confirming the current page returned. There is no total-page-count or cursor field in the response, so you iterate by incrementing page until the products array is empty or shorter than a full page.
Does `get_switch_reviews` include review filtering by rating or date?+
No filter parameters are exposed. get_switch_reviews returns all available reviews for a given handle in a single response, along with the aggregate object. Filtering by rating or sorting by date would need to be done client-side against the returned reviews array. You can fork this API on Parse and revise it to add server-side filter parameters if needed.
Page content last updated . Spec covers 7 endpoints from mechanicalkeyboards.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.