Buy Indonesian proxies
- Get Indonesian residential and mobile proxies
- Scrape popular Indonesian domains including Vidio, Tokopedia, and Kompas
- Target specific regions, cities, or carriers in Indonesia

.webp?noresize&width=842&height=481&name=Market%20(1).webp)
Target specific Indonesian locations and operators
- Choose from any Indonesian province or region (e.g. West Java, North Sumatra, or Banten)
- Precisely target the Indonesian city of your choice (e.g. Jakarta, Medan, or Semarang)
- Select the network operator for your needs (e.g. Telkomsel, XL Axiata, or Indosat Ooredoo)

Choose the proxy solution for your needs
Residential proxies
Use only real IP addresses provided by real internet service providers from all over the world (Excluding State of Texas, USA)
ISP proxies
SOAX ISP network is built of residential IPs bought or leased from ISPs for commercial use, rather than for use from private homes.
Mobile proxies
Easily collect publicly available data with highly reliable mobile proxies from all over the world (Excluding the State of Texas, USA).
Datacenter proxies
Datacenter proxies offer major advantages in speed, uptime and scalability, making them suitable for large-scale automation.
Choose the best proxy plan for your needs
$4 / GB
From 1 GB
Pay as you go
Based on use / month From 1 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$3.60 / GB
25 GB
Residential 25
$90 / month 25 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$3.40 / GB
50 GB
Residential 50
$170 / month 50 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$2.46 / GB
300 GB
Residential 300
$740 / month 300 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$2 / GB
800 GB
Residential 800
$1,600 / month 800 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
Custom
Custom
Enterprise
Custom / month Custom of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$4 / GB
From 1 GB
Pay as you go
Based on use / month From 1 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$3.60 / GB
25 GB
Mobile 25
$90 / month 25 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$3.40 / GB
50 GB
Mobile 50
$170 / month 50 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$2.46 / GB
300 GB
Mobile 300
$740 / month 300 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$2 / GB
800 GB
Mobile 800
$1,600 / month 800 GB of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
Custom
Custom
Enterprise
Custom / month Custom of traffic- Unlimited Concurrent Sessions
- 24/7 Support
- Automatic Proxy Rotation
- Customer Success Manager
$3.50 / GB
From 1 GB
Pay as you go
Based on use / month From 1 GB of traffic- Unlimited Concurrent Sessions
- Long Session Duration
- Customer Success Manager
$3 / GB
30 GB
US ISP 30
$90 / month 30 GB of traffic- Unlimited Concurrent Sessions
- Long Session Duration
- Customer Success Manager
$2.80 / GB
60 GB
US ISP 60
$170 / month 60 GB of traffic- Unlimited Concurrent Sessions
- Long Session Duration
- Customer Success Manager
$2.10 / GB
350 GB
US ISP 350
$740 / month 350 GB of traffic- Unlimited Concurrent Sessions
- Long Session Duration
- Customer Success Manager
$1.50 / GB
1000 GB
US ISP 1000
$1,500 / month 1000 GB of traffic- Unlimited Concurrent Sessions
- Long Session Duration
- Customer Success Manager
Custom
Custom
Enterprise
Custom / month Custom of traffic- Unlimited Concurrent Sessions
- Long Session Duration
- Customer Success Manager
$0.80 / GB
From 5 GB
Pay as you go
Based on use / month From 5 GB of traffic- 24/7 Support
- Unlimited Concurrent Sessions
- Customer Success Manager
$0.62 / GB
80 GB
Datacenter 80
$49 / month 80 GB of traffic- 24/7 Support
- Unlimited Concurrent Sessions
- Customer Success Manager
$0.49 / GB
600 GB
Datacenter 600
$300 / month 600 GB of traffic- 24/7 Support
- Unlimited Concurrent Sessions
- Customer Success Manager
$0.42 / GB
2,400 GB
Datacenter 2400
$1,000 / month 2,400 GB of traffic- 24/7 Support
- Unlimited Concurrent Sessions
- Customer Success Manager
$0.40 / GB
10,000 GB
Datacenter 10000
$4,000 / month 10,000 GB of traffic- 24/7 Support
- Unlimited Concurrent Sessions
- Customer Success Manager
Custom
Custom
Enterprise
Custom / month Custom of traffic- 24/7 Support
- Unlimited Concurrent Sessions
- Customer Success Manager
Plan
Traffic
Price per GB
Monthly
Customer Success Manager
Plan
Traffic
Price per GB
Monthly
Customer Success Manager
Plan
Traffic
Price per GB
Monthly
Customer Success Manager
Plan
Traffic
Price per GB
Monthly
Customer Success Manager
Fast and reliable proxies in Indonesia
.webp?noresize&width=842&height=481&name=Market%20(1).webp)
Get started in just five minutes
$ curl -x "http://username:pw;id;@proxy.soax.com:9000" -L http://checker.soax.com/api/ipinfo
import requests as req
proxy = {
"http": "http://username:pw;id;@proxy.soax.com:9000",
"https": "https://username:pw;id;@proxy.soax.com:9000"
}
resp = req.get("http://checker.soax.com/api/ipinfo",proxies=proxy)
print(resp.text)
<?php
$auth = base64_encode('username:pw;id;');
$aContext = array(
'http' => array(
'proxy' => 'tcp://proxy.soax.com:9000',
'request_fulluri' => true,
'header' => "Proxy-Authorization: Basic $auth",
),
);
$cxContext = stream_context_create($aContext);
$sFile = file_get_contents("http://checker.soax.com/api/ipinfo", False, $cxContext);
echo $sFile, "
";
?>
using Rebex.Net;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Rebex.Licensing.Key = "ENTER YOUR LICENSING KEY HERE";
var client = new Rebex.Net.HttpRequestCreator();
client.Proxy.ProxyType = ProxyType.Socks5;
client.Proxy.Host = "proxy.soax.com";
client.Proxy.Port = 9000;
client.Proxy.UserName = "username";
client.Proxy.Password = "pw;id;;;";
var url = "http://checker.soax.com/api/ipinfo";
var httpRequest = client.Create(url);
httpRequest.Headers["Accept"] = "text/html, application/xhtml+xml, image/jxr, */*";
httpRequest.Headers["Accept-Language"] = "en-US,en;q=0.7,ru;q=0.3";
httpRequest.Headers["Accept-Encoding"] = "gzip, deflate";
httpRequest.Headers["Host"] = url;
httpRequest.Headers["Connection"] = "Keep-Alive";
httpRequest.Timeout = 30000;
try
{
var response = httpRequest.GetResponse() as Rebex.Net.HttpResponse;
using (StreamReader sr = new StreamReader(response.GetResponseStream()))
{
var content = sr.ReadToEnd();
Console.WriteLine("Url: " + url + "
" + "Content length: " + content.Length + "
" + "Response:
" + content);
}
}
catch (Exception e)
{
Console.WriteLine("Url " + url + " is failed.
" + e.Message);
}
Console.ReadKey();
}
}
}
Hassle-free proxy management
Precise targeting
Pinpoint the exact location in Indonesia you want to target, down to the region or city level.
Choose your carrier
Choose from any of the most popular network operators in Indonesia
User-friendly dashboard
Tailor your settings to suit your specific data collection needs with minimal fuss.
Huge pool of IPs
Connect to 5,830,560 Indonesian IPs or 190 million global proxies.
Pinpoint the exact location in Indonesia you want to target, down to the region or city level.
Choose from any of the most popular network operators in Indonesia
Tailor your settings to suit your specific data collection needs with minimal fuss.
Connect to 5,830,560 Indonesian IPs or 190 million global proxies.
Reach your audience in Indonesia
- Gather in-depth social media intelligence
- Manage multiple social media accounts
- Conduct thorough ad testing
- Monitor competitor activity

