This repository was archived by the owner on Jul 18, 2026. It is now read-only.
feat(instagram): capture taken_at on posts#78
Merged
Conversation
Extract per-post capture time from the IG v1 feed media node (taken_at / taken_at_timestamp) and emit it as an ISO string on instagram.posts, plus add taken_at to the instagram.posts schema. Gives the Memory timeline real per-post dates instead of one collected-at pile.
Schema Health Check — Non-blocking inherited issues41/47 scopes consistent | 6 inherited Gateway gap(s) | no new blocking issues in this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds real per-post capture dates to Instagram posts:
instagram-playwright.js— extracttaken_at(taken_at/taken_at_timestamp) from the IG v1 feed media node, emit as ISO string.schemas/instagram.posts.json— addtaken_at: stringto the scope schema.Why
The Memory timeline needs real per-post dates. Without
taken_at, every post lands on the collected-at timestamp and piles onto one day. This is the desktop/DataConnect path; the web/lite path (data-pipe Apify actor) maps the same field.register.cjs→ registry.json checksum + artifact). I did not include a registry.json change:register.cjsin my environment rewrote the entry inconsistently withmain(droppedsourceId/displayName/..., changedmeta/→connectors/meta/paths), so the checksum bump should be done with the correct tooling/setup.taken_at(the scope is strict). This is a prerequisite for posts to persist with dates from either path.Scope
IG
taken_atonly — branched cleanly offmain(Slack is separate in #77).