vCard (.vcf) Generator β Bulk Contacts
Pricing
from $0.001 / vcard generated
vCard (.vcf) Generator β Bulk Contacts
Turn a contact list into standards-compliant vCard (.vcf) files β one per contact plus a combined file β ready to import into any phone, Google Contacts, Outlook or CRM.
Pricing
from $0.001 / vcard generated
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 days ago
Last modified
Categories
Share
Turn a contact list into standards-compliant vCard (.vcf) files β one per contact, plus a combined file β ready to import into any phone, Google Contacts, Outlook, Apple Contacts or CRM. Perfect for onboarding a team, an event guest list, or exporting a CRM segment.

What it does
- Builds vCard 3.0 files with name, org, title, phones, email, URL, address and notes.
- One
.vcfper contact and a combinedcontacts.vcffor a single import. - Proper escaping and line folding so the files import cleanly everywhere.
Use cases
- Sales & events β import hundreds of contacts into a phone/CRM at once.
- Onboarding β hand new hires a ready company contact list.
- Migrations β convert a spreadsheet of contacts into vCards.
Input
{ "contacts": [{ "name": "Ada Lovelace", "email": "ada@example.com", "phone": "+1 555 0100", "org": "Analytical Engines", "title": "Mathematician" }] }
Each contact supports: name (or firstName/lastName), email, phone, workPhone, org, title, url, address, city, state, zip, country, note.
Output

{ "name": "Ada Lovelace", "email": "ada@example.com", "phone": "+1 555 0100", "vcardUrl": "https://api.apify.com/v2/key-value-stores/.../records/vcard-0001.vcf" }
Output schema
| Field | Type | Description |
|---|---|---|
name | string | Contact name. |
email | string | Contact email. |
phone | string | Contact phone. |
vcardUrl | string (URL) | Link to the contact's .vcf file. |
FAQ
How do I import them all at once? Use the combined contacts.vcf saved in the key-value store.
Which apps support the files? Any that read vCard 3.0 β iOS/Android contacts, Google Contacts, Outlook, Apple Contacts, most CRMs.
Can I automate it? Yes β via integrations on the Apify platform and the Apify API.
Notes
Original clean-room implementation.