
Password Generator
Pricing
Pay per usage

Password Generator
Easily generate strong, customizable passwords in bulk. Configure length, character types (uppercase, lowercase, digits, special characters), and enforce minimum counts for digits and special characters. ldeal for bulk account creation, testing, or security workflows.
0.0 (0)
Pricing
Pay per usage
0
Monthly users
1
Runs succeeded
>99%
Last modified
5 days ago
🛡️ Password Generator Actor
This Apify actor generates one or more secure passwords based on your custom configuration. You can control the password length, character types, and enforce minimum counts for digits and special characters.
✅ Input Options
Field | Description | Default |
---|---|---|
length | Length of each password | 12 |
numberOfPasswords | Number of passwords to generate | 1 |
useUppercase | Include uppercase letters (A–Z) | true |
useLowercase | Include lowercase letters (a–z) | true |
useDigits | Include numbers (0–9) | true |
useSpecialChars | Include special characters (e.g. @, $, #) | true |
minDigits | Minimum number of digits in each password | 1 if digits enabled |
minSpecialChars | Minimum number of special characters | 1 if special chars enabled |
⚠️ The sum of
minDigits
andminSpecialChars
must be less than the totallength
.
📤 Output Format
Returns an array of objects, each containing:
1[ 2 { "id": 1, "password": "A9#bX3!q" }, 3 { "id": 2, "password": "zF$7pMw8" } 4]
💡 Use Cases
- Generate secure credentials for testing or onboarding
- Quickly create password lists for app seeding or QA
- Lightweight API for personal or internal use
You can customize or integrate this actor with your own workflows.
If you have any questions or need help, don't hesitate to reach out.
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.