Your accountDocs

Integrations

Your social data, wherever you build.

Start with your API key

Replace YOUR_API_KEY in your client with a key from your ScrapeAtlas account. Your tools use your account’s credit balance.

Manage API keys

MCP server

Give your AI assistant access to public social data.

Discover ScrapeAtlas tools and retrieve data directly from Claude Code, Cursor or Codex using your customer API key.

Hosted MCP endpoint
https://api.scrapeatlas.com/mcp

Run in your terminal, replacing YOUR_API_KEY with your customer key. Then open /mcp in Claude Code to inspect the connection.

Claude Code configuration
claude mcp add --transport http scrapeatlas https://api.scrapeatlas.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Authentication: Authorization: Bearer YOUR_API_KEY. Use your ScrapeAtlas key in the selected client’s configuration.

CLI

Bring ScrapeAtlas to your terminal and scripts.

Install the official @scrapeatlas/cli package. Requires Node.js 22 or newer.

Install CLI
npm install -g @scrapeatlas/cli

Run login and paste your customer API key into the hidden prompt. The CLI verifies the key before saving it on your computer.

Authenticate CLI
scrapeatlas auth login
Retrieve a Bluesky profile
scrapeatlas bluesky profile --handle bsky.app --pretty

n8n node

Connect social data to your n8n workflows.

Coming soon

Apify actor

Use ScrapeAtlas in your Apify workflows.

Coming soon