# Mixed Proxy Types for Network Penetration Testing & QA

**Use case:** 

Obtain a diverse set of HTTP, HTTPS, SOCKS4, and SOCKS5 proxies for comprehensive network penetration testing and QA environments. This helps security professio

## Input

```json
{
  "maxItems": 750,
  "types": [
    "HTTP",
    "HTTPS",
    "SOCKS4",
    "SOCKS5"
  ]
}
```

## Output

```json
{
  "full": {
    "label": "Proxy",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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