Linktree Profile & Contact Scraper
Pricing
from $0.003 / profile
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
Maintained by CommunityActor stats
0
Bookmarked
10
Total users
5
Monthly active users
4 days ago
Last modified
Categories
Share
๐ณ Linktree Profile Scraper
Extract structured information from specific public Linktree profiles supplied by you.
Provide one or more Linktree profile URLs or usernames and start the Actor. Each requested profile is processed independently and returned as a structured record containing available profile information, contact details, social accounts, and links.
Every result includes source provenance linking it back to the public Linktree profile from which it was retrieved.
๐ What can be extracted?
Depending on what the profile publicly contains, records can include:
| Data type | Description |
|---|---|
| Identity | Username, page title, description, and profile picture |
| Contact information | Email addresses and phone numbers publicly exposed through the profile |
| Social links | Structured links to Instagram, TikTok, YouTube, Spotify, X, and other supported platforms |
| Links | Profile buttons with title, destination URL, type, and thumbnail |
| Profile metadata | Account tier, verification status, activity status, and country where available |
| Provenance | Original Linktree profile URL, username, and retrieval timestamp |
The Actor processes only profiles explicitly identified by the user.
โก Why use this Actor?
-
User-defined profiles You decide exactly which Linktree URLs or usernames are processed.
-
Structured contact information Publicly listed email addresses and phone numbers are normalized into convenient top-level fields.
-
Typed social links Social profiles are classified into supported platform types for easier downstream processing.
-
Phone normalization Phone numbers are deduplicated and normalized to international format where possible.
-
Source provenance Every record retains the original Linktree profile URL and retrieval timestamp.
-
Structured output Results can be exported through Apify as JSON, CSV, Excel, XML, or consumed through its APIs.
โ๏ธ Input
At least one profile URL or username must be supplied.
urls
A list of public Linktree profile URLs to process.
Example:
{"urls": [{"url": "https://linktr.ee/garyvee"}]}
usernames
Alternatively, provide Linktree usernames directly:
{"usernames": ["garyvee"]}
Only the profiles identified by these inputs are processed.
๐ง Output
Each requested public profile is returned as a separate structured record.
Example:
{"id": 1056269512,"username": "example","pageTitle": "Example Creator","description": "Public profile description","profilePictureUrl": "https://...","tier": "free","isVerified": false,"isActive": true,"country": "US","emails": ["hello@example.com"],"phone": ["+14155552671"],"socialLinks": [{"type": "INSTAGRAM","url": "https://instagram.com/example"}],"links": [{"id": "12345","type": "CLASSIC","title": "Website","url": "https://example.com","thumbnail": "https://..."}],"provenance": {"sourceUrl": "https://linktr.ee/example","username": "example","scrapedAt": "2026-05-09T20:00:00.000Z"}}
Fields are populated only when the corresponding information is publicly exposed by the requested profile.
๐ Output fields
Identity
idโ Linktree profile identifierusernameโ Profile usernamepageTitleโ Public profile titledescriptionโ Public profile descriptionprofilePictureUrlโ Profile-picture URL where available
Contact information
emailsโ Email addresses publicly exposed through the requested profilephoneโ Publicly exposed phone numbers, deduplicated and normalized where possible
Social accounts
socialLinks[] contains structured links to supported platforms such as:
- TikTok
- YouTube
- Spotify
- X
- and others
Profile links
links[] contains links exposed on the requested profile, including where available:
- title
- destination URL
- Linktree link type
- thumbnail URL
Profile metadata
Depending on availability:
tierisVerifiedisActivecountry
Provenance
Every output record contains:
provenance.sourceUrlโ Original public Linktree profileprovenance.usernameโ Source usernameprovenance.scrapedAtโ Retrieval timestamp
This makes individual records traceable back to their source.
๐ค Typical uses
- Creator Research โ Structure information from known creator profiles
- Profile Enrichment โ Add publicly listed social links or contact channels to existing records
- Marketing Research โ Analyze selected profiles relevant to a campaign or project
- Business Research โ Process known public profiles belonging to businesses or professionals
- Workflow Automation โ Integrate specific Linktree profiles into internal tools or data workflows
- Development โ Convert selected public profiles into predictable machine-readable records
โ๏ธ Responsible use
This Actor processes publicly accessible Linktree profiles explicitly identified by the user.
It does not bypass authentication, password protection, or other access controls. The Actor only extracts information that is already delivered as part of the publicly accessible profile response.
Users are responsible for ensuring that their use of the Actor and resulting information complies with applicable laws, contractual obligations, privacy requirements, and third-party rights.
๐ฌ Support
Questions, edge cases, or unexpected results?
Open a support ticket and include the affected run ID or relevant log output so the issue can be reproduced and investigated.