Mawsool - Verified Email to LinkedIn Lookup avatar

Mawsool - Verified Email to LinkedIn Lookup

Pricing

Pay per usage

Go to Apify Store
Mawsool - Verified Email to LinkedIn Lookup

Mawsool - Verified Email to LinkedIn Lookup

Turn emails into confirmed LinkedIn profiles. Mawsool returns exact matches only - real name, headline, URL, company. No guessing. Built for sales, recruiting and CRM enrichment.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mawsool Intertaional

Mawsool Intertaional

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Mawsool — Verified Email to LinkedIn Profile Lookup

Turn any email into a confirmed LinkedIn profile — or know with certainty that none exists.

Powered by Mawsool, the AI-powered B2B intelligence platform behind 1 billion+ verified contacts. This is not a scraper guessing from public pages. This is verified reverse email lookup — the same accuracy standard Mawsool uses for enterprise lead generation.


Why teams choose this over generic enrichers

Generic toolsMawsool (this Actor)
Match qualityOften fuzzy / guessedExact matches only
False positivesCommonRejected — uncertain hits return hasLinkedIn: false
Data freshnessStatic databases (months old)Real-time verification
Profile fieldsBasic or incompleteFull profile: name, headline, URL, photo, company, location
Built forHobby projectsSales, recruiting, CRM, outbound at scale

If hasLinkedIn is true, that LinkedIn profile belongs to that email. Period. No guessing.


What you get in every result

For each email you submit, you receive all fields from the Mawsool deep-v2 API as flat, exportable columns:

ColumnDescription
email, hasLinkedIn, matchType, methodLookup metadata
profileIdLinkedIn profile identifier
fullName, firstName, lastNameName
headline, summaryProfessional headline and bio
linkedinUrl, pictureUrl, reportProfileUrlProfile links
company, locationCurrent company and location
isPublic, localeCountry, localeLanguageProfile visibility and locale
educationsCount, positionsCount, skillsCountCounts
skillsSemicolon-separated skill list
educationHistoryFull education history (JSON string)
positionHistoryFull work history (JSON string)
checkedAtVerification timestamp

Use the Enriched contacts view for CRM export, or Full profile data / All fields for complete API output. Export as CSV, Excel, or JSON from any view.

When no exact match exists, you get an honest hasLinkedIn: false — not a wrong profile.


Who uses this

Sales & outbound teams

Enrich cold email lists with verified LinkedIn URLs before sending connection requests. Stop wasting time on emails with no professional presence.

Recruiters & talent teams

Confirm that a candidate's application email maps to the real LinkedIn profile — not a similarly named stranger.

RevOps & CRM enrichment

Pipe results into HubSpot, Salesforce, Pipedrive, or Clay. Append LinkedIn data to contacts automatically via Apify API, webhooks, Zapier, or Make.

Growth & lead scoring

Prioritize leads where email → LinkedIn verification succeeds. Build smarter scoring models on confirmed identity data.

Data engineers

Batch-process thousands of emails. Export to JSON, CSV, Excel, or Google Sheets from Apify datasets.


How to use

Input

{
"emails": [
"jane.doe@acme.com",
"john.smith@startup.io"
],
"maxEmails": 100
}
FieldRequiredDescription
emailsYesOne or more email addresses to verify
maxEmailsNoSafety cap per run (default: 100, max: 10,000)

Output — profile found

{
"email": "jane.doe@acme.com",
"hasLinkedIn": true,
"profile": {
"displayName": "Jane Doe",
"firstName": "Jane",
"lastName": "Doe",
"headline": "VP Sales at Acme Inc",
"profileUrl": "https://www.linkedin.com/in/janedoe",
"pictureUrl": "https://...",
"company": "Acme Inc",
"location": "New York, NY"
},
"checkedAt": "2026-06-28T12:00:00.000Z",
"success": true,
"error": null,
"statusCode": 200
}

Output — no LinkedIn on this email

{
"email": "unknown@company.com",
"hasLinkedIn": false,
"profile": null,
"checkedAt": "2026-06-28T12:00:00.000Z",
"success": true,
"error": null,
"statusCode": 200
}

Quick start (3 steps)

  1. Add your emails to the emails input field
  2. Click Start — each email is verified in seconds
  3. Download results from the dataset tab (JSON / CSV / Excel)

Run via API

apify call oday/mawsool-email-linkedin-lookup \
--input '{"emails":["prospect@company.com"]}'

Schedule daily enrichment

Use Apify Scheduler to run this Actor nightly on new CRM exports — fully automated.


Pricing

Pay per email verified — one email-lookup event per email processed.

Plan tierPrice per emailPrice per 1,000 emails
Free / Starter (Bronze)$0.002$2.00
Scale (Silver)$0.0015$1.50
Business (Gold)$0.001$1.00
Platinum$0.0008$0.80
Diamond / Enterprise$0.0006$0.60

Higher Apify subscription plans automatically unlock lower per-email rates. No Mawsool subscription required on Apify.


Integrations

Works with:

  • Apify API — programmatic runs at any scale
  • Webhooks — trigger downstream workflows on completion
  • Zapier & Make — no-code automation
  • Google Sheets — one-click export from dataset
  • Your own backend — poll dataset or use sync API

About Mawsool

Mawsool is a patent-pending B2B lead intelligence platform:

  • 1B+ verified global contacts — 4× the reach of leading competitors
  • 98%+ email accuracy with triple verification
  • Real-time data — millisecond-accurate, not quarterly-refreshed lists
  • Money-back guarantee — industry-leading confidence in data quality
  • Global coverage including MENA markets others miss

This Actor brings Mawsool's enterprise-grade reverse email verification to the Apify Store.

Website: mawsool.tech
Support: support@mawsool.tech


FAQ

Is this guessing LinkedIn profiles from similar names?
No. Only exact, verified matches are returned as hasLinkedIn: true. Everything else is false.

Can I process thousands of emails?
Yes. Use maxEmails or split across multiple runs. Apify handles scheduling and API orchestration.

What if an email has no LinkedIn?
You get hasLinkedIn: false and profile: null — a clean, honest result you can filter on.

Does this work with personal emails?
Yes. If that email has a verified LinkedIn identity, you get the profile. If not, you get a clear no-match.


Limitations

  • Exact matches only — fuzzy/uncertain results are reported as not found (by design, for accuracy)
  • Requires active Mawsool API capacity on the backend