# Find RapidAPI Popular APIs by Popularity Score

**Use case:** 

Browse RapidAPI marketplace APIs ranked by popularity score, with pricing models, success rates, latency, and publisher details included.

## Input

```json
{
  "searchTerms": [],
  "sortBy": "ByTrending",
  "order": "DESC",
  "maxResults": 25,
  "detailedInfo": false
}
```

## Output

```json
{
  "result_type": {
    "label": "Result type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "pricing": {
    "label": "Pricing model",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "popularityScore": {
    "label": "Popularity score",
    "format": "number"
  },
  "avgSuccessRate": {
    "label": "Avg success rate (%)",
    "format": "number"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RapidAPI Marketplace API](https://apify.com/johnvc/rapidapi-marketplace-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/rapidapi-marketplace-api) to learn more, explore other use cases, and run it yourself.