# Find Stock Market APIs on RapidAPI by Popularity

**Use case:** 

Search RapidAPI for stock market APIs. Filter by pricing model, popularity score, latency, success rate, and publisher to compare data providers.

## Input

```json
{
  "searchTerms": [
    "stock market"
  ],
  "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.