24/7 support on Discord

Frequently Asked Questions

Find clear answers to all your questions about our residential and ISP proxies. This FAQ covers everything from session types and geo-targeting to pricing, speed, and setup.

  • Session types & geo-targeting
  • Pricing, speed & setup
  • 24/7 support available
Getting started

General Overview

What types of proxies does Flamingo offer?

Flamingo provides Residential proxies (real-device IPs for high anonymity and broad reach) and ISP proxies (static, ultra-low latency, unlimited bandwidth). Residential excels at scraping, SERP/SEO, and ad verification; ISP is great for logins, secure sessions, monitoring, and automation.

Residential: Non-expiring GBs—buy once, use any time. ISP: Available daily, monthly, or quarterly with renewal options to keep static IPs.

Web scraping, SERP/SEO, ads verification, price monitoring, brand protection, QA, inventory checks, and more—subject to lawful and compliant use.

Residential: 180+ countries with city-level density in major markets; ASN/ISP targeting in many locales. ISP: curated countries on virgin/unshared subnets.

Setup & code

Technical & Setup

Rotating assigns a fresh IP per request/interval. Sticky keeps the same IP for a set duration—useful for logged-in flows.

Auth: Supports standard username/password authentication and IP whitelisting.

curl -x http://USER:PASS@HOST:PORT https://httpbin.org/ip
import requests

proxies = {
    "http": "http://USER:PASS@HOST:PORT",
    "https": "http://USER:PASS@HOST:PORT",
}

response = requests.get("https://httpbin.org/ip", proxies=proxies)
print(response.text)
const axios = require('axios');
const { HttpsProxyAgent } = require('https-proxy-agent');

const agent = new HttpsProxyAgent('http://USER:PASS@HOST:PORT');

axios.get('https://httpbin.org/ip', { httpsAgent: agent })
  .then(resp => console.log(resp.data))
  .catch(err => console.error(err));

ISP: Low latency (0-40ms). Residential: ~100-300ms depending on distance.

We source ethically, enforce anti-abuse, and monitor infrastructure. Encryption and compliant rotation help maintain privacy.

Plans & help

Billing & Support

Residential: Pay per GB. ISP: Pay per IP (Time-based).

24/7 human support via dashboard. Join our Discord.

Keep exploring

Still have questions?

Join 10,000+ Satisfied Customers

Trusted by data teams for SEO, scraping, ads verification, and automation.

Get Started Today