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