# Prism Mentions API (https://www.socialcrawl.dev/platforms/prism/mentions) > Pass handle (the @ is optional), or url (a link or a link prefix), or name on its own. platforms defaults to twitter, reddit, facebook. Opt in to instagram for posts that tag the handle, or web (url only) for a web page that contains the link. since is YYYY-MM-DD. include_self defaults to false and drops the account's own rows. Each kept row has match_kind reply, retweet, mention or tag. Unverified rows are dropped and counted in dropped_unverified. Url mode adds first_seen for the link. name is judged; a handle or a url is checked in code and is not judged. If that judgment is unavailable the rows are kept and warnings says why. Instagram comments on unknown posts cannot be searched, and Instagram caption mentions cannot. TikTok comments on unknown posts cannot be searched. Threads search is weak: measured 23/09/2026 it returned no row containing the handle, so Threads is not searched. Facebook post search returned no row containing the handle or the link on the same day, so Facebook is not searched. TikTok search for @handle returned no row containing that @, so TikTok is not searched. Bluesky has no search lane. LinkedIn is not covered. Private or deleted content is not covered. This is a first page of each search, not an index. TL;DR: `GET /v1/prism/mentions` costs 1 credit for each X or Reddit page, 5 for an Instagram tag page, 1 for a web page. A default call holds 3. A page with no verified row is refunded. Facebook, Threads and TikTok are not searched. and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `handle` | no | Account handle, with or without @. Checked in code. Not combined with name. | | `url` | no | A link or a link prefix, such as example.com/news. Checked in code. Not combined with name. | | `name` | no | A display name, 2 to 120 characters, passed on its own. Each row is judged. A failed judgment keeps the rows. | | `platforms` | no | Comma-separated subset of twitter, reddit, facebook, threads, instagram, tiktok, web. Default twitter, reddit, facebook. Instagram needs a handle. Web needs a url. Facebook, Threads and TikTok are accepted and not searched. | | `since` | no | Only keep rows published on or after this date, YYYY-MM-DD. On X it is also part of the search. | | `include_self` | no | When true, keep rows whose author is the handle. Default false. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/prism/mentions?handle=nasa" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Prism API: https://www.socialcrawl.dev/platforms/prism ## 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