100 free credits — no credit card required.Start building
Logo
100 free credits — no credit card required

Prism Scraper API

GET /v1/prism/lookup turns any social or commerce URL into structured data in one call. Hand it a TikTok video, an Instagram reel, a YouTube link, a Reddit thread, a GitHub repo, or an Amazon product page — Prism detects the platform, calls the right endpoint, and returns SocialCrawl's unified JSON. No surcharge: you pay the underlying endpoint's price, nothing more.

TL;DR

The Prism API by SocialCrawl returns Prism data as structured JSON — 33 endpoints behind one x-api-key, from 0 credits per call. It shares one unified schema with 45 other platforms, so the same client code works everywhere.

Live demo

Try the Prism API in your browser

Type a real handle, run a real request, see the JSON SocialCrawl returns. No signup, no key — same response shape you get in production.

Try the Prism Lookup API

See real data before writing a single line

GET/v1/prism/lookup

Absolute http(s) URL of the post / profile / product to resolve.

1 optional parameters

CSV of optional flags to forward verbatim to the resolved endpoint (e.g. `trim`). Each member must be an optional param of that endpoint.

Endpoints

What data does the Prism API return?

Every endpoint returns structured JSON in a unified envelope. Computed fields such as engagement rate and content category are included only where the endpoint supports them and the required source inputs are present.

Last updated July 2026

Maintained by the SocialCrawl team, reviewed July 2026

Lookupstandard

Universal URL dispatcher: any social/commerce URL → the right detail endpoint's unified response.

Commentsstandard

Every comment on a post, replies nested, server-paginated to completion.

Brand Mentionsadvanced

Brand mention volume time-series, sentiment split, top sources, and recent mentions for one keyword.

Demand Signalsadvanced

Consumer-demand nowcast: app-review velocity, web mention slope, Reddit velocity, and commerce review levels, fused into a published demand index.

Campaignadvanced

Campaign tracker: pre/during/post volume lift, cross-platform engagement, and ranked top amplifiers for a hashtag or phrase.

Ai Visibilityadvanced

AI Share-of-Voice / GEO monitoring: prompt set x reruns to per-brand appearance-% per AI engine plus a cited-domain ranking.

Crisis Postmortemadvanced

Crisis post-mortem: a who-said-what-first timeline across web, Reddit, Hacker News, and social, with an origin, peak, propagation sequence, and a grounded narrative.

Crisis Radaradvanced

Stateless crisis breach check: a z-score on daily mention volume and negative share, with on-breach confirmation and a severity grade.

Devtool Pulseadvanced

Developer-brand health: a devtool's repo dossier + Hacker News reaction + Reddit chatter + dev-blog echo, in one call.

Leadsadvanced

Ranked feed of public conversations where people seek alternatives to or are switching from a competitor.

Earned Mediaadvanced

A brand's earned-media footprint — news + tech-press + fresh-web clips, deduped and ranked, with an outlet-coverage rollup.

Truthsocial Pulseadvanced

A Truth Social handle's pulse — profile, recent posts, per-post detail drill, and the news echo, in one call.

Launch Echoadvanced

How a launch landed — the Hacker News reaction (top threads + comments), the dev-blog echo, and an optional repo dossier.

Audience Overlapadvanced

How much two TikTok creators' commenter audiences overlap — Jaccard, shared-fan count, and a confidence label.

Reputationpremium

A brand's cross-source reputation — Trustpilot + app stores + Google Business + web sentiment, blended into one weighted score with themed pros/cons.

Employer Brandpremium

A company's employer brand — what people say about working there across Reddit, the web, YouTube, Naver, and the company's own LinkedIn voice.

Audience Questionspremium

The real questions a topic's audience asks — harvested from Reddit + YouTube threads and clustered by intent (who/what/why/how/vs).

Product Reviewspremium

A product's reviews across Amazon + Google Shopping + Trustpilot, folded into a cross-marketplace rating + themed pros/cons report.

Apps Lookuppremium

One app across Google Play + the App Store — resolved, title-matched, and compared into a cross-store rating + listing report.

Org Radarpremium

