> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blitz-api.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Geography

# Geography

> Sales regions, continents, and country codes (ISO 3166-1 alpha-2) for `location` filters across BlitzAPI Search endpoints.

<div style={{position:'absolute',width:'1px',height:'1px',padding:0,margin:'-1px',overflow:'hidden',clipPath:'inset(50%)',whiteSpace:'nowrap',border:0}}>
  > **Agents & LLMs**: a Markdown version of this page is available by appending `.md` to the URL, and the full documentation index is at [llms.txt](https://docs.blitz-api.ai/llms.txt).
</div>

## Sales Regions

Used in: **Employee Finder**, **Find People** (`people.location.sales_region` and `company.hq.sales_region`)

| Value     | Coverage                        |
| :-------- | :------------------------------ |
| `"NORAM"` | North America (US, Canada)      |
| `"LATAM"` | Latin America                   |
| `"EMEA"`  | Europe, Middle East, and Africa |
| `"APAC"`  | Asia-Pacific                    |

***

## Continents

Used in: **Employee Finder**, **Find People** (`people.location.continent` and `company.hq.continent`)

| Value             |
| :---------------- |
| `"Africa"`        |
| `"Antarctica"`    |
| `"Asia"`          |
| `"Europe"`        |
| `"North America"` |
| `"Oceania"`       |
| `"South America"` |

***

## Country Codes

Used in: **Waterfall ICP** (`location` field), **Employee Finder** (`country_code` field), **Company Search** (`hq.country_code` field).

Country codes follow the **ISO 3166-1 alpha-2** standard (consistent with LinkedIn).

<Tip>
  For **Waterfall ICP Search**, use `"WORLD"` to search globally without geographic restriction. For **Employee Finder**, use `["WORLD"]` as `country_code` default or simply omit the field. For **Company Search** omit the location/hq fields entirely or pass empty arrays.
</Tip>

### Common Codes

| Country        | Code |
| :------------- | :--- |
| United States  | `US` |
| United Kingdom | `GB` |
| France         | `FR` |
| Canada         | `CA` |
| Germany        | `DE` |
| Australia      | `AU` |
| Netherlands    | `NL` |
| Spain          | `ES` |
| Italy          | `IT` |
| India          | `IN` |
| Brazil         | `BR` |
| Singapore      | `SG` |
| Sweden         | `SE` |
| Switzerland    | `CH` |
| Belgium        | `BE` |
| Denmark        | `DK` |
| Norway         | `NO` |
| Finland        | `FI` |
| Poland         | `PL` |
| Israel         | `IL` |
| Japan          | `JP` |
| South Korea    | `KR` |
| China          | `CN` |
| Mexico         | `MX` |
| Argentina      | `AR` |
| Chile          | `CL` |
| Colombia       | `CO` |
| South Africa   | `ZA` |
| UAE            | `AE` |
| Saudi Arabia   | `SA` |

For the complete list of all country codes, refer to the [official ISO 3166-1 standard](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) or the [Microsoft LinkedIn Documentation](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/country-codes).
