Bio Link Email Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Bio Link Email Scraper
Extract emails from Linktree, Beacons, Bio.link & Stan Store profiles. Scrape creator contact info at scale for influencer outreach, lead generation & partnerships. Auto-detects platform, validates emails, follows links to find hidden contacts.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

thekrenefx
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
21 days ago
Last modified
Categories
Share
Apify actor that extracts emails from bio link profiles for lead generation. Supports Linktree, Beacons, Bio.link, and Stan Store.
Supported Platforms
| Platform | Domain |
|---|---|
| Linktree | linktr.ee |
| Beacons | beacons.ai |
| Bio.link | bio.link |
| Stan Store | stan.store |
Features
- Multi-platform: Auto-detects platform from URL
- Flexible input: Accepts full URLs from any supported platform
- Two extraction modes:
profile-only(default): Extracts emails from the profile page onlysmart-follow: Follows contact/website links (skips social media)
- Two output formats:
simple: username, platform, emails, source URLrich: Full profile data including bio, avatar, all links, and email sources
- Anti-detection: Uses puppeteer-extra stealth plugin with residential proxies
- Email validation: Only returns properly formatted email addresses
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array | Yes | - | List of bio link URLs to scrape (max 4 per run) |
extractionMode | string | No | profile-only | Extraction depth |
outputFormat | string | No | simple | Output detail level |
maxConcurrency | integer | No | 5 | Parallel page limit |
Example Input
{"urls": ["https://linktr.ee/creator1","https://beacons.ai/creator2","https://bio.link/creator3","https://stan.store/creator4"],"extractionMode": "smart-follow","outputFormat": "rich","maxConcurrency": 5}
Output
Simple Format
{"username": "creator1","platform": "linktree","emails": ["business@creator1.com"],"sourceUrl": "https://linktr.ee/creator1"}
Rich Format
{"username": "creator2","platform": "beacons","emails": ["hello@creator2.com"],"sourceUrl": "https://beacons.ai/creator2","displayName": "Creator Two","bio": "Content creator & entrepreneur","avatarUrl": "https://...","links": [{ "title": "My Website", "url": "https://...", "type": "website" }],"emailSources": [{ "email": "hello@creator2.com", "foundOn": "https://...", "foundIn": "mailto" }]}
Pricing
- profile-only: Base cost (1 page per profile)
- smart-follow: Premium (1-5 pages per profile)
Local Development
npm installnpm testnpm run buildnpm start