VOOZH about

URL: https://apify.com/vivid_astronaut/uuid-generator

โ‡ฑ UUID Generator API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Generate unique identifiers. UUID v1 and v4 formats.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

4 months ago

Last modified

Categories

Share

UUID Generator API

Generate unique identifiers. Supports UUID v1 and v4 formats.

Features

  • Fast Processing: Lightning-fast uuid generator api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
countintegerNoNumber of UUIDs to generate
versionintegerNoUUID version (1 or 4)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"count":1,
"version":4
};
const run =await client.actor("vivid_astronaut/uuid-generator").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"count":1,
"version":4
}
run = client.actor("vivid_astronaut/uuid-generator").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~uuid-generator/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"count": 1,
"version": 4
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

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

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

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

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

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

4

5.0

UUID Generator

web.harvester/uuid-generator

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.

2

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

cxo/uuid-generator

This Actor Generates Unique UID Eachtime in a dict, [{ "uuid": "unique-id-here" }]

Related articles

I tested the 9 best brand monitoring tools in 2026 (free + paid)
Read more
How to build and monetize an AI agent on Apify
Read more
6 best lead scraping tools in 2026
Read more