TrustMRR Startup Growth Tracker
Turn fresh TrustMRR growth data into motivational, business & product-building tweets with Xquik MCP. This free tracker ranks up to 50 startups by reported 30-day revenue growth. It refreshes hourly. Mention available founders to increase the chance of replies, quotes & reposts.
Create a Startup Tweet With Xquik MCP
Copy this into an AI agent connected to Xquik MCP.
TrustMRR tweet prompt
Fastest-Growing Startups on TrustMRR
Create Timely Tweets From TrustMRR Growth Data
This free page turns fresh TrustMRR growth data into startup tweet ideas. Xquik ranks up to 50 named startups by reported 30-day revenue growth. It refreshes the ranking hourly. Each card shows the startup name, logo, growth, revenue & available product summary. Send one startup to an AI agent through Xquik MCP. Ask for a motivational story, business lesson or product-building idea. Mentioning the founder may invite a reply, quote or repost.
How Xquik Ranks TrustMRR Startups
Growth covers 30 days. Xquik refreshes the ranking every hour.
- Xquik requests listings sorted by reported 30-day revenue growth.
- It removes anonymous listings and keeps up to 50 unique startups.
- It sorts those results again by the same growth metric. Xquik refreshes the data hourly.
Tweet Ideas From TrustMRR Data
Choose a startup with clear reported traction. Write a motivational story, business lesson or practical product-building idea. Use TrustMRR figures only when they strengthen the point. Mention the founder when their X username is available.
- Turn one growth result into a motivational founder lesson.
- Explain the business model and what its reported traction reveals.
- Show how builders could adapt the product for another niche.
TrustMRR API Request & Response Example
Retrieve the latest TrustMRR ranking with one authenticated REST request. Compare the startups in the returned JSON. AI agents can run the same workflow through Xquik MCP. Use the results for motivational, business or product-building tweet ideas.
Send the Request
This example requests 10 results from the last 24 hours.
curl "https://xquik.com/api/v1/radar?source=trustmrr&limit=10&hours=24" \
-H "x-api-key: xq_YOUR_KEY"Parameters & Authentication
x-api-key- This example sends an Xquik API key. OAuth 2.1 is also supported.
source- This request uses the data source shown in the example URL.
limit- Optional. Returns 1 to 100 items. Defaults to 50.
hours- Optional. Filters items from the last 1 to 72 hours. Defaults to 6.
category- Optional. Use general, tech, dev, science, culture, politics, business or entertainment.
region- Optional. Use global or codes like US, GB, TR or ES. Defaults to global.
after- Optional. Use nextCursor to request the next page.
Read the Response
Each item returns common Radar fields and reported TrustMRR metadata. Result order represents reported 30-day growth rank. The top-level score preserves that order. The hours filter changes snapshot freshness, not the 30-day metric. Metadata can include revenue, MRR, customers, subscriptions and founder X usernames. Optional fields appear only when TrustMRR provides them.
{
"hasMore": true,
"items": [
{
"category": "business",
"createdAt": "2026-07-23T08:05:00.000Z",
"description": "Example startup product description.",
"id": "8123",
"imageUrl": "https://trustmrr.com/example-logo.png",
"language": "en",
"metadata": {
"activeSubscriptions": 920,
"customers": 1380,
"growthPercent": 37.4,
"last30Days": 31200,
"mrr": 24500,
"onSale": false,
"total": 184000,
"xHandle": "examplefounder"
},
"publishedAt": "2026-07-23T08:00:00.000Z",
"region": "global",
"score": 10000,
"source": "trustmrr",
"sourceId": "trustmrr_example-startup",
"title": "Example Startup",
"url": "https://example.com"
}
],
"nextCursor": "MTAwMDB8MjAyNi0wNy0yM1QwODowMDowMC4wMDBafDgxMjM="
}Ask an AI Agent
Copy this prompt into an AI agent connected to Xquik MCP.
TrustMRR Startup Growth Tracker FAQ
What is the TrustMRR Tracker?
- Xquik ranks up to 50 named TrustMRR startups by reported 30-day revenue growth. It refreshes hourly. People and AI agents can use this free page. It turns fresh startup data into timely tweets through Xquik MCP.
Does TrustMRR provide daily startup growth?
- No. This page uses TrustMRR's 30-day growth metric. Xquik refreshes the ranking hourly. That does not make growth a daily metric.
What data can the TrustMRR Tracker return?
- The page shows names, logos, descriptions, reported growth & 30-day revenue. The API can also return MRR and founder X usernames. Other available fields include customers and subscriptions.
Why should I mention the startup founder?
- A plain @mention can help the founder notice your tweet. They may reply, quote or repost it. Engagement is not guaranteed.
How can I get startup growth data through an API?
- Send an authenticated GET request to /api/v1/radar?source=trustmrr&limit=50.
Can AI agents use this startup growth data?
- Yes. Agents can compare TrustMRR results through Xquik REST or MCP. They can turn reported traction into a motivational story or practical business lesson. They can also explain how to adapt the product for another niche. Mentioning the founder may invite a reply, quote or repost.
Does the TrustMRR startup growth API use credits?
- No. Radar reads use 0 credits, but Xquik authentication is required.