A GitHub org's footprint — its top repos each expanded into a full dossier (releases, issue load, top request/complaint), rolled up.

Creator Vetpremium

Vet a creator before partnering — engagement quality, commenter authenticity, posting cadence, and controversy signals, optionally across platforms.

Korea Gappremium

What the world is talking about that Korea isn't (and vice versa) — the global vs Korean (Naver) conversation gap for a brand/topic.

Share Of Voicepremium

Engagement-weighted Share of Voice across 2-5 brands, with web+social split, emotion overlay, and ESOV.

Review Integritypremium

Cross-source review integrity verdict (statistical, deterministic).

Answerspremium

Multi-engine AI consensus: one question → Perplexity + Grok + Tavily answers verbatim, merged citations, and an agreement matrix.

Video Inteladvanced

One video URL → detail + stats + transcript + top comments + commenter sample, across YouTube/TikTok/Rumble/Instagram.

Voiceadvanced

One person's public posts across X, Threads, Bluesky, and Truth Social, time-merged.

App Reviewsadvanced

Cross-store app review intelligence (Google Play + App Store) — translated, clustered, sentiment-scored.

Creator Cardadvanced

One handle, unified author cards across TikTok, Instagram, YouTube, X (and more).

Handle Auditadvanced

Should you pull this handle? One call scores a handle across platforms, ranks the best ones, and projects the data volume + credit cost to pull it.

Post Statsstandard

Up to 100 mixed-platform post URLs → current engagement per URL, failed URLs refunded.

Comment Lookupstandard

Re-check up to 25 known comments in one call — per-item results, failed items refunded.

Profilesstandard

Up to 50 (platform, handle) pairs → one canonical Author per row, failed handles refunded.

What you get

What Prism data can you get?

Every Prism endpoint uses the same response envelope, so one parser handles the whole platform. These are fields returned by current public responses, subject to each endpoint's documented cache window.

Fields you get back in a Prism response include:

  • engagement_rate_percentages
  • recent_posts
  • followers
  • comments
  • likes
  • recent_posts_explanation
  • id_user
  • username
  • is_private
  • posts_details
  • oldest
  • newest
Quickstart

How to scrape Prism in 3 steps

No proxies, no headless browsers, no login sessions. Send one authenticated GET request and read structured JSON back.

  1. 1

    Get a free API key

    Create an account and copy your key from the dashboard. Signup includes 100 free credits, and no card is required.

  2. 2

    Call the Lookup endpoint

    Send a GET request with your key in the x-api-key header. Here is the full Prism Lookup request:

    curl -H "x-api-key: YOUR_API_KEY" \
      "https://www.socialcrawl.dev/v1/prism/lookup?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ"
  3. 3

    Read the unified JSON

    The response comes back in the shared SocialCrawl schema. Where the endpoint supports them and the required source inputs are present, fields such as engagement_rate and content_category are filled in too. Your client can rely on the shared envelope while treating enriched fields as optional.

Requirements and limits

Requirements and limits

Everything you need to know before your first Prism call.

Authentication
One API key, passed in the x-api-key request header. No OAuth flow, no app review, and no per-platform credentials to manage.
Pagination
List endpoints return a next_cursor and a has_more flag. Pass the cursor back to page through results, with the same contract on every platform.
Credits
Calls start at 0 credits and are deducted per request. Every account starts with 100 free credits, and credits never expire.
Rate limits
There are no artificial rate limits. Your credit balance is the only throttle, so you can run requests concurrently as fast as you need.
Pricing

How much does the Prism API cost?

Simple credit-based pricing with no subscription. You pay per call, and the exact credit cost of every Prism endpoint is listed below.

EndpointCredits per call
Lookup0 credits
Comments1 credit
Brand Mentions50 credits
Demand Signals30 credits
Campaign35 credits
Ai Visibility2 credits
Crisis Postmortem35 credits
Crisis Radar15 credits
Devtool Pulse20 credits
Leads50 credits
Earned Media25 credits
Truthsocial Pulse20 credits
Launch Echo20 credits
Audience Overlap20 credits
Reputation30 credits
Employer Brand30 credits
Audience Questions30 credits
Product Reviews30 credits
Apps Lookup30 credits
Org Radar26 credits
Creator Vet50 credits
Korea Gap40 credits
Share Of Voice40 credits
Review Integrity30 credits
Answers15 credits
Video Intel5 credits
Voice5 credits
App Reviews15 credits
Creator Card5 credits
Handle Audit5 credits
Post Stats1 credit
Comment Lookup2 credits
Profiles1 credit

