# High-Reliability Finance APIs for Developers

**Use case:** 

Find high-performance finance APIs with a success rate over 95% and latency under 300ms. Access key metrics and full developer profiles.

## Input

```json
{
  "startUrls": [],
  "searchQueries": [],
  "categories": [
    "Finance"
  ],
  "pricingFilter": "",
  "minPopularityScore": 0,
  "minSuccessRate": 95,
  "maxLatency": 300,
  "collectionsFilter": [],
  "deepScrape": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "API Name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "success_rate_percent": {
    "label": "Success Rate %",
    "format": "number"
  },
  "service_level_percent": {
    "label": "Service Level %",
    "format": "number"
  },
  "latency_ms": {
    "label": "Latency (ms)",
    "format": "number"
  },
  "popularity_score": {
    "label": "Popularity Score",
    "format": "number"
  },
  "subscriptions_count": {
    "label": "Subscribers",
    "format": "number"
  },
  "pricing_model": {
    "label": "Pricing",
    "format": "string"
  },
  "playground_url": {
    "label": "Try It",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RapidAPI Hub Scraper: API Listings, Metrics and Developer Data](https://apify.com/getascraper/rapidapi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/rapidapi-scraper) to learn more, explore other use cases, and run it yourself.