VOOZH about

URL: https://apify.com/leafed_dryer/email-link-extractor

⇱ Email Link Extractor · Apify


Pricing

Pay per usage

Go to Apify Store

Email Link Extractor

Advanced email link processor that extracts, analyzes and unwraps tracking URLs. Supports SendGrid, Mailchimp, Beehiiv, HubSpot, Constant Contact and other major email service providers. Automatically resolves redirect chains to find real destination URLs hidden behind marketing tracking links.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

👁 Roch News

Roch News

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

10 months ago

Last modified

Share

Email Link Extractor & Tracker Cleaner

Este Actor extrae todos los links de emails y resuelve URLs de tracking para obtener las URLs reales de destino.

🎯 ¿Qué hace?

  • Extrae links del HTML y texto plano de emails
  • Identifica tracking links de servicios como SendGrid, Mailchimp, Beehiiv
  • Resuelve URLs reales ocultas detrás de redirects de tracking
  • Organiza resultados por tipo (directos, tracked, resueltos)
  • Proporciona estadísticas detalladas

📧 Servicios de tracking soportados

  • SendGrid (sendgrid.net/ss/c/)
  • Mailchimp (mailchimp.com/track/)
  • Beehiiv (mail.beehiiv.com)
  • HubSpot (hslinks.com)
  • Constant Contact (constantcontact.com/links/)
  • Mailgun (mailgun.org/link/)
  • Campaign Monitor (click.campaigns.)
  • AWeber (aweber.com/ct/)

🚀 Uso básico

Input mínimo:

{
"html":"<html>contenido del email</html>",
"subject":"Asunto del email"
}

Input completo:

{
"html":"HTML del email",
"text":"Texto plano del email",
"subject":"Asunto",
"from":{
"address":"sender@example.com",
"name":"Sender Name"
},
"date":"2025-08-17T15:06:16.000Z",
"messageId":"unique-message-id",
"options":{
"resolveRedirects":true,
"includeMailto":false,
"minTextLength":3
}
}

📊 Output

{
"success":true,
"timestamp":"2025-08-17T15:30:00.000Z",
"email":{
"subject":"Newsletter Title",
"from":{...}
},
"summary":{
"totalLinks":15,
"trackedLinks":12,
"directLinks":3,
"resolvedLinks":8,
"unresolvedLinks":4
},
"trackingStats":{
"sendgrid":{
"total":8,
"resolved":6,
"unresolved":2
}
},
"links":{
"all":[...],
"resolved":[
{
"original":"https://tracking-url...",
"cleaned":"https://real-destination.com",
"text":"Click here",
"service":"sendgrid"
}
],
"direct":[...],
"unresolved":[...]
}
}

🔧 Integración con Make.com

  1. HTTP Request al Actor:

    POSThttps://api.apify.com/v2/acts/YOUR_USERNAME~email-link-extractor/runs
  2. Headers:

    Authorization:Bearer YOUR_API_TOKEN
    Content-Type:application/json
  3. Body: El contenido del email de Make

  4. Obtener resultado:

    GEThttps://api.apify.com/v2/acts/YOUR_USERNAME~email-link-extractor/runs/LAST/dataset/items

💡 Casos de uso

  • Marketing automation: Limpiar links antes de reenviar
  • Analytics: Rastrear destinos reales de campaigns
  • Content curation: Extraer recursos de newsletters
  • Link monitoring: Verificar destinos de tracking

⚡ Performance

  • Tiempo promedio: 2-5 segundos por email
  • Memoria: ~100MB por ejecución
  • Costo: ~$0.0001 por email procesado

🆘 Solución de problemas

Error: "Se requiere al menos HTML o texto"

  • Asegúrate de enviar html o text en el input

Links no resueltos

  • Algunos tracking links son muy complejos o están encriptados
  • El Actor marca estos como status: "unresolved"

Timeouts

  • Emails muy grandes pueden tomar más tiempo
  • Aumenta timeoutSecs en las opciones de ejecución

📝 Changelog

v1.0.0

  • Primera versión estable
  • Soporte para 8 servicios de tracking principales
  • Integración optimizada para Make.com

You might also like

All in one Social media Email Scraper

bhansalisoft/all-in-one-social-media-email-scraper

All in One Social Email Extractor – Software can Extract Email from All Social Network Profile Linkedin Email Extractor Facebook Email Extractor Youtube Email Extractor Twitter Email Extractor Instagram Email Extractor Reditt Email Extractor Pinterest Email Extractor TikTok Email Extracto

👁 User avatar

bhansalisoft

3K

1.8

Website Email & Contact Finder

makework36/email-finder-scraper

Find email addresses, phone numbers, and social media links from any website. Crawls pages and extracts contact information automatically.

👁 User avatar

deusex machine

68

URL Redirect Validator

botflowtech/url-redirect-validator

Track complete HTTP redirect chains, detect cross-domain redirects, and validate URLs. Perfect for affiliate link monitoring and ad hijacking detection.

👁 User avatar

BotFlowTech

6

Instagram Email Scraper

exporter24/instagram-email-scraper

Extract the email address of given instagram profile link.

309

3.0

Mailchimp Profile Info Scraper

getdataforme/mailchimp-profileInfo-scraper

The Mailchimp Profile Info Scraper extracts detailed data from Mailchimp integration pages, aiding market research and competitive analysis....

👁 User avatar

GetDataForMe

2

TikTok Email Scraper

exporter24/tiktok-email-scraper

Extract the email address of given tiktok profile link.

219

Bulk URL Status Checker – Broken Link & Redirect Audit

logiover/bulk-url-status-checker

Bulk HTTP status code checker and broken link checker. Trace redirect chains, find 404s, export to CSV/JSON. No browser, no login.

489

Crunchbase Email Scraper

scrapier/crunchbase-email-scraper

Crunchbase Email Scraper gathers public email contacts for agencies, consultants, and service providers. Filter companies by funding, industry, or size to streamline prospecting and outbound email campaigns.

Related articles

Best email extractors for sales ops
Read more