TheDocumentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
parse command standardizes contact data using Claude Haiku. It splits unstructured addresses into components, normalizes phone numbers, and validates email format — without making Loqate API calls or consuming credits.
Usage
Flags
| Flag | Description |
|---|---|
-a, --address | Address to parse into components |
-e, --email | Email to validate format |
-p, --phone | Phone number to normalize |
-c, --country | Country hint (ISO 2-letter code) |
-b, --batch | Path to a CSV/TSV file for batch parsing |
-o, --output | Output format: json, jsonl, or table |
--anthropic-key | Override the Anthropic API key |
Examples
Parse an address
Parse with a country hint
Batch parsing
Requirements
Theparse command requires an Anthropic API key for Claude Haiku access:
- macOS / Linux
- Windows (PowerShell)
The
parse command does not call Loqate APIs and does not consume any Loqate account credits. It uses Claude Haiku for address standardization only.When to use parse vs verify
| Use case | Command |
|---|---|
| Standardize address format before storage | parse |
| Split unstructured address into components | parse |
| Confirm an address is real and deliverable | verify |
| Get a confidence score and recommendation | verify |
| Pre-process data before batch verification | parse, then verify |