Popular use cases
Data collection
Scrape public data from Indonesian websites while bypassing IP restrictions and CAPTCHAs. Our pool of fast and reliable IPs across Indonesia mean you can scrape data without interruption.
Social media
Manage multiple social media accounts in Indonesia easily, even with an international team. You can get dedicated IPs for your team so you don’t need authorization for each login attempt.
Price comparison and monitoring
Monitor prices on Tokopedia, Bukalapak, and other Indonesian ecommerce sites. Use SOAX proxies to compare prices and gauge your competition effectively.
Consumer trends
Scrape SERPs, social media platforms, and reviews to get a comprehensive view of consumer sentiment and trends in Indonesia – crucial for marketers, researchers, and entrepreneurs.
SEO monitoring
Monitor Indonesian search engine results to increase your organic traffic or analyze your competitors’ content. SOAX proxies work efficiently with the most popular search engines.
Brand protection
Detect faulty ads, unauthorized intellectual property use, negative brand mentions, counterfeit products or online brand misuse in Indonesia.
Advanced cybersecurity
Use our Indonesian proxies to monitor and manage traffic to your online resources. You can decide who has access to your secure files by using dedicated, secure IPs.
Goods purchasing
Unlock access to exclusive Indonesian products with SOAX proxies, bypassing regional restrictions so you can browse as if you are based in Indonesia, from anywhere.
Scrape public data from Indonesian websites while bypassing IP restrictions and CAPTCHAs. Our pool of fast and reliable IPs across Indonesia mean you can scrape data without interruption.
Manage multiple social media accounts in Indonesia easily, even with an international team. You can get dedicated IPs for your team so you don’t need authorization for each login attempt.
Monitor prices on Tokopedia, Bukalapak, and other Indonesian ecommerce sites. Use SOAX proxies to compare prices and gauge your competition effectively.
Scrape SERPs, social media platforms, and reviews to get a comprehensive view of consumer sentiment and trends in Indonesia – crucial for marketers, researchers, and entrepreneurs.
Monitor Indonesian search engine results to increase your organic traffic or analyze your competitors’ content. SOAX proxies work efficiently with the most popular search engines.
Detect faulty ads, unauthorized intellectual property use, negative brand mentions, counterfeit products or online brand misuse in Indonesia.
Use our Indonesian proxies to monitor and manage traffic to your online resources. You can decide who has access to your secure files by using dedicated, secure IPs.
Unlock access to exclusive Indonesian products with SOAX proxies, bypassing regional restrictions so you can browse as if you are based in Indonesia, from anywhere.
Why companies choose SOAX
Unlimited concurrent sessions
Our Indonesian proxies offer unlimited concurrent sessions, allowing you to connect multiple times simultaneously without any caps. This means you can scale your operations smoothly, without ever hitting a ceiling on connections.
Automatic IP rotation
Whether you want a new IP for every task or you want to set up your own IP rotation rules, the choice is yours. If your connection ever gets interrupted, don't worry. SOAX smoothly steps in and gives you a replacement IP. For those projects that need a steady IP connection, set up a sticky IP that sticks with you,even if the connection fails.
Worldwide coverage, precise targeting
Our proxy network stretches across every corner of the world. The real game-changer, however, lies in our capability to narrow down that coverage to suit your specific needs. With SOAX, you can pinpoint your targeting to exact regions, cities, and even individual internet service providers (ISPs).
Ethically sourced proxies
We know how much privacy matters to you. That's why we our Indonesian are 100% compliant with GDPR. We make sure every device and connection in our network is handled with care. You can trust that we're always keeping your data private.
Automate using API access
Use our API to automate your workflow. Whether you're looking to fetch an updated set of network nodes, manage your Indonesian proxies, or streamline your configurations, our API is your tool for making it happen quickly and easily. Need to check your usage stats or whitelist IPs? Consider it handled.
Multiple connection protocols
Our Indonesian proxies are compatible with several connection protocols, including HTTP(S) and SOCKS5. Mobile & residential proxies also support UDP/QUIC. This variety gives you the flexibility to choose the best way to link up based on what you need.
Our Indonesian proxies offer unlimited concurrent sessions, allowing you to connect multiple times simultaneously without any caps. This means you can scale your operations smoothly, without ever hitting a ceiling on connections.
Whether you want a new IP for every task or you want to set up your own IP rotation rules, the choice is yours. If your connection ever gets interrupted, don't worry. SOAX smoothly steps in and gives you a replacement IP. For those projects that need a steady IP connection, set up a sticky IP that sticks with you,even if the connection fails.
Our proxy network stretches across every corner of the world. The real game-changer, however, lies in our capability to narrow down that coverage to suit your specific needs. With SOAX, you can pinpoint your targeting to exact regions, cities, and even individual internet service providers (ISPs).
We know how much privacy matters to you. That's why we our Indonesian are 100% compliant with GDPR. We make sure every device and connection in our network is handled with care. You can trust that we're always keeping your data private.
Use our API to automate your workflow. Whether you're looking to fetch an updated set of network nodes, manage your Indonesian proxies, or streamline your configurations, our API is your tool for making it happen quickly and easily. Need to check your usage stats or whitelist IPs? Consider it handled.
Our Indonesian proxies are compatible with several connection protocols, including HTTP(S) and SOCKS5. Mobile & residential proxies also support UDP/QUIC. This variety gives you the flexibility to choose the best way to link up based on what you need.
Frequently asked questions
Do you offer HTTP, HTTPS, UDP/QUIC, and SOCKS5 support?
Do you offer 4G mobile proxies?
Can I try your Indonesian proxies for free?
Is web scraping legal in Indonesia?
Can't I use free proxies?
What are Indonesian proxies used for?
What carriers do you support in Indonesia?
Pt.Global Media Data Prima, Lintas Data Prima, Pt, Telkomsel, Pt Data Buana Nusantara, Pt. Trans Indonesia Superkoridor, Lifemedia, My Republic Id, Xl Axiata, Pt Mitra Lintas Multimedia, Myrepublic Id, Pt Yetoya Solusi Indonesia, Pt Linknet, Pt. Mayatama Solusindo, Pt Jaringan Lintas Artha, Smartfren, Pt Bali Towerindo Sentra, Tbk, Pt Jaringanku Sarana Nusantara, Pt Jala Lintas Media, Pt Sanders Bersaudara Media, Mnc Playmedia, Myrepublic Indonesia, Pt Surya Teknika Pratama, Pt. Cyberindo Aditama, Pt Sumber Data Indonesia, Pt Proxi Jaringan Nusantara, Pt Solnet Indonesia, Pt. Wifian Solution, Pt Hydra Media Indonesia, Three Indonesia, Pt Akses Data Internusa, Firstmedia, Pt Cahaya Solusindo Internusa, Pt Green Net Indonesia, Pt Xl Axiata Tbk, Pt. Mnc Kabel Mediacom, Pt Trisari Data Indonusa, Pt Lintas Jaringan Nusantara, Pt Telkom Indonesia, Rstnet, Indosat Internet Network Provider, Pt. Cemerlang Multimedia, Megadata-Isp, Pt Giga Digital Nusantara, Pt. Rasi Bintang Perkasa, Biznet Networks, Pt Remala Abadi, Pt Indo Access Semesta, Pt Mora Telematika Indonesia, Pt Indonesia Comnets Plus, Pt. Yasmin Amanah Media
What regions are available in Indonesia?
South Sulawesi, North Sumatra, West Sulawesi, Jambi, Riau Islands, North Kalimantan, East Nusa Tenggara, West Nusa Tenggara, North Sulawesi, Gorontalo, West Papua, Banten, East Kalimantan, Maluku, South Kalimantan, South Papua, Central Papua, Aceh, Papua, Bali, Southeast Sulawesi, South Sumatra, Lampung, Yogyakarta, Riau, Bengkulu, Jakarta, North Maluku, Central Sulawesi, Bangka–Belitung Islands, West Java, Central Java, West Kalimantan, West Sumatra, East Java, Central Kalimantan, Southwest Papua
What city targeting is available in Indonesia?
Sidoarjo, Banyumas, Padang, Balikpapan, Banjarmasin, Tegal, Surabaya, Makassar, Tangerang, Bekasi, Pati, Karawang, Mataram, Lumajang, Surakarta, Pekanbaru, Pontianak, Blitar, South Tangerang, Magelang, Bogor, Batam, Bandar Lampung, Yogyakarta, Jepara, Cirebon, Bengkulu, Tanjung Pinang, Jakarta, Tasikmalaya, Indramayu, Medan, Palembang, Bandung, Denpasar, Dumai, Samarinda, Semarang, Kudus, Tulungagung, Malang, Jember, Depok, Madiun, Manado, Jambi City, Kediri, Banyuwangi, Pasuruan
Turn web data into a powerful asset
Get access to Indonesian proxies with SOAX
Get started with SOAX today