trustmrr_startups
Retrieve a paginated list of every startup in the TrustMRR directory, extracted from its public sitemap. Use the slugs to access full verified profiles.
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) |