Linktree / Beacons Link Extractor avatar

Linktree / Beacons Link Extractor

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Linktree / Beacons Link Extractor

Linktree / Beacons Link Extractor

Utilize a fast and scalable Apify actor to efficiently extract every outbound link, biography, and profile information from Linktree and Beacons pages. This process allows you to gather valuable insights and data seamlessly from these popular link aggregation platforms.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Apify actor that extracts every outbound link (and basic profile info) from Linktree and Beacons profile pages.

Input

FieldTypeDescription
profilesstring[]Profile URLs or bare usernames. Required.
uncensorLinktreebooleanReveal age/sensitive-content gated Linktree links. Default true.
proxyConfigurationobjectApify Proxy config. Residential proxies strongly recommended.
maxConcurrencyintegerParallel profiles processed at once (1–20). Default 5.

Accepted profile formats:

  • https://linktr.ee/<user>
  • linktr.ee/<user> (or the common linktree.ee typo)
  • https://beacons.ai/<user>
  • <user> (bare username — defaults to Linktree)

Example input

{
"profiles": [
"https://linktr.ee/pale_but_peachy",
"beacons.ai/someuser"
],
"uncensorLinktree": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
},
"maxConcurrency": 5
}

Output

One dataset item per profile:

{
"platform": "linktree",
"username": "pale_but_peachy",
"url": "https://linktr.ee/pale_but_peachy",
"displayName": "Peachy",
"description": "art / shop / commissions",
"avatar": "https://...jpg",
"links": [
{ "title": "Shop", "url": "https://...", "type": "CLASSIC", "locked": false }
],
"linkCount": 7,
"scrapedAt": "2026-05-16T07:45:00+00:00"
}

If a profile fails, the item includes an error field instead of throwing.

Notes

  • Linktree and Beacons aggressively block datacenter IPs. Use residential proxies.
  • Beacons mutates its internal block schema fairly often; the parser falls back to a recursive JSON walk if the known paths don't yield results.
  • Only scrape profiles you have a legitimate reason to access. Respect each platform's Terms of Service.