VOOZH about

URL: https://apify.com/web.harvester/uuid-generator

โ‡ฑ UUID Generator - Bulk Unique ID Creator ยท Apify


Pricing

$3.00/month + usage

Go to Apify Store

Generate UUIDs (v1, v4, v5) in bulk. Create unique identifiers for databases, APIs, and tracking. Up to 100,000 UUIDs at once. Multiple formats: standard, uppercase, no-hyphens, braces, URN. UUID v5 supports deterministic generation from names. Fast, reliable, production-ready.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Web Harvester

Web Harvester

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Share

๐Ÿ”‘ Generate UUIDs (v1, v4, v5) in bulk. Create unique identifiers for databases, APIs, tracking, and more.

๐Ÿ‘ Apify Actor
๐Ÿ‘ License: MIT

๐ŸŽฏ What This Actor Does

Generate universally unique identifiers:

  • UUID v1 - Time-based (includes MAC address)
  • UUID v4 - Random (most common, recommended)
  • UUID v5 - Namespace + Name (deterministic)
  • Bulk Generation - Up to 100,000 at once
  • Multiple Formats - Standard, uppercase, no-hyphens, URN

๐Ÿš€ Use Cases

Use CaseDescription
Database IDsGenerate primary keys
API TokensCreate unique tokens
Session IDsUser session identifiers
File NamesUnique file identifiers
Correlation IDsRequest tracing
Test DataGenerate test identifiers

๐Ÿ“ฅ Input Examples

Generate Random UUIDs (v4)

{
"count":100,
"version":"v4",
"format":"standard"
}

Deterministic UUIDs (v5)

{
"version":"v5",
"namespace":"dns",
"names":["example.com","api.example.com"]
}

Custom Format

{
"count":50,
"version":"v4",
"format":"no-hyphens"
}

โš™๏ธ Configuration

ParameterTypeDefaultDescription
countinteger10Number of UUIDs to generate
versionstringv4UUID version: v1, v4, v5
namespacestringdnsNamespace for v5: dns, url, oid, x500, custom
customNamespacestring-Custom namespace UUID
namesarray[]Names for v5 generation
formatstringstandardOutput format

๐Ÿ“ค Output

{
"index":1,
"uuid":"f47ac10b-58cc-4372-a567-0e02b2c3d479",
"version":"v4"
}

For v5 with Names

{
"index":1,
"uuid":"2ed6657d-e927-568b-95e1-2665a8aea6a2",
"version":"v5",
"name":"example.com",
"namespace":"dns"
}

๐Ÿ“‹ UUID Versions Explained

VersionTypeUse Case
v1Time + MACSortable, traceable
v4RandomGeneral purpose, most common
v5SHA-1 hashReproducible from input

๐Ÿ“ Output Formats

FormatExample
standardf47ac10b-58cc-4372-a567-0e02b2c3d479
uppercaseF47AC10B-58CC-4372-A567-0E02B2C3D479
no-hyphensf47ac10b58cc4372a5670e02b2c3d479
braces{f47ac10b-58cc-4372-a567-0e02b2c3d479}
urnurn:uuid:f47ac10b-58cc-4372-a567-...

๐Ÿ’ฐ Cost Estimation

CountApprox. TimeCompute Units
1,000~1 second~0.001
10,000~3 seconds~0.005
100,000~15 seconds~0.02

๐Ÿ”ง Technical Details

  • Language: Python 3.12
  • Library: Python uuid (built-in)
  • Memory: 128MB
  • Speed: 100K+ UUIDs/second

๐Ÿ“„ License

MIT License - see LICENSE for details.

You might also like

UUID Generator

rl1987/uuid-generator

Generate bulk universally unique identifiers (UUID v1, v3, v4, v5, v7) on demand. Export as JSON, CSV, Excel or plain text.

UUID Generator

maximedupre/uuid-generator

Generate UUID v1, v3, v4, v5, v7, alphanumeric IDs, and sequential IDs in bulk. Validate, analyze, convert, deduplicate, and summarize UUIDs, then export clean results from Apify.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

UUID Generator

apizy/uuid-generator

Generate UUID v1, v3, v4, v5 instantly. Perfect for test data, unique IDs, database seeding, and development workflows. Choose random v4 (most common), time-based v1, or deterministic v3/v5. Customize hyphen format. Export results via Dataset or API. Fast, no-code tool with scheduling and monitoring

Uuid Generator

aluminum_jam/uuid-generator

The UUID Generator Actor offers a robust solution for generating universally unique identifiers (UUIDs) on demand through Apify's platform. It supports multiple UUID versions, including v1 (timestamp-based), v4 (random), and v5 (namespace-based), catering to a wide of application needs.

2

5.0

GUID Forge: Bulk UUID & ID Generator

thescrapelab/guid-forge-bulk-uuid-id-generator

Generate UUID v1/v4/v5 and custom IDs (alphanumeric or sequential, timestamped) at high speed. Outputs to dataset

3

5.0

Uuid Generator

calm_necessity/uuid-generator

UUID Generator Actor creates unique UUIDs on demand for applications, databases, and automation workflows. Generate high-quality universally unique identifiers with structured output and timestamps. Ideal for developers, testing, and distributed systems.

๐Ÿ‘ User avatar

Taher Ali Badnawarwala

2

uuid generator actor mcp

amaranth_nylon/uuid-generator-actor-mcp

Generates universally unique identifiers (UUIDs) efficiently for use in applications, workflows, and data pipelines. Supports multiple UUID versions and customizable output formats. Ideal for tasks requiring unique reference values, entity tagging, or session management.