Skip to content

DataModel

kavi castelo edited this page Nov 21, 2025 · 1 revision

Data Model

Article Stats Object

Each collected article produces:

Field Type Description
id string Medium post ID
title string Article title
href string Link to article
views number Total viewers
reads number Total readers
claps number Clap count
presentations number Times shown in feed
followersGained number Follows gained
subscribersGained number Email subscribers gained
netSubscriberCount number Subscribers (net)
netFollowerCount number Followers (net)
feedClickThroughRate number CTR

Full Result Object

{
  "stats": [ ... ArticleStats ],
  "totals": {
    "presentations": 0,
    "views": 0,
    "reads": 0,
    "claps": 0,
    "followersGained": 0,
    "subscribersGained": 0
  },
  "count": 0,
  "fetchedAt": 1732140950202
}

Clone this wiki locally