Coupon & Voucher Code Generator β Bulk Unique
Pricing
from $0.0005 / codes generated
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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.csvfile.
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 }
| Field | Type | Description |
|---|---|---|
count | integer | How many unique codes. |
length | integer | Random-part length. |
prefix/suffix | string | Fixed text around each code. |
alphabet | string | Character set for the random part. |
groups | integer | Insert a separator every N chars (0 = off). |
lowercase | boolean | Output lowercase. |
Output
{ "code": "SUMMER-K7QP-93MN" }
Output schema
| Field | Type | Description |
|---|---|---|
code | string | A 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.