vCard (.vcf) Generator β€” Bulk Contacts avatar

vCard (.vcf) Generator β€” Bulk Contacts

Pricing

from $0.001 / vcard generated

Go to Apify Store
vCard (.vcf) Generator β€” Bulk Contacts

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

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

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.

vCard (.vcf) Generator input β€” configure the options in the Apify Console

What it does

  • Builds vCard 3.0 files with name, org, title, phones, email, URL, address and notes.
  • One .vcf per contact and a combined contacts.vcf for 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

vCard (.vcf) Generator output β€” the results as a clean dataset

{ "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

FieldTypeDescription
namestringContact name.
emailstringContact email.
phonestringContact phone.
vcardUrlstring (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.