# Discover Competitor Tech Stack and Vulnerabilities

**Use case:** 

Uncover mentions of competitor internal systems, technologies, or potential vulnerabilities leaked onto paste sites. This provides valuable competitive intellig

## Input

```json
{
  "searchKeywords": [
    "competitor_company_name internal system",
    "competitor_company_name API endpoint",
    "competitor_company_name database",
    "competitor_company_name bug"
  ],
  "sources": [
    "pastebin",
    "gist",
    "github",
    "gitlab",
    "ideone"
  ],
  "maxItemsPerSource": 25
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "matchedKeyword": {
    "label": "Keyword",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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