Skip to main content
Scraperize is a REST API for extracting public data from social media platforms. Ask for a profile, a post, a page, or a search result and get back clean, structured JSON — no infrastructure to build, no pipelines to maintain, no data to parse yourself. One consistent API spans every platform we support, so the profile you fetch from Twitter and the post you fetch from Telegram come back through the same request pattern and the same response shape.

Quickstart

Make your first request in under a minute.

Browse platforms

Every platform and endpoint we support.

Authentication

How API keys work.

API Reference

Every endpoint, parameter, and response.

What you can do

  • Profiles & pages — pull public profile info, stats, and metadata across platforms.
  • Posts & media — fetch individual posts, reels, clips, photos, and their engagement.
  • Feeds & collections — page through a profile’s posts, a group’s posts, a channel’s history.
  • Comments — read comments and replies on a post.
  • Search & link-in-bio — Google results and creator link pages (Linktree, Komi, Pillar, and more).
See the full list on the Platforms page — 12 platforms and 29 endpoints today, and growing as we add more.

How a request works

Send your API key in a header and the target (a URL or handle) in the query string:
You get back a consistent envelope — your result under data, request + usage info under meta:
Read more in Response format.

Good to know

Public data only

Scraperize returns only publicly available data — the same information anyone can see without logging in.

Pay with credits

Each successful request costs 1 credit. Cache hits are free. Credits never expire.

Cache to save credits

Accept a recent result with cache_max_age and pay 0 credits.

One response shape

Every endpoint returns the same data / meta envelope and error format.

Base URL

All endpoints are versioned under /v1. Ready to build? Start with the Quickstart.