# Bulk Address Parser & Normalizer (US / CA) — Full Export

**Use case:** 

Scrape the full bulk address parser & normalizer (us / ca) dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract bulk address parser & normalizer (us / ca) for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "addresses": [
    "123 Main St, Springfield, IL 62701",
    "500 University Ave, Toronto, ON M5G 1V7",
    "PO Box 1234, George Town, KY1-1107",
    "1600 Pennsylvania Ave NW, Washington, DC 20500",
    "totally invalid garbage string"
  ],
  "defaultCountry": "US",
  "geocode": false,
  "returnUnparseable": true,
  "includePhone": false,
  "maxItems": 200
}
```

## Output

```json
{
  "raw": {
    "label": "Raw",
    "format": "string"
  },
  "parsed": {
    "label": "Parsed",
    "format": "object"
  },
  "valid": {
    "label": "Valid",
    "format": "boolean"
  },
  "patternMatched": {
    "label": "Patternmatched",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Address Parser & Normalizer (US / CA)](https://apify.com/jungle_synthesizer/address-parser-normalizer-bulk) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/address-parser-normalizer-bulk) to learn more, explore other use cases, and run it yourself.