Skip to content
Language — current: English
Theme — current: Match system
n8n
{
  "nodes": [
    {
      "parameters": {
        "url": "https://www.searchapi.io/api/v1/search",
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            { "name": "engine", "value": "apple_app_store_top_charts" },
            { "name": "api_key", "value": "E5oa7LbhkKN7YUyj4CwXppK8" }
          ]
        },
        "options": {}
      },
      "id": "d613e5df-52dd-be4f-992a-0f1c143b6714",
      "name": "SearchApi: Apple App Store Top Charts",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [0, 0]
    }
  ],
  "connections": {},
  "pinData": {},
  "meta": {}
}

Paste onto an n8n canvas as an HTTP Request node (typeVersion 4.2, read from n8n's documentation on 2026-08-07). The structure is asserted by tests; importing into a running n8n was not exercised. SearchApi's own node, @searchapi/n8n-nodes-searchapi, is an installable alternative for the engines it carries.