VOOZH about

URL: https://apify.com/wearable_monkey/email-risk-validator-lead-cleaner/api/python

⇱ Email Validator, Contact Finder & B2B Lead Cleaner API in Python Β· Apify


πŸ‘ Email Risk Validator, Contact Finder & Lead Cleaner avatar

Email Risk Validator, Contact Finder & Lead Cleaner

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Email Risk Validator, Contact Finder & Lead Cleaner

Validate email lists, extract website emails/phones/socials, generate B2B email candidates, score delivery risk, and export clean CRM-ready leads for outreach and SaaS workflows.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ι—»ζΆ› ζ›Ύ

ι—»ζΆ› ζ›Ύ

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

You might also like

Email Address Risk Scoring

greip/email-scoring

Validate and score email addresses. Detects disposable emails, free email providers, role-based addresses, and provides risk scoring.

Extract Emails Contacts Socials From Any Website

scrapio/extract-emails-contacts-socials-from-any-website

βœ‰οΈ Extract emails, phones, contact pages & social profiles from any website. πŸ”Ž Lightning-fast email extractor & contact scraper for lead gen, sales outreach, and research. πŸš€ Clean, structured export to power your CRM and campaigns.

Website Email Finder, Socials & Phone Scraper

code-node-tools/website-email-socials-phone-number-scraper-lookup

The most powerful email extractor online and website email scraper. Extract emails, phone numbers, and social media profiles from any website. Advanced email scraping tool with obfuscation handling, email lookup API, and phone number finder. Perfect for lead generation, B2B sales, & to find contact.

41

Website Contact Finder

prodiger/website-contact-finder

Website emails scraper and contact finder for lead generation. Extract email addresses, phone numbers, social profiles, and optional email verification from company websites in bulk. CRM-ready output, no browser required.

Instagram Profile Scraper Email Phone Socials

scraperoka/instagram-profile-scraper-email-phone-socials

πŸ“§πŸ“žπŸ”Ž Email, Phone & Socials Scraper extracts verified contact details and public profiles for smarter outreach. Get LinkedIn, websites, emails, phones & moreβ€”perfect for B2B lead gen, sales & recruiting.

Scraperoka

2

CRM Lead Data Cleaner (Email/Phone Validator + Dedup)

motivational_nickel/universal-data-cleaner

Turn messy CSV or Excel leads into clean, validated, CRM-ready data. Fix Excel E+11 phone numbers, validate emails, remove duplicates, and score lead quality (HIGH, MEDIUM, LOW). Built for sales teams, lead gen agencies, and automation workflows.

πŸ‘ User avatar

Leoncio Jr Coronado

13

Email Verifier & Validator | Bulk Email Verification

michael.g/email-verifier-validator

Bulk email verifier and email validator for email list verification. Verify email addresses, detect invalid emails, check deliverability, and clean email lists to reduce bounce rates.

560

5.0

Email & Contact Extractor β€” Emails, Phones, Socials

haketa/email-extractor

Email and contact extractor API: crawl any website or URL list and export emails, phone numbers and social profiles (LinkedIn, Instagram, Facebook, X, YouTube, TikTok). Lead generation, contact enrichment and sales outreach data β€” fast, no login.

Website Contact Finder β€” Emails, Phones & Socials for Leads

automation-lab/website-contact-finder

Turn company websites from Google Maps, directories, CRMs, or spreadsheets into outreach-ready contact signals. Extract public emails, phone numbers, social profiles, contact pages, and optional email verification in bulk.

πŸ‘ User avatar

Stas Persiianenko

479

Website Contact Scraper – Email, Phone & Social Extractor

logiover/website-contact-scraper

Bulk email and contact extractor for any website. Scrape emails, phones and social links with no API and export leads to CSV or JSON.

You can access the Email Risk Validator, Contact Finder & Lead Cleaner programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"emails":[
10"test@gmail.com",
11"admin@mailinator.com",
12"sales@example.con",
13],
14"emailsText":"""ceo@openai.com
15admin@mailinator.com
16sales@example.con""",
17"urls":[
18"https://www.apify.com",
19"https://www.openai.com",
20],
21"urlsText":"""https://www.apify.com
22https://www.openai.com""",
23"peopleText":"""Sam, Altman, openai.com
24Melanie Perkins, canva.com""",
25"candidatePatterns":[
26"first.last",
27"firstlast",
28"flast",
29"firstl",
30"last.first",
31],
32}
33
34# Run the Actor and wait for it to finish
35run = client.actor("wearable_monkey/email-risk-validator-lead-cleaner").call(run_input=run_input)
36
37# Fetch and print Actor results from the run's dataset (if there are any)
38print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
39for item in client.dataset(run["defaultDatasetId"]).iterate_items():
40print(item)
41
42# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Email Validator, Contact Finder & B2B Lead Cleaner API in Python

The Apify API client for Python is the official library that allows you to use Email Risk Validator, Contact Finder & Lead Cleaner API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Email Risk Validator, Contact Finder & Lead Cleaner API in JavaScript

Email Risk Validator, Contact Finder & Lead Cleaner API through CLI

Email Risk Validator, Contact Finder & Lead Cleaner OpenAPI definition

Email Risk Validator, Contact Finder & Lead Cleaner API