Every account starts with 100 free credits, and no card is required.

At credit-pack pricing that works out to roughly £0.00 to £0.30 per call, and credits never expire.

Developer First

How do you scrape social media data in seconds?

The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 46 platforms covering 10B+ monthly active users.

One schema, every platform

Query 46 platforms with identical response structures. Write your integration once.

Computed fields, not just scraped

When an endpoint supports these metrics and the source provides the required inputs, the normalized record includes engagement_rate, estimated_reach, content_category, and language — ready to use.

See your data before you code

Visual Data Explorer — paste any URL, get rich result cards, sortable tables, CSV export.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 46 platforms
One API, 46 platforms

How does SocialCrawl handle 46 different platforms?

Social media scraping is hard. Schema normalization, authentication, rate limits, pagination — we handle it all before your data arrives.

One schema, every platform

Write once, query them all.

46 platforms return 46 different JSON shapes. We normalize every response into one consistent structure.

Ready-to-use metrics

Metrics ready before you ask.

Normalized records include supported metrics such as engagement rate, estimated reach, content category, and language when the required source inputs are available.

Consistent pagination

One cursor, every platform.

Every platform paginates differently. We give you one consistent cursor-based system.

Freshness you control

Fresh when it matters. Free on repeat.

Cache misses fetch current public data. Identical requests are cached for 2 to 30 minutes by data type and cost 0 credits on a hit; send Cache-Control: no-cache for a billed refresh.

Things you'll never build

Auth, proxies, and rate limits — handled.

Platform authentication, IP rotation, rate limit management — abstracted away. Just send a GET request.

Start for free
Reviews

What developers say

Rated 4.9 out of 5 from 200 developer reviews
The unified schema saved us weeks of integration work. One parser handles every platform.
Alex Chen, Full-Stack Developer
Our agents process social data from 46 platforms with zero platform-specific logic — one schema, end to end.
Sarah Kim, AI Engineer, AgentFlow
I paste an influencer's URL and get everything — followers, engagement rate, content categories — without touching code.
James Rivera, Marketing Director
We switched from building our own scrapers. SocialCrawl handles the hard stuff, we focus on insights.
Maria Santos, CTO, DataPulse
The computed fields alone — engagement_rate, estimated_reach, content_category — saved us an entire data pipeline.
David Park, Lead Data Scientist
Comparison

How does SocialCrawl compare to Calling each endpoint by hand for Prism data?

Same Prism data, two very different paths. Auth, rate limits, schema, and cost — side by side.

Platform detection

SocialCrawl
Sniffs the platform and endpoint from the URL automatically
Calling each endpoint by hand
You map every URL pattern to the right endpoint yourself

Calls to learn

SocialCrawl
One request shape for any of 15 supported URL types
Calling each endpoint by hand
A different request to learn and wire up per platform

Pricing

SocialCrawl
Pass-through — the underlying endpoint's price, no markup
Calling each endpoint by hand
Same per-endpoint cost, plus the routing logic you maintain

Response shape

SocialCrawl
Unified JSON with a resolved{} routing block and legs[] transparency
Calling each endpoint by hand
Each platform hands back its own raw payload to normalize

Maintenance

SocialCrawl
Routing stays current as endpoints and URL shapes change
Calling each endpoint by hand
Your URL parsing breaks when a platform changes its links
Quick answers

How much does Prism scraping cost?

SocialCrawl uses credit-based pricing: you pay per API call, and most Prism endpoints cost just a few credits. Every account starts with 100 free credits — no subscriptions, no compute units, no credit card required.

See pricing

Is Prism scraping legal?

SocialCrawl returns publicly available Prism data. Courts have generally upheld scraping public data — most notably in hiQ v. LinkedIn — but compliance depends on your use case and jurisdiction. You are responsible for following applicable laws and platform terms.

