# Scrape Stripe Workflow Templates

**Use case:** 

Extract the highest-rated Stripe integration and payment workflow templates from n8n. Discover ready-made payment automation ideas to streamline your SaaS billi

## Input

```json
{
  "mode": "search",
  "query": "stripe",
  "category": "",
  "ids": [],
  "sortBy": "default",
  "maxItems": 20
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "creatorName": {
    "label": "Creator name"
  },
  "price": {
    "label": "Price"
  },
  "totalViews": {
    "label": "Total views"
  },
  "category": {
    "label": "Category"
  },
  "templateUrl": {
    "label": "Template url"
  }
}
```

## About this Actor

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