L
Liusha Recruit
Connected Ecosystem

Works with Your
Preferred Tools

Liusha integrates seamlessly with the stacks your team already loves, ensuring a unified A-Method workflow.

50+
Integrations
5 min
Setup time
99.9%
Uptime
Explore integrations

Communication

Stay connected with your team

Slack

Popular

Get real-time hiring updates and Scorecard alerts directly in your channels.

Microsoft Teams

Sync interview schedules and collaborate on candidate feedback within Teams.

Sourcing & Social

Find the best talent

LinkedIn

Popular

One-click import of A-Players and automatic Topgrading profile generation.

GitHub

Analyze technical contributions and patterns of success for engineering roles.

Productivity

Streamline your workflow

Google Workspace

Popular

Seamless email synchronization and Google Calendar interview booking.

Outlook

Full Outlook integration for enterprise-level scheduling reliability.

ATS & HRIS

Connect your existing systems

Workday

Sync candidate data and hiring workflows with your Workday instance.

Greenhouse

Import jobs and push A-Method scores directly to your Greenhouse pipeline.

Developer API

Build Custom
Integrations

Our REST API allows you to build custom connections for your specific needs. Full documentation, SDKs, and webhooks included.

RESTful API
Webhooks support
SDKs for popular languages
Sandbox environment
// Get candidate score
const response = await liusha.candidates.get({
  id: "cand_123abc",
  include: ["scorecard", "interviews"]
});

console.log(response.data.aPlayerScore);
// Output: 94

Don't See Your Tool?

We're constantly adding new integrations. Our API also allows you to build custom connections for your specific needs.