Password Generator avatar
Password Generator

Pricing

Pay per usage

Go to Store
Password Generator

Password Generator

Developed by

Karim

Maintained by Community

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

FieldDescriptionDefault
lengthLength of each password12
numberOfPasswordsNumber of passwords to generate1
useUppercaseInclude uppercase letters (A–Z)true
useLowercaseInclude lowercase letters (a–z)true
useDigitsInclude numbers (0–9)true
useSpecialCharsInclude special characters (e.g. @, $, #)true
minDigitsMinimum number of digits in each password1 if digits enabled
minSpecialCharsMinimum number of special characters1 if special chars enabled

⚠️ The sum of minDigits and minSpecialChars must be less than the total length.


📤 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 usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.