Ringtone Maker  Get Ringtone avatar

Ringtone Maker Get Ringtone

Pricing

Pay per usage

Go to Apify Store
Ringtone Maker  Get Ringtone

Ringtone Maker Get Ringtone

Search any song and get metadata, direct audio links, and trimmed 30-second ringtone files (MP3 / iPhone M4R).

Pricing

Pay per usage

Rating

5.0

(1)

Developer

Makers

Makers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

2 months ago

Last modified

Share

Ringtone Maker — Song to Ringtone

Turn any song into a ringtone in seconds. Search by song name (or paste a supported song/album/playlist URL) and get rich metadata, direct audio links, and — optionally — a ready-to-use 30-second ringtone file with fade in/out, in MP3 or M4R (iPhone) format, downloadable via a direct link.

No browser, no login, no app install. Runs in seconds and is priced per event, so you only pay for what you actually generate.

Features

  • 🔔 Ready ringtone URL with every result — an official ~30s tune MP3, no processing needed, even in the cheapest mode
  • 🔎 Song search — top matches for any song name, in many languages
  • 🎧 Direct audio links — high (320 kbps), low (160 kbps), or preview quality
  • ✂️ Ringtone clips — choose start point, length (5–45s), and fades
  • 📱 iPhone-ready M4R output, plus universal MP3
  • 🖼️ Metadata — title, artists, album, year, language, duration, 500×500 artwork
  • 📜 Lyrics (optional)
  • 📦 Batch mode — process a whole list of songs in one run
  • Cached clips — repeated requests for the same ringtone return instantly

Input

{
"query": "Believer",
"mode": "clip",
"clipStart": 60,
"clipLength": 30,
"fadeIn": 1,
"fadeOut": 2,
"format": "m4r",
"bitrate": "high"
}

Use "mode": "links" (the default) if you only need metadata and audio URLs — it's faster and cheaper. Add "queries": ["song 1", "song 2", ...] to batch many songs into a single run.

Output

One dataset item per song:

{
"id": "AbCdEfGh",
"title": "Believer",
"artists": "Imagine Dragons",
"album": "Evolve",
"year": "2017",
"language": "english",
"duration": 204,
"image": "https://.../500x500.jpg",
"mediaUrl": "https://.../..._320.mp4",
"ringtoneUrl": "https://.../....mp3",
"ringtoneSource": "catalog-tune",
"hasLyrics": true
}

ringtoneUrl is a direct, ready-to-use ringtone MP3 (~30s):

  • In links mode it's the song's official tune clip — instant, no processing.
  • In clip mode it's your custom-trimmed file (your start point, length, fades, MP3/M4R) with "ringtoneSource": "custom-clip" plus ringtoneFormat and ringtoneLength fields.

Pricing (pay per event)

EventPrice
Actor start$0.005 / run
Song resolved (links mode)$0.005 / song
Ringtone clip generated$0.025 / clip
Lyrics$0.002 / song

Example: searching a song and generating one iPhone ringtone costs about $0.03. A links-only lookup of 5 songs costs about $0.03 total.

Tips for the cheapest runs

  • Keep the default links mode unless you need the actual clip file.
  • Batch songs with queries — one run start instead of many.
  • 256 MB memory is enough for links mode; use 512 MB+ for clip mode.
  • Leave the proxy off (default) — it's only a fallback.

API usage

Like any Apify Actor, you can run it via the API and read the dataset items from the run — see the API tab above for ready-made snippets in JavaScript, Python, and curl.

Disclaimer

Audio content belongs to its respective rights holders. This Actor is a technical tool intended for personal use (e.g., setting a ringtone from music you have the right to use). You are responsible for complying with applicable laws and terms of the content's rights holders.