---
slug: "agent-skills-scrapecreators"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/scrapecreators/agent-skills@master/README.md"
repo: "https://github.com/scrapecreators/agent-skills"
source_file: "README.md"
branch: "master"
---
# ScrapeCreators Agent Skills

Agent skills for [ScrapeCreators](https://scrapecreators.com) — scrape and extract public data from 27+ social media platforms.

## Install

```bash
npx skills add scrapecreators/agent-skills
```

Works with Claude Code, Cursor, OpenAI Codex, GitHub Copilot, Gemini CLI, Windsurf, VS Code, and [40+ other AI agents](https://skills.sh).

## Available Skills

| Skill | Description |
|-------|-------------|
| `scrapecreators-api` | Routes requests to 110+ endpoints across TikTok, Instagram, YouTube, LinkedIn, Twitter/X, Reddit, Facebook, Threads, and more. Handles authentication, pagination, credit costs, and platform quirks. |

## What It Does

The skill gives your AI agent the knowledge to use the ScrapeCreators REST API effectively:

- **Endpoint routing** — maps natural language requests to the right API endpoint
- **Parameter handling** — knows required/optional params, formats handles correctly (no `@` prefix)
- **Pagination** — understands the different cursor patterns per platform
- **Credit awareness** — warns before calling expensive endpoints (audience demographics, ad details)
- **Platform quirks** — knows limitations like Facebook's 3-posts-per-page, Threads' 20-30 post cap, case-sensitive subreddit names

## Authentication

Set your API key as an environment variable:

```bash
export SCRAPECREATORS_API_KEY=your-api-key
```

Get your key at [app.scrapecreators.com](https://app.scrapecreators.com).

## Links

- [API Documentation](https://docs.scrapecreators.com)
- [MCP Integration](https://docs.scrapecreators.com/integrations/mcp)
- [Agent Skill Docs](https://docs.scrapecreators.com/integrations/agent-skill)