Back to Nodes

Naver SearchAd

Last updated May 15, 2026

n8n community node for Naver SearchAd API with HMAC authentication

7 Weekly Downloads
132 Monthly Downloads

Included Nodes

Naver SearchAd

Description

n8n-nodes-naver-searchad

n8n community node for the Naver SearchAd API.

Credentials

Create a Naver SearchAd API credential with:

  • API Key / Access License
  • Secret Key
  • Customer ID
  • The node signs every request with:

    X-Signature = base64(hmac_sha256(secretKey, ${timestamp}.${method}.${uri}))
    

    Operations

    Initial POC operations:

  • Campaign: Get Many (GET /ncc/campaigns)
  • Stats: Get Daily Stats (GET /stats)
  • Generic: API Request for advanced endpoints

Local build

npm install
npm run build

n8n install option

Pack locally:

npm pack

Then install the tarball inside the n8n custom/community nodes directory or bake it into a custom n8n image.