Instagram Reels Audio Scraper & Downloader avatar
Instagram Reels Audio Scraper & Downloader

Pricing

$7.00/month + usage

Go to Apify Store
Instagram Reels Audio Scraper & Downloader

Instagram Reels Audio Scraper & Downloader

Developed by

CodeNest

CodeNest

Maintained by Community

Professional tool that extracts high-fidelity audio from Instagram Reels. Outputs direct download URLs, deep technical metadata (codec, bitrate, sample rate), and engagement analytics (likes, comments, description) for each reel.🎵 Instagram Reels Audio Scraper & Downloader.

0.0 (0)

Pricing

$7.00/month + usage

0

1

1

Last modified

a day ago

Of course. Based on the detailed input and output you've provided, I have crafted a comprehensive and professional README.md for your new actor, following the exact style and structure of your existing one.


Instagram Reels Audio Scraper & Downloader - Professional Audio Extraction & Analysis Tool

Enterprise-grade solution for isolating, downloading, and performing deep technical analysis of audio tracks from Instagram Reels.


Overview

The Instagram Reels Audio Scraper & Downloader is a specialized automation tool engineered for professionals who require pristine, high-fidelity audio extracted from Instagram Reels. This actor meticulously isolates the audio stream from provided video URLs, delivering not just the audio file but a complete suite of technical metadata and engagement analytics for advanced audio-focused workflows.

Core Capabilities

  • High-Fidelity Audio Extraction: Download the clean, isolated audio track in its original quality.
  • Deep Audio Metadata Analysis: Extract comprehensive technical specifications including codec, sample rate, bitrate, and channel layout.
  • Comprehensive Reel Analytics: Retrieve vital engagement metrics such as likes, comments, and upload details.
  • Direct Audio CDN Access: Secure reliable downloads with direct links to the audio source.

Input Configuration

{
"reel_urls": [
{
"url": "https://www.instagram.com/reel/DKiypWLMTX-/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==",
"method": "GET"
},
{
"url": "https://www.instagram.com/reel/C4zKaNdRT5Y/?next=%2F",
"method": "GET"
}
]
}

Input Specifications

ParameterTypeRequiredDescription
reel_urlsArrayYesAn array of Instagram Reel URL objects to process.
urlStringYesA valid Instagram Reel URL. Supports various parameter formats (e.g., utm_*, next).
methodStringYesHTTP method for the request (GET is standard and recommended).

Output Structure

[
{
"original_url": "https://www.instagram.com/reel/DKiypWLMTX-/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==",
"author_username": "nba",
"description": "TYRESE STRIKES!!.",
"likes": "456.0K",
"comments": "6.3K",
"upload_date": "June 5, 2025",
"duration": 12.133,
"audio_formats_metadata": [
{
"url": "https://api.apify.com/v2/key-value-stores/.../audio_51d2a187-8729-43ec-a409-e82e60505c89.m4a",
"format_id": "dash-1209114780411189ad",
"ext": "m4a",
"acodec": "mp4a.40.5",
"format_note": "DASH audio",
"metadata": { ... }
}
]
}
]

Output Field Documentation

Reel Metadata & Analytics

FieldDescription
original_urlThe source URL that was processed.
author_usernameThe Instagram handle of the content creator.
descriptionThe caption or description text of the Reel.
likesThe count of likes, formatted for readability (e.g., "456.0K").
commentsThe count of comments, formatted for readability (e.g., "6.3K").
upload_dateThe human-readable publication date of the Reel.
durationThe total length of the audio track in seconds.

Audio Asset & Technical Data

FieldDescription
audio_formats_metadataAn array containing objects for each available audio format.
urlDirect download URL for the high-quality audio file (m4a).
format_idUnique identifier for the audio format stream.
extFile container format (typically m4a).
acodecAudio codec specification (e.g., mp4a.40.5 for AAC).
format_noteDescription of the audio source (e.g., "DASH audio").
metadataDeep technical analysis from FFprobe, containing full stream and format data.

Deep Metadata (metadata object) Includes:

  • Stream Information: Codec name (aac), profile (HE-AAC), sample rate (44100 Hz), channels (2 stereo), bit rate, and precise duration.
  • Format Information: Container details (mov,mp4,m4a,3gp,3g2,mj2), file size, overall bit rate, and creation timestamp.
  • Disposition Flags: Standard metadata about the stream's intended use.
  • Tags: System-level tags including creation time and handler names.

Technical Features

Advanced Audio Processing

  • Pure Audio Stream Isolation: Expertly extracts the audio track, removing the video stream entirely.
  • Broad Format Support: Handles DASH audio streams and standard containers.
  • High-Quality Codec Preservation: Maintains the original AAC audio encoding for maximum fidelity.

Unparalleled Metadata Extraction

  • FFprobe Integration: Leverages industry-standard multimedia analysis tool for deep technical insights.
  • Sample-Accurate Timing: Provides audio duration with millisecond precision.
  • Full Bitrate & Codec Reporting: Essential data for audio engineers and quality assurance.

Reliability & Performance

  • Direct CDN Sourcing: Retrieves audio from Instagram's content delivery network for reliability and speed.
  • Robust URL Parsing: Handles various Instagram URL formats and parameters.
  • Structured JSON Output: Consistent, machine-readable results for easy integration into pipelines.

Enterprise Applications

Music & Audio Production

  • Sample Sourcing: Discover and isolate unique sounds and music for use in production.
  • Trend Analysis: Identify popular audio tracks and viral trends on social media.
  • Quality Control: Verify the technical specifications of audio before use in professional projects.

Marketing & Social Listening

  • Campaign Tracking: Monitor the use and performance of specific audio tracks in branded challenges.
  • Competitor Analysis: Analyze the audio trends and engagement strategies of competitors.
  • Influencer Collaboration: Identify popular creators based on the performance of their original audio.

Research & Data Analysis

  • Cultural Studies: Analyze the spread and adoption of audio memes and trends.
  • Audio Fingerprinting: Build datasets for audio recognition and copyright analysis.
  • Engagement Correlation: Study the relationship between audio choices and video engagement metrics (likes, comments).

Development & Integration

  • Audio API Backend: Power applications that require access to Instagram audio metadata and files.
  • Content Aggregation Platforms: Feed audio-centric content into larger social media monitoring tools.
  • Automated Moderation: Scan and analyze audio content for compliance and brand safety.