trustmrr_startups
Retrieve a paginated list of every TrustMRR startup from the public directory. Use page and page_size to browse all entries, then access each verified profile by slug.
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) |