Developer guide · 2026

How to Turn Websites into Verified Email Leads

Feed in a list of domains, get back verified business emails and contact details — no crawler to build, free to start.

Start free on Apify →

You scraped a list of company websites, but a website is not a contact. Visiting each one to dig out an email does not scale, and most email-finder SaaS tools are pricey and capped.

A contact-finder Actor crawls each site for you and pulls out emails, phones and social profiles. You can do all of it with a maintained Email Finder Actor on Apify — no servers, no proxies, callable as an API.

What you can do with a Email Finder scraper

B2B lead enrichmentTurn a list of domains into contactable leads with emails.
Cold outreachBuild targeted prospect lists for sales campaigns.
Partnership researchFind the right contact at companies you want to work with.
CRM hygieneBackfill missing contact data on accounts you already have.

Step-by-step

1

Pick a contact-finder Actor

Open Apify Store and choose a maintained website contact / email finder Actor that returns emails, phones and socials.

2

Feed in your websites

Paste the list of domains or URLs you want enriched and run it. No code required for the first run.

3

Run and read results

Download the dataset of contacts or call the API from your app to enrich domains on demand.

Call it from your own code

curl -X POST "https://api.apify.com/v2/acts/YOUR_ACTOR_ID/run-sync-get-dataset-items?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "websites": ["example.com","acme.io"], "maxDepth": 2 }'

The response is clean JSON you can drop straight into your app, a notebook, or a spreadsheet. Export as CSV or Excel with one query parameter.

Start building for free

Apify's free tier includes monthly platform credits — enough to run your first Email Finder scrapes at no cost. Pay only for what you extract after that.

Create free Apify account →

Need B2B leads instead?

If what you actually want is a list of local businesses with phones and websites, skip the setup — get 100+ Google Maps leads as a CSV, 5 free per search.

Get business leads → Or build on Apify

Disclosure: links to Apify on this page are affiliate links. If you create a paid account through them we may earn a commission, at no extra cost to you. We recommend Apify because we build and ship Actors on it ourselves.