# Instagram Reels audio scraper example

**Use case:** 

Scrape public Instagram audio metadata, artists, usage signals, and representative Reels from audio URLs or IDs.

## Input

```json
{
  "audioInputs": [
    "579408562507956"
  ],
  "maxItems": 1,
  "maxReelsPerAudio": 10
}
```

## Output

```json
{
  "audioId": {
    "label": "Audio ID"
  },
  "title": {
    "label": "Title"
  },
  "artist": {
    "label": "Artist"
  },
  "isOriginalAudio": {
    "label": "Original"
  },
  "usageCount": {
    "label": "Uses"
  },
  "reelsReturned": {
    "label": "Sample Reels"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Reels Audio Scraper](https://apify.com/automation-lab/instagram-reels-audio-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/instagram-reels-audio-scraper) to learn more, explore other use cases, and run it yourself.