Skip to main content

Modash API Field Extraction

Casing Convention

Two conventions coexist:
  • Discovery API: camelCase (e.g., engagementRate, avgLikes)
  • Raw API: snake_case (mirrors platform-native field names)
The Discovery API is the primary product offered to customers.

Identity & Profile (Discovery API)

Field PathTypeDescription
userIdstringCreator identifier
Note: Limited public documentation on profile/identity fields beyond userId.

Follower Counts

Field PathTypeDescription
followersintegerTotal follower count
Note: Modash uses the bare term followers without _count suffix.

Engagement Metrics

Field PathTypeDescription
engagementRatefloatEngagement rate
avgLikesintegerAverage likes per post

Audience — Location

Field PathTypeDescription
audienceGeoobjectAudience geography distribution
Note: Internal structure not publicly documented.

Audience — Gender

Field PathTypeDescription
gendersobjectAudience gender distribution

Audience — Age

Field PathTypeDescription
agesobjectAudience age distribution

Audience Authenticity

Field PathTypeDescription
followerTypesobjectBreakdown of follower types (real, suspicious, etc.)
audienceCredibilityfloatOverall audience quality/credibility score

Gaps in Public Documentation

The following areas are referenced in marketing materials but field-level schemas are behind authentication:
  • Growth/trending metrics
  • Content detail fields
  • Sponsorship detection fields
  • Contact information fields
  • Ranking/scoring fields
Last modified on March 25, 2026