Youtube Channel Phone Number Scraper avatar

Youtube Channel Phone Number Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Youtube Channel Phone Number Scraper

Youtube Channel Phone Number Scraper

πŸ“ž YouTube Channel Phone Number Scraper pulls publicly listed phone numbers from channel About pages for compliant lead gen and outreach. πŸ” Fast, accurate, export-ready data. πŸš€ Ideal for agencies, sales teams, and influencer partnerships. βœ… Respect platform policies.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScrapeFlow

ScrapeFlow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Youtube Channel Phone Number Scraper

Youtube Channel Phone Number Scraper is a purpose-built YouTube phone number extractor that searches Google for YouTube channels and pulls publicly available phone numbers from their profiles. It solves the tedious, error-prone task of finding contact numbers on YouTube by automating discovery and extraction from public channel snippets, making it ideal for agencies, sales teams, data analysts, and researchers. This YouTube channel contact scraper helps you extract phone numbers from YouTube at scale with dial code filtering and export-ready results for seamless outreach.

What data / output can you get?

Use this YouTube channel phone data scraper to collect structured contact fields from public YouTube channel results:

Data typeDescriptionExample value
platformSource platform label from the run"Youtube.com"
keywordThe search keyword that produced the result"marketing"
titleTitle text of the YouTube result"ACME Marketing – YouTube"
descriptionPublic snippet/description from the result block"Call us at +44 20 1234 5678 for a free consultation…"
urlDirect link to the YouTube result"https://www.youtube.com/@acmemarketing"
phone_numberNormalized phone number (country code applied where relevant)"+442012345678"
countryCountry parsed from input (used for filtering/normalization)"United Kingdom"
dial_codeDial code parsed from input"+44"

Notes:

  • Records are deduplicated per URL during parsing.
  • Output is pushed to the Apify dataset for export-ready use in your workflows.

Key features

  • 🌐 Robust Google SERP routing with retries The scraper uses the GOOGLE_SERP proxy with up to 3 automatic retries per request, improving resilience against blocks and transient errors.

  • πŸ“± Dial code filtering & normalization Select a country to apply the appropriate dial code (e.g., +44, +1). The scraper filters and normalizes detected numbers to consistent formats for cleaner datasets.

  • πŸ”Ž Accurate YouTube channel phone extraction Extracts phone numbers alongside titles, descriptions, and YouTube URLs from public results to power compliant outreach.

  • πŸ“¦ Export-ready dataset Results are written directly to the Apify dataset, making it easy to download and integrate into CRM, analytics, and lead workflows.

  • πŸ’» Developer-friendly Built on Apify with a clean, documented input schema. Trigger runs programmatically using the Apify API and wire into your automation pipelines.

  • πŸ›‘οΈ Production reliability Randomized headers, jittered delays, and proxy rotation help reduce blocks and keep large runs stable and consistent.

How to use Youtube Channel Phone Number Scraper - step by step

  1. Create or log in to your Apify account.
  2. Open the Youtube Channel Phone Number Scraper actor on Apify.
  3. Add your input:
    • keywords: Provide one or more search terms (e.g., "plumber", channel usernames, or profile URLs).
    • country: Choose your target country to apply dial code filtering.
    • Optional: Adjust maxPhoneNumbers, platform (defaults to "Youtube"), engine (defaults to "legacy"), and proxyConfiguration.
  4. Start the run. The actor will search Google for YouTube channel results and parse public snippets for phone numbers matching your selected dial code.
  5. Monitor progress in the run log. The tool automatically rotates proxies (GOOGLE_SERP) and retries up to 3 times when needed.
  6. When complete, open the Dataset tab to review your results.
  7. Download your dataset and feed it into your CRM, outreach, or analytics workflows.

Pro Tip: Use specific local keywords plus your country selection to boost relevance (e.g., β€œdentist Manchester”) and leverage the Apify API to schedule runs or connect to your enrichment pipeline.

Use cases

Use case nameDescription
Agency lead generationBuild local B2B prospect lists by using this YouTube channel lead generation phone scraper to collect verified phone numbers from channel results.
Sales outreach enrichmentEnrich existing YouTube channel prospects with contact numbers, titles, and URLs for targeted dialing campaigns.
Market research & analysisAggregate phone contact availability by niche or region to assess outreach opportunities across geographies.
Influencer partnershipsIdentify potential partners and quickly grab phone numbers posted publicly on channel results for collaboration contact.
Local services discoveryCombine geo-specific keywords with dial code filtering to find local business channels and phone contacts fast.
Data pipeline integration (API)Automate runs via the Apify API and feed normalized phone data into internal data warehouses or CRM systems for ongoing enrichment.

Why choose Youtube Channel Phone Number Scraper?

Get precision, automation, and reliability in one YouTube channel contact details scraper built for production use.

  • βœ… Dial code-aware filtering for cleaner, country-matched phone numbers
  • βœ… GOOGLE_SERP proxy with retry logic for high success rates on Google
  • βœ… Export-ready results via Apify dataset for smooth downstream use
  • βœ… Built for scale with randomized headers, delays, and proxy rotation
  • βœ… Developer access via Apify API for automation and integration
  • βœ… Public-data only approach aligned with platform terms
  • βœ… More consistent than manual scraping or unstable browser extensions

