Discover/MechanicalKeyboards API
live

MechanicalKeyboards APImechanicalkeyboards.com

Access mechanical keyboard switches, keyboards, specs, pricing, availability, and customer reviews from mechanicalkeyboards.com via 8 structured endpoints.

This API takes change requests — .
Endpoint health
verified 3d ago
get_switch_reviews
get_keyboards
get_switch_brands
get_keyboard_specs
get_switches
8/8 passing latest checkself-healing
Endpoints
8
Updated
17d ago

What is the MechanicalKeyboards API?

The mechanicalkeyboards.com API exposes 8 endpoints covering the site's switch and keyboard catalogs, including full product specs, variant pricing, availability, and customer reviews. The get_switch_detail endpoint returns parsed actuation force, pretravel, and total travel alongside feel type (linear, tactile, or clicky), while get_keyboard_specs surfaces form factor, dimensions, switch options, and keycap characteristics for any keyboard handle.

This call costs1 credit / call— charged only on success
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.
Call it over HTTPgrab 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 · 8 totalmissing one? ·

Retrieve a paginated list of keyboard switches from the keyboard-switches collection. Each page returns up to 30 products with basic info, tags, and parsed specs (actuation force, pretravel, total travel). Use page parameter to advance through the catalog.

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 API

Switches Catalog

The get_switches endpoint returns paginated lists of up to 30 switch products per page, each with id, name, brand, handle, price, available, thumbnail, tags, and parsed specs. To get full details for a specific switch, pass its handle slug to get_switch_detail, which returns all product variants with individual price, sku, and available fields, plus a feel string (linear, tactile, clicky, or null), all image URLs, and an HTML product description. get_switch_brands returns an alphabetically sorted list of all switch vendors currently in the catalog.

Keyboards Catalog

get_keyboards paginates the mechanical keyboards collection in the same 30-product-per-page structure. Calling get_keyboard_detail with a handle returns variant-level pricing and SKUs, images, tags, and a specs object (which may be sparse for some keyboards). For richer technical data, get_keyboard_specs returns form_factor (e.g., Full-size, TKL, 75%), physical dimensions (length, width, height in mm — all null when not listed by the site), weight, switch_options, and a characteristics object covering fields like keycap profile, key count, interface, layout, and materials.

Search and Reviews

search_products accepts a free-text query (e.g., 'gateron', 'linear switch') and an optional limit, returning matching products across the full catalog with name, handle, price, available, image, url, and vendor. get_switch_reviews fetches per-handle customer reviews — each with author, rating, title, body, and date — plus an aggregate object containing average rating and review count (both may be null if no reviews widget is present for that product).

Pagination and Handles

All paginated endpoints (get_switches, get_keyboards) accept an integer page parameter and return the current page value in the response. Product handle slugs returned by listing or search endpoints serve as the key input for all detail, review, and spec endpoints.

Reliability & maintenanceVerified

The MechanicalKeyboards API is a managed, monitored endpoint for mechanicalkeyboards.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when mechanicalkeyboards.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official mechanicalkeyboards.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
8/8 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a switch comparison tool that contrasts actuation force, pretravel, and feel type across brands using get_switch_detail
  • Populate a keyboard configurator with available switch options and layouts pulled from get_keyboard_specs
  • Monitor price and availability changes across the switches or keyboards catalog using paginated get_switches and get_keyboards polling
  • Aggregate customer sentiment by collecting review ratings and bodies via get_switch_reviews for multiple switch handles
  • Power a brand-filtered switch browser using the alphabetical vendor list from get_switch_brands combined with search_products
  • Track in-stock keyboard variants by iterating get_keyboard_detail responses and checking per-variant available fields
  • Index the full product catalog for a custom search interface using search_products with keyword queries
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. 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 a public developer API or documented data feed.
What does `get_switch_reviews` return, and what does the aggregate object contain?+
get_switch_reviews returns an array of individual review objects — each with id, author, rating, title, body, and date — plus an aggregate object with rating (average score) and count (number of reviews). Both fields in aggregate can be null if the product page carries no reviews widget.
How complete are the keyboard specs returned by `get_keyboard_specs`?+
Completeness depends on what the product listing provides. dimensions (length_mm, width_mm, height_mm) and weight are null when the site does not list them. form_factor and switch_options may also be absent for some products. The characteristics object captures all additional key-value pairs the site does include, such as keycap profile, key count, interface, and materials.
Does the API cover keycaps or accessories beyond switches and keyboards?+
Not currently. The API covers the keyboard-switches collection and the mechanical-keyboards collection. search_products may surface other product types in its results, but there are no dedicated listing or detail endpoints for keycaps, cables, or other accessories. You can fork this API on Parse and revise it to add endpoints targeting those collections.
Can I filter switches by feel type (linear, tactile, clicky) directly?+
There is no server-side filter parameter for feel type. The feel field is returned per product in get_switch_detail responses. To filter by feel, retrieve switch listings via get_switches and then call get_switch_detail for each handle to read the feel value. You can fork this API on Parse and revise it to add a feel-filtered listing endpoint.
Page content last updated . Spec covers 8 endpoints from mechanicalkeyboards.com.
Related APIs in EcommerceSee all →
novelkeys.xyz API
Browse and search NovelKeys' complete catalog of mechanical keyboard products—including switches, keyboards, keycaps, and their availability status—to find exactly what you need. Check preorder options, discover new arrivals, and get detailed product information across all collections in one place.
corsair.com API
Search and filter Corsair's gaming peripherals and PC components catalog by keywords, category, and product attributes like price and specs. Browse detailed product information, compare options, and easily navigate through results with sorting and pagination to find exactly what you need.
anker.com API
Search and browse Anker products to find prices, images, variants, and availability information directly from their online store. Get detailed product specifications to compare items and make informed purchasing decisions.
megekko.be API
Search and browse the full Megekko product catalog, view detailed specs, pricing, and stock availability. Browse by category, use keyword search to find specific products, or explore shortcut endpoints for popular categories like GPUs and CPUs.
megekko.nl API
Search and browse products from Megekko's electronics catalog, getting detailed specifications, pricing, and category information to compare items and find exactly what you're looking for. Explore the full product hierarchy to discover items across all categories and subcategories available on the store.
microcenter.com API
Search for computer hardware and electronics products, view detailed specs and customer reviews, and check real-time inventory across Micro Center store locations. Browse current deals and explore products by category to find the best prices on tech gear.
miniaturemarket.com API
Search for miniature and tabletop gaming products, browse items by category, and access detailed product information including customer reviews and current deals from Miniature Market. Find exactly what you need with comprehensive product listings and real-time pricing data to make informed purchasing decisions.
pcpartpicker.com API
Search and retrieve detailed PC component data including motherboards, specifications, and pricing across all part categories from PCPartPicker. Build custom PC configurations by looking up individual parts and comparing their specs and costs.