Meltwater platform help — media intelligence, social listening, media relations (journalist database + outreach), influencer marketing, social media management, consumer intelligence, Mira AI, API, and integrations. Use when Meltwater Explore searches return noisy results, media monitoring is missing coverage, journalist contacts are outdated, influencer campaigns aren't tracking properly, social publishing isn't scheduling, Meltwater API or Mira AI isn't returning expected data, or CRM/BI integrations aren't syncing. Do NOT use for cross-platform social listening strategy (use /sales-social-listening), cross-platform media relations strategy (use /sales-media-relations), cross-platform influencer marketing strategy (use /sales-influencer-marketing), or email deliverability (use /sales-deliverability).
Help the user with Meltwater platform questions — from Explore searches and social listening through media relations, influencer marketing, social publishing, consumer intelligence, Mira AI, API, and integrations.
If references/learnings.md exists, read it first for accumulated knowledge.
Ask the user:
What area of Meltwater do you need help with?
What's your role?
What are you trying to accomplish? (describe your specific goal or question)
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end.
If the request maps to a specialized skill, route:
/sales-social-listening/sales-media-relations/sales-influencer-marketing/sales-deliverability/sales-integration/sales-data-hygieneOtherwise, answer directly from platform knowledge using the reference below.
Read references/platform-guide.md for detailed module documentation, pricing, integrations, and data model.
You no longer need the platform guide details — focus on the user's specific situation.
Based on the user's specific question:
Best-effort from research — review these, especially items about plan-gated features and pricing that may be outdated.
No transparent pricing. Meltwater sells exclusively through sales calls. Pricing ranges from ~$6,000/year to $50,000+/year depending on modules and seats. All contracts are annual — no monthly option. Negotiate before signing.
API access is plan-gated. Which API features you can use and your usage limits depend on your Meltwater package. Mira API is sold as a separate add-on package.
Contract auto-renewal. Meltwater contracts typically auto-renew. Cancel well before your renewal date — multiple reviewers report being locked into renewals after missing the cancellation window.
Media contact freshness varies. Journalist contacts may be outdated, especially for niche beats or regional publications. Verify contact details before pitching — check the journalist's recent articles and social profiles.
Sentiment accuracy is imperfect. Auto-detected sentiment is ~70-80% accurate. For critical reporting, manually review and correct sentiment on key mentions. Sarcasm, irony, and non-English content are common failure modes.
Boolean learning curve. Effective monitoring requires well-crafted Boolean queries. Start with Meltwater's Boolean templates and refine — poorly constructed searches return noisy, irrelevant results (top user complaint).
Zapier integration is beta. The Zapier connector has limited triggers and actions compared to native API integration. For production workflows, use the API directly.
Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.
/sales-social-listening — Cross-platform social listening and brand monitoring strategy/sales-media-relations — Cross-platform media relations, journalist outreach, and PR strategy/sales-influencer-marketing — Influencer marketing strategy across platforms/sales-integration — Connecting Meltwater to CRM, BI tools, and automation platforms/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-doUser says: "I need to track mentions of my company across news and social media" Skill does:
User says: "I need to find tech journalists who cover AI startups for a product launch" Skill does:
User says: "I want to pull Meltwater monitoring data into our Power BI dashboards" Skill does:
Symptom: Explore search returns clickbait articles, AI-generated SEO content, and unrelated mentions
Cause: Boolean search query is too broad, missing NOT exclusions
Solution: Add NOT terms to exclude common noise sources. Use NEAR/n proximity operators instead of AND to require terms to appear close together. Exclude specific domains that consistently produce irrelevant results. Use Meltwater's source quality filters to limit to trusted publications.
Symptom: Mentions tagged as positive are actually negative, or vice versa Cause: Automated sentiment analysis struggles with sarcasm, irony, industry jargon, and non-English content Solution: For critical reports, manually review and correct sentiment on key mentions using tags. Set up a periodic sentiment audit process. Consider filtering by sentiment confidence score if available in your plan.
Symptom: API requests return 401 Unauthorized
Cause: Token expired, revoked, or missing from request header
Solution: Verify the token is included as an apikey header (not a query parameter or Bearer token). Check that the token hasn't been revoked in the Meltwater app. Create a new token under API Credentials if needed. Ensure requests use HTTPS — plain HTTP will fail.