VOOZH about

URL: https://apify.com/zerobreak/trustmrr-startup-scraper

โ‡ฑ TrustMRR Startup Scraper ยท Apify


Pricing

$4.99/month + usage

Go to Apify Store

TrustMRR Startup Scraper

TrustMRR startup scraper that collects verified MRR, growth rates, categories, acquisition listings and founder details from trustmrr.com โ€” so researchers and investors can track the build-in-public ecosystem without manual browsing.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ ZeroBreak

ZeroBreak

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

2

Monthly active users

4 months ago

Last modified

Share

TrustMRR Startup Scraper โ€” Extract verified startup revenue data at scale

TrustMRR is a database of startups built to promote the build-in-public movement. Every revenue figure on the site is verified directly through Stripe, LemonSqueezy, or Polar โ€” no self-reported numbers. The project was created and is maintained by Marc Lou, one of the most prominent indie hackers building in public.

This actor lets you pull that verified startup data into your own workflows. You get MRR, growth rates, categories, acquisition listings, founder details, and more โ€” without touching a browser.

What data does this actor extract?

Each record includes:

FieldTypeDescription
namestringStartup name
slugstringURL-safe identifier (used in TrustMRR page path)
urlstringDirect link to the startup's TrustMRR profile
websitestringThe startup's own website
iconUrlstringLogo image URL
descriptionstringShort description of what the startup does
mrrnumberLast-30-days revenue in USD, verified by payment provider
allTimeRevenuenumberTotal all-time revenue in USD
categorystringIndustry category (AI, SaaS, Developer Tools, etc.)
rankintegerLeaderboard rank on TrustMRR (1 = highest MRR)
onSalebooleanWhether the startup is listed for acquisition
askingPricenumberAcquisition asking price in USD
multiplenumberRevenue multiple (askingPrice / MRR)
growthMoMnumberMonth-over-month revenue growth percentage
paymentProviderstringStripe, LemonSqueezy, or Polar
founderstringFounder name
founderCountrystringFounder's country
foundedAtstringWhen the startup was founded (ISO date)
createdAtstringWhen the listing was added to TrustMRR
scrapedAtstringTimestamp of when this record was collected

Input

ParameterTypeDefaultDescription
modestringleaderboardWhat to scrape: leaderboard (top by MRR), acquire (for-sale listings), recent (newly added), or all (full sitemap)
categoriesstring[][]Filter by category โ€” e.g. ["AI", "SaaS"]. Leave empty for all.
minMrrinteger0Minimum MRR in USD. 0 disables the filter.
maxMrrinteger0Maximum MRR in USD. 0 disables the filter.
onSaleOnlybooleanfalseReturn only startups currently listed for acquisition.
maxItemsinteger100Cap on records collected per run (max 1000).
timeoutSecsinteger300Hard timeout for the full actor run.
requestTimeoutSecsinteger30Per-request HTTP timeout.

Example input

{
"mode":"leaderboard",
"categories":["AI","SaaS"],
"minMrr":1000,
"maxMrr":50000,
"maxItems":200
}

To scrape every startup on TrustMRR and filter to acquisition listings only:

{
"mode":"all",
"onSaleOnly":true,
"maxItems":500
}

Output

Records are stored in the Apify dataset. Example entry:

{
"id":"66a1c3f2e4b0a1d2c3e4f5a6",
"name":"ShipFast",
"slug":"shipfast",
"url":"https://trustmrr.com/startup/shipfast",
"website":"https://shipfa.st",
"description":"Ship your startups in days, not months!",
"mrr":8916,
"allTimeRevenue":1235882,
"category":"Developer Tools",
"rank":55,
"onSale":false,
"askingPrice":null,
"multiple":null,
"growthMoM":-48.27,
"paymentProvider":"Stripe",
"founder":"Marc Lou",
"founderCountry":"Singapore",
"foundedAt":"2024-01-01T00:00:00.000Z",
"createdAt":"2024-02-15T10:23:41.000Z",
"scrapedAt":"2025-03-01T08:14:22.123456+00:00"
}

How it works

  1. Depending on mode, the actor fetches either a TrustMRR listing page (leaderboard / acquire / recent) or the full startup sitemap.
  2. Startup slugs are extracted from the server-rendered HTML or sitemap XML.
  3. For each slug, the actor fetches the individual /startup/[slug] page and parses the embedded Next.js RSC data to extract structured startup fields.
  4. Active filters (minMrr, maxMrr, categories, onSaleOnly) are applied before each record is saved.
  5. The run stops once maxItems records have been collected.

