Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Scrapecreators

ASecurity

Unified social media API — 27+ platforms via single key. Reddit, Twitter/X, TikTok, Instagram, YouTube, LinkedIn, Facebook, Threads, Bluesky, Truth Social. No rate limits.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
content-marketinggobashapibackend

Works with

cliapi

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill scrapecreators --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Scrapecreators?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Scrapecreators
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-scrapecreators/badge)](https://www.skillsdirectory.com/skills/lev-os-scrapecreators)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: scrapecreators
description: "Unified social media API — 27+ platforms via single key. Reddit, Twitter/X, TikTok, Instagram, YouTube, LinkedIn, Facebook, Threads, Bluesky, Truth Social. No rate limits."
skill_type: tool
category: process-research-social
metadata:
  openclaw:
    emoji: "🕷️"
    requires:
      env:
        - SCRAPECREATORS_API_KEY
    homepage: https://docs.scrapecreators.com
    tags: [social-media, reddit, twitter, tiktok, instagram, youtube, linkedin, osint, scraping, api]
---

# ScrapeCreators — Unified Social Media API

27+ platforms. Single API key. No rate limits. ~$0.001/request at scale.

## Authentication

```bash
# Header for all requests
x-api-key: $SCRAPECREATORS_API_KEY
```

Base URL: `https://api.scrapecreators.com`

## Key Endpoints

### Reddit
```bash
# Global search
curl -s "https://api.scrapecreators.com/v1/reddit/search?query=TOPIC&sort=relevance&timeframe=month" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Subreddit search
curl -s "https://api.scrapecreators.com/v1/reddit/subreddit/search?subreddit=SUBREDDIT&query=TOPIC&sort=relevance&timeframe=month" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Post comments
curl -s "https://api.scrapecreators.com/v1/reddit/post/comments?url=REDDIT_URL" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Subreddit details
curl -s "https://api.scrapecreators.com/v1/reddit/subreddit/details?subreddit=NAME" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
```

### Twitter/X
```bash
# Search tweets
curl -s "https://api.scrapecreators.com/v1/twitter/search/tweets?query=TOPIC&sort_by=relevance" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# User tweets
curl -s "https://api.scrapecreators.com/v1/twitter/user-tweets?username=HANDLE" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Tweet details
curl -s "https://api.scrapecreators.com/v1/twitter/tweet?tweet_id=ID" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Profile
curl -s "https://api.scrapecreators.com/v1/twitter/profile?username=HANDLE" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
```

### YouTube
```bash
# Search
curl -s "https://api.scrapecreators.com/v1/youtube/search?query=TOPIC" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Video transcript
curl -s "https://api.scrapecreators.com/v1/youtube/video/transcript?video_id=ID" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Video comments
curl -s "https://api.scrapecreators.com/v1/youtube/video/comments?video_id=ID" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
```

### TikTok
```bash
# Keyword search
curl -s "https://api.scrapecreators.com/v1/tiktok/search/keyword?query=TOPIC&sort_by=relevance" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Video transcript
curl -s "https://api.scrapecreators.com/v1/tiktok/video/transcript?video_id=ID" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
```

### Instagram
```bash
# Reels search
curl -s "https://api.scrapecreators.com/v2/instagram/reels/search?query=TOPIC" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Post comments
curl -s "https://api.scrapecreators.com/v2/instagram/post/comments?shortcode=CODE" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
```

### LinkedIn
```bash
# Profile
curl -s "https://api.scrapecreators.com/v1/linkedin/profile?url=LINKEDIN_URL" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

# Company posts
curl -s "https://api.scrapecreators.com/v1/linkedin/company/posts?url=COMPANY_URL" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"
```

## Platform Coverage

| Platform | Search | Profiles | Content | Comments | Transcripts |
|----------|--------|----------|---------|----------|-------------|
| Reddit | Global + subreddit | — | Posts | Comments | — |
| Twitter/X | Tweets | Profiles | Tweets, threads | — | Video transcripts |
| YouTube | Search + hashtag | Channels | Videos | Comments | Transcripts |
| TikTok | Keyword, hashtag, top | Profiles | Videos | Comments | Transcripts |
| Instagram | Reels | Profiles | Posts, reels | Comments | Transcripts |
| LinkedIn | — | Profiles, companies | Posts | — | — |
| Facebook | — | — | Ad library | — | — |
| Threads | — | Profiles | Posts | — | — |
| Bluesky | — | Profiles | Posts | — | — |
| Truth Social | — | Profiles | Posts | — | — |

## Pricing

1 request = 1 credit. Credits never expire.

| Tier | Price | Credits | $/1k requests |
|------|-------|---------|---------------|
| Free Trial | $0 | 100 | — |
| Freelance | $47 | 25,000 | $1.88 |
| Business | $497 | 500,000 | $0.99 |

## Advantages Over Alternatives

- **No rate limits** — unlimited concurrent requests
- **Single key** — covers all 27+ platforms
- **Solves Firecrawl's Reddit block** — ScrapeCreators has full Reddit API access
- **Transcript extraction** — video transcripts across TikTok, Instagram, YouTube, Twitter
- **Comment threads** — full comment trees for Reddit and YouTube

## Related

- `lev-social` — uses Bird CLI + PostCrawl; ScrapeCreators covers both
- `lev-research` — route through timetravel's ScrapeCreators adapter
- `last30days` — uses ScrapeCreators as its primary backend

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Postiz

Postiz is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk

21281 votes

Serp Analysis

SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.

2831 votes

On Page Seo Auditor

This skill performs detailed on-page SEO audits to identify issues and optimization opportunities. It analyzes all on-page elements that affect search rankings and provides actionable recommendations.

1821 votes

Brand

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

1240080 votes

Release Announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

805540 votes
View all in content-marketing →