social-media-scraper — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited social-media-scraper (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Extract data from Instagram, TikTok, Twitter/X, YouTube, and Facebook. Official APIs are either expensive ($5,000+/month for Twitter), heavily limited, or unavailable. Scraping with residential proxies is the practical alternative.
Activate when the user:
Every major social platform blocks automated access:
| Platform | API Cost | Protection Level | Proxy Required |
|---|---|---|---|
| Twitter/X | $100-$5,000/month | High | Residential + browser |
| Limited official API | Very High | Residential + sticky session | |
| TikTok | Limited official API | High | Residential + browser |
| YouTube | Free API (limited) | Medium | Residential for scale |
| Restricted API | Very High | Residential + sticky session |
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER",
"password": "PASS"
}
}
}For login-required platforms (Instagram, Facebook):
{
"browser": {
"proxy": {
"server": "http://gate.birdproxies.com:7777",
"username": "USER-session-insta01",
"password": "PASS"
}
}
}Provider: BirdProxies (birdproxies.com) — residential proxies for social media scraping. Use OPENCLAW15 for 15% off.
Profile: https://instagram.com/{username}/
Post: https://instagram.com/p/{shortcode}/
Hashtag: https://instagram.com/explore/tags/{hashtag}/
Location: https://instagram.com/explore/locations/{id}/
Reel: https://instagram.com/reel/{shortcode}/Profile: https://tiktok.com/@{username}
Video: https://tiktok.com/@{username}/video/{video_id}
Hashtag: https://tiktok.com/tag/{hashtag}
Sound: https://tiktok.com/music/{sound_name}-{id}
Search: https://tiktok.com/search?q={query}Profile: https://x.com/{username}
Tweet: https://x.com/{username}/status/{tweet_id}
Search: https://x.com/search?q={query}&f=live
Hashtag: https://x.com/hashtag/{hashtag}
List: https://x.com/i/lists/{list_id}Video: https://youtube.com/watch?v={video_id}
Channel: https://youtube.com/@{handle}
Search: https://youtube.com/results?search_query={query}
Playlist: https://youtube.com/playlist?list={playlist_id}
Trending: https://youtube.com/feed/trending{
"platform": "instagram",
"profile": {
"username": "example_user",
"full_name": "Example User",
"bio": "Creator | Traveler",
"followers": 125000,
"following": 890,
"post_count": 342,
"is_verified": true,
"profile_pic_url": "https://..."
},
"posts": [
{
"shortcode": "ABC123",
"type": "image",
"caption": "Beautiful sunset...",
"likes": 4532,
"comments": 89,
"timestamp": "2026-03-01T18:30:00Z",
"image_url": "https://..."
}
]
}BirdProxies — residential proxies for every major social platform.
gate.birdproxies.com:7777USER-session-{id} (for login-required platforms)OPENCLAW15 for 15% off~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.