# Soundcloud Email Scraper (`solid-scraper/soundcloud-email-scraper`) Actor

🎧 Soundcloud Email Scraper pulls verified emails from SoundCloud profiles using smart filters—ideal for marketers, agencies, and outreach teams. ⚡ Find leads faster, personalize campaigns, and boost conversions. 🔎

- **URL**: https://apify.com/solid-scraper/soundcloud-email-scraper.md
- **Developed by:** [SolidScraper](https://apify.com/solid-scraper) (community)
- **Categories:** Lead generation, Social media, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

### SoundCloud Email Scraper 📬

**SoundCloud Email Scraper** is an Apify actor that scrapes email addresses from publicly available SoundCloud-related pages using your provided **keywords** and **custom email-domain filters**. If you’re looking for a **SoundCloud email scraper**, a **SoundCloud contact email extractor**, or a **SoundCloud artist email finder**, this tool helps you quickly find outreach-ready contacts—whether you’re a marketer, researcher, or data enthusiast—saving you hours of manual work.

---

### Why choose SoundCloud Email Scraper?

| Feature | Benefit |
| --- | --- |
| ✅ **Keyword-based email discovery** | Uses your keywords to find relevant contact emails faster |
| ✅ **Custom email domains** | Lets you restrict results to the domains you care about (like `@gmail.com`) |
| ✅ **Built-in proxy support** | Improves reliability for scraping by using the configured proxy settings |
| ✅ **Fallback logic** | If no emails are found under the primary approach, it can fall back to an alternate proxy configuration |
| ✅ **Structured JSON dataset** | Outputs clean JSON objects with `keyword`, `title`, `description`, `url`, and `email` |
| ✅ **Scales across batches** | Repeats the process across all keywords and domains you provide |

---

### Key features

- 🔍 **SoundCloud email discovery from public web data**: Finds email addresses associated with your keywords and selected domains
- 🧩 **Custom domains filtering**: Extracts only emails matching the `customDomains` patterns you specify
- 🎯 **Keyword coverage**: Iterates over every keyword in your input to broaden your search for relevant contacts
- 🛡️ **Resilient scraping with fallbacks**: Includes fallback behavior when no emails are found for a given run context
- 💾 **Dataset-ready structured output**: Saves results as JSON objects with consistent fields for analysis and export
- 🔄 **De-duplicated results**: Avoids returning the same email more than once during a run
- 🌐 **Supports location filtering**: Optionally includes a `location` filter to narrow results

---

### Input

Provide input via an `input.json` file. Example structure:

```json
{
  "keywords": ["john", "marketing"],
  "location": "",
  "platform": "SoundCloud",
  "customDomains": ["@gmail.com"],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
````

#### Input Fields

| Field | Required | Description |
| --- | --- | --- |
| `keywords` | Yes | A list of keywords to search for. The actor will run across every keyword you provide. |
| `location` | No | Optional location text used to filter results. Leave it empty to use no location filter. |
| `platform` | No | Platform selector. The only available option in this actor is `"SoundCloud"` (default: `"SoundCloud"`). |
| `customDomains` | No | List of custom email domains used to filter extracted email addresses (example default: `["@gmail.com"]`). |
| `proxyConfiguration` | No | Proxy configuration object. Use this to configure proxies for the actor run (see fields in Apify’s proxy editor). |

***

### Output

The actor saves results in JSON format by pushing an array of collected contact objects to the default Apify dataset.

Example output:

```json
[
  {
    "keyword": "marketing",
    "title": "Example result title",
    "description": "Example text extracted from the result description (publicly available content)",
    "url": "http://example.com/profile-or-contact-page",
    "email": "example@gmail.com"
  }
]
```

#### Output Fields

| Field | Type | Description |
| --- | --- | --- |
| `keyword` | string | The keyword from your input that produced this result |
| `title` | string | The title text extracted from the source result |
| `description` | string | Extracted text from the source result description area |
| `url` | string | The URL associated with the source result |
| `email` | string | The extracted email address that matches your `customDomains` filter |

Notes: The actor de-duplicates by email during the run, so the same `email` won’t be returned multiple times across different matches.

***

### How to use SoundCloud Email Scraper (via Apify Console)

1. **Open Apify Console**\
   Log in at https://console.apify.com and go to the **Actors** section.

2. **Find the actor**\
   Search for **SoundCloud Email Scraper** and open the actor page.

3. **Go to the INPUT tab**\
   Click **INPUT** to configure your run parameters using the built-in form.

4. **Add your keywords**\
   Enter values for `keywords`. The actor requires this field, and it will iterate over each keyword you provide.

5. **Optionally narrow results**\
   If you want to focus your SoundCloud outreach, fill in:
   - `location` (optional)
   - `customDomains` (email domains you want the actor to match)

6. **Configure proxies (recommended for reliability)**\
   Set `proxyConfiguration` if needed. The actor supports proxy configuration, and it can use a fallback proxy configuration when no emails are found under the primary approach.

7. **Start the run**\
   Click **Run actor**. During execution, you’ll see logs and extraction progress as the actor collects matching emails.

8. **Open the dataset output & export**\
   After completion, open the **OUTPUT** dataset, preview the JSON results, and export to JSON/CSV from the dataset UI.

No coding required—get accurate results in minutes with **SoundCloud Email Scraper**. 🚀

***

### Advanced features & SEO optimization

- 🧠 **Engineered for “SoundCloud email scraper” use cases**: Works well for building a targeted **SoundCloud marketing email list** from keyword-led discovery.
- 🧾 **Domain-restricted email harvesting**: Uses your `customDomains` to focus on the email formats you actually want (for example, `@gmail.com`).
- 🧯 **Fallbacks for resilience**: If a run context yields no emails, it can switch to an alternate proxy configuration to improve chances of results.
- 🕒 **Location + keywords for tighter targeting**: Combine `keywords` with `location` to better match your desired audience.

***

### Best use cases

- 📈 **Outreach list building for SoundCloud creators**: Quickly gather email addresses for influencer, artist, or creator outreach based on your chosen keywords.
- 🎯 **Niche marketing research**: Extract emails connected to specific themes (e.g., “marketing” or artist names) to study contact landscapes.
- ✉️ **Cold email campaign prep**: Build a **SoundCloud outreach email scraper** workflow to support segmentation by email domain.
- 🧪 **Lead qualification & enrichment**: Feed extracted contacts into your CRM for follow-up and validation.
- 🔎 **Research on contact availability**: Analyze which keywords and email domains yield the most matches over time.
- 🧰 **Data pipelines and batch enrichment**: Automate repeated **SoundCloud contact information scraper** runs and export results for downstream processing.

***

### Technical specifications

**Supported Input Formats**

- ✅ `keywords`: array of strings (required)
- ✅ `location`: string (optional)
- ✅ `platform`: select enum with default `"SoundCloud"`
- ✅ `customDomains`: array of strings (optional, default provided)
- ✅ `proxyConfiguration`: object (uses Apify proxy editor format)

**Proxy Support**

- ✅ Uses proxy settings from `proxyConfiguration`
- ✅ Includes a fallback proxy configuration if no emails are found

**Retry Mechanism**

- ❌ No explicit retry counts (the actor primarily relies on request handling and fallback logic)

**Dataset Structure**

- ✅ Outputs a JSON array of objects with: `keyword`, `title`, `description`, `url`, `email`

**Rate Limits & Performance**

- ✅ Designed for batch-style runs (loops over keywords and domains)
- ❗ Performance varies with network conditions and proxy behavior

**Limitations**

- ❌ No explicit guarantee of email presence for every match
- ❌ Only emails that match `customDomains` patterns are returned

***

### FAQ

#### Does SoundCloud Email Scraper only return SoundCloud emails?

✅ It extracts email addresses that match the `customDomains` filters from publicly available sources related to your provided keywords. Results include the extracted `email` field in the dataset.

#### What input is required to start a run?

✅ The only required input field is `keywords`. You can optionally provide `location`, `customDomains`, and `proxyConfiguration`.

#### How does customDomains affect results?

✅ The actor filters extracted emails using the domains you specify in `customDomains`, so you only get emails that match those domain patterns.

#### Can I narrow results by location?

✅ Yes. Provide a string in `location` to add a location filter to your keyword-based discovery.

#### Do I need to write any code to use this actor?

✅ No coding required. You can use it directly from Apify Console by filling in the input fields and running the actor.

#### What format is the output in?

✅ The actor pushes an array of JSON objects to the dataset. Each object includes `keyword`, `title`, `description`, `url`, and `email`.

#### Is it possible to avoid duplicate emails?

✅ Yes. During a run, the actor de-duplicates results using an internal set of seen emails, so the same `email` won’t appear multiple times in the output array.

***

### Support & feature requests

Have questions about using **SoundCloud Email Scraper**, or want to request improvements? 💬

- 💡 **Feature Requests**: Ideas like additional export fields, more flexible filtering, or improved output formatting are always welcome.
- 📧 **Contact**: Email <dataforleads@gmail.com>

Your feedback helps shape the roadmap for this SoundCloud email scraper tool. 🙌

***

### Closing CTA / Final thoughts

*If you’re building a SoundCloud email list at scale, **SoundCloud Email Scraper** is a practical, dataset-ready way to get from keywords to extracted contacts quickly.*\
*Run it with the right keywords and `customDomains`, then export and use the results in your workflow.*

***

### Disclaimer

This tool only accesses **publicly accessible sources**. It does not access private profiles, authenticated data, or password-protected content. It is your responsibility to comply with applicable laws and regulations (including GDPR/CCPA where relevant), as well as each platform’s terms of service and any applicable anti-spam rules.

For data removal requests, contact <dataforleads@gmail.com>.\
Always use **SoundCloud Email Scraper** responsibly, ethically, and for legitimate purposes only.

# Actor input Schema

## `keywords` (type: `array`):

A list of keywords to search for.

## `location` (type: `string`):

Location to filter search results.

## `platform` (type: `string`):

Select platform.

## `customDomains` (type: `array`):

List of custom email domains

## `proxyConfiguration` (type: `object`):

Configure proxies for this Actor.

## Actor input object example

```json
{
  "keywords": [
    "john",
    "marketing"
  ],
  "location": "",
  "platform": "SoundCloud",
  "customDomains": [
    "@gmail.com"
  ]
}
```

# 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 = {
    "keywords": [
        "john",
        "marketing"
    ],
    "location": "",
    "customDomains": [
        "@gmail.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("solid-scraper/soundcloud-email-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 = {
    "keywords": [
        "john",
        "marketing",
    ],
    "location": "",
    "customDomains": ["@gmail.com"],
}

# Run the Actor and wait for it to finish
run = client.actor("solid-scraper/soundcloud-email-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "keywords": [
    "john",
    "marketing"
  ],
  "location": "",
  "customDomains": [
    "@gmail.com"
  ]
}' |
apify call solid-scraper/soundcloud-email-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=solid-scraper/soundcloud-email-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Soundcloud Email Scraper",
        "description": "🎧 Soundcloud Email Scraper pulls verified emails from SoundCloud profiles using smart filters—ideal for marketers, agencies, and outreach teams. ⚡ Find leads faster, personalize campaigns, and boost conversions. 🔎",
        "version": "0.0",
        "x-build-id": "VCD10FU66n2IMBCbT"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/solid-scraper~soundcloud-email-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-solid-scraper-soundcloud-email-scraper",
                "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/solid-scraper~soundcloud-email-scraper/runs": {
            "post": {
                "operationId": "runs-sync-solid-scraper-soundcloud-email-scraper",
                "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/solid-scraper~soundcloud-email-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-solid-scraper-soundcloud-email-scraper",
                "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",
                "required": [
                    "keywords"
                ],
                "properties": {
                    "keywords": {
                        "title": "Keywords",
                        "type": "array",
                        "description": "A list of keywords to search for.",
                        "default": [
                            "john",
                            "marketing"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Location to filter search results.",
                        "default": ""
                    },
                    "platform": {
                        "title": "Platform",
                        "enum": [
                            "SoundCloud"
                        ],
                        "type": "string",
                        "description": "Select platform.",
                        "default": "SoundCloud"
                    },
                    "customDomains": {
                        "title": "Custom Email Domains",
                        "type": "array",
                        "description": "List of custom email domains",
                        "default": [
                            "@gmail.com"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Configure proxies for this Actor."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
