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

# Start

## Base URL

```
https://api.scrape.rocks
```

## Authentication

All requests need a Bearer token in the `Authorization` header:

```
Authorization: Bearer <your-api-key>
```

<Callout type="warning">
  Don't have a key? Message **@mwpk** on Discord.
</Callout>

## Platforms

<CardGroup cols={3}>
  <Card title="Roblox" icon="https://cdn.simpleicons.org/roblox" href="/socials/roblox">
    Users, avatars, outfits, badges, groups, games, collectibles
  </Card>

  <Card title="TikTok" icon="https://cdn.simpleicons.org/tiktok" href="/socials/tiktok">
    Profiles, videos, search, FYP
  </Card>

  <Card title="Instagram" icon="https://cdn.simpleicons.org/instagram" href="/socials/instagram">
    Users, posts, followers, following
  </Card>

  <Card title="Twitter / X" icon="https://cdn.simpleicons.org/x" href="/socials/twitter">
    Users, tweets with cursor pagination
  </Card>

  <Card title="Snapchat" icon="https://cdn.simpleicons.org/snapchat" href="/socials/snapchat">
    Profiles, stories, snaps, spotlight
  </Card>

  <Card title="GitHub" icon="https://cdn.simpleicons.org/github" href="/developer/github">
    Users, repos, gists, followers, orgs
  </Card>

  <Card title="Urban Dictionary" icon="book-open" color="#8B5CF6" href="/universal/urban">
    Definitions, random, autocomplete
  </Card>

  <Card title="Musixmatch" icon="music" color="#10B981" href="/universal/musixmatch">
    Lyrics lookup by song + artist
  </Card>

  <Card title="Google Translate" icon="language" href="/universal/translate">
    Translation, detection, languages
  </Card>
</CardGroup>
