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": "google_images" },
            { "name": "q", "value": "coffee" },
            { "name": "api_key", "value": "E5oa7LbhkKN7YUyj4CwXppK8" }
          ]
        },
        "options": {}
      },
      "id": "fa3ca740-7a7e-4c0b-5699-e5a52c41b2e4",
      "name": "SearchApi: Google Images",
      "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.