# Daily HTTP Proxy List for Web Scraping & Automation

**Use case:** 

Generate a fresh list of up to 1000 public HTTP proxies every day for your web scraping projects. This ensures you always have a rotating pool of IPs to avoid b

## Input

```json
{
  "maxItems": 1000,
  "types": [
    "HTTP"
  ]
}
```

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