Overview
The Loqate TypeScript SDK makes it easy to capture, verify, and enrich address data without handling HTTP requests or response parsing manually. It’s available as the@loqate/core package and can be used in Node.js, browser, or Next.js apps.
You can call the same services exposed by our API — just faster, safer, and with full TypeScript support.
🔧 The SDK replaces direct API calls, but everything maps 1:1 to our REST API. You can still reference endpoint details in the API Reference.
Installation
Basic instructions for package managers:Initialisation and configuration
You can initialise the Loqate client by importing theLoqateClient class from the @loqate/core package and providing your API key in the configuration object, as shown below:
Quick start examples
Address Capture
Address capture provides two main methods:find and retrieve.
Address Capture - Find
The find request is used to search for addresses based on user input.container to specify a container ID.

