Linktree Profile & Contact Scraper avatar

Linktree Profile & Contact Scraper

Pricing

from $0.003 / profile

Go to Apify Store
Linktree Profile & Contact Scraper

Linktree Profile & Contact Scraper

Extract Linktree profiles, emails, phone numbers, social links, bios, and profile metadata. Start from URLs or usernames, or enable crawling to discover related profiles from a small seed list.

Pricing

from $0.003 / profile

Rating

0.0

(0)

Developer

Frederic

Frederic

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

9 days ago

Last modified

Share

๐ŸŒณ Linktree Profile Scraper

Extract structured profile and contact data from Linktree pages at scale โ€“ emails, phone numbers, social links, bios, profile metadata, and more.

Enable crawling mode to turn a small seed list into hundreds or thousands of related Linktree profiles, bounded by your maxItems setting.

Just paste Linktree URLs or usernames and hit "Start". The scraper requires no proxies, making it cheaper to run and easier to use than browser-heavy scraping solutions.

Great for:

  • ๐ŸŽต Music & creator outreach โ€“ extract emails, phone numbers, and social handles from artist profiles
  • ๐Ÿ“Š Influencer research & lead generation โ€“ discover creators and enrich contact lists
  • ๐Ÿ”— Building creator contact databases for agencies
  • ๐Ÿค– Feeding structured profile and contact data into CRMs, enrichment tools, or outreach pipelines

๐Ÿ” What data do you get?

Data typeDescription
IdentityUsername, page title, bio/description, profile picture
Contact infoFull email and phone extraction from bios, social links, button URLs, link titles, metadata, and mailto/tel links
Social linksTyped platform links โ€“ Instagram, TikTok, YouTube, Spotify, X, and 30+ more
LinksAll profile buttons with title, URL, type, and thumbnail
Status signalsAccount tier (free/paid/pro), verified status, active status, country
Crawl metadataCrawl depth relative to your seed profiles, source URL, scrape timestamp

๐Ÿ”‹ Why use this scraper?

  • ๐Ÿ“ฌ Full email and phone extraction: Pulls contact details from bios, profile text, social links, button URLs, link titles, metadata, mailto: links, and tel: links
  • ๐ŸŒ Crawling mode: Start with a few seed profiles and automatically discover related Linktree profiles โ€“ useful for mapping creator niches or expanding lead lists
  • โšก No proxies required: Lower running costs, simpler setup, and fewer scraping headaches
  • ๐Ÿ“ž E.164 phone normalization: Phone numbers are normalized to international format using country context where available
  • โš™๏ธ Typed output: 30+ social platform types enumerated, 90+ link types classified
  • ๐Ÿš€ Multi-format export: CSV, JSON, Excel, XML, and more via the Apify platform

โœ๏ธ Input fields

  • urls (optional) โ€“ List of Linktree profile URLs, e.g. https://linktr.ee/garyvee
  • usernames (optional) โ€“ List of Linktree usernames as an alternative to full URLs
  • enableCrawling (optional) โ€“ Automatically expand your input by crawling related profiles
  • crawlDepth (optional) โ€“ Maximum degrees of separation from your seed profiles (leave unset for unlimited)
  • maxItems (optional) โ€“ Hard cap on total profiles scraped

At least one of urls or usernames must be provided.

๐Ÿ”ง Output format

Each scraped profile is emitted as a single record. Contact information is extracted and normalized into top-level fields for easy filtering, with a raw field containing the full unmodified page data for complete fidelity.

{
"id": 1056269512,
"username": "2003toyotacorollaofficial",
"pageTitle": "haylee",
"description": "Official SoundCloud profile for haylee's 2003 Toyota Corolla project.\nIf you'd like to get in contact, please check my website below.",
"profilePictureUrl": "https://...",
"tier": "free",
"isVerified": false,
"isActive": true,
"country": "US",
"emails": ["haylee@example.com"],
"phone": ["+14155552671"],
"socialLinks": [
{ "type": "INSTAGRAM", "url": "https://instagram.com/example" },
{ "type": "EMAIL_ADDRESS", "url": "mailto:haylee@example.com" },
{ "type": "SOUNDCLOUD", "url": "https://soundcloud.com/example" }
],
"links": [
{
"id": "12345",
"type": "CLASSIC",
"title": "My latest track",
"url": "https://soundcloud.com/example/track",
"thumbnail": "https://..."
}
],
"depth": 0,
"provenance": {
"sourceUrl": "https://linktr.ee/2003toyotacorollaofficial",
"username": "2003toyotacorollaofficial",
"scrapedAt": "2026-05-09T20:00:00.000Z"
},
"raw": { ... }
}

๐ŸŒ Crawling mode

When crawling is enabled, the scraper uses Linktree's internal profile similarity graph to automatically discover related profiles from your seed inputs. This is useful when you want to map out a creator niche without manually curating a full list of usernames.

  • crawlDepth: 1 โ€“ scrape your seeds and their directly related profiles
  • crawlDepth: 2 โ€“ go one level further, scraping profiles related to those
  • Unset โ€“ crawl as broadly as maxItems allows

Your seed profiles are always prioritized and processed first, regardless of crawl settings.

๐Ÿ‘ค Who is it for?

  • ๐ŸŽต Music marketers & booking agencies โ€“ Build targeted artist outreach lists with verified contact info
  • ๐Ÿ“ฃ Influencer marketing teams โ€“ Discover and contact creators across any niche
  • ๐Ÿ’ผ B2B lead generation โ€“ Many small businesses use Linktree as a contact hub
  • ๐Ÿ’ป Developers โ€“ Enrich CRM data or feed creator profiles into recommendation or matching systems

Built with โค๏ธ and an unreasonable amount of attention to contact extraction edge cases.
Questions or edge cases? Drop us a message โ€“ we actively maintain this actor.