Coupon & Voucher Code Generator β€” Bulk Unique avatar

Coupon & Voucher Code Generator β€” Bulk Unique

Pricing

from $0.0005 / codes generated

Go to Apify Store
Coupon & Voucher Code Generator β€” Bulk Unique

Coupon & Voucher Code Generator β€” Bulk Unique

Generate large batches of unique, collision-checked promo/voucher codes with custom prefixes, length and character sets. For campaigns, gift cards and giveaways.

Pricing

from $0.0005 / codes generated

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Generate large batches of unique, collision-checked promo and voucher codes β€” with custom prefixes, length, grouping and character sets. For marketing campaigns, gift cards, giveaways and licensing.

What it does

  • Generates guaranteed-unique codes (deduped as they're created).
  • Custom prefix/suffix, length, character set and grouping (ABCD-EFGH).
  • Excludes ambiguous characters by default (no 0/O/1/I).
  • Exports a dataset and a codes.csv file.

Use cases

  • Marketing β€” unique discount codes for a campaign.
  • Gift cards / vouchers β€” bulk redeemable codes.
  • Licensing / access β€” unique keys at scale.

Input

{ "count": 100, "length": 8, "prefix": "SUMMER-", "groups": 4 }
FieldTypeDescription
countintegerHow many unique codes.
lengthintegerRandom-part length.
prefix/suffixstringFixed text around each code.
alphabetstringCharacter set for the random part.
groupsintegerInsert a separator every N chars (0 = off).
lowercasebooleanOutput lowercase.

Output

{ "code": "SUMMER-K7QP-93MN" }

Output schema

FieldTypeDescription
codestringA unique generated code.

FAQ

Are codes unique? Yes β€” collisions are checked and rejected as codes are generated.

Can I automate it? Yes β€” via integrations on the Apify platform and the Apify API.

Notes

Original clean-room implementation.