Web Tidy
Blog

Instagram Post Sorter Fields

Define Likes, Comments, Views, and Date in INS Sorter, including missing values, direction, and the boundary between public grid evidence and private Insights.

Aug 31, 2026Reference
On This Page

INS Sorter sorts only Likes, Comments, Views, or Date from the currently loaded set on a supported Instagram profile grid. Likes, Comments, and Views are visible counts; Date is publication time. None of them means reach, saves, shares, impressions, conversion, or an Instagram recommendation score. A missing field stays missing—it is not evidence of zero.

The four-field dictionary

FieldRuntime typeDirectionAvailable whenMissing meansDoes not prove
Likesnumber | nullHigh-to-low or low-to-highThe current page snapshot exposes a like countNo Likes badge; never fill zeroReach, saves, quality, conversion
Commentsnumber | nullHigh-to-low or low-to-highA comment count is exposedNo Comments badgeDiscussion quality or intent
Viewsnumber | nullHigh-to-low or low-to-highA view/play count is exposed for that cardNo Views badge; images and page differences may be missingUnique reach or complete plays
Dateparseable stringNew-to-old or old-to-newA parseable publication date is exposedNo Date badge; never invent a timestampPerformance or business timezone

Use Likes for a visible-response shortlist, Comments for discussion candidates, Views for rows that actually expose a view count, and Date for recency or chronology. Date is not a performance metric. Every result remains relative to the loaded set.

Anonymous JSON example

[
  {
    "id": "post-A",
    "type": "image",
    "likes": 420,
    "comments": 18,
    "views": null,
    "date": "2026-08-20T09:00:00Z"
  },
  {
    "id": "post-B",
    "type": "carousel",
    "likes": 310,
    "comments": 44,
    "views": null,
    "date": "2026-08-24T09:00:00Z"
  },
  {
    "id": "post-C",
    "type": "reel",
    "likes": 280,
    "comments": 21,
    "views": 12600,
    "date": "2026-08-29T09:00:00Z"
  }
]

Likes descending gives A, B, C. Comments descending gives B, C, A. Date descending gives C, B, A. Views can support a conclusion only for rows with Views evidence; null is not a tie at zero.

Public counts are not private Insights

Large connector dictionaries mix post fields, Stories, account data, and owner-only Insights. Field-name availability in those systems does not make it available on every public profile. INS Sorter's local runtime fixes the choice to four fields and does not inherit reach, saves, shares, impressions, profile visits, or the other fields listed by analytics connectors.

How to verify a field choice

  1. Confirm the URL is a supported one-segment profile root.
  2. Write the research question and choose one field.
  3. Record Count or Date Range plus direction.
  4. After sorting, confirm the first row actually has the selected badge.
  5. Open the first row and one control post; verify URL, media type, value, and date.
  6. Keep missing values missing or choose a better-evidenced field.
  7. Report “rank within the currently loaded set,” not “lifetime account rank.”

Limits

Visible counts can change with Instagram's page presentation. A missing badge is not a known zero, so do not use a missing row to claim the highest or lowest known value. Equal known values retain their original page order; that is a stable fallback, not an official Instagram tie-break.

INS Sorter does not calculate a weighted engagement score, access private Insights, save analysis history, merge multiple accounts, create CSV/JSON/XLSX, or change the public grid. Navigating away clears profile-scoped ranks, badges, and evidence.

Start with the right field

Once you can name the field, direction, and loaded-set boundary, start from the INS Sorter product page. Related cluster pages are not public yet, so this page does not create placeholder links.

Frequently asked questions

Does missing Views mean zero?

No. It means the current page did not provide verifiable Views evidence.

Can Likes stand in for Reach or conversion?

No. They are different metrics with different access and interpretation boundaries.

Is Date descending “best performing”?

No. It only places newer dated rows before older dated rows.

Is rank #1 the account's lifetime winner?

No. It is first only for this field, direction, and loaded set.

Sources

INS Sorter field types, badges, route scope, and temporary reordering were checked against the SKU10 local runtime on August 31, 2026. No login, real-account collection, deployment, publication, or production readback was performed.