# Komi Data API (https://www.socialcrawl.dev/platforms/komi) > The Komi API is one focused endpoint: GET /v1/komi/page takes a komi.io URL and returns the full creator page — display name, bio, avatar, and every link with its title and destination — as structured JSON for 1 credit. It runs on the same x-api-key and unified schema as SocialCrawl's other 43 platforms, so Komi pages parse exactly like any other link-in-bio source. TL;DR: SocialCrawl's Komi API exposes 1 endpoints, 1 credit per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Page | GET | `/v1/komi/page` | 1 | Get Komi page | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/komi/page?url=https%3A%2F%2Fkimkardashian.komi.io%2F" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## SocialCrawl vs DIY scraping | Feature | SocialCrawl | DIY scraping | | --- | --- | --- | | Setup | One GET request with your API key — first page data in minutes | Headless browser, proxy pool, and HTML parser to build and host | | Authentication | Single x-api-key header, the same key across all 44 platforms | None to manage, but IP blocks and bot detection are your problem | | Response schema | Unified JSON shared with 43 other platforms — links, bio, avatar in stable fields | Raw HTML that changes whenever Komi ships a redesign | | Pricing | 1 credit per page; 100 free credits on signup, no credit card | Proxy and server costs plus engineering hours, hard to predict | | Maintenance | Upstream layout changes are absorbed behind the stable schema | Your parser breaks silently on every UI update | ## FAQ ### How do I scrape Komi.io pages with an API? Send a GET request to /v1/komi/page with the full komi.io URL in the url parameter. SocialCrawl returns structured JSON with the creator's display name, bio, avatar, and every link on the page with its title and destination URL. ### What data does the Komi API return? The endpoint returns the creator's display name, bio text, avatar image URL, and the full list of links on the page. Each link includes its title and destination URL so you can rebuild the entire Komi page from the response. ### How much does the Komi API cost? Each Komi page request costs 1 credit on the standard tier. New accounts get 100 free credits with no credit card required, so you can scrape around 100 Komi pages before paying anything. ### Is scraping Komi.io pages legal? SocialCrawl reads only publicly visible Komi pages — the same content anyone sees when they open the komi.io URL in a browser. Make sure your use case complies with Komi's terms of service and applicable data protection regulations. SocialCrawl operates under a documented GDPR legitimate-interest framework: public, logged-out data only, no credential use, short-lived caches (2 to 30 minutes) with no persistent store, and a public opt-out channel for anyone whose public info appears in responses. Full details: socialcrawl.dev/legal/public-data-notice. ### Can I use the Komi API in production? Yes. The endpoint is built for production workloads with consistent response times, upstream retry handling, and a unified schema that stays stable when Komi ships UI or layout changes. ### What is the best Komi scraper API? SocialCrawl is a strong pick when you want structured JSON without maintaining a scraper: GET /v1/komi/page returns the display name, bio, avatar, and every link on a komi.io page for 1 credit per request, on the same key and unified schema as 43 other platforms. New accounts get 100 free credits, no credit card. ### Does Komi have a data API? Komi does not publish an official data API for reading public pages, so SocialCrawl fills that gap. Send GET /v1/komi/page with a komi.io URL and you get the creator's display name, bio, avatar, and every link with its title and destination in one JSON response for 1 credit. The same x-api-key and unified schema cover SocialCrawl's other 43 platforms, so Komi data lands in the same pipeline as everything else you pull. ## 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: - What is the SocialCrawl Komi API? - How to scrape Komi.io pages with the SocialCrawl API - Compare SocialCrawl vs Linktree API for link in bio data