In short: This free bot counts the number of word occurrences in a block of text or a list of keywords.
About this bot
Endpoint: POST https://botster.io/api/v2/bots/occurrence-calculator
Request body:
input string or array of strings (required)
ignore_newlines boolean (optional)
Ignore line breaks
Calculates occurrences of all unique words in the document, instead of calculating totals line-by-line.