Back to the catalog

instagram-scraper

skillify-sh/skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por skillify-sh/skills no skills.sh. Instale com: npx skills add skillify-sh/skills@instagram-scraper

Details

Kind
Agent skills
Topic
Social & content
Publisher
skillify-sh
Origin
skillssh
Category
ferramentas
Last push
2026-08-23T20:57:20Z
Repository state
ativo
License
MIT
Added
2026-08-30 15:21:20
Updated
2026-09-08 15:02:15
Origin id
skillify-sh/skills/instagram-scraper

README

# Skillify Skills

Dependable agent skills for public social media data.

Every skill here follows the same three rules:

1. **No logins, ever.** Public data only. No skill will ask for your social media
   password, cookies, or session tokens.
2. **Tell you the cost before spending your money.** Where a skill runs paid
   infrastructure, it says what a job will cost before it starts, and defaults to
   small, bounded runs.
3. **Fail with an answer, not an error.** No account? You get onboarding. Rate
   limited? You get told what happened, in plain words. An empty result is reported
   as an empty result, not blamed on your billing.

## Skills

| Skill | What it does | Needs |
|---|---|---|
| [`instagram-scraper`](skills/instagram-scraper/) | Public Instagram profiles, posts, reels, stories, comments, hashtags, locations and mentions | Apify account (free tier works) |

More coming. Each is self-contained — install only what you need.

## Install

```bash
npx skills add skillify-sh/skills
```

Or copy any `skills/<name>/` directory into your agent's skills directory.

## Accounts and cost

Skills that fetch live data run on third-party infrastructure, which needs an account.
The skill handles this on first use — it checks for credentials and, if there are
none, walks you through getting them. Nothing to configure in advance.

Current provider: **[Apify](https://apify.com)**. Free to start — $5 of credits every
month, no credit card. That covers roughly 2,000 Instagram results per month.

## Disclosure

Sign-up links in these skills are referral links. They cost you nothing extra and give
you the same free tier. If you would rather not use them, sign up directly at
[console.apify.com/sign-up](https://console.apify.com/sign-up) — everything works
identically.

## Privacy

These skills send your query to the data provider and nothing else. They do not log in
to any social network, do not send cookies or session tokens, and read only what the
network serves to logged-out visitors. Your API tokens stay on your machine.

Requests carry a `User-Agent` naming the skill, so runs can be told apart in provider
logs. It contains no personal data, and you can remove it.

## Contributing

Issues and pull requests welcome. A skill belongs here if it holds to the three rules
above.

## Licence

MIT — see [LICENSE](LICENSE).

More