# Track Trending DevOps APIs & Integrations

**Use case:** 

Stay ahead of the curve by monitoring the most viewed and recently updated DevOps APIs. This enables engineering teams to discover new tools and integrations th

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "stripe",
  "contentType": "all",
  "sortBy": "mostViewed",
  "category": "devops",
  "publisherHandle": "apilayer",
  "maxItems": 40
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "itemType": {
    "label": "Item type"
  },
  "publisherName": {
    "label": "Publisher name"
  },
  "categories": {
    "label": "Categories"
  },
  "endpointCount": {
    "label": "Endpoint count"
  },
  "forkCount": {
    "label": "Fork count"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Postman API Network Scraper](https://apify.com/crawlerbros/postman-api-network-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/postman-api-network-scraper) to learn more, explore other use cases, and run it yourself.