# Pillar Page API (https://www.socialcrawl.dev/platforms/pillar/page) > Returns data from a Pillar page including display name, bio, avatar, and list of links with titles and URLs. TL;DR: `GET /v1/pillar/page` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Full URL of the Pillar page | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/pillar/page?url=https%3A%2F%2Fpillar.io%2Fexample" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get a Pillar.io page's data? Send a GET request to /v1/pillar/page with the full page URL in the url parameter. SocialCrawl responds with a JSON object containing the creator's name, email, location, social links, products, and link click counts. ### What fields does GET /v1/pillar/page return? The response includes id, first_name, last_name, email, location, social link URLs across 12+ platforms (TikTok, Instagram, YouTube, Spotify, Twitter, Facebook, LinkedIn, and more), a products array, and per-link click counts. ### Which social platforms appear in the response? TikTok, Instagram, YouTube, Spotify, Twitter, Facebook, LinkedIn, Twitch, Discord, Patreon, Medium, and other platforms supported by Pillar — every social link the creator has added is included with its full URL. ### Can I get product prices from a Pillar page? Yes. The products array includes each product's title, price, description, and image URL. Prices come back in the currency Pillar displays so you can use them directly without conversion. ### How fast is the Pillar Page API? Most requests return JSON within 1–3 seconds. The endpoint uses the profile cache category, so repeat requests for the same page URL come back faster from cache. See the full Pillar API: https://www.socialcrawl.dev/platforms/pillar ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get Pillar.io page data with one API call - What does the SocialCrawl Pillar Page API return?