# TrustMRR: Top AI startups

**Use case:** 

Extract detailed information about AI startups from TrustMRR, including revenue, location, and tech stake. Find out which AI technologies are trending.

## Input

```json
{
  "categoryList": [
    "https://trustmrr.com/category/ai"
  ],
  "scrapeProfile": true,
  "scrollLimit": 1
}
```

## Output

```json
{
  "profileUrl": {
    "label": "TrustMRR profile",
    "format": "link"
  },
  "name": {
    "label": "Startup name",
    "format": "text"
  },
  "tagLine": {
    "label": "Tag line",
    "format": "text"
  },
  "totalRevenue": {
    "label": "total Reveneue",
    "format": "text"
  },
  "MoMGrowth": {
    "label": "MoM growth",
    "format": "text"
  },
  "MRR": {
    "label": "MRR",
    "format": "text"
  },
  "founded": {
    "label": "founded",
    "format": "text"
  },
  "location": {
    "label": "location",
    "format": "text"
  },
  "last4WeeksRevenue": {
    "label": "last 4 weeks Revenue",
    "format": "text"
  },
  "website": {
    "label": "website",
    "format": "link"
  },
  "Tags": {
    "label": "Industries tags",
    "format": "array"
  },
  "valueProposition": {
    "label": "Value Proposition of this startup",
    "format": "text"
  },
  "problemSolved": {
    "label": "Problem this startup solves",
    "format": "text"
  },
  "targetAudience": {
    "label": "Target audience"
  },
  "additionalInfo": {
    "label": "Aditional information about this startup",
    "format": "text"
  },
  "techStack": {
    "label": "List of technology used",
    "format": "array"
  },
  "founderProfile": {
    "label": "TrustMRR profile",
    "format": "link"
  },
  "pricing": {
    "label": "Pricing information",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TrustMRR Startup scraper](https://apify.com/advantageous_subcontra/trustmrr) with a specific input configuration. Visit the [Actor detail page](https://apify.com/advantageous_subcontra/trustmrr) to learn more, explore other use cases, and run it yourself.