VOOZH about

URL: https://apify.com/solid-scraper/soundcloud-email-scraper

โ‡ฑ Soundcloud Email Scraper ยท Apify


Pricing

from $2.99 / 1,000 results

Go to Apify Store

Soundcloud Email Scraper

๐ŸŽง 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. ๐Ÿ”Ž

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ SolidScraper

SolidScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

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?

FeatureBenefit
โœ… Keyword-based email discoveryUses your keywords to find relevant contact emails faster
โœ… Custom email domainsLets you restrict results to the domains you care about (like @gmail.com)
โœ… Built-in proxy supportImproves reliability for scraping by using the configured proxy settings
โœ… Fallback logicIf no emails are found under the primary approach, it can fall back to an alternate proxy configuration
โœ… Structured JSON datasetOutputs clean JSON objects with keyword, title, description, url, and email
โœ… Scales across batchesRepeats 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:

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

Input Fields

FieldRequiredDescription
keywordsYesA list of keywords to search for. The actor will run across every keyword you provide.
locationNoOptional location text used to filter results. Leave it empty to use no location filter.
platformNoPlatform selector. The only available option in this actor is "SoundCloud" (default: "SoundCloud").
customDomainsNoList of custom email domains used to filter extracted email addresses (example default: ["@gmail.com"]).
proxyConfigurationNoProxy 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:

[
{
"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

FieldTypeDescription
keywordstringThe keyword from your input that produced this result
titlestringThe title text extracted from the source result
descriptionstringExtracted text from the source result description area
urlstringThe URL associated with the source result
emailstringThe 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.

You might also like

Soundcloud Email Scraper

scrapapi/soundcloud-email-scraper

Soundcloud Email Scraper

scraper-mind/soundcloud-email-scraper

SoundCloud Email Scraper โ€“ Quickly extract SoundCloud email addresses with ease! ๐Ÿ” Search by keywords, location & domain to find targeted emails. Supports SoundCloud profiles โœ… Proxy support for uninterrupted scraping. ๐Ÿ“Š Download in JSON, CSV, Excel for lead gen, outreach & research!

123

3.0

Soundcloud Email Scraper

api-empire/soundcloud-email-scraper

Automate email extraction from SoundCloud with SoundCloud Email Scraper. The actor scans artist pages and links to pull available contact emails into structured datasets for CRM enrichment.

Soundcloud Email Scraper - Advanced, Fast & Cheapest

contacts-api/soundcloud-email-scraper-fast-advanced-and-cheapest

๐ŸŽต SoundCloud Email Scraper helps you extract artist and label emails from SoundCloud profiles ๐ŸŽง Grow music promotion and partnerships ๐Ÿš€

๐ŸŽง SoundCloud B2B Email Scraper

scraper-engine/soundcloud-b2b-emails-scraper

๐Ÿ‘ User avatar

Scraper Engine

2