Official SDK

Lystica Cloud API & SDK

Official Node.js & TypeScript SDK for the Lystica Cloud API. Access professional contacts, companies, email campaigns, and lists programmatically. Integrate Lystica Cloud data into your applications, CRMs, and workflows.

API Resources

Contacts
List, create, update, search, and manage contacts with filters and tags.
Companies
List, search companies and fetch contacts within companies.
Emails
Send, schedule, and track email delivery status for your campaigns.
Lists
Create lists, add/remove contacts, and manage list membership.

Quick Example

import { LysticaCloud } from "lystica-cloud";

const lystica = new LysticaCloud({
  apiKey: process.env.LYSTICA_API_KEY!,
});

const { data, meta } = await lystica.contacts.list({
  limit: 50,
  industry: "Technology",
});

console.log(`Found ${meta.total} contacts`);

Works in Node.js 18+, Next.js, Deno, and Bun. Full TypeScript support.

We use cookies

We use cookies to enhance your experience, analyze site usage, and assist in our marketing efforts. You can manage your preferences or learn more in our Cookie Policy.