Use cases

  • Market research โ€” Track which categories are growing and which are declining month-over-month across hundreds of verified indie startups.
  • Acquisition scouting โ€” Pull all for-sale listings with their asking price and revenue multiples to find undervalued acquisition targets.
  • Competitive analysis โ€” Monitor MRR and growth for startups in a specific category or niche.
  • Build-in-public analytics โ€” Aggregate data from the TrustMRR leaderboard to study trends in the indie hacker ecosystem.
  • Lead generation โ€” Identify high-growth startups by category to target with tools, services, or partnerships.
  • Portfolio tracking โ€” Automate periodic scrapes to track a watchlist of startups over time.

FAQ

Does this actor require a TrustMRR account or API key? No. All data scraped by this actor is publicly available on trustmrr.com. No login or API key is needed.

How current is the data? TrustMRR updates MRR data hourly from payment provider APIs. The actor scrapes whatever is live at the time of the run.

What is "all" mode and when should I use it? "All" mode fetches the full sitemap (600+ startups) and visits each individual page. Use it when you want a comprehensive dataset. For a quick snapshot of the top performers, "leaderboard" mode is faster.

Can I filter by multiple categories? Yes. Pass an array: ["AI", "SaaS", "Developer Tools"]. The filter checks if any of the provided strings appear in the startup's category.

What does a negative growthMoM mean? It means the startup's last-30-days revenue dropped compared to the previous 30 days. TrustMRR shows this for all verified startups regardless of direction.

Who built TrustMRR? TrustMRR was created and is maintained by Marc Lou, a Singapore-based indie hacker known for building and shipping multiple profitable SaaS products in public.

Integrations

Connect this actor with other tools using Apify integrations. You can pipe results into Google Sheets, Airtable, Slack, Zapier, Make, or any webhook endpoint. You can also use Apify webhooks to trigger downstream actions whenever a scrape completes.

You might also like

Trustmrr Startup Details Scraper

coder_luffy/trustmrr-startup-details-scraper

TrustMRR startup profile scraper that extracts MRR, revenue totals, founder info, and subscription data from TrustMRR.com using a URL or slug, so investors and researchers can track startup growth without manual browsing.

TrustMRR Startups Scraper

automation-lab/trustmrr-startups-scraper

Scrape public TrustMRR startup profiles with verified revenue, MRR, founders, categories, growth and acquisition signals.

๐Ÿ‘ User avatar

Stas Persiianenko

2

TrustMRR Startup Explorer

mikolabs/trustmrr-startup-explorer

Scrape verified startup revenue data from TrustMRR with filters for category, MRR, asking price, growth rate, and more. Perfect for deal sourcing, market research, competitor tracking, and startup acquisition pipelines.

TrustMRR Scraper - Verified Revenue & AI Investment Analysis

buseta/trustmrr-scraper

Scrape verified startup revenue data from TrustMRR. Get MRR, growth rates, founder info, and marketplace listings. AI investment analysis scores each startup for acquisition potential. Filter by category, MRR range, and growth. Perfect for micro-PE, indie hackers, and startup investors.

TrustMRR Startup scraper

advantageous_subcontra/trustmrr

Get all startups listed in any category on TrustMRR startup database. Get all information about each startup, like revenue, founding year, and location.

66

Trustmrr Scraper

actor_builder/trustmrr-scraper

Apify actor for scraping verified startup revenue data from TrustMRR.com - a leaderboard of indie startups with Stripe-verified financial metrics.

TrustMRR Scraper

solidcode/trustmrr-scraper

[๐Ÿ’ฐ $0.35 / 1K] Extract verified startup revenue from TrustMRR โ€” MRR, total revenue, recent revenue, founders, tech stack, and for-sale asking prices. Scrape the Top 100 leaderboard, any category, the acquisition marketplace, or paste specific startup and category URLs.

Startup Hiring Signals & Linkedin Finder

complex_intricate_networks/founder-contact-enricher-hiring-signals

Automatically extract Founder LinkedIn profiles, verified company details, and real-time hiring status from any list of startup websites. Perfect for B2B lead generation and recruitment.

Acquire.com Scraper

lexis-solutions/acquire-scraper

Extract public startup listings from Acquire.comโ€”get financial performance, customer metrics, company overviews, and acquisition details. Ideal for acquirers, investors, analysts, and market researchers seeking structured acquisition marketplace insights.

๐Ÿ‘ User avatar

Lexis Solutions

64

5.0