> ## Documentation Index
> Fetch the complete documentation index at: https://docs.geekflare.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Proxies

> Geekflare API Proxy Support

Bypass IP blocking and geo-restrictions by routing your requests through our premium proxies. This ensures high success rates for scraping and monitoring tasks.

The following Geekflare APIs support the `proxyCountry` parameter:

* Web Scraping
* Meta Scraping
* Broken Link Check
* Lighthouse
* Mixed Content
* Screenshot
* Site Load Time
* URL Redirection Checker
* PDF Generator

Supported Country Codes

* US (United States)
* GB (United Kingdom)
* DE (Germany)
* IN (India)
* View [complete country ISO code list](https://www.nationsonline.org/oneworld/country_code_list.htm).

An example of using Proxy in API requests.

```json theme={null}
{
    "url": "https://example.com",
    "proxyCountry": "de"
}
```
