# Premium Proxy

Source: https://docs.scrappey.com/docs/premium-proxy

> Route requests through real residential IPs to handle region restrictions and anti-bot systems, at a cost of 4 credits per request.

## Command

`"premiumProxy"`

## Parameters

| Parameter      | Type    | Required | Description                                                   |
| -------------- | ------- | -------- | ------------------------------------------------------------- |
| `premiumProxy` | boolean | Yes      | Set to `true` to enable premium residential proxy.            |
| `proxyCountry` | string  | No       | Country to route the proxy through (e.g., `"UnitedStates"`).  |

> **Note**: Full country list available at [Scrappey Builder](https://app.scrappey.com/#/builder) under Advanced Options → Custom Proxy Country.

## Example

```bash
curl -X POST "https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "cmd": "request.get",
    "url": "https://example.com",
    "premiumProxy": true,
    "proxyCountry": "UnitedStates"
  }'
```

## Notes

Best suited for:

* Geo-targeted scraping (e.g., accessing US-specific content).
* Avoiding detection by using real residential IPs.
* Gaining access to harder-to-reach or bot-protected websites.

Use `premiumProxy` to significantly increase your success rate on highly protected sites by blending in as regular residential traffic.

## Related concepts

Go deeper in the [Scrappey knowledge base](https://scrappey.com/qa):

- [What is a residential proxy?](https://scrappey.com/qa/proxies/what-is-a-residential-proxy) — what powers the premium pool
- [Residential vs datacenter](https://scrappey.com/qa/web-automation/proxy-types-comparison) — which proxy type to choose
- [Rotating proxy](https://scrappey.com/qa/proxies/what-is-a-rotating-proxy) — cycling IPs across requests
- [Proxy web scraping](https://scrappey.com/qa/proxies/what-is-proxy-web-scraping) — how proxies route your requests
