# Scrape Stripe API Partner Collections

**Use case:** 

Gather a comprehensive list of API collections and workspaces published by Stripe on the Postman Network. This is crucial for developers and partners looking to

## Input

```json
{
  "mode": "byPublisher",
  "searchQuery": "stripe",
  "contentType": "collection",
  "sortBy": "relevance",
  "category": "payments",
  "publisherHandle": "stripe",
  "maxItems": 100
}
```

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