# Best Bug Bounty Platforms

**Use case:** 

Search public bug-bounty programs for the keyword best bug bounty platforms. Save up to 10 records with links, rewards, scope, and status.

## Input

```json
{
  "target": "keyword",
  "keyword": "best bug bounty platforms",
  "programs": [
    "github"
  ],
  "sources": [
    "hackerone"
  ],
  "maxItems": 10,
  "openOnly": false,
  "safeHarborOnly": false
}
```

## Output

```json
{
  "name": {
    "label": "Program name",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "programType": {
    "label": "Program type",
    "format": "string"
  },
  "programUrl": {
    "label": "Program URL",
    "format": "string"
  },
  "submissionsOpen": {
    "label": "Submissions open",
    "format": "boolean"
  },
  "rewards": {
    "label": "Rewards",
    "format": "array"
  },
  "scope.inScope": {
    "label": "In-scope assets",
    "format": "array"
  },
  "scope.outOfScope": {
    "label": "Out-of-scope assets",
    "format": "array"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bug Bounty Programs Scraper](https://apify.com/maximedupre/bug-bounty-programs) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/bug-bounty-programs) to learn more, explore other use cases, and run it yourself.