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