{
  "openapi": "3.0.1",
  "info": {
    "title": "Spotify Curators · Emails & Submit Links",
    "description": "Find unique Spotify playlist curators who published a submit email, Instagram or SubmitHub link. Niche search, min followers, last activity. One row per curator — not per playlist.",
    "version": "0.1",
    "x-build-id": "EYYCX45ankus3Bo1s"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corent1robert~spotify-playlist-curator-leads/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corent1robert-spotify-playlist-curator-leads",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/corent1robert~spotify-playlist-curator-leads/runs": {
      "post": {
        "operationId": "runs-sync-corent1robert-spotify-playlist-curator-leads",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/corent1robert~spotify-playlist-curator-leads/run-sync": {
      "post": {
        "operationId": "run-sync-corent1robert-spotify-playlist-curator-leads",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "niche": {
            "title": "Niche (genre)",
            "enum": [
              "indie_pop",
              "lofi",
              "hiphop",
              "edm",
              "rnb",
              "country",
              "latin",
              "rock",
              "jazz",
              "bedroom_pop",
              "custom"
            ],
            "type": "string",
            "description": "This is the category pre-list. Presets already include `submit` — that is what actually yields public emails. **Custom** uses the keyword field only. Editorial Spotify playlists are always skipped.",
            "default": "indie_pop"
          },
          "query": {
            "title": "Extra keyword (or custom search)",
            "type": "string",
            "description": "Optional extra terms appended to the niche (e.g. `france`, `female vocal`, `acoustic`). If Niche is **Custom**, this is the full search — include `submit` if you want emails."
          },
          "playlistUrls": {
            "title": "Playlist or profile URLs",
            "type": "array",
            "description": "Optional. One `open.spotify.com/playlist/…` or `/user/…` per line. Profile URLs page the owner’s **whole** public catalog (not the first 50). Then keyword search fills Max curators.",
            "items": {
              "type": "string"
            }
          },
          "market": {
            "title": "Market",
            "enum": [
              "US",
              "GB",
              "FR",
              "DE",
              "ES",
              "IT",
              "NL",
              "BR",
              "MX",
              "CA",
              "AU",
              "JP",
              "SE",
              "PL"
            ],
            "type": "string",
            "description": "Spotify search market. Pitch US playlists from the US catalog, FR from France, etc.",
            "default": "US"
          },
          "requireContact": {
            "title": "Required contact",
            "enum": [
              "email",
              "any",
              "none"
            ],
            "type": "string",
            "description": "**Email (default):** only curators with a public email in a playlist description — ready for a sequencer. After a hit, the Actor pages **all** of that owner’s public playlists to merge extra inboxes.\n\n**Any contact:** email or Instagram or SubmitHub / Groover / Ko-fi.\n\n**None:** also keep curators with no published contact (research only).",
            "default": "email"
          },
          "minFollowers": {
            "title": "Min playlist followers",
            "minimum": 0,
            "maximum": 10000000,
            "type": "integer",
            "description": "Skip tiny lists nobody streams. Default **500**. The sample playlist is the niche hit you would mention in the pitch.",
            "default": 500
          },
          "maxFollowers": {
            "title": "Max playlist followers (0 = no cap)",
            "minimum": 0,
            "maximum": 10000000,
            "type": "integer",
            "description": "Skip mega-walls that never reply (Today’s Top Hits clones). Independent curators who actually listen to pitches are rarely above **50–100k**. **0** = no cap.",
            "default": 0
          },
          "minTracks": {
            "title": "Min tracks",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Skip stub / empty lists. Default **20**. A 3-track playlist is not a curator you pitch.",
            "default": 20
          },
          "lastActivity": {
            "title": "Last track added",
            "enum": [
              "any",
              "3m",
              "6m",
              "12m"
            ],
            "type": "string",
            "description": "Skip dormant lists. Uses first + last 50 tracks (playlist order is not recency). **6 months** is the useful default — a real curator at ~90 days would be dropped by 3 months. **Any** skips the extra track calls.",
            "default": "6m"
          },
          "skipCollaborative": {
            "title": "Skip collaborative playlists",
            "type": "boolean",
            "description": "Collaborative dumps rarely have one person who reads submissions. Default **on**.",
            "default": true
          },
          "excludeKeywords": {
            "title": "Exclude keywords",
            "type": "string",
            "description": "Drop playlists whose **name or description** contains these (comma or newline). Typical ICP skips: `radio`, `copyright`, `official soundtrack`. Editorial owner `spotify` is already always skipped."
          },
          "maxCurators": {
            "title": "Max curators",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Unique `owner.id` rows. Default **20**. Playlists that already show an email in the search snippet are processed first. Search keeps paging to offset 1000 until this cap. Leave **Run options → Timeout** at 1 hour+ (Actor default is 4 hours). A 5-minute timeout stops early with a partial dataset — it no longer dies mid-search.",
            "default": 20
          },
          "minDelayMs": {
            "title": "Min delay between requests (ms)",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Throttle between Spotify HTTP calls.",
            "default": 60
          },
          "maxRequestRetries": {
            "title": "Max request retries",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Retries on 429 / 5xx.",
            "default": 5
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}