# Find Marketing & CRM Integration APIs

**Use case:** 

Search for APIs related to 'CRM' or 'marketing automation' to discover potential integration partners and tools. Sales and marketing teams can use this to ident

## Input

```json
{
  "mode": "search",
  "searchQuery": "CRM OR marketing automation",
  "contentType": "collection",
  "sortBy": "relevance",
  "category": "payments",
  "publisherHandle": "apilayer",
  "maxItems": 75
}
```

## 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.