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

10

Total users

5

Monthly active users

4 days ago

Last modified

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 typeDescription
IdentityUsername, page title, description, and profile picture
Contact informationEmail addresses and phone numbers publicly exposed through the profile
Social linksStructured links to Instagram, TikTok, YouTube, Spotify, X, and other supported platforms
LinksProfile buttons with title, destination URL, type, and thumbnail
Profile metadataAccount tier, verification status, activity status, and country where available
ProvenanceOriginal 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 identifier
  • username โ€“ Profile username
  • pageTitle โ€“ Public profile title
  • description โ€“ Public profile description
  • profilePictureUrl โ€“ Profile-picture URL where available

Contact information

  • emails โ€“ Email addresses publicly exposed through the requested profile
  • phone โ€“ Publicly exposed phone numbers, deduplicated and normalized where possible

Social accounts

socialLinks[] contains structured links to supported platforms such as:

  • Instagram
  • TikTok
  • YouTube
  • Spotify
  • X
  • LinkedIn
  • Facebook
  • and others

links[] contains links exposed on the requested profile, including where available:

  • title
  • destination URL
  • Linktree link type
  • thumbnail URL

Profile metadata

Depending on availability:

  • tier
  • isVerified
  • isActive
  • country

Provenance

Every output record contains:

  • provenance.sourceUrl โ€“ Original public Linktree profile
  • provenance.username โ€“ Source username
  • provenance.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.