# ZIP-code-level proxy targeting > Source: https://scrape.do/documentation/changelog/2026-03-27-zipcode-targeting/ 2026-03-27 · feature You can now narrow proxy targeting to a specific postal code in supported regions. Useful for scraping localized pricing, store availability, delivery estimates, and regional search results that differ ZIP-by-ZIP within the same country. ## How it works Add `postalcode` (or `zipcode` — they're interchangeable) alongside `super=true` and `geoCode`: ``` https://api.scrape.do?token=YOUR_TOKEN&url=TARGET_URL&super=true&geoCode=us&postalcode=90210 ``` Both `super=true` and a valid `geoCode` are required. The feature only works on Residential and Mobile proxies. ## Supported regions 12 countries are supported at launch, including: - **US** — 5-digit (`90210`, `10001`) - **GB** — alphanumeric A9A 9AA (`SW1A1AA`, `EC1A1BB`) - **DE / FR / IT / ES** — 5-digit - **CA** — alphanumeric A9A 9A9 (`M5V3L9`, `V6B1A1`) - **AU** — 4-digit - **IN** — 6-digit - **NL** — 4-digit + 2 letters - **BR** — 5 or 8-digit - **JP** — 7-digit (with or without hyphen) The full list with example codes and edge cases is in the [postal code documentation](/documentation/proxies/postal-code).