
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
insomnia-plugin-response-search-counter
Advanced tools
An Insomnia plugin that shows the count of search term matches in the response viewer
A plugin for Insomnia that shows the count of search term matches in the response viewer.
npm install -g insomnia-plugin-response-search-counter
git clone https://github.com/manisha-singh-hyd/insomnia-plugin-response-search-counter.git
cd insomnia-plugin-response-search-counter
npm install
npm run build
# macOS: Create symbolic link in Insomnia's plugins directory
ln -s "$(pwd)" ~/Library/Application\ Support/Insomnia/plugins/insomnia-plugin-response-search-counter
# Windows: Create symbolic link in Insomnia's plugins directory
mklink /D "%APPDATA%\Insomnia\plugins\insomnia-plugin-response-search-counter" "%CD%"
When searching in the response viewer, the match count is displayed in a clear format:

As shown in the screenshot above, the plugin displays the total number of matches (110 matches) for the search term "displayName". The count updates in real-time as you type, making it easy to see how many occurrences of your search term exist in the response.
npm run build to rebuild the pluginTo test the plugin:
npm run buildTo publish a new version to npm:
npm run build
npm publish
The plugin will be available in the Insomnia Plugin Hub after publication.
MIT
FAQs
An Insomnia plugin that shows the count of search term matches in the response viewer
We found that insomnia-plugin-response-search-counter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.