trustmrr_startups
Returns paginated entries for every TrustMRR startup. Each slug links to the full verified profile, enabling complete directory scraping without the authenticated API.
Instructions
List all TrustMRR startups. Returns a paginated list of every startup in the TrustMRR directory, discovered from the site's public sitemap. Each entry is a slug you can pass to /trustmrr/startup/{slug} for the full verified profile — together these two endpoints let you enumerate and scrape the entire directory without the authenticated marketplace API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1) | |
| page_size | No | Items per page (default 100, max 1000) |