# Scrape Finance and HR Automations

**Use case:** 

Extract HR and finance integration templates to eliminate manual data entry and employee onboarding bottlenecks. Securely sync invoices, payroll, and candidate 

## Input

```json
{
  "mode": "browse",
  "query": "stripe",
  "category": "Finance",
  "ids": [],
  "sortBy": "default",
  "maxItems": 30
}
```

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