In short, this best YouTube phone number scraper tool focuses on public data, clean normalization, and dependable infrastructure to keep your lead workflows moving.

Yesβ€”when used responsibly. This YouTube channel contact info extractor is designed to collect only publicly available information from YouTube search results and channel snippets. Users should:

  • Collect publicly available data only.
  • Respect YouTube’s terms of service and applicable laws.
  • Use extracted contact data responsibly and ethically.
  • Avoid private or authenticated data.

For edge cases, verify compliance with your legal team.

Input parameters & output format

Example input (JSON)

{
"keywords": ["marketing", "plumber"],
"platform": "Youtube",
"country": "United Kingdom (+44)",
"maxPhoneNumbers": 20,
"engine": "legacy",
"proxyConfiguration": {
"useApifyProxy": true
}
}

Input fields

  • keywords (array of string) β€” Search terms to find YouTube channels with phone numbers. Enter keywords, usernames, or profile URLs. Required: Yes. Default: none.
  • platform (string; enum: "Youtube") β€” Select the social platform to scrape. Currently supports YouTube only. Required: No. Default: "Youtube".
  • country (string; enum of supported countries with dial codes) β€” Select your target country and dial code to filter and normalize phone numbers. Required: Yes. Default: "United Kingdom (+44)".
  • maxPhoneNumbers (integer; 1–10000) β€” Maximum phone numbers to collect per keyword; the scraper stops at this limit. Required: No. Default: 20.
  • engine (string; enum: "legacy") β€” Choose the scraping engine for Google search; legacy uses GOOGLE_SERP proxy with 3 retries. Required: No. Default: "legacy".
  • proxyConfiguration (object) β€” Optional proxy configuration. By default, uses GOOGLE_SERP. Required: No. Default: none.

Example output (JSON)

[
{
"platform": "Youtube.com",
"keyword": "marketing",
"title": "ACME Marketing – YouTube",
"description": "Call us at +44 20 1234 5678 for a free consultation…",
"url": "https://www.youtube.com/@acmemarketing",
"phone_number": "+442012345678",
"country": "United Kingdom",
"dial_code": "+44"
}
]

Notes:

  • Fields that depend on public content (title, description, phone_number) may be absent if not present on the result page.
ToolTool
πŸ’¬ YouTube Comments ScraperπŸ“ YouTube Transcript Scraper
πŸ”Ž YouTube Search ScraperπŸŽ₯ YouTube Video Details Scraper
πŸ“‚ YouTube Playlist Scraper🧠 YouTube Video Summarizer
πŸ“‘ YouTube Channel ScraperπŸ‘₯ YouTube Community Posts Scraper
⏱️ YouTube Most Replayed ScraperπŸ“Š YouTube Metadata Scraper
🌐 YouTube Video Subtitles ScraperπŸ”₯ YouTube Trending Scraper
🏷️ YouTube Video Scraper by Hashtag🎬 YouTube Shorts Scraper
πŸ“‘ YouTube Channel ScraperπŸ“ž YouTube Phone Number Scraper
πŸ“¨ YouTube Channel Email ScraperπŸ“§ YouTube Email Scraper

FAQ

Is there a free trial or plan available?

Yes. The actor listing supports a trial period on Apify so you can test before subscribing. Check the Apify Store page for the current trial minutes and pricing.

Do I need to log in to YouTube or provide cookies?

No. This YouTube contact scraper for channels works by searching public Google results and parsing publicly available YouTube channel snippetsβ€”no login or cookies required.

Which countries and dial codes are supported?

You can select from 200+ countries, including United Kingdom (+44), United States (+1), India (+91), and more. The selected country determines the dial code used for filtering and normalization.

How many phone numbers can I collect per run?

You control this with maxPhoneNumbers (1–10,000). The scraper stops collecting for each keyword once it reaches this limit.

What data does the YouTube channel phone number finder return?

For each matched result, it returns platform, keyword, title, description, url, phone_number, country, and dial_codeβ€”ideal for YouTube channel lead generation phone scraper workflows.

Yesβ€”when you collect only publicly available information and comply with YouTube’s terms and data protection laws. The actor is designed for ethical, compliant use.

Can I automate this with the Apify API?

Yes. You can trigger runs and fetch datasets through the Apify API to build repeatable workflows or scheduled enrichment jobs.

Does it work for different niches or local searches?

Yes. Combine niche keywords with your target country to focus on local businesses (e.g., β€œrestaurant Dublin”), making it a practical YouTube about page phone number scraper for local lead gen.

Closing thoughts

Youtube Channel Phone Number Scraper is built to extract publicly available phone numbers from YouTube channel results with dial code-aware filtering and export-ready output. It delivers fast, accurate data for marketers, developers, analysts, and researchers who need a reliable YouTube contact scraper for channels. Use the Apify API to automate runs, pipe data into your CRM, and keep your outreach lists fresh. Start extracting smarter with a compliant, production-ready YouTube business phone scraper today.