Machine-readable digest field reference
PricingBrief publishes one JSON document per public issue at
/digest/<YYYY-WNN>.json. The response is additive and
versioned: existing fields stay stable for schemaVersion 1,
and new fields may appear without removing older ones.
Errors
Unknown weeks return HTTP 404 with a JSON body, so integrations
never have to parse the shared HTML 404 page.
{"error":"not_found"}
Known issue weeks that are withheld by the public safety gate also return
HTTP 404, but their JSON body uses error:
"under_review" and includes the issue counts plus the last verified
public issue link. Under-review responses also include
operatingStage and operatingStageNote so API
consumers can distinguish full-scale operating weeks from early bootstrap
artifacts.
Top-level fields
schemaVersion: major JSON contract version. Breaking field changes require a version bump.docsUrl: canonical URL for this field reference.issueId: immutable UUID for the public issue. It matches the source digest artifact id.weekStart: ISO timestamp for the beginning of the issue window.weekEnd: ISO timestamp for the end of the issue window.isoWeek: issue URL label shaped likeYYYY-WNN.status:changedwhen at least one vendor has a published pricing, packaging, feature, or limit change;quietwhen the issue has no meaningful pricing-page changes.summary: quiet-week summary object, ornullfor changed issues.watchedVendorCount: number of vendors represented by the issue's scrape-health snapshot.changedVendorCount: number of vendors with publishedpriceChangesentries.vendors: array of vendors with published pricing-page changes. Quiet issues use an empty array.
Summary fields
summary is present on every response. It is null
when status is changed. When status
is quiet, it is an object with these string fields.
headline: short headline for the quiet issue.body: human-readable explanation that no meaningful pricing-page changes were detected.watchingLine: compact count or sample of vendors still being watched.
Vendor fields
slug: stable lowercase vendor identifier used by PricingBrief internally and in generated artifacts.name: display name for the vendor.priceChanges: array of published change objects for this vendor. Despite the legacy field name, entries can describe packaging, feature, or limit changes with no dollar amount. Vendors with no published changes are omitted.
Change object fields
tier: pricing tier or plan label, ornullwhen the change is not tied to one named tier.oldPriceUSD: previous numeric price in USD, ornullwhen no previous USD amount applies.newPriceUSD: current numeric price in USD, ornullwhen no current USD amount applies.oldPriceDisplay: previous human-readable price, limit, package, or feature text, ornullwhen none applies.newPriceDisplay: current human-readable price, limit, package, or feature text, ornullwhen none applies.oldBillingPeriod: previous billing period such as monthly or annually, ornullwhen unavailable or not relevant.newBillingPeriod: current billing period such as monthly or annually, ornullwhen unavailable or not relevant.citationUrl: public vendor pricing page that supports the claim.changeDirection: price movement direction, one ofup,down, orunknown. Text-only feature, packaging, or limit changes useunknown. Display text can still start withadded:orremoved:for line-level feature, packaging, or limit changes; do not inferchangeDirectionfrom those prefixes.confidence: scrape coverage confidence for that vendor.highmeans full clean coverage for the issue window;mediumandlowmean partial coverage;brokenmeans the vendor was known-stuck during the window;unknownmeans no scrape-health row was available.snapshotIds: legacy ordered array kept for compatibility. Prefer the labeled snapshot fields below for new integrations.previousSnapshotId: hash of the comparison snapshot, ornullfor first-seen added tiers with no prior snapshot.currentSnapshotId: hash of the snapshot that supports the current claim.previousSnapshotUrl: public retained-evidence URL forpreviousSnapshotId, ornullwhen there is no previous snapshot.currentSnapshotUrl: public retained-evidence URL forcurrentSnapshotId.previousCapturedAt: ISO timestamp forpreviousSnapshotId, ornullwhen there is no previous snapshot.currentCapturedAt: ISO timestamp forcurrentSnapshotId.
Units and nullable fields
oldPriceUSD and newPriceUSD are USD amounts, not cents.
A price field is nullable when the source change has no USD amount on that
side, such as an added tier with no previous price, a removed tier with no
current price, or a packaging, feature, limit, or other text-only pricing-page change.
oldPriceDisplay, newPriceDisplay,
oldBillingPeriod, and newBillingPeriod are also
nullable when the source does not provide a display value or billing
period for that side of the change. previousSnapshotId and previousCapturedAt
are nullable when there is no comparison snapshot.
Timestamp and citation proof fields
weekStart, weekEnd,
previousCapturedAt, and currentCapturedAt are ISO
timestamps. The snapshot fields are the proof chain behind each pricing-page
claim: previousSnapshotId identifies the comparison capture,
currentSnapshotId identifies the capture supporting the
current claim, previousSnapshotUrl and
currentSnapshotUrl link to public retained-evidence pages,
and snapshotIds keeps both ids in comparison order for older
consumers.
Full JSON example
{
"schemaVersion": 1,
"docsUrl": "https://pricingbrief.com/digest/schema",
"issueId": "19829cde-b921-4536-8314-062f7e87d45e",
"weekStart": "2026-06-29T05:00:19.731Z",
"weekEnd": "2026-07-06T05:00:19.731Z",
"isoWeek": "2026-W28",
"status": "changed",
"summary": null,
"watchedVendorCount": 77,
"changedVendorCount": 13,
"vendors": [
{
"slug": "onepassword",
"name": "1Password",
"priceChanges": [
{
"tier": "Teams Starter Pack",
"oldPriceUSD": 19.95,
"newPriceUSD": 24.95,
"oldPriceDisplay": "$19.95",
"newPriceDisplay": "$24.95",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://1password.com/pricing/password-manager",
"changeDirection": "up",
"confidence": "high",
"snapshotIds": [
"0010abbbe408df973207a894d419122e4f00beed6322be135cffc38fae7fbbca",
"469811d7959bbc12a9a03476440955dd1e615a7369060fb6143a7aa9949ed243"
],
"previousSnapshotId": "0010abbbe408df973207a894d419122e4f00beed6322be135cffc38fae7fbbca",
"currentSnapshotId": "469811d7959bbc12a9a03476440955dd1e615a7369060fb6143a7aa9949ed243",
"previousCapturedAt": "2026-06-30T04:12:38.887Z",
"currentCapturedAt": "2026-07-01T04:12:08.466Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/0010abbbe408df973207a894d419122e4f00beed6322be135cffc38fae7fbbca",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/469811d7959bbc12a9a03476440955dd1e615a7369060fb6143a7aa9949ed243"
},
{
"tier": "Business",
"oldPriceUSD": 7.99,
"newPriceUSD": 8.99,
"oldPriceDisplay": "$7.99",
"newPriceDisplay": "$8.99",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://1password.com/pricing/password-manager",
"changeDirection": "up",
"confidence": "high",
"snapshotIds": [
"0010abbbe408df973207a894d419122e4f00beed6322be135cffc38fae7fbbca",
"469811d7959bbc12a9a03476440955dd1e615a7369060fb6143a7aa9949ed243"
],
"previousSnapshotId": "0010abbbe408df973207a894d419122e4f00beed6322be135cffc38fae7fbbca",
"currentSnapshotId": "469811d7959bbc12a9a03476440955dd1e615a7369060fb6143a7aa9949ed243",
"previousCapturedAt": "2026-06-30T04:12:38.887Z",
"currentCapturedAt": "2026-07-01T04:12:08.466Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/0010abbbe408df973207a894d419122e4f00beed6322be135cffc38fae7fbbca",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/469811d7959bbc12a9a03476440955dd1e615a7369060fb6143a7aa9949ed243"
}
]
},
{
"slug": "apollo",
"name": "Apollo",
"priceChanges": [
{
"tier": "Professional",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: CRM Integrations",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.apollo.io/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"3b63d9130aadbdabb5fd46b391f6aae8b60d713509c5f6693790220b1eed8239",
"a178013c5370d43526e195162d8f9912acbdf983c43ee3de27f8d029ab6f061c"
],
"previousSnapshotId": "3b63d9130aadbdabb5fd46b391f6aae8b60d713509c5f6693790220b1eed8239",
"currentSnapshotId": "a178013c5370d43526e195162d8f9912acbdf983c43ee3de27f8d029ab6f061c",
"previousCapturedAt": "2026-07-05T04:36:01.132Z",
"currentCapturedAt": "2026-07-05T11:26:16.032Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/3b63d9130aadbdabb5fd46b391f6aae8b60d713509c5f6693790220b1eed8239",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/a178013c5370d43526e195162d8f9912acbdf983c43ee3de27f8d029ab6f061c"
}
]
},
{
"slug": "asana",
"name": "Asana",
"priceChanges": [
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "Contact sales AI Studio Basic w/200K credits per billing account per month",
"newPriceDisplay": "Contact sales for pricing",
"oldBillingPeriod": "AI Studio Basic w/200K credits per billing account per month",
"newBillingPeriod": null,
"citationUrl": "https://asana.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb"
],
"previousSnapshotId": "af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"currentSnapshotId": "bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb",
"previousCapturedAt": "2026-07-04T04:03:54.431Z",
"currentCapturedAt": "2026-07-05T04:04:39.180Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb"
},
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "AI Studio Basic w/200K credits per billing account per month",
"newPriceDisplay": null,
"oldBillingPeriod": "AI Studio Basic w/200K credits per billing account per month",
"newBillingPeriod": null,
"citationUrl": "https://asana.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb"
],
"previousSnapshotId": "af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"currentSnapshotId": "bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb",
"previousCapturedAt": "2026-07-04T04:03:54.431Z",
"currentCapturedAt": "2026-07-05T04:04:39.180Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb"
},
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Project admin controls",
"newPriceDisplay": "added: AI Studio Basic w/200K credits per billing account per month",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://asana.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb"
],
"previousSnapshotId": "af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"currentSnapshotId": "bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb",
"previousCapturedAt": "2026-07-04T04:03:54.431Z",
"currentCapturedAt": "2026-07-05T04:04:39.180Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/af2e378ff7f1346929197d246f984b74a4e47109efc97974d6e0be8e18d0022a",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/bffc13b605bf8b2dc446d1dd41bae5c3716b0d24af0a81f5a49f9f57a4fdc2fb"
}
]
},
{
"slug": "honeycomb",
"name": "Honeycomb",
"priceChanges": [
{
"tier": "Free",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Event Volume: Up to 20M per month · Honeycomb MCP",
"newPriceDisplay": "added: Event Volume: Up to 20M per month · Metrics Data Points: Up to 100M per month",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.honeycomb.io/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
],
"previousSnapshotId": "e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotId": "66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a",
"previousCapturedAt": "2026-07-01T04:14:29.058Z",
"currentCapturedAt": "2026-07-02T04:13:11.263Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
},
{
"tier": "Pro",
"oldPriceUSD": 130,
"newPriceUSD": 150,
"oldPriceDisplay": "$130/mo",
"newPriceDisplay": "$150",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.honeycomb.io/pricing",
"changeDirection": "up",
"confidence": "high",
"snapshotIds": [
"e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
],
"previousSnapshotId": "e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotId": "66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a",
"previousCapturedAt": "2026-07-01T04:14:29.058Z",
"currentCapturedAt": "2026-07-02T04:13:11.263Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
},
{
"tier": "Pro",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Event Volume: Up to 1.5B per month",
"newPriceDisplay": "added: Event Volume: Up to 750M per month · Metrics Data Points: Up to 3.75B per month",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.honeycomb.io/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
],
"previousSnapshotId": "e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotId": "66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a",
"previousCapturedAt": "2026-07-01T04:14:29.058Z",
"currentCapturedAt": "2026-07-02T04:13:11.263Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
},
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Event Volume: Variable · Support for Honeycomb Private Cloud",
"newPriceDisplay": "added: Event Volume: Variable · Metrics Data Points: Variable",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.honeycomb.io/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
],
"previousSnapshotId": "e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotId": "66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a",
"previousCapturedAt": "2026-07-01T04:14:29.058Z",
"currentCapturedAt": "2026-07-02T04:13:11.263Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e3bc2438770a9773a45817e565746493043e5cbd53c3a2f2070c9ecd6f8dddeb",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/66e0b7e26197a8eb5e3a4a552fde38a1cc126fba81ae435ccc4c1b983367de3a"
}
]
},
{
"slug": "hootsuite",
"name": "Hootsuite",
"priceChanges": [
{
"tier": "Standard",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: Manage up to 10 social media accounts from one calendar.",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.hootsuite.com/plans",
"changeDirection": "unknown",
"confidence": "unknown",
"snapshotIds": [
"2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81"
],
"previousSnapshotId": "2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"currentSnapshotId": "55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81",
"previousCapturedAt": "2026-07-05T04:28:44.142Z",
"currentCapturedAt": "2026-07-05T11:22:53.767Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81"
},
{
"tier": "Professional",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: Manage unlimited social accounts · Automate inbox replies and workflows · Forecast social trends up to 90 days ahead · Build custom performance reports",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.hootsuite.com/plans",
"changeDirection": "unknown",
"confidence": "unknown",
"snapshotIds": [
"2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81"
],
"previousSnapshotId": "2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"currentSnapshotId": "55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81",
"previousCapturedAt": "2026-07-05T04:28:44.142Z",
"currentCapturedAt": "2026-07-05T11:22:53.767Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81"
},
{
"tier": "Advanced",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: Review and approve content with your team · Assign and auto-route messages to the right team members · Coordinate content and customer care + 1 more",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.hootsuite.com/plans",
"changeDirection": "unknown",
"confidence": "unknown",
"snapshotIds": [
"2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81"
],
"previousSnapshotId": "2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"currentSnapshotId": "55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81",
"previousCapturedAt": "2026-07-05T04:28:44.142Z",
"currentCapturedAt": "2026-07-05T11:22:53.767Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/2e0641f6e5d64e5c5fe2540afa69653093dcda65def6ff13ad7e33bf1a9cceff",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/55dd7e6cf5a647705a06c5669cf50395daf70e3c0cb55499938a35b855462b81"
}
]
},
{
"slug": "intercom",
"name": "Intercom",
"priceChanges": [
{
"tier": "Pro",
"oldPriceUSD": null,
"newPriceUSD": 99,
"oldPriceDisplay": null,
"newPriceDisplay": "$99 /mo",
"oldBillingPeriod": null,
"newBillingPeriod": "/mo",
"citationUrl": "https://www.intercom.com/pricing",
"changeDirection": "added",
"confidence": "high",
"snapshotIds": [
"1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b"
],
"previousSnapshotId": "1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"currentSnapshotId": "8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b",
"previousCapturedAt": "2026-07-04T04:04:58.285Z",
"currentCapturedAt": "2026-07-04T15:11:26.904Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b"
},
{
"tier": "Copilot",
"oldPriceUSD": null,
"newPriceUSD": 29,
"oldPriceDisplay": null,
"newPriceDisplay": "$29 per agent/mo",
"oldBillingPeriod": null,
"newBillingPeriod": "per agent/mo",
"citationUrl": "https://www.intercom.com/pricing",
"changeDirection": "added",
"confidence": "high",
"snapshotIds": [
"1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b"
],
"previousSnapshotId": "1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"currentSnapshotId": "8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b",
"previousCapturedAt": "2026-07-04T04:04:58.285Z",
"currentCapturedAt": "2026-07-04T15:11:26.904Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b"
},
{
"tier": "Proactive Support Plus",
"oldPriceUSD": null,
"newPriceUSD": 99,
"oldPriceDisplay": null,
"newPriceDisplay": "$99 /mo",
"oldBillingPeriod": null,
"newBillingPeriod": "/mo",
"citationUrl": "https://www.intercom.com/pricing",
"changeDirection": "added",
"confidence": "high",
"snapshotIds": [
"1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b"
],
"previousSnapshotId": "1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"currentSnapshotId": "8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b",
"previousCapturedAt": "2026-07-04T04:04:58.285Z",
"currentCapturedAt": "2026-07-04T15:11:26.904Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/1f46cbad8493fa54bc50d6ec77e944b67e942cb136e8408c7063c9ac80f653c1",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/8e2062f0f6b386afa91bcc9af35245e9a1846527bec22c1f17d8afdcd349df3b"
}
]
},
{
"slug": "launchdarkly",
"name": "LaunchDarkly",
"priceChanges": [
{
"tier": "Guardian",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Developer",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://launchdarkly.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"2d3f587fd558270259e321b589257df0b01bffa7300564e4c1ce68e1dc624df3",
"48891b778c609e9c4ae8390bdc055068f09043b2d5df88658512695a29e75f51"
],
"previousSnapshotId": "2d3f587fd558270259e321b589257df0b01bffa7300564e4c1ce68e1dc624df3",
"currentSnapshotId": "48891b778c609e9c4ae8390bdc055068f09043b2d5df88658512695a29e75f51",
"previousCapturedAt": "2026-06-25T04:16:27.410Z",
"currentCapturedAt": "2026-06-29T17:51:36.252Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/2d3f587fd558270259e321b589257df0b01bffa7300564e4c1ce68e1dc624df3",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/48891b778c609e9c4ae8390bdc055068f09043b2d5df88658512695a29e75f51"
}
]
},
{
"slug": "loom",
"name": "Loom",
"priceChanges": [
{
"tier": "Starter",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: Up to 25 videos/person",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.loom.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"cf29b45ecdd2360212eaa6a824cd45647a6be8a41cf4d7a6e86e67674f4de550",
"945defd84f4334381d0fc355997bbf6b447ac52ca1daf312f6173558e0dc00e4"
],
"previousSnapshotId": "cf29b45ecdd2360212eaa6a824cd45647a6be8a41cf4d7a6e86e67674f4de550",
"currentSnapshotId": "945defd84f4334381d0fc355997bbf6b447ac52ca1daf312f6173558e0dc00e4",
"previousCapturedAt": "2026-07-05T04:12:40.606Z",
"currentCapturedAt": "2026-07-05T11:11:57.316Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/cf29b45ecdd2360212eaa6a824cd45647a6be8a41cf4d7a6e86e67674f4de550",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/945defd84f4334381d0fc355997bbf6b447ac52ca1daf312f6173558e0dc00e4"
}
]
},
{
"slug": "monday",
"name": "Monday",
"priceChanges": [
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "custom",
"newPriceDisplay": "custom price",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://monday.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
],
"previousSnapshotId": "e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotId": "6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5",
"previousCapturedAt": "2026-07-04T04:03:26.436Z",
"currentCapturedAt": "2026-07-04T15:12:54.742Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
},
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Tailored onboarding",
"newPriceDisplay": "added: API calls (25,000 / day)",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://monday.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
],
"previousSnapshotId": "e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotId": "6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5",
"previousCapturedAt": "2026-07-04T04:03:26.436Z",
"currentCapturedAt": "2026-07-04T15:12:54.742Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
},
{
"tier": "Standard",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Automations · Integrations · API calls",
"newPriceDisplay": "added: Automations (250 actions / month) · Integrations (250 actions / month) · API calls (1,000 / day)",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://monday.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
],
"previousSnapshotId": "e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotId": "6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5",
"previousCapturedAt": "2026-07-04T04:03:26.436Z",
"currentCapturedAt": "2026-07-04T15:12:54.742Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
},
{
"tier": "Pro",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Automations · Integrations · API calls",
"newPriceDisplay": "added: Automations (25,000 actions / month) · Integrations (25,000 actions / month) · API calls (10,000 / day)",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://monday.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
],
"previousSnapshotId": "e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotId": "6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5",
"previousCapturedAt": "2026-07-04T04:03:26.436Z",
"currentCapturedAt": "2026-07-04T15:12:54.742Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/e336b4569d1325140fc42600f11bb56bec163b9635f7b8e41691b1abcf855432",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/6a49faac593bf34bbd589db9ca172a224135efffd9c6324001bd9f7ec5ff2ca5"
}
]
},
{
"slug": "pipedrive",
"name": "Pipedrive",
"priceChanges": [
{
"tier": "Lite",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Personalized onboarding",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.pipedrive.com/en/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"da389d6c06a51b14f24eb4433de96424bbab0c6d1f25d0a96ae541ae1b1a7468",
"24dee6867ea3c9471bb2a041b140acaff1bbb918c5620b8b2a878b8fd4ccdada"
],
"previousSnapshotId": "da389d6c06a51b14f24eb4433de96424bbab0c6d1f25d0a96ae541ae1b1a7468",
"currentSnapshotId": "24dee6867ea3c9471bb2a041b140acaff1bbb918c5620b8b2a878b8fd4ccdada",
"previousCapturedAt": "2026-06-30T04:13:00.405Z",
"currentCapturedAt": "2026-07-01T04:12:31.435Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/da389d6c06a51b14f24eb4433de96424bbab0c6d1f25d0a96ae541ae1b1a7468",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/24dee6867ea3c9471bb2a041b140acaff1bbb918c5620b8b2a878b8fd4ccdada"
},
{
"tier": "Growth",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: Live chat support",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://www.pipedrive.com/en/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"da389d6c06a51b14f24eb4433de96424bbab0c6d1f25d0a96ae541ae1b1a7468",
"24dee6867ea3c9471bb2a041b140acaff1bbb918c5620b8b2a878b8fd4ccdada"
],
"previousSnapshotId": "da389d6c06a51b14f24eb4433de96424bbab0c6d1f25d0a96ae541ae1b1a7468",
"currentSnapshotId": "24dee6867ea3c9471bb2a041b140acaff1bbb918c5620b8b2a878b8fd4ccdada",
"previousCapturedAt": "2026-06-30T04:13:00.405Z",
"currentCapturedAt": "2026-07-01T04:12:31.435Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/da389d6c06a51b14f24eb4433de96424bbab0c6d1f25d0a96ae541ae1b1a7468",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/24dee6867ea3c9471bb2a041b140acaff1bbb918c5620b8b2a878b8fd4ccdada"
}
]
},
{
"slug": "railway",
"name": "Railway",
"priceChanges": [
{
"tier": "Enterprise",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: 90-Day Log History · Single Sign-On · 18-Month Audit Log Retention · Role-Based Access Control · HIPAA BAAs + 3 more",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://railway.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"15feccde00ecbf3e15ca32c4f956e9f7f9439724f7ac5b828660b4b4f0b75fcb",
"6afda03b012edf6f2b684ab0ecd350e2b7c80c31d1c131aa973b349526fb97ac"
],
"previousSnapshotId": "15feccde00ecbf3e15ca32c4f956e9f7f9439724f7ac5b828660b4b4f0b75fcb",
"currentSnapshotId": "6afda03b012edf6f2b684ab0ecd350e2b7c80c31d1c131aa973b349526fb97ac",
"previousCapturedAt": "2026-07-01T04:09:12.485Z",
"currentCapturedAt": "2026-07-02T04:08:51.896Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/15feccde00ecbf3e15ca32c4f956e9f7f9439724f7ac5b828660b4b4f0b75fcb",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/6afda03b012edf6f2b684ab0ecd350e2b7c80c31d1c131aa973b349526fb97ac"
}
]
},
{
"slug": "slack",
"name": "Slack",
"priceChanges": [
{
"tier": "Free",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: AI workflow generation",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://slack.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd"
],
"previousSnapshotId": "bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"currentSnapshotId": "4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd",
"previousCapturedAt": "2026-07-05T04:02:50.585Z",
"currentCapturedAt": "2026-07-05T11:02:04.765Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd"
},
{
"tier": "Pro",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: AI workflow generation",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://slack.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd"
],
"previousSnapshotId": "bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"currentSnapshotId": "4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd",
"previousCapturedAt": "2026-07-05T04:02:50.585Z",
"currentCapturedAt": "2026-07-05T11:02:04.765Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd"
},
{
"tier": "Business+",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": null,
"newPriceDisplay": "added: AI workflow generation",
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://slack.com/pricing",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd"
],
"previousSnapshotId": "bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"currentSnapshotId": "4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd",
"previousCapturedAt": "2026-07-05T04:02:50.585Z",
"currentCapturedAt": "2026-07-05T11:02:04.765Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/bbea4214a85cb3e8c2237aa968abb784ca2ad9ca55867b7b99498e945673c196",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/4a8b670a645b26d1aac6fc3d9e9b7912364a0e220c6ace7598d95e291d2865bd"
}
]
},
{
"slug": "sprout-social",
"name": "Sprout Social",
"priceChanges": [
{
"tier": "Standard",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: −20%",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://sproutsocial.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
],
"previousSnapshotId": "eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotId": "28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e",
"previousCapturedAt": "2026-06-29T04:13:10.141Z",
"currentCapturedAt": "2026-06-29T18:05:55.331Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
},
{
"tier": "Professional",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: −25%",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://sproutsocial.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
],
"previousSnapshotId": "eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotId": "28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e",
"previousCapturedAt": "2026-06-29T04:13:10.141Z",
"currentCapturedAt": "2026-06-29T18:05:55.331Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
},
{
"tier": "Advanced",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: −20%",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://sproutsocial.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
],
"previousSnapshotId": "eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotId": "28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e",
"previousCapturedAt": "2026-06-29T04:13:10.141Z",
"currentCapturedAt": "2026-06-29T18:05:55.331Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
},
{
"tier": "Essentials",
"oldPriceUSD": null,
"newPriceUSD": null,
"oldPriceDisplay": "removed: −20%",
"newPriceDisplay": null,
"oldBillingPeriod": null,
"newBillingPeriod": null,
"citationUrl": "https://sproutsocial.com/pricing/",
"changeDirection": "unknown",
"confidence": "high",
"snapshotIds": [
"eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
],
"previousSnapshotId": "eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotId": "28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e",
"previousCapturedAt": "2026-06-29T04:13:10.141Z",
"currentCapturedAt": "2026-06-29T18:05:55.331Z",
"previousSnapshotUrl": "https://pricingbrief.com/evidence/eb7f4d0d7ee1ba245e13ebc2b1569c56442cc87b8a1e77db81d2b3b450737fa4",
"currentSnapshotUrl": "https://pricingbrief.com/evidence/28477ea2d3110a4f936a8c4953dc908b42cabc80faf8c4522c3de7e8ca47a51e"
}
]
}
]
}