๐ŸŽต Spotify Developer Setup

Get your free API credentials in 5 minutes โ€” no credit card required

โš ๏ธ IMPORTANT: Your keys are stored ONLY on your local machine in goat-intel-server/local_keys.json. They are NEVER transmitted to any 3rd party. .gitignore excludes them from version control.
1

Go to Spotify Developer Dashboard

Log in with your personal Spotify account (the one you already have) โ€” no separate developer account needed.

Open Spotify Dashboard โ†’
2

Accept the Terms (one-time)

If it's your first time, Spotify shows a "Developer Terms" popup. Check the boxes and continue. This is free โ€” no paid tier, no credit card.

3

Create an App

  1. Click "Create app" button
  2. App name: GOAT Royalty App
  3. App description: Personal artist analytics & royalty tracking
  4. Website: https://github.com/DJSPEEDYGA/GOAT-Royalty-App
  5. Redirect URI: /spotify/callback (important!)
  6. APIs used: Check Web API
  7. Accept terms โ†’ Save
4

Get Your Credentials

On your new app page, click "Settings" (top right).

You'll see:

5

Paste Your Keys Here

Both fields below save directly to your local machine. Nothing leaves your workstation.

6

You're Live! Here's What Unlocks

Go to Spotify Dashboard โ†’
๐Ÿ’ก

What You'll NOT Get (and Why)

The Spotify API does not expose:

This is federal privacy law (GDPR, CCPA) โ€” no platform can give this. The legal way to build your fan list is via Smart Links + opt-in capture โ€” which is what we've built into the GOAT App.