UUID Generator API — Bulk UUID v4, v7, ULID, NanoID avatar

UUID Generator API — Bulk UUID v4, v7, ULID, NanoID

Pricing

$10.00 / 1,000 batch generateds

Go to Apify Store
UUID Generator API — Bulk UUID v4, v7, ULID, NanoID

UUID Generator API — Bulk UUID v4, v7, ULID, NanoID

Generate unique IDs in bulk via API. Input: idType (uuid4, uuid7, ulid, nanoid, shortid), count, optional validate list. Output: JSON array of generated IDs plus validation results. Time-sortable UUID v7 and ULID supported. Cheap flat pay-per-batch pricing.

Pricing

$10.00 / 1,000 batch generateds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

UUID & ID Generator

Generate UUIDs and modern unique IDs in bulk — UUID v4, UUID v7 (time-sortable), ULID, NanoID, and short IDs — in one call.

Live on the Apify Store — run it instantly or call it as an agent tool via Apify MCP.

What you get

  • UUID v4 — RFC 4122 random UUIDs (via node:crypto.randomUUID).
  • UUID v7 — unix-ms timestamp + random, lexicographically sortable by creation time.
  • ULID — 26-char Crockford base32, time + random, sortable, URL-safe.
  • NanoID — 21-char URL-safe id, unbiased and collision-resistant.
  • Short ID — compact 8-char base62 id for human-friendly references.
  • Up to 10,000 IDs per run, optional uppercase, returned as a single JSON array — perfect for agents seeding records or backfilling test data.

Input

{
"type": "v7",
"count": 5,
"uppercase": false
}
FieldTypeDefaultNotes
typestringv4v4 | v7 | ulid | nanoid | short
countinteger101–10000
uppercasebooleanfalseReturn all IDs uppercased

Output

One dataset item per run:

{
"type": "v7",
"count": 5,
"uppercase": false,
"sortable": true,
"generatedAt": "2026-06-24T12:00:00.000Z",
"ids": [
"0190f8a1-2b3c-7d4e-8f90-1a2b3c4d5e6f",
"0190f8a1-2b3c-7d4e-8f90-1a2b3c4d5e70"
]
}

Pricing: pay-per-event — one charge per batch generated.