# Free Public API Listings with Developer Metrics

**Use case:** 

Access a dataset of free public APIs filtered by popularity. Get key metrics including pricing model, success rate, and developer profiles.

## Input

```json
{
  "startUrls": [],
  "searchQueries": [],
  "categories": [],
  "pricingFilter": "FREE",
  "minPopularityScore": 5,
  "minSuccessRate": 0,
  "maxLatency": 0,
  "collectionsFilter": [],
  "deepScrape": false,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "picture_url": {
    "label": "Logo",
    "format": "string"
  },
  "title": {
    "label": "API Name",
    "format": "string"
  },
  "developer_name": {
    "label": "Developer",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "pricing_model": {
    "label": "Pricing",
    "format": "string"
  },
  "subscriptions_count": {
    "label": "Subscribers",
    "format": "number"
  },
  "popularity_score": {
    "label": "Popularity",
    "format": "number"
  },
  "rapidapi_url": {
    "label": "Marketplace URL",
    "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.