# Scraperize > Extract public data from social media platforms as clean JSON. - [Introduction](https://docs.scraperize.com/introduction.md): Extract public data from social media platforms as clean JSON. - [Quickstart](https://docs.scraperize.com/quickstart.md): Make your first Scraperize call in under a minute. - [Authentication](https://docs.scraperize.com/authentication.md): Authenticate requests with your API key. - [Platforms](https://docs.scraperize.com/platforms.md): Every platform and endpoint Scraperize supports today. - [Credits](https://docs.scraperize.com/essentials/credits.md): How usage is billed. - [Caching](https://docs.scraperize.com/essentials/caching.md): Reuse recent results for zero credits. - [Response format](https://docs.scraperize.com/essentials/response-format.md): The consistent envelope every endpoint returns. - [Errors](https://docs.scraperize.com/essentials/errors.md): The error shape and what each status means. - [Rate limits](https://docs.scraperize.com/essentials/rate-limits.md): Per-team request limits and how to handle them. - [FAQ](https://docs.scraperize.com/faq.md): Common questions about the Scraperize API. - [Status](https://docs.scraperize.com/status.md): Live availability and incident history. - [Scrape a public tweet by URL](https://docs.scraperize.com/api-reference/twitter/scrape-a-public-tweet-by-url.md): Fetches a public tweet permalink (logged-out, no API key) and returns the focal tweet plus its reply thread. Set `trim=true` for a lightweight response. - [Scrape a user's profile tweets](https://docs.scraperize.com/api-reference/twitter/scrape-a-users-profile-tweets.md): Fetches a public profile (`https://x.com/`, logged-out) and returns the user's tweets in display order (pinned first, then newest → oldest). Strictly tweet details — no user/author objects. Returns the batch present on the initial profile load. Set `trim=true` for a lightweight response. - [Get a user profile (info, stats, metadata)](https://docs.scraperize.com/api-reference/twitter/get-a-user-profile-info-stats-metadata.md): Fetches a public profile (`https://x.com/`, logged-out) and returns profile information, stats, and metadata only — NO tweets. - [Get an X Community (info, stats, rules, creator)](https://docs.scraperize.com/api-reference/twitter/get-an-x-community-info-stats-rules-creator.md): Fetches a public X Community (`x.com/i/communities/`, logged-out) and returns its info, stats, rules, topic, creator, and a member facepile — NOT the community tweets (a separate endpoint). - [Get a community's tweets](https://docs.scraperize.com/api-reference/twitter/get-a-communitys-tweets.md): Fetches the tweet timeline of a public X Community (`x.com/i/communities/`, logged-out). Each tweet is fully shaped WITH its author (community tweets come from many members). Returns the batch present on the initial page load. - [Get a public Facebook post or reel by URL](https://docs.scraperize.com/api-reference/facebook/get-a-public-facebook-post-or-reel-by-url.md): Fetches a public Facebook post or reel (logged-out) and returns its text, author, media (video/thumbnail), engagement stats, and timestamp. Accepts share, reel, permalink, /posts/, and /videos/ URLs. - [Get a public Facebook page's photos](https://docs.scraperize.com/api-reference/facebook/get-a-public-facebook-pages-photos.md): Fetches a public Facebook page's photos (from its `/photos` tab, logged-out). Returns the batch on the initial page load plus a `paging.cursor` / `paging.hasNextPage` for the next page. - [Get a public Facebook page's reels](https://docs.scraperize.com/api-reference/facebook/get-a-public-facebook-pages-reels.md): Fetches a public Facebook page's reels (from its `/reels` tab, logged-out). Each reel includes its video id, permalink, caption, publish time, dimensions, thumbnail, a direct MP4 url, author, audio/soundtrack, and engagement stats (exact reactions & comments; Facebook-abbreviated share & view labels… - [Get a public Facebook profile's posts](https://docs.scraperize.com/api-reference/facebook/get-a-public-facebook-profiles-posts.md): Fetches a public Facebook profile/page's timeline posts (logged-out — only the posts visible in an incognito session). Pass `url` OR `pageId` (the numeric profile id — faster, it skips resolving the url). Each post includes text, author, media (photos/video), a shared-link preview, timestamp, and en… - [Get a public Facebook page's events](https://docs.scraperize.com/api-reference/facebook/get-a-public-facebook-pages-events.md): Fetches a public Facebook page's events (from its `/events` tab, logged-out). Each event includes its name, url, start time (unix + ISO + the human date line), past/online/canceled flags, kind, cover photo, place (name/type/city/coords when present), and creator. Returns the batch on the initial pag… - [Get public Facebook profile information](https://docs.scraperize.com/api-reference/facebook/get-public-facebook-profile-information.md): Fetches a public Facebook page/profile's information (from its `/about` tab, logged-out): identity (name, id, url, username, verified, profile & cover photos), categories, follower/following counts, contact (phone, email, website, address), rating, and (optionally) the business hours status. - [Get a Facebook post's (or reel's) comments](https://docs.scraperize.com/api-reference/facebook/get-a-facebook-posts-or-reels-comments.md): Fetches the comments on a public Facebook post or reel (logged-out). Pass `url` OR `feedbackId` (the post's feedback id from `/facebook/post` — faster, it skips loading the post page). Each comment includes text, author, timestamp, reaction count + per-type breakdown, reply count, any media attachme… - [Get the replies to a Facebook comment](https://docs.scraperize.com/api-reference/facebook/get-the-replies-to-a-facebook-comment.md): Fetches the replies to a comment on a public Facebook post/reel (logged-out). Pass the comment's **`feedbackId`** and **`expansionToken`** (both from `/facebook/post/comments`). Note: `feedbackId` is the comment's FEEDBACK id, NOT the comment id. Each reply has the same shape as a comment (text, aut… - [Get public Facebook group About information](https://docs.scraperize.com/api-reference/facebook/get-public-facebook-group-about-information.md): Fetches a public Facebook group's About-page information (from its `/about` page, logged-out): name, id, vanity, description, privacy, type, member count, creation date + history, cover photo, admins/moderators, and the group rules. Pass `url` OR `groupId`. - [Get a public Facebook group's posts](https://docs.scraperize.com/api-reference/facebook/get-a-public-facebook-groups-posts.md): Fetches a public Facebook group's discussion posts (logged-out — only the posts visible in an incognito session). Pass `url` OR `groupId` (the numeric group id — faster, it skips resolving the url). Each post includes text, author (the member who posted), media (photos/video), a shared-link preview,… - [Get a public Linkme profile](https://docs.scraperize.com/api-reference/linkme/get-a-public-linkme-profile.md): Fetches a public Linkme (link.me) profile by URL. Returns the identity (username, display name, bio, avatar, verified status), counts (profile views, followers, total links), the social-icon links, the featured link cards (with images, colors, and type), contact info, and the photo gallery. - [Get a creator's Amazon Shop](https://docs.scraperize.com/api-reference/amazon/get-a-creators-amazon-shop.md): Fetches a creator's Amazon Shop (influencer storefront) page: the creator profile (name, avatar, bio, socials, Top Creator/earns-commission status), their curated collections, the "Trending picks" products (with price), and the content feed of shoppable posts (idea lists / photos / videos) — each wi… - [Get a public Lnk.Bio page](https://docs.scraperize.com/api-reference/linkbio/get-a-public-lnkbio-page.md): Fetches a public Lnk.Bio (lnk.bio) link-in-bio page by URL: the profile (username, name, pronouns, avatar, verified status), the custom theme colors, the social-icon row, and the main bio links (title, url, thumbnail). - [Get a public Pillar.io page](https://docs.scraperize.com/api-reference/pillar/get-a-public-pillario-page.md): Fetches a public Pillar.io creator page by URL: the profile (name, display name, avatar, socials, theme) and the page content blocks (custom links, featured products with prices, videos, collections, …) — each with its title, url, image, and click count. - [Get a public Komi page](https://docs.scraperize.com/api-reference/komi/get-a-public-komi-page.md): Fetches a public Komi.io creator page by URL: the profile (name, display name, avatar, socials, theme) and its content sections — each with its title and the items it holds (links, products with prices, YouTube videos, podcast with streaming links, mailing-list forms, …), every item with its title,… - [Get a public Linktree page](https://docs.scraperize.com/api-reference/linktree/get-a-public-linktree-page.md): Fetches a public Linktree page by URL: the profile (name, avatar, verification, theme, social links) and the page links — each with its title, url, thumbnail, preview metadata, nested children, and gating — plus any storefront items. - [Get a Kick clip](https://docs.scraperize.com/api-reference/kick/get-a-kick-clip.md): Fetches a public Kick clip by URL: title, view/like counts, duration, thumbnail + HLS video URL, the source stream/VOD reference, the category, the channel (streamer), and the creator who made the clip. - [Get a Snapchat user profile](https://docs.scraperize.com/api-reference/snapchat/get-a-snapchat-user-profile.md): Fetches a public Snapchat profile by username (handle): identity (display name, bio, avatar, snapcode, verification badge, subscriber count, category, timestamps), the current story, curated + spotlight highlights (with snaps), and the profile lenses. - [Get a Snapchat Spotlight video](https://docs.scraperize.com/api-reference/snapchat/get-a-snapchat-spotlight-video.md): Fetches a public Snapchat Spotlight video by URL: the video (title, description, MP4 URL, thumbnail, engagement counts, duration, dimensions), the creator/user, the audio/music + lens attribution, the transcript, and the AI-generated SEO metadata. - [Get comments on a Snapchat Spotlight video](https://docs.scraperize.com/api-reference/snapchat/get-comments-on-a-snapchat-spotlight-video.md): Fetches the comments on a public Snapchat Spotlight video by URL — each with its text, author (display name + avatar), reaction count, threaded-reply count, and timestamp. Paginated via an opaque `cursor`. - [Get Telegram channel details](https://docs.scraperize.com/api-reference/telegram/get-telegram-channel-details.md): Fetches a public Telegram channel by handle or t.me URL: title, @username, verified/scam/fake status, description, avatar, the counters (subscribers, photos, videos, links), and the most recent post time. - [Get recent posts from a Telegram channel or group](https://docs.scraperize.com/api-reference/telegram/get-recent-posts-from-a-telegram-channel-or-group.md): Fetches the recent public posts of a Telegram channel/group by handle — each with its text, date, view count, author, media (photos/videos with thumbnails + durations), link preview, and reactions. Paginated (older posts) via a numeric `cursor`. - [Get one public Telegram post by URL](https://docs.scraperize.com/api-reference/telegram/get-one-public-telegram-post-by-url.md): Fetches a single public Telegram post by its URL (`t.me//`) — with its text, date, view count, author (name, avatar, verified), media (photos/videos with thumbnails + durations), link preview, and reactions (standard / custom / paid). - [Search Google](https://docs.scraperize.com/api-reference/google/search-google.md): Runs a logged-out Google web search and returns the organic results (title, real URL, displayed link, snippet, date), plus People-also-ask questions and related searches. Optionally bias to a country, filter by freshness, and paginate. ## OpenAPI Specs - [openapi](/api-reference/openapi.json)