# SocialCrawl API — linktree endpoints # Base URL: https://www.socialcrawl.dev # Auth: x-api-key header # Full docs: https://www.socialcrawl.dev/docs/linktree ## GET /v1/linktree/page Get Linktree page Credit cost: 1 (standard) Parameters: - url (required) — Full URL of the Linktree page curl "https://www.socialcrawl.dev/v1/linktree/page?url=https://linktr.ee/charlidamelio" \ -H "x-api-key: sc_your_api_key_here"