analyzeFollowerDemographics
Evaluate follower demographics and engagement patterns for any Twitter account by analyzing a customizable sample size. Gain insights to optimize audience targeting and content strategy.
Instructions
Analyze follower demographics and engagement patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analyzeDemographics | No | Include demographic breakdown (default: true) | |
sampleSize | No | Sample size for analysis (default: 50) | |
username | Yes | Username to analyze followers for |
Input Schema (JSON Schema)
{
"properties": {
"analyzeDemographics": {
"description": "Include demographic breakdown (default: true)",
"type": "boolean"
},
"sampleSize": {
"description": "Sample size for analysis (default: 50)",
"maximum": 100,
"minimum": 10,
"type": "number"
},
"username": {
"description": "Username to analyze followers for",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}