Glossary

Common Prism scraping terms

The phrases developers search for when they need Prism data, and what each one means with SocialCrawl.

Prism scraper API
A Prism scraper API returns Prism data as structured JSON without you running any scraping infrastructure. SocialCrawl handles the proxies, parsing, and format changes, so you call an endpoint and get clean fields back. Pricing starts at 0 credits per call.
Prism data API
A Prism data API is a programmatic way to read public Prism data on demand. SocialCrawl exposes 33 Prism endpoints behind one x-api-key, all sharing the same unified schema, so your integration never has to change per platform.
scrape Prism
To scrape Prism is to extract its public data programmatically instead of by hand. With SocialCrawl you scrape Prism by sending a single authenticated request, and the response is normalised into the same JSON shape used across every platform.
Read the full API reference
FAQ

Have a question? We got answers

Find answers to frequently asked questions about SocialCrawl's API, pricing, and capabilities.

Contact us
What is the SocialCrawl social media URL API?
GET /v1/prism/lookup is SocialCrawl's social media URL API: it takes any supported social or commerce URL, detects the platform and the right detail endpoint, and returns that endpoint's unified JSON in one call. You hand it a link and get back structured data — no need to know which of SocialCrawl's endpoints to call.
Which URLs does the lookup API support?
Fifteen URL types today: TikTok videos, Instagram posts and reels, YouTube watch links, X/Twitter status URLs, Facebook posts, LinkedIn posts, Bluesky posts, Pinterest pins, Reddit threads, Threads posts, Rumble videos, Truth Social posts, GitHub repos, Amazon product pages, and Spotify tracks. Unsupported hosts return a 400 with the accepted list and cost nothing.
How much does a URL lookup cost?
There is no routing surcharge — you pay the underlying endpoint's normal price. A social URL costs 1 credit; an Amazon product URL costs 5 credits because it dispatches the advanced commerce endpoint. The credits_used field always reports the resolved cost.
What does the response look like?
You get SocialCrawl's standard envelope with a resolved{} block naming the platform, endpoint, and archetype it routed to, the dispatched endpoint's unified data spread in, and a legs[] array showing the leg's status, credits, and latency. The archetype tells you whether to expect a Post, Author, Product, or CommentList shape.
Why use one URL endpoint instead of calling each platform directly?
You stop maintaining URL-to-endpoint routing yourself. Prism sniffs the platform from the link, handles per-platform quirks like Truth Social's URL shape and Amazon's ASIN extraction, and keeps the routing table current as endpoints change. One request shape covers every supported link.
Do I need to send the platform name with the URL?
No. The url parameter is the only required input — Prism infers the platform and endpoint from the host and path. That makes it the ideal first call for AI agents and integrations that hold a link but don't know which platform it belongs to.
Does SocialCrawl offer a cross-platform social data API?
Yes, SocialCrawl is that cross-platform data API, and Prism is its one-call front door. Hand GET /v1/prism/lookup any supported social or commerce URL and it detects the platform, routes to the right detail endpoint, and returns unified JSON, so you read a TikTok video, an Instagram reel, a Reddit thread, a GitHub repo, or an Amazon product page through one request shape. There is no routing surcharge: you pay the underlying endpoint's normal price.
Is scraping Prism data legal?
SocialCrawl returns publicly available Prism data and does not access private or login-gated content. Whether scraping fits your project depends on your use case and jurisdiction — you are responsible for complying with Prism's terms of service and applicable data-protection laws such as GDPR and CCPA. This is general information, not legal advice.
Prism scraping API vs the official Prism API — what's the difference?
With SocialCrawl there is no app review or approval queue — sign up and call Prism endpoints immediately with a single x-api-key. Responses share one unified schema with every other SocialCrawl platform, and credit-based pricing replaces per-platform quotas. Official APIs are still the right choice for posting and other write actions: SocialCrawl is read-only data.

Ask AI about SocialCrawl

Ready to start scraping Prism data?

Get your API key and access all 33 Prism endpoints in under 60 seconds.

Start for free

🤖 AI agent or LLM? Read this page as markdown