list_mechanical_keyboards_switches
mechanicalkeyboards.comReturns paginated keyboard switch products from https://mechanicalkeyboards.com with source product data, tags, availability, pricing, and parsed switch specifications. Use the page argument to move through the keyboard-switches collection, 30 products at a time.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_mechanical_keyboards_switches?
Returns paginated keyboard switch products from https://mechanicalkeyboards.com with source product data, tags, availability, pricing, and parsed switch specifications. Use the page argument to move through the keyboard-switches collection, 30 products at a time. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page and get the result back without maintaining a scraper.
Response
{
"page": 0,
"count": 0,
"has_more": true,
"products": [
{}
],
"page_size": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/c92c9c50-d2c0-4769-8380-c03ed89db37e/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "c92c9c50-d2c0-4769-8380-c03ed89db37e",
"variables": {
"page": 1
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="c92c9c50-d2c0-4769-8380-c03ed89db37e") — the "list_mechanical_keyboards_switches" function, which returns paginated keyboard switch products from https://mechanicalkeyboards.com with source product data, tags, availability, pricing, and parsed switch specifications. Use the page argument to move through the keyboard-switches collection, 30 products at a time.. It takes page (int). Return the result as structured JSON.