HypeAuditor provides comprehensive influencer marketing solutions, offering tools for influencer discovery, analytics, and campaign management across multiple social media platforms.
HypeAuditor provides comprehensive influencer marketing solutions, offering tools for influencer discovery, analytics, and campaign management across multiple social media platforms. On Nagent, Hypeauditor is exposed as a fully-configurable social media marketing integration that any agent can call — 4 actions, and API key authentication. No code is required to wire Hypeauditor into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Hypeauditor to automate the kinds of tasks social media marketing teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Hypeauditor into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Hypeauditor, with input parameters and output schema. Drop these into any step of an agent built in Helix.
HYPEAUDITOR_GET_ACCOUNT_MEDIATool to retrieve media content of an Instagram account. Use when you need detailed post-level data and performance metrics for analysis.
Input parameters
Optional API version parameter if required by the endpoint (e.g., '2').
Social network type. Some deployments require this explicitly.
Instagram account username to retrieve media for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
HYPEAUDITOR_GET_REPORT_INSTAGRAMTool to retrieve a detailed Instagram report. Use after providing username or user_id. Example: GET_REPORT_INSTAGRAM(username="nasa").
Input parameters
API version; only v=2 is supported.
Instagram user ID string. Required if username is not provided.
List of additional features to include. Allowed values: ranking, mentions, mentioned_by, notable_audience, audience_brand_affinity, er_benchmarks.
Instagram username without '@'. Required if user_id is not provided.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
HYPEAUDITOR_GET_REPORT_TIK_TOKRetrieves comprehensive analytics report for a TikTok account including audience demographics, engagement metrics, content performance, follower growth, and authenticity scores. Use this to analyze TikTok influencers or get detailed insights about a TikTok channel's performance and audience quality.
Input parameters
API version string in YYYY-MM-DD format. If not specified, the latest API version is used automatically. Most users should omit this parameter.
TikTok username (handle) without the '@' symbol. Example: for @littlebig, use 'littlebig'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
HYPEAUDITOR_SEARCH_INFLUENCERS_SUGGESTERTool to search for influencer social network accounts by keyword. Use when you need to find influencers matching a search term, with optional filtering by social network type.
Input parameters
Social network types supported by HypeAuditor
Social Network Types to exclude from results. Can be a single type (e.g., 'IG') or comma-separated list (e.g., 'IG,TT').
Search keyword to find influencer accounts (e.g., 'fashion', 'tech', 'fitness')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 98 agents privately built on Nagent that already use Hypeauditor.
Build on Nagent
Connect Hypeauditor to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Hypeauditor, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Hypeauditor is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Hypeauditor is connected, you configure its 4 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Hypeauditor steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Hypeauditor event fires, the agent kicks off automatically.
Every Hypeauditor action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Hypeauditor ships with 4 pre-built social media marketing actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Hypeauditor together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Hypeauditor-based workflows tailored to your business.