Number of API calls when using KEAP nodes in n8n

We currently have multiple automations in n8n that rely on KEAP nodes, and I wanted to better understand the API usage per run.

Specifically, if we process a batch of 500 emails:

  • How many API requests are made by the “Get Many Contacts” node?

  • How many requests are made by the “Get Contact IDs” node and the “Create Contact Tag” node?

Overall, for a batch of 500 emails, what would be the total number of KEAP API requests generated across these three nodes combined?

We cannot use the http node to bulk fetch Many Contacts because it only outputs success: true, unlike the KEAP nodes that actually output the data.

Hi @Trade_Genie,

Thanks for the question! This integration isn’t maintained by us, so we don’t have visibility into how n8n implements the KEAP nodes or how many API calls are made per operation.

I’d recommend reaching out to n8n directly. they should be able to give you the exact breakdown.