> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sideshift.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Scraper

> Profiles, posts, and metrics from seven social platforms through one API.

TikTok, Instagram, YouTube, Facebook, Snapchat, X, and LinkedIn — one consistent,
credit-billed API. Every endpoint returns the same shape, so you write one parser.

```bash theme={null}
curl -X POST https://app.sideshift.app/api/v1/scrape/tiktok/posts \
  -H "x-api-key: scrape_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "username": "mrbeast" }'
```

<CardGroup cols={2}>
  <Card title="API reference" icon="search" href="/scraper/reference">
    Profile, posts, and single-post endpoints for every platform.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create a key and make your first call.
  </Card>
</CardGroup>

<Note>
  Skeleton page — copy is placeholder. The reference is generated from the production
  specification and is accurate.
</Note>
