Integrations
Your social data, wherever you build.
Replace YOUR_API_KEY in your client with a key from your ScrapeAtlas account. Your tools use your account’s credit balance.
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.
https://api.scrapeatlas.com/mcpRun in your terminal, replacing YOUR_API_KEY with your customer key. Then open /mcp in Claude Code to inspect the connection.
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.
npm install -g @scrapeatlas/cliRun login and paste your customer API key into the hidden prompt. The CLI verifies the key before saving it on your computer.
scrapeatlas auth loginscrapeatlas bluesky profile --handle bsky.app --prettyn8n node
Connect social data to your n8n workflows.
Apify actor
Use ScrapeAtlas in your Apify workflows.