Products
Datacenter proxies from $19/mo Rotating proxies from $49/mo ISP proxies from $33/mo Dedicated proxies from $3.50/mo UDP proxies from $5/mo Try proxies
Use cases
Data & scraping AI services Social media & messaging E-commerce & finance Media & entertainment Marketing & ads Automation & tools All use cases →
Pricing
Full pricing table All 20 locations Money-back guarantee
Resources
Blog Proxy API MCP server Setup guides FAQ For business About us Affiliate program
English
English Русский
99.9% uptime · 100,000+ IPs available

Proxy Servers for Craigslist

Clean US IPs for Craigslist data work: collect listings at scale from addresses the site’s reputation scorer trusts, on dedicated IPs reserved for you alone. From $3.50 per IP/month.

  • Unlimited bandwidth—no usage-based billing
  • One of the highest connection limits in the industry
  • Whitelist up to five source IPs at no charge
  • Up to three free proxy list refreshes per month
Try proxies Configure any available plan and add-ons for 48 hours.
Reserved exclusively for you
Plan term
Total for 30 days $0.00
Buy proxies
✓ 24-hour money-back guarantee — details · ✓ No KYC required

Why does Craigslist care about your IP?

Craigslist is a network of local marketplaces, and the IP is how it decides whether you belong in one. It reads two things from your address. First, reputation: Craigslist runs one of the web’s harsher IP scorers, and it doesn’t count requests so much as judge origin — a datacenter or VPN range (AWS, DigitalOcean, and the known providers) draws a 403 within a handful of requests, and an address previously used for spam or scraping stays flagged long after. Second, geography: the site expects your address to sit in the metro you’re browsing or posting in, because that’s what a genuine local looks like. Those two checks explain most of the friction people hit — the collector that dies after a few hundred requests from one server, the account that vanishes when its origin doesn’t match its city.

For data collection, the answer is clean origin and human pace. Our dedicated addresses carry no shared history — the IP’s reputation depends only on what you do with it — and Craigslist’s reputation scorer rewards exactly that, where a crowded datacenter range fails. Pair it with a restrained rate: a few requests a minute per address, backing off the moment a metro returns 403, rather than reloading a flagged pattern. Craigslist shut its public API years ago, so the website is the only surface, and some pages need a real browser to render — plan for that rather than firing raw HTTP at scale. The dedicated model fits because a task that depends on a clean address benefits from that address being yours and nobody else’s.

An honest limit shapes how we sell this: our targeting is by country, not by city. You can pin US addresses for craigslist.org, which keeps the country coherent, but we can’t hand you a Chicago-specific or Miami-specific IP. If your work genuinely requires the exit to match a single metro, that’s a constraint to weigh before ordering — we’d rather you know now than discover it after.

Product specs at a glance
IP pool100,000+ IPv4
ProtocolsHTTP, HTTPS, SOCKS4, and SOCKS5
Bandwidthunlimited
Uptime99.9%
IP whitelistingup to five source IPs included
Username/passwordoptional, in addition to IP whitelisting
List refreshesup to three free refreshes per month
Minimum order100 IPs; 1 IP for dedicated proxies
Deliveryautomatically after payment
Refund24-hour money-back guarantee
Payment methods
StripeStripe VisaVisa MastercardMastercard American ExpressAmex USDT TRC20 and ERC20USDT USDCUSDC BitcoinBitcoin EthereumEthereum LitecoinLitecoin

Which proxies should you choose?

The four proxy options we offer — and the use cases each one fits best.

DatacenterIPv4 packages Rotating proxiesfull shared pool ISPstatic residential Our pick for Craigslist
Dedicatedexclusive IPv4
IP source Datacenter, IPv4 Datacenter, IPv4the same 100,000+ IP pool Consumer ISP networks Datacenter, IPv4
Who uses the IP Up to 5 customers per IPnever concurrently Shared pool available to all rotating-proxy customers Up to 5 customers per IPnever concurrently Exclusive to youfor the entire plan term
IP persistence Static listup to three free refreshes per month Exit IP rotates on every requestwell suited to high-volume web scraping Static listone free refresh every eight days Staticreserved for the entire plan term
Pricing model By IP countunlimited bandwidth Per requestfull pool access By IP countunlimited bandwidth By IP countunlimited bandwidth
Cost predictability Fixedbased on IP count Variabledepends on request volume Fixedbased on IP count Fixedbased on IP count
Speed Up to 500 Mbpsper proxy Up to 300 Mbpsper connection Up to 500 Mbpsper proxy Up to 500 Mbpsper proxy
Suitability for strict anti-fraud systems Limiteddatacenter origin remains visible Moderaterotation reduces repeated requests from a single IP HigherISP-registered residential IPs Moderatethe IP's reputation depends only on you
Scaling 100–100,000+ IPslarger packages have a lower price per IP No fixed list to scaleyou pay per request, not per IP Package-basedtotal cost increases with IP count Starts at one IPbest for targeted use cases; volume pricing is available on request
Minimum order From 100 IPs From 2.5 million requests From 100 IPs From 1 IP
Price $from $0.07 per IP/month $$from $49.00/month $$from $0.22 per IP/month $$$from $3.50 per IP/month
Best for Steady volumes: web scraping and automation using a fixed proxy list Burst workloads and one-off projects: maximum IP diversity without buying a list Social media, accounts, long sessions — wherever IP trust matters Accounts and messaging apps, where the IP is part of your reputation and you need a clean IP reserved exclusively for you
Buy now Rotating proxies ISP proxies Dedicated proxies

