Trustmrr Scraper avatar
Trustmrr Scraper

Pricing

Pay per event

Go to Apify Store
Trustmrr Scraper

Trustmrr Scraper

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

Pricing

Pay per event

Rating

0.0

(0)

Developer

Green Salad

Green Salad

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

5 days ago

Last modified

Share

TrustMRR Startup Revenue Scraper

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

Features

  • Complete Revenue Data: Extracts total revenue, MRR, and last 30 days revenue
  • Founder Information: Captures company names and founder Twitter/X handles
  • Website URLs: Direct links to startup websites
  • Ranking Data: Leaderboard position for each startup
  • Verified Metrics: All revenue data is Stripe-verified

What is TrustMRR?

TrustMRR is a verified startup revenue database that displays Stripe-connected financial metrics for indie startups and small businesses. The platform provides transparency into the revenue performance of the indie maker ecosystem.

Output Format

Each startup entry contains:

{
"rank": 1,
"companyName": "Example Startup",
"founderHandle": "@founder",
"website": "https://example.com",
"totalRevenue": "$1,234,567",
"mrr": "$12,345",
"last30DaysRevenue": "$45,678",
"brandingColors": "#000000",
"startupId": "abc123"
}

Data Fields

  • rank: Position on the leaderboard (1-100+)
  • companyName: Name of the startup/company
  • founderHandle: Twitter/X handle of the founder
  • website: Official website URL
  • totalRevenue: All-time total revenue (Stripe-verified)
  • mrr: Monthly Recurring Revenue
  • last30DaysRevenue: Revenue from the last 30 days
  • brandingColors: Brand color codes (if available)
  • startupId: Unique identifier for the startup

Use Cases

  • Market Research: Analyze revenue trends in the indie startup ecosystem
  • Competitive Analysis: Compare your startup's performance against peers
  • Investment Research: Identify high-performing indie businesses
  • Trend Analysis: Track revenue growth patterns over time
  • Lead Generation: Find successful startups in specific niches

Technical Details

  • Spider Engine: Scrapy
  • Data Source: TrustMRR.com leaderboard
  • Rendering: Handles Next.js client-side rendering
  • Data Extraction: Parses both HTML table and Next.js payload

Notes

  • The scraper extracts data from the publicly visible leaderboard
  • Data is Stripe-verified and updated regularly by TrustMRR
  • Some startups may not display all revenue metrics
  • The "Show more" button may require JavaScript rendering for full dataset access