VOOZH about

URL: https://apify.com/kabbalistic_signal/ig-music-finder

⇱ Instagram Music Finder by Song Name Β· Apify


πŸ‘ Instagram Music Finder by Song Name avatar

Instagram Music Finder by Song Name

Pricing

Pay per usage

Go to Apify Store

Instagram Music Finder by Song Name

Searches Instagram's music library by song name and returns the audio URL. Uses Instagram's internal music search API with your session cookie.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Kabbalistic Signal

Kabbalistic Signal

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

a month ago

Last modified

Share

Instagram Music Finder 🎡

Searches Instagram's music library by song name using Instagram's internal music search API. Returns the Instagram audio URL.

How It Works

This actor uses the same API endpoint Instagram's web app uses when you search for music. With your session cookie, it can:

  • Search the full Instagram music catalog
  • Return exact audio_id matches
  • Bypass anonymous-search login walls

Setup: Get Your Instagram Session Cookie (5 min, one-time)

  1. Open Instagram in a browser and log in: https://www.instagram.com
  2. Open Developer Tools (Cmd+Option+I on Mac, F12 on Windows)
  3. Go to Application tab β†’ Cookies β†’ https://www.instagram.com
  4. Find these two cookies and copy their values:
    • sessionid (required) β€” long string like 12345%3AabcXYZ...
    • csrftoken (optional but helpful) β€” shorter string

⚠️ Important:

  • Keep your sessionid private β€” it's like a password
  • Use a secondary Instagram account for safety (don't risk your main account)
  • Cookies last ~3 months before needing refresh
  • Don't log out of that account in a browser, it invalidates the cookie

Run It

Input

{
"songNames":[
"Beat It Michael Jackson",
"Espresso Sabrina Carpenter"
],
"sessionId":"your_sessionid_value_here",
"csrfToken":"your_csrftoken_value_here",
"delayBetweenSearchesMs":2000
}

Output

{
"songName":"Beat It Michael Jackson",
"found":true,
"bestMatch":{
"audioId":"1234567890",
"title":"Beat It",
"artist":"Michael Jackson",
"audioUrl":"https://www.instagram.com/reels/audio/1234567890/"
},
"allMatches":[...]
}

Deploy

cd ig-music-finder
apify push

Use in n8n

After deploying, replace your "Search Instagram for Sound" + "Extract Instagram Audio URL" nodes with a single HTTP Request node:

Method:POST
URL: https://api.apify.com/v2/acts/YOUR_USERNAME~ig-music-finder/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN
Body(JSON):
{
"songNames":["{{ $json.searchQuery }}"],
"sessionId":"your_sessionid",
"csrfToken":"your_csrftoken"
}

The output gives you bestMatch.audioUrl directly β€” feed that into your Reels scraper.

You might also like

TikTok Music Trend API

novi/tiktok-music-trend-api

TikTok Trending Music Scraper. Get real-time insights into popular sounds, discover new artists, and fuel your music discovery applications.

Instagram Reels Audio Scraper

kinaesthetic_millionaire/instagram-reels-audio-scraper

Instagram Reel Audio Scraper is a powerful and easy-to-use tool that allows you to extract detailed data from Instagram Reels that use a given audio track.

148

5.0

Instagram Reels Audio Downloader

codenest/instagram-reels-audio-downloader

Extracts high-fidelity audio from Instagram Reels. Outputs a direct URL for download, comprehensive technical metadata (codec, bitrate, sample rate), and source information, delivering a pure audio stream for professional use.🎡 Instagram Reels Audio Downloader.

Instagram Audio Scraper - Reels by Audio, Song & Sound

khadinakbar/instagram-audio-scraper

Scrape public Instagram audio usage from audio IDs, audio URLs, Reel URLs, profile Reels, and Reel search queries. Returns audio metadata, Reel URLs, engagement metrics, media links, author metadata, and provider diagnostics. No cookies required.

Instagram Audio – Reel & Post Audio Downloader

transcriptdl/instagram-audio---reel-post-audio-downloader

Verified 99.4% Success. BULK process and extract audio from Instagram reels and posts using a URL. Returns a downloadable file when available or indicates when the post has no audio.

πŸ‘ User avatar

Transcript Downloader

24

TikTok Sound Music API (free-watermark videos)

novi/tiktok-sound-api

Extract data from TikTok Sound/Music. Scrape full user profiles including posts, total likes, name, nickname, numbers of comments, shares, followers, following, and more.

Instagram Audio Downloader

alpha-scraper/instagram-audio-downloader

Instagram Audio Downloader 🎡 Extract playable audio URLs from Instagram videos and reels. Supports multiple links, returns clean metadata, and delivers direct audio accessβ€”ideal for automation, research, and content workflows.

34

TikTok Sound Scraper

clockworks/tiktok-sound-scraper

Scrape TikTok videos with a chosen sound. Just add one or more sound URLs and extract tiktoks that have it: URLs, likes, country of creation, video and music metadata, creator data. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

1.5K

5.0

Instagram Reels Audio Downloader

alpha-scraper/instagram-reels-audio-downloader

Extract high-quality audio URLs from Instagram Reels instantly. Supports multiple links, returns structured metadata including audio formats, duration, likes, comments, and upload date. Fast, reliable, and perfect for automation and data collection.

7

Instagram Post Video & Reels Video - Audio Downloader Multiple

alpha-scraper/instagram-post-video-reels-video---audio-downloader-multiple

Extract audio URLs from Instagram Reels and Post Videos instantly. Supports multiple URLs, delivers high-quality downloadable audio links with rich metadata including likes, comments, duration, and thumbnails. Fast, reliable, and perfect for automation, scraping, and bulk media extraction.

7

Related articles

How to scrape data from Instagram: profiles, comments, reels, tags, and images
Read more