Buy Box differs by ZIP
Buy Box rotation factors in delivery distance, Prime eligibility and FBA warehouse routing. A New York scraper does not see what a Houston shopper sees. ZIP-level US targeting is non-negotiable for accurate repricer data.
Amazon shows different prices, Buy Box winners and shipping windows to shoppers in different metros — and serves datacenter IPs nothing useful at all. Tier-1 residential IPs with city, state and ASN US targeting reproduce a real shopper's view. Unlimited bandwidth caps the bill on catalogue-scale sweeps. The two together cover both spot-accurate repricing and bulk ASIN tracking.
Amazon's edge has been hardened against scraping for over a decade. Three problems break naive scrapers within hours.
Buy Box rotation factors in delivery distance, Prime eligibility and FBA warehouse routing. A New York scraper does not see what a Houston shopper sees. ZIP-level US targeting is non-negotiable for accurate repricer data.
Amazon's edge serves a non-personalised, non-localised page to known datacenter ASNs. Repricers running off datacenter IPs ingest data that does not match what their actual customers see.
One IP issuing repeated ASIN lookups gets soft-CAPTCHA'd within minutes. A 90M+ rotating pool means each IP issues at most one Amazon request per hour — beneath any per-IP threshold.
A daily 100k-ASIN sweep with full HTML payloads runs into hundreds of GBs a month. Unlimited bandwidth on Budget Unlimited caps the bill flat regardless of how many ASINs you track.
amazon.co.uk, .de, .fr, .co.jp and .in each have their own pricing, Buy Box and seller landscape. Country targeting on every plan lets one infrastructure cover the global Amazon footprint.
Offer-listing pagination breaks if the IP rotates mid-crawl. Sticky sessions up to 60 hours on Platinum hold the entire pagination on one IP so cursors stay valid.
Default for Buy Box and ZIP-accurate repricing. Tier-1 ISP residential with city, state and ASN US targeting. The only plan that reproduces metro-specific offer data reliably.
Default for catalogue-scale ASIN sweeps. Unlimited bandwidth on a port-based model. Right fit when nightly 100k+ ASIN sweeps would otherwise dominate the bill on per-GB pricing.
Higher-throughput unlimited pool for repricers and catalogue teams that need 1 Gbps+ aggregate. US-region rotating routes.
For high-RPS Amazon listing API scrapers where unit cost matters more than residential fingerprint. Configurable 100–2000+ req/s per thread.
# Python — capture amazon.com Buy Box from a specific ZIP via Platinum
from playwright.sync_api import sync_playwright
with sync_playwright() as p:
browser = p.chromium.launch(
proxy={
"server": "http://platinum.proxyomega.com:20228",
"username": "YOUR_USER-cc-us-state-tx-session-asin_capture_001",
"password": "YOUR_PASS",
}
)
page = browser.new_page()
page.goto("https://www.amazon.com/dp/B0EXAMPLEASIN")
# Set delivery ZIP via the location picker, then capture Buy Box
buy_box_price = page.locator("#corePrice_feature_div .a-price").inner_text()
print(buy_box_price)
browser.close()Shopify, Walmart and broader marketplace data.
Google SERP data for keyword-rank tracking.
EDGAR filings for retailer financial analysis.
$5 trial credit. Pay-as-you-go after. Volume pricing on Platinum down to $1.70/GB at 1,000 GB. Budget Unlimited from $51.99/mo flat.
ProxyOmega 90M+ ethically-sourced IPs across 200+ countries and 30,000+ cities. Residential, mobile, ISP and IPv6 proxies for scraping and AI agents.