URL Slug Generator API — Clean, Unicode-Safe Slugs avatar

URL Slug Generator API — Clean, Unicode-Safe Slugs

Pricing

$10.00 / 1,000 slug generateds

Go to Apify Store
URL Slug Generator API — Clean, Unicode-Safe Slugs

URL Slug Generator API — Clean, Unicode-Safe Slugs

URL slug generator API. Input: titles/strings (texts) with optional maxLength, separator, and uniqueness suffix option. Output: JSON with input and slug — transliterated accents and non-Latin scripts, lowercased, punctuation stripped. $0.01 per slug generated.

Pricing

$10.00 / 1,000 slug 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

URL Slug Generator

Turn any title or string into a clean, URL-safe slug — accents, emoji, punctuation, and non-Latin scripts all handled for you.

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

What you get

  • Transliterates accented and diacritic characters to ASCII (Cafécafe) plus Greek and Cyrillic scripts.
  • Strips emoji and punctuation, collapses whitespace, and converts common symbols to words (&and, %percent).
  • Configurable separator, optional lowercase, and maxLength trimming at a word boundary.
  • Single string or bulk array (up to 200) in one run, with automatic uniqueness suffixes for duplicate slugs.

Input

{
"text": "Héllo World! 10 Café Tips & Trïcks 2024",
"separator": "-",
"maxLength": 40,
"lowercase": true
}

Provide text for one string, or texts for a batch:

{ "texts": ["My First Post!", "Привет, мир", "Ωραία μέρα"] }

Output

One dataset item per input string:

{
"input": "Héllo World! 10 Café Tips & Trïcks 2024",
"slug": "hello-world-10-cafe-tips-and-tricks-2024",
"length": 40
}

Each generated slug bills a single slug-generated event.