# Microsoft Bug Bounty Programs Report

**Use case:** 

Aggregate public bug bounty program details from HackerOne and Bugcrowd. Access key information like bounties, contacts, and report statistics.

## Input

```json
{
  "query": "microsoft",
  "platforms": [
    "hackerone",
    "bugcrowd",
    "security_txt"
  ],
  "onlyWithBounty": false,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "target_name": {
    "label": "Target",
    "format": "string"
  },
  "program_name": {
    "label": "Program Name",
    "format": "string"
  },
  "program_url": {
    "label": "Program URL",
    "format": "string"
  },
  "offers_bounties": {
    "label": "Offers Bounties",
    "format": "boolean"
  },
  "min_bounty": {
    "label": "Min Bounty ($)",
    "format": "number"
  },
  "max_bounty": {
    "label": "Max Bounty ($)",
    "format": "number"
  },
  "resolved_reports": {
    "label": "Resolved Reports",
    "format": "number"
  },
  "engagement_type": {
    "label": "Engagement Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bug Bounty Finder: 22-Field Intel from HackerOne & Bugcrowd](https://apify.com/getascraper/bug-bounty-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/bug-bounty-finder) to learn more, explore other use cases, and run it yourself.