Developer API · Webhooks · $19/mo
Set keywords via API. Get webhooks when they appear on Hacker News and more. No dashboard. No noise.
7-day free trial — no credit card required
# Add a keyword
$ curl -X POST mentionwatch.mlh.one/api/keywords \
-H "Authorization: Bearer mw_live_xxx" \
-d '{"keyword": "my-product"}'
# You receive via webhook:
{
"keyword": "my-product",
"source": "hackernews",
"title": "Show HN: My Product is live",
"url": "https://news.ycombinator.com/...",
"author": "tptacek",
"timestamp": "2026-04-10T09:15:00Z"
}Or paste this into your AI agent
How it works
Add keywordsPOST /api/keywords
Tell us what to monitor. Case-insensitive. Takes one curl call.
Set your webhook URLPOST /api/webhooks
Point us at any HTTPS endpoint. We sign every request with HMAC-SHA256.
Receive mentionsPOST your-app/hook
We poll continuously. You get a webhook POST within 15 minutes of any match.
Sources we monitor
Hacker NewsLIVE, RedditSOON, Twitter/XSOON, LinkedInSOON, Product HuntSOON, Dev.toSOON, GitHubSOON
More sources based on demand. Request one →
Competitors charge $41–800/month for UIs you don't need. You pay for the API.
Starter
7-day free trial
Pro
7-day free trial
Need more? mitia2022@gmail.com — we do custom plans.
Frequently asked
Get your API key, add a keyword, send a test webhook. That's the entire setup.
7-day free trial — no credit card required