Speaker Refresh - Single Speaker Enricher avatar

Speaker Refresh - Single Speaker Enricher

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Speaker Refresh - Single Speaker Enricher

Speaker Refresh - Single Speaker Enricher

Under maintenance

Enrich any speaker/professional with full LinkedIn profile, recent news, Wikipedia, social handles, decision-maker score, and email-pattern guesses. Input: name (+ optional company/designation/LinkedIn). Output: 40+ portal-ready fields. Built by RS Niraj for event/conference workflows.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

RS Niraj

RS Niraj

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Speaker Refresh Actor

Single-speaker enrichment for production portal. Pulls fresh Wikipedia + Google News + SERP cascade + LinkedIn data and returns the same speaker card schema as event-scraper.

Use case

Production portal has a "Refresh" button on each speaker card. Click → this actor runs → fresh enriched data returned with same schema → portal updates DB.

Input

  • speakerName (string, required) — Full name
  • speakerCompany (string, optional) — Current company
  • speakerDesignation (string, optional) — Current role
  • speakerLinkedin (string, optional) — LinkedIn URL (saves SERP-for-LinkedIn cost if provided)
  • speakerImageUrl (string, optional) — Existing image as fallback
  • speakerEmail (string, optional) — Existing email as fallback
  • eventIndustry, eventName (string, optional) — Context for Wikipedia validation
  • useWikipedia (bool, default true) — FREE
  • includeNews (bool, default true) — FREE
  • includeLinkedin (bool, default true) — ~$0.01/refresh
  • includeRecentActivity (bool, default false) — ~$0.01/refresh
  • useSerpCascade (bool, default false) — ~$0.03/refresh
  • maxPostsPerSpeaker (int, default 5)

Cost matrix

ModeFlags~Cost
FREE onlywiki + news ON, others OFF$0
Standardwiki + news + linkedin ON$0.01
Full+ SERP cascade$0.04
Full + posts+ recent activity$0.05

Output

Dataset entry with same speaker card schema as event-scraper (drop-in mapping for portal).

Architecture

  • Reuses enrichment modules from apify-event-scraper: wikipedia_enrich.py, serp_bio_enrich.py, speaker_enrich.py, news_enrich.py
  • Reshape logic mirrors event-scraper's _reshape_speaker_for_portal verbatim
  • Any logic updates here MUST mirror event-scraper to keep schema consistent

Deploy

$apify push

Version

  • v0.1 — Initial speaker refresh actor, mirroring event-scraper v0.5.45