Contact API docs
Read the production request shape for contact extraction and verification.
Open pathLead-gen tool
Crawlora's free email finder works by domain — no name-guessing, no LinkedIn login: paste a company's website and it pulls the public business emails that site exposes, tagged generic (info@, sales@) or personal (jane@), alongside phone numbers (validated with libphonenumber, so no junk), social profiles, and a domain-type read (independent vs chain). Emails are SMTP-checked for deliverability — verified, risky, or invalid — so you know which addresses actually accept mail before you send. It's the enrichment step that turns a bare website into an outreach-ready lead — pair it with Google Maps business discovery to build lead-generation lists of local businesses that actually have an email. The free tool verifies the first few addresses per site; call the /contact endpoint to lift the cap and crawl more pages at scale.
Quick answer
Crawlora's free email and contact finder extracts public business emails, phone numbers, and social profiles from a company website or domain, with SMTP-checked deliverability status on each email. Use it to enrich a lead in the browser, then call the /contact API for uncapped verification and higher page limits in production lead-generation workflows.
Use this to enrich a lead (or a Google Maps business) with a real contact email before you reach out — most local-business datasets give you a phone and a website but no email.
Verify you're human before running
Example output before you run the tool
| Type | Status | |
|---|---|---|
| [email protected] | personal | verified |
| [email protected] | generic | risky |
Enter a domain or URL — a company site, or the website from a Google Maps listing.
Crawlora fetches the homepage plus contact/about pages and extracts the emails, phone numbers, and social profiles they expose.
Each email is tagged generic (info@/sales@) or personal, with a verification status; you also get validated phone numbers, the company's social handles, and a domain-type read.
Call POST /contact with an API key — no verification cap (every email SMTP-checked), higher max_pages, and batch over a Google Maps lead list.
Turn a bare website (or a Maps listing) into an outreach-ready contact with a real business email and social profiles.
Maps datasets give you phone + website but no email — run each site through /contact to fill the gap and build local lead lists that convert.
Find the right role address (sales@, partnerships@) or a personal contact at a target company before you reach out.
Pull a company's contact emails and social profiles to source candidates and hiring managers.
The free finder checks one website at a time. Use the API when sales, recruiting, or local-business workflows need verified emails, phone numbers, social profiles, and contact-page crawling across many domains.
Read the production request shape for contact extraction and verification.
Open pathDiscover businesses first, then enrich each website with contact data.
Open pathThe full Maps-discovery-to-verified-email workflow this tool plugs into.
Open pathOur data study on why ~40% of local businesses have no website — and how to find the ones that do.
Open pathEstimate lead-enrichment volume before scheduling batch runs.
Open pathURL → clean Markdown + metadata, free. Tested live on 180+ sites — news, ecommerce, jobs, real estate, finance — on the same /web/scrape API.
Generate autocomplete keyword ideas from Google, Amazon, App Store, and Google Play with the same structured endpoints developers can call in production.
The exact authenticated request this tool makes — copy it, add your key, and you're live.
Create a free key, drop it in the header, and paste this into your terminal. 2,000 credits a month, no card.
curl -X POST "https://api.crawlora.net/api/v1/contact" \
-H "x-api-key: $CRAWLORA_API_KEY" \
-H "content-type: application/json" \
-d '{"url":"https://basecamp.com","max_pages":5,"verify":true,"verify_limit":10}'Production path
The free finder checks one website at a time. Use the API when sales, recruiting, or local-business workflows need verified emails, phone numbers, social profiles, and contact-page crawling across many domains.
Batch lead enrichment from public websites, Google Maps lists, and company domains.