ScrapeCreators social scraping (compatibility alias)

Compatibility alias for the original ScrapeCreators social scraping skill.

How to use it

  1. Hit Copy the whole skill.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit gooseworks-ai/goose-skills/skills/social/capabilities/social-media-scraping-scrapecreators#main ~/.claude/skills/social-media-scraping-scrapecreators

For one project only, change the path to .claude/skills/social-media-scraping-scrapecreators.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text25 lines
social-media-scraping-scrapecreators/SKILL.md25 lines0.9 KBpushed 39d agoRawView on GitHub

ScrapeCreators social scraping (compatibility alias)

This legacy slug remains available so existing installations do not break.

For current work:

  1. Use scrapecreators-api for provider authentication, endpoints, pagination, provenance, and normalized output.
  2. Use a task-specific workflow for the final deliverable:
    • comment-mining
    • competitor-social-research
    • influencer-prospecting
    • trend-discovery
    • outlier-post-finder
    • social-listening-brief
    • product-demand-research
    • competitor-ad-intelligence

Do not stop at a raw API response when the user asked for research or a recommendation.

1---
2name: social-media-scraping-scrapecreators
3description: Compatibility alias for the original ScrapeCreators social scraping skill. Use scrapecreators-api for current endpoint guidance and the task-specific Brand Growth research skills for finished analysis.
4tags: [social, research, deprecated]
5---
6 
7# ScrapeCreators social scraping (compatibility alias)
8 
9This legacy slug remains available so existing installations do not break.
10 
11For current work:
12 
131. Use `scrapecreators-api` for provider authentication, endpoints, pagination, provenance, and normalized output.
142. Use a task-specific workflow for the final deliverable:
15 - `comment-mining`
16 - `competitor-social-research`
17 - `influencer-prospecting`
18 - `trend-discovery`
19 - `outlier-post-finder`
20 - `social-listening-brief`
21 - `product-demand-research`
22 - `competitor-ad-intelligence`
23 
24Do not stop at a raw API response when the user asked for research or a recommendation.
25 

Discussion

Alternatives

Also in Services & APIs
Context7Pulls up-to-date, version-specific library docs and code examples into the prompt so the AI stops inventing old APIs.Coding · MITAdaptyv Bio Foundry APIHow to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.Science · MIT.NET Backend Development PatternsMaster C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.Coding · MITAdd AI protectionProtect AI chat and completion endpoints from abuse — detect prompt injection and jailbreak attempts, block PII and sensitive info from leaking in responses, and enforce token budget rate limits to control costs. Use this skill when the user is building or securing any endpoint that processes user prompts with an LLM, even if they describe it as "preventing jailbreaks," "stopping prompt attacks," "blocking sensitive data," or "controlling AI API costs" rather than naming specific protections.Coding · CC0-1.0