Skip to main content

apify-scrapers

Enables scraping of social media and web content using Apify actors for trend analysis, lead generation, and contact enrichment.

Install this skill

or
81/100

Security score

The apify-scrapers skill was audited on Mar 5, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 72

Access to .env file

SourceSKILL.md
72# Required in .env
medium line 225

Access to .env file

SourceSKILL.md
225- Store `APIFY_TOKEN` in `.env` file (never commit to git)
medium line 286

Access to .env file

SourceSKILL.md
286- Verify token is correctly set in `.env` file
low line 76

External URL reference

SourceSKILL.md
76Get your API key: https://console.apify.com/account/integrations
low line 92

External URL reference

SourceSKILL.md
92python scripts/scrape_linkedin_posts.py author "https://linkedin.com/in/username" --max-posts 30
low line 97

External URL reference

SourceSKILL.md
97python scripts/scrape_content_by_url.py "https://x.com/user/status/123456"
low line 102

External URL reference

SourceSKILL.md
102python scripts/scrape_instagram.py profile "https://instagram.com/username" --max-posts 20
low line 112

External URL reference

SourceSKILL.md
112python scripts/scrape_instagram.py reels "https://instagram.com/username" --max-reels 30
low line 117

External URL reference

SourceSKILL.md
117python scripts/scrape_facebook.py page "https://facebook.com/pagename" --max-posts 50
low line 122

External URL reference

SourceSKILL.md
122python scripts/scrape_facebook.py reviews "https://facebook.com/pagename" --max-reviews 100
low line 142

External URL reference

SourceSKILL.md
142python scripts/scrape_contact_info.py "https://example.com" --depth 2
Scanned on Mar 5, 2026
View Security Dashboard