Platform · Link pages

Linktree

Link-in-bio pages and every link on them.

Endpoints
2
Base price
1 cr
Source
Our own scraper
EndpointReturnsCredits
GET /v1/linktree/profileProfile1
GET /v1/linktree/searchSearchResult[]1

Core

Profile

1 credit

Get a public profile by handle.

GET/v1/linktree/profileProfile
handlerequiredUsername without the @.
enrichoptionalarabic: add dialect, sentiment, entities and topics (+3 credits).
curl -G https://api.crawlfeed.dev/v1/linktree/profile \
  -H "Authorization: Bearer $CRAWLFEED_KEY" \
  --data-urlencode "handle=selenagomez"

Every endpoint also takes fresh=true (skip the cache, 2× price) and include_raw=true (add the platform’s own payload). See Response shape and Credits.