# Sports API Metrics and Listings Extractor

**Use case:** 

Collect detailed data on sports APIs, including pricing models, success rates, and developer profiles, for informed decision-making.

## Input

```json
{
  "startUrls": [],
  "searchQueries": [],
  "categories": [
    "Sports"
  ],
  "pricingFilter": "",
  "minPopularityScore": 0,
  "minSuccessRate": 0,
  "maxLatency": 0,
  "collectionsFilter": [],
  "deepScrape": true,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "API Name",
    "format": "string"
  },
  "endpoint_name": {
    "label": "Endpoint",
    "format": "string"
  },
  "endpoint_method": {
    "label": "Method",
    "format": "string"
  },
  "endpoint_route": {
    "label": "Route",
    "format": "string"
  },
  "endpoint_description": {
    "label": "Description",
    "format": "string"
  },
  "endpoint_params_count": {
    "label": "Params",
    "format": "number"
  },
  "endpoint_headers_count": {
    "label": "Headers",
    "format": "number"
  },
  "endpoint_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.