Connect in 60 seconds

A collector takes the addresses as a plain list; a posting browser takes one host and port in its network settings. Copy the snippet for your stack, or paste it into your AI coding assistant.

# HTTP or HTTPS proxy
curl -x http://login:password@IP:port https://example.com

# SOCKS5
curl --socks5-hostname IP:port \
  --proxy-user login:password \
  https://example.com
import requests

proxy = "http://login:password@IP:port"  # your proxy from the Dashboard

r = requests.get(
    "https://example.com",
    proxies={"http": proxy, "https": proxy},
)
print(r.status_code)
import { ProxyAgent } from "undici";

const dispatcher = new ProxyAgent("http://login:password@IP:port");
const res = await fetch("https://example.com", { dispatcher });
console.log(res.status);
$ch = curl_init("https://example.com");
curl_setopt($ch, CURLOPT_PROXY, "IP:port");
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "login:password");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
Fill in the credentials from your Dashboard. If you use IP whitelisting, you don't need a username or password.

Export in any format

Choose a standard format or create a custom one with any field order and delimiter your software requires.

IP:port login:password@IP:port {scheme}{ip}{port}{login}{password} — builder
HTTP HTTPS SOCKS4 SOCKS5 HTTP/2 ✓

See the FAQ for the ports used by each protocol.

PapaProxy API

You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.

MCP server for AI agents

Claude, Cursor, and other agents buy proxies, renew plans, and export updated proxy lists through an access token you create in your Dashboard. See how it works.

Works with
…and 500+ more tools

Per-IP prices shown are for the largest package size. Get an exact quote in the calculator above.

Free proxy list for testing

Updated 13 days ago · New proxies added hourly · 10,610 proxies currently listed

These are not PapaProxy.net proxies. They are public proxies collected from open sources and are intended only for testing your software. To test our managed service, configure a 48-hour proxy trial with the plan and add-ons you need.
IPCountryPortProtocol
141.193.213.11 US 80 HTTP
199.187.210.54 US 4145 SOCKS5
34.134.231.117 US 3129 HTTP
12.50.107.219 US 80 HTTP
141.193.213.10 US 80 HTTP
172.67.240.126 US 80 HTTP
63.141.128.193 US 80 HTTP
172.67.75.199 US 80 HTTP
172.67.85.248 US 80 HTTP
172.67.229.34 US 80 HTTP
IP:port format—one proxy per line

Reviews

A few service metrics—and feedback from our customers.

27,000+
proxy packages sold since 2019
60%
of customers upgrade their plan after the first month
100,000+ IPs
in our own pool across 22 locations

I use proxies for online games. I have been using the service for many months and I am satisfied with the quality and efficiency. Proxies work as they should and there are practically no disconnects. I recommend it, you will not regret it!

FD Felix Drechsler July 2025

Like the service! Responsive and fast support, affordable prices, convenient renewal panel and network selection. Just what I need!

KV Kornev Vitalii February 2026

I used the service for social networking. At first I bought it for a month, but now I will definitely renew it because the quality is really good! I am very glad that I finally found a really cool service!

RC Ryan Cooper March 2026

Proxies do not fail, and at this price it is a great gift. I buy them when I need them, usually once every few months. There have been a few minor glitches but the support here is above all praise. Responsive, kind, understanding and fast. All issues were resolved promptly. It is very nice to work with true professionals.

E Elliot May 2025

Frequently asked questions

Can't find your answer? Message us in live chat — real humans reply.

Can I get IPs for a specific US city?

No — and we put this first because it decides whether we're the right provider for you. Our targeting works at the country level: you can order US addresses, but not addresses pinned to Chicago, Miami, or any single metro. For collecting listings across many regional Craigslist sites, country-level US IPs do the job — the data is the same regardless of which state your address sits in. But if your workflow depends on the exit IP matching one specific city, a city-targeted residential provider fits that requirement better, and we'd rather say so before you pay than field the refund after.

Will these proxies prevent Craigslist ghosting or bans?

No provider can promise that, and any who does is overselling. Ghosting — where your ad posts normally but never appears in search results — is triggered by a combination of signals: the IP, the account and its phone verification, the ad copy, and posting frequency. A clean dedicated address removes one of those signals, and it's a real one — an IP with shared spam history can sink an otherwise fine ad. But if the account was verified with a VoIP number, the copy repeats a filtered template, or you post the same ad across several cities in an hour, the listing gets flagged on those grounds no matter what address it comes from. The proxy is the network layer; staying inside Craigslist's posting rules is on you.

Are these proxies good for scraping Craigslist?

Yes — collecting public listing data is what most people buy proxies for Craigslist to do, and dedicated addresses with clean history hold up well at a paced rate. Two framings matter. Technically: keep each address to a few requests per minute, back off on the first 403 instead of retrying hot, and expect some pages to require a headless browser rather than raw HTTP. Legally: Craigslist litigated against scrapers (the 3Taps case is the best-known precedent) and its terms prohibit automated collection, while US courts have generally treated scraping of publicly accessible data more leniently — so stick to public listing fields like item, price, and category, leave sellers' names and phone numbers alone, and get your own counsel's view if the data feeds a commercial product.

Other PapaProxy.net products

A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.

Put our proxies to the test

Configure any available plan and add-ons for 48 hours. Test the speed, stability, and target-site compatibility with your actual use case.

Try proxies

Buying as a company?

We can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.

Contract, invoices, and receipts Bank transfers and net payment terms Dedicated account manager Business orders from $100
Business terms or contact us on Telegram: @papaproxy