Export in Any Format
Download your contacts in the format that works best for you.
VCF (vCard)
Universal contact format. Import directly to any phone or email client.
CSV
Spreadsheet format. Perfect for Excel, Google Sheets, or database import.
Excel (.xlsx)
Native Excel format with formatting. Ready for analysis or sharing.
JSON
Developer-friendly format for custom integrations and automation.
Sync With Your Favorite Apps
Connect VisiScanner directly to the tools you already use.
CRM Platforms
Sync contacts directly to your customer relationship management system.
Contact & Email
Export contacts to your email and address book applications.
Applicant Tracking
For recruiters — sync candidates to your ATS platform.
Productivity Tools
Connect with your favorite productivity and collaboration apps.
Build Custom Integrations
Use our REST API to build custom integrations, automate workflows, or connect VisiScanner to your proprietary systems.
- RESTful API with JSON responses
- OAuth 2.0 authentication
- Webhook support for real-time updates
- Rate limiting with generous quotas
- Comprehensive documentation
- SDKs for popular languages
// Fetch contacts from VisiScanner
const response = await fetch(
'https://api.visiscanner.com/v1/contacts',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);
const contacts = await response.json();
console.log(contacts);Integrations FAQs
Common questions about exporting contacts and connecting VisiScanner to your tools.
What formats can I export my contacts to?
VisiScanner exports contacts to VCF (vCard), CSV, Excel (.xlsx), and JSON, so you can import them into any phone, email client, spreadsheet, database, or custom system.
Which CRMs does VisiScanner integrate with?
VisiScanner syncs directly with CRM platforms including Salesforce, HubSpot, Pipedrive, and Zoho CRM, with more on the way.
Can recruiters sync candidates to an ATS?
Yes. VisiScanner integrates with applicant tracking systems such as Greenhouse and Lever, with Workday, iCIMS, and BambooHR coming soon.
Does VisiScanner have an API?
Yes. VisiScanner offers a RESTful API with JSON responses, OAuth 2.0 authentication, webhook support, generous rate limits, full documentation, and SDKs so developers can build custom integrations.
Does VisiScanner work with Zapier?
Yes. The Zapier integration connects VisiScanner with 5,000+ apps - including Slack, Notion, Trello, Asana, Gmail, and Google Sheets - so you can automate workflows without writing code.
How do I request a new integration?
If you don't see your tool listed, you can contact us to request an integration and we'll work with you to build the connection you need.