Loading...
Loading...
Understand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok.
npx skill4agent add apify/agent-skills apify-audience-analysis.envAPIFY_TOKEN--env-filemcpcnpm install -g @apify/mcpcTask Progress:
- [ ] Step 1: Identify audience analysis type (select Actor)
- [ ] Step 2: Fetch Actor schema via mcpc
- [ ] Step 3: Ask user preferences (format, filename)
- [ ] Step 4: Run the analysis script
- [ ] Step 5: Summarize findings| User Need | Actor ID | Best For |
|---|---|---|
| Facebook follower demographics | | FB followers/following lists |
| Facebook engagement behavior | | FB post likes analysis |
| Facebook video audience | | FB Reels viewers |
| Facebook comment analysis | | FB post/video comments |
| Facebook content engagement | | FB post engagement metrics |
| Instagram audience sizing | | IG profile demographics |
| Instagram location-based | | IG geo-tagged audience |
| Instagram tagged network | | IG tag network analysis |
| Instagram comprehensive | | Full IG audience data |
| Instagram API-based | | IG API access |
| Instagram follower counts | | IG follower tracking |
| Instagram comment export | | IG comment bulk export |
| Instagram comment analysis | | IG comment sentiment |
| YouTube viewer feedback | | YT comment analysis |
| YouTube channel audience | | YT channel subscribers |
| TikTok follower demographics | | TT follower lists |
| TikTok profile analysis | | TT profile demographics |
| TikTok comment analysis | | TT comment engagement |
export $(grep APIFY_TOKEN .env | xargs) && mcpc --json mcp.apify.com --header "Authorization: Bearer $APIFY_TOKEN" tools-call fetch-actor-details actor:="ACTOR_ID" | jq -r ".content"ACTOR_IDapify/facebook-followers-following-scrapernode --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT'node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT' \
--output YYYY-MM-DD_OUTPUT_FILE.csv \
--format csvnode --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT' \
--output YYYY-MM-DD_OUTPUT_FILE.json \
--format jsonAPIFY_TOKEN not found.envAPIFY_TOKEN=your_tokenmcpc not foundnpm install -g @apify/mcpcActor not foundRun FAILEDTimeout--timeout