# Tunefind Soundtracks Scraper (`acquistion-automation/tunefind-soundtracks-scraper`) Actor

Scrapes soundtrack records from Tunefind show or movie pages. Returns each song as a flat row with title, artist, scene description, and timestamp. Supports up to 1,000,000 records per run.

- **URL**: https://apify.com/acquistion-automation/tunefind-soundtracks-scraper.md
- **Developed by:** [Acquisition Automation Co.](https://apify.com/acquistion-automation) (community)
- **Categories:** Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.07 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

![Acquisition Automation Co. Search less. Close more.](https://api.apify.com/v2/key-value-stores/AOdPHdOpeDpzEPS5f/records/banner.jpg)

## 🎬 Tunefind Soundtracks Scraper

> **Export the songs listed on a Tunefind show, season, episode or movie page as rows: song title, artist, the scene the song plays in, the episode it belongs to and the page it came from.** Point it at one URL and get the soundtrack as a table. No API key, no registration, no login.

Tunefind is the crowd maintained record of which songs appear in which films and television episodes, along with the scene note a contributor wrote for each one. It is organised for browsing: one page per season or episode, ten songs at a time, nothing to export. This Actor walks the season and episode pages from the URL you give it, reads the data Tunefind's own pages are built from, and writes every song into a dataset you can sort, filter and join to a rights database.

| Who uses it | What they use the soundtrack data for |
|---|---|
| 🎧 Music supervisors and sync agents | Seeing what an artist or a label has already placed, and in what kind of scene |
| 📀 Publishers and rights researchers | Building a placement list per catalogue title instead of clicking through episodes |
| 📊 Media and streaming analysts | Comparing music spend and repertoire across series and seasons |
| 🎞 Writers and superfans | Assembling a complete song list for a show in one file |

### 📋 What it does

> 💡 **Why it matters:** a placement history is the evidence behind a sync pitch. Tunefind holds it, with the scene note attached, and will not hand it over as a list, so this does.

- 🔗 **Takes one URL.** A show page, a single season, a single episode or a movie. From a show page it walks every season and every episode below it.
- 🎵 **One row per song,** with the performing artists in their own column.
- 🎭 **Carries the scene note,** the line a contributor wrote about where the song plays, for example `Benny's Diner: Eleven steals food; Benny catches her.`
- 📺 **Names the episode properly,** as `E1 | Chapter One: The Crawl` rather than repeating the show title.
- 📄 **Follows Tunefind's paging.** A movie page shows ten songs at a time. A run for `Barbie` returns all 47.
- 🔢 **Caps the run with `maxItems`,** up to 1,000,000 on a paid Apify plan.
- 💾 **Exports to CSV, Excel, JSON or XML**, from the run page or the API.

### 📊 Output

Every song is one flat row, with the same nine fields on every run.

| Field | Type | Description |
|---|---|---|
| 🎬 `show` | string | The show or film the song was placed in, for example `Stranger Things` or `Top Gun: Maverick` |
| 📺 `episode` | string | Episode the song plays in, as Tunefind numbers it, for example `E2 \| Chapter Two: The Vanishing of Holly Wheeler`. `null` on a movie |
| 🎭 `scene` | string | The scene note for this placement. `null` where nobody has written one |
| 🎵 `song` | string | Song title, on its own |
| 🎤 `artist` | string | Performing artists as Tunefind credits them, comma separated when there is more than one |
| ⏱ `timestamp` | string | Running time the song starts at, read from the scene note. Tunefind has no timestamp field of its own, so this is filled only on the minority of placements where a contributor typed one, for example `22:22` |
| 🔗 `url` | string | The episode or movie page the row came from |
| 🕒 `scrapedAt` | string | ISO timestamp of collection |
| ⚠️ `error` | string | `null` on a normal row |

#### Example rows

```json
{
  "show": "Stranger Things",
  "episode": "E2 | Chapter Two: The Vanishing of Holly Wheeler",
  "scene": "Demogorgon attacks; It wants Holly.",
  "song": "Fernando",
  "artist": "ABBA",
  "timestamp": null,
  "url": "https://www.tunefind.com/show/stranger-things/season-5/269796",
  "scrapedAt": "2026-09-22T18:52:11.739Z",
  "error": null
}
```

```json
{
  "show": "Top Gun: Maverick",
  "episode": null,
  "scene": "Maverick walks into the Penny’s bar. Starts at 22:22 in film.",
  "song": "Let's Dance",
  "artist": "David Bowie",
  "timestamp": "22:22",
  "url": "https://www.tunefind.com/movie/top-gun-maverick-2022",
  "scrapedAt": "2026-09-22T18:52:31.531Z",
  "error": null
}
```

### ✨ Why choose this Actor

| | What you get |
|---|---|
| **One URL in, a table out** | No paging to click and no copy and paste out of song cards. |
| **Song, artist and scene as separate columns** | Ready to join against a catalogue or a rights spreadsheet. |
| **Episode level detail** | Each row says which episode the song plays in, so a season splits cleanly. |
| **Traceable rows** | Every row keeps the page it came from, so a disputed entry can be checked. |
| **You pay per row** | No subscription. A page with no songs costs nothing. |

### 🚀 How to use it

1. [Create a free Apify account](https://console.apify.com/sign-up). New accounts start with $5 of credit.
2. Open the Actor and select **Try for free**.
3. Paste a Tunefind show, season, episode or movie URL into `startUrl`.
4. Set `maxItems` to cap the run.
5. Select **Start**, then export from the **Dataset** tab as CSV, Excel, JSON or XML.

A first run:

```json
{
  "startUrl": "https://www.tunefind.com/show/stranger-things",
  "maxItems": 10
}
```

One season in full:

```json
{
  "startUrl": "https://www.tunefind.com/show/stranger-things/season-5",
  "maxItems": 500
}
```

A film:

```json
{
  "startUrl": "https://www.tunefind.com/movie/top-gun-maverick-2022",
  "maxItems": 50
}
```

### ⚙️ Input

| Field | Required | Description |
|---|---|---|
| `startUrl` | No | Tunefind show, season, episode or movie page URL. Defaults to `https://www.tunefind.com/show/stranger-things` |
| `maxItems` | No | Maximum song rows to collect in a run. Free plans are capped at 10, paid plans go to 1,000,000 |

### 💰 Pricing

Pay per result. No subscription, and no Apify platform usage on top.

| Apify plan | Free | Bronze | Silver | Gold | Platinum | Diamond |
|---|---|---|---|---|---|---|
| Per song row | $0.0045 | $0.00436 | $0.00422 | $0.00407 | $0.00407 | $0.00407 |

| Rows collected | Cost on the Free plan |
|---|---|
| 100 | $0.45 |
| 1,000 | $4.50 |
| 10,000 | $45.00 |

**Free plan runs** return up to 10 rows as a preview. Any paid Apify plan lifts that to 1,000,000 per run.

### 🔌 Integrate with any app

The dataset is available through the Apify API as soon as the run finishes. Use `run-sync-get-dataset-items` for a one-shot call, webhooks to trigger what happens next, or the Make, Zapier, Airbyte and LangChain integrations listed on the Actor page.

### 🤖 Use with an AI agent

Give an agent live access to the soundtrack pages over the Model Context Protocol:

```bash
claude mcp add --transport http apify "https://mcp.apify.com?tools=acquistion-automation/tunefind-soundtracks-scraper"
```

Then ask it in plain language which songs a show used and have it read the list back.

### ❓ Frequently asked questions

**What counts as a valid `startUrl`?**
Four shapes work. A show page such as `/show/stranger-things`, a season such as `/show/stranger-things/season-5`, a single episode such as `/show/stranger-things/season-5/269796`, and a movie such as `/movie/top-gun-maverick-2022`. From a show page the Actor walks every season and every episode under it until `maxItems` is reached.

**Why is `timestamp` empty on most rows?**
Tunefind does not publish a running time for a placement. Some contributors write one into the scene note, as in `Starts at 22:22 in film.`, and the Actor lifts it into `timestamp` when they do. Across a 125 song sample, two rows carried one.

**Why is `scene` empty on a few rows?**
The scene note is contributed by Tunefind's users. A recently added song often has none yet. `song` and `artist` are still filled.

**Why is `episode` `null`?**
The row came from a movie page, which has no episodes. On a show, season or episode URL every row carries an episode.

**How many rows will one title return?**
As many as Tunefind lists. `Stranger Things` holds 452 songs across five seasons, `Barbie` holds 47. Set `maxItems` to the number you want to pay for.

**Do I need a proxy?**
No. Requests and retries are handled inside the Actor and included in the price.

**What can I export?**
CSV, Excel, JSON and XML from the run page, or JSON straight from the API.

### 🔗 More from Acquisition Automation Co.

- [RAWG Games Scraper](https://apify.com/acquistion-automation/rawg-scraper)
- [1stDibs Antiques Scraper](https://apify.com/acquistion-automation/1stdibs-antiques-scraper)
- [ProductReview.com.au Reviews Scraper](https://apify.com/acquistion-automation/productreview-com-au-reviews-scraper)
- [404 Media Articles Scraper](https://apify.com/acquistion-automation/404media-articles-scraper)
- [BizBuySell Scraper](https://apify.com/acquistion-automation/bizbuysell-scraper)

### About Acquisition Automation Co.

We build automation for people buying businesses. The repetitive part of an acquisition search, checking listings, pulling public records, tracking owners and assets, is work a machine should do, so the buyer's time goes into judging deals instead of collecting them.

We add new Actors regularly. If there is a source you need and do not see here, tell us.

### 🆘 Support

Open an issue in the **Issues** tab of this Actor with your run ID, the input you used, and what you expected to get back.

### ⚠️ Disclaimer

This Actor is independent and is not affiliated with, endorsed by, or sponsored by Tunefind. It collects only publicly available data, which on Tunefind is contributed by its users and is not guaranteed to be complete or correct. You are responsible for using that data in compliance with the source's terms of service and applicable law.

# Actor input Schema

## `startUrl` (type: `string`):

Tunefind show or movie page URL (e.g. https://www.tunefind.com/show/stranger-things).

## `maxItems` (type: `integer`):

Free users limited to 10 soundtrack records (preview). Paid users optional, up to 1,000,000.

## Actor input object example

```json
{
  "startUrl": "https://www.tunefind.com/show/stranger-things",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrl": "https://www.tunefind.com/show/stranger-things",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("acquistion-automation/tunefind-soundtracks-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrl": "https://www.tunefind.com/show/stranger-things",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("acquistion-automation/tunefind-soundtracks-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrl": "https://www.tunefind.com/show/stranger-things",
  "maxItems": 10
}' |
apify call acquistion-automation/tunefind-soundtracks-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,acquistion-automation/tunefind-soundtracks-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/75v3KVfwW3ykUfAmq/builds/hltIYU0ELNaWGeBAB/openapi.json
