{
  "report": {
    "generated_at_utc": "2026-08-21T09:23:29+00:00",
    "window": {
      "start": "2026-08-15",
      "end": "2026-08-21",
      "days": 7
    },
    "universe_size": 34,
    "schema_version": 1,
    "schema_description": "Weekly equity-research data package for 35 public companies tracked by jobs-scraper. Each `companies[<ticker>]` entry contains pre-computed 7-day aggregates plus a sample of new/closed postings with description excerpts. Designed for one-shot LLM ingestion: read the whole file, scan `headline` \u2192 `by_department_top10` \u2192 `new_postings_sample` + `novel_terms` to detect unannounced divisions or products.",
    "field_dictionary": {
      "net_change": "open_end - open_start; positive = net hiring up over the window",
      "pct_change": "(open_end - open_start) / open_start * 100 (None if open_start = 0)",
      "new_postings": "req_ids first_seen within the window",
      "closed_postings": "req_ids whose last_seen was >= 2 days before window end (postings_lifecycle.is_closed=1)",
      "pnl_bucket": "R&D | S&M | COGS | G&A \u2014 from analytics2.classify_pnl(department, title)",
      "salary_midpoint_usd": "(salary_min + salary_max) / 2 converted to USD; null if no band or outside [15K, 2M]",
      "novel_term": "bigram/trigram in titles + 1st 300 chars of new-posting descriptions this window, NOT seen in the prior 30 days at the same ticker. Candidate signal for unannounced products/divisions \u2014 LLM should sanity-check.",
      "description_change": "An existing req whose description text materially changed (different content hash). Often signals scope creep or role-redirection without a new posting.",
      "data_health.status": "ok = today's scrape healthy. stale_<N>d = no successful run for N days. If a ticker is stale, the LLM should heavily discount net_change for it.",
      "market_cap_tier": "hyperscaler (>$500B; AMZN/GOOGL/META) | large_cap ($50B-$500B) | mid_cap ($10B-$50B) | small_cap ($1B-$10B) | micro_cap (<$1B). Drives page-depth in the user's 3-4 page weekly equity report \u2014 see report.tier_page_guidance.",
      "focus_order": "Ranked ticker order for the equity report. Iterate this when writing \u2014 page 1 starts at index 0 (the 3 hyperscalers); page 2-3 covers large/mid; page 3 brief mentions for small; appendix-only for micro.",
      "highlights.hyperscaler_dashboard": "One-line summary per hyperscaler. Use these to write the opening paragraph of the equity report. Top dept tells you where the move is concentrated (e.g. AMZN aws + Whole Foods Retail / Store).",
      "highlights.most_intriguing_novel_terms": "Top novel-term candidates across the entire universe, ranked by count. Use these to seed the 'unannounced products' callout on page 1. Each carries its ticker + tier so the LLM can weight by importance."
    },
    "report_structure_hint": "The user writes a 3-4 page weekly equity-research report each week. Page 1 is highlights: use the `highlights` block \u2014 hyperscaler dashboard, top movers, most-intriguing novel terms. Page 2-3 walks descending market-cap tiers. Per-ticker depth scales with the `market_cap_tier`: hyperscaler = deep paragraph each, large-cap = single paragraph, mid-cap = grouped summary, small-cap = brief mention, micro-cap = appendix only. Iterate `focus_order` in given order.",
    "focus_order": [
      "AMZN",
      "GOOGL",
      "META",
      "ABNB",
      "APP",
      "BKNG",
      "SPOT",
      "UBER",
      "UMG",
      "CART",
      "CVNA",
      "DASH",
      "EBAY",
      "EXPE",
      "MTCH",
      "PINS",
      "RBLX",
      "RDDT",
      "ROKU",
      "SNAP",
      "TTWO",
      "Z",
      "CHWY",
      "COMP",
      "ETSY",
      "LYFT",
      "OPEN",
      "PTON",
      "W",
      "WBTN",
      "WMG",
      "BMBL",
      "LIFE",
      "SEAT"
    ],
    "tier_page_guidance": {
      "hyperscaler": "page 1 \u2014 spotlight; lead the weekly report with these",
      "large_cap": "page 1-2 \u2014 dedicated paragraph each",
      "mid_cap": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "small_cap": "page 3 \u2014 brief mention if there's a notable signal",
      "micro_cap": "appendix \u2014 listing-only unless there's an unusual move"
    },
    "tier_ticker_counts": {
      "hyperscaler": 3,
      "large_cap": 6,
      "mid_cap": 13,
      "small_cap": 9,
      "micro_cap": 3
    },
    "highlights": {
      "universe": {
        "net_change_open": 59,
        "new_postings_total": 5510,
        "closed_postings_total": 3323,
        "tickers_accelerating_3pct": 7,
        "tickers_decelerating_3pct": 9,
        "tickers_total": 34
      },
      "hyperscaler_dashboard": {
        "AMZN": {
          "open_end": 29044,
          "net_change": 141,
          "pct_change": 0.5,
          "new_postings": 3473,
          "closed_postings": 2341,
          "top_dept_by_volume": "aws",
          "top_dept_net_change": 37,
          "salary_disclosure_pct_end": 39.7,
          "n_novel_terms": 0
        },
        "GOOGL": {
          "open_end": 3891,
          "net_change": -55,
          "pct_change": -1.4,
          "new_postings": 815,
          "closed_postings": 438,
          "top_dept_by_volume": "",
          "top_dept_net_change": -29,
          "salary_disclosure_pct_end": 3.0,
          "n_novel_terms": 2
        },
        "META": {
          "open_end": 870,
          "net_change": 21,
          "pct_change": 2.5,
          "new_postings": 98,
          "closed_postings": 40,
          "top_dept_by_volume": "Data Center",
          "top_dept_net_change": 2,
          "salary_disclosure_pct_end": 77.4,
          "n_novel_terms": 20
        }
      },
      "top_gainers_abs": [
        {
          "ticker": "AMZN",
          "abs_change": 141,
          "pct_change": 0.5,
          "open_end": 29044,
          "tier": "hyperscaler"
        },
        {
          "ticker": "META",
          "abs_change": 21,
          "pct_change": 2.5,
          "open_end": 870,
          "tier": "hyperscaler"
        },
        {
          "ticker": "EXPE",
          "abs_change": 11,
          "pct_change": 7.1,
          "open_end": 165,
          "tier": "mid_cap"
        },
        {
          "ticker": "EBAY",
          "abs_change": 8,
          "pct_change": 1.8,
          "open_end": 465,
          "tier": "mid_cap"
        },
        {
          "ticker": "CHWY",
          "abs_change": 8,
          "pct_change": 4.0,
          "open_end": 207,
          "tier": "small_cap"
        }
      ],
      "top_cutters_abs": [
        {
          "ticker": "GOOGL",
          "abs_change": -55,
          "pct_change": -1.4,
          "open_end": 3891,
          "tier": "hyperscaler"
        },
        {
          "ticker": "CVNA",
          "abs_change": -35,
          "pct_change": -1.9,
          "open_end": 1809,
          "tier": "mid_cap"
        },
        {
          "ticker": "COMP",
          "abs_change": -12,
          "pct_change": -5.2,
          "open_end": 220,
          "tier": "small_cap"
        },
        {
          "ticker": "LYFT",
          "abs_change": -10,
          "pct_change": -5.8,
          "open_end": 161,
          "tier": "small_cap"
        },
        {
          "ticker": "BKNG",
          "abs_change": -8,
          "pct_change": -1.3,
          "open_end": 631,
          "tier": "large_cap"
        }
      ],
      "top_pct_gainers": [
        {
          "ticker": "EXPE",
          "pct_change": 7.1,
          "abs_change": 11,
          "open_end": 165,
          "tier": "mid_cap"
        },
        {
          "ticker": "CART",
          "pct_change": 5.4,
          "abs_change": 6,
          "open_end": 118,
          "tier": "mid_cap"
        },
        {
          "ticker": "WBTN",
          "pct_change": 4.3,
          "abs_change": 2,
          "open_end": 48,
          "tier": "small_cap"
        },
        {
          "ticker": "CHWY",
          "pct_change": 4.0,
          "abs_change": 8,
          "open_end": 207,
          "tier": "small_cap"
        },
        {
          "ticker": "LIFE",
          "pct_change": 3.4,
          "abs_change": 2,
          "open_end": 61,
          "tier": "micro_cap"
        }
      ],
      "top_pct_cutters": [
        {
          "ticker": "APP",
          "pct_change": -16.1,
          "abs_change": -5,
          "open_end": 26,
          "tier": "large_cap"
        },
        {
          "ticker": "SPOT",
          "pct_change": -6.5,
          "abs_change": -6,
          "open_end": 87,
          "tier": "large_cap"
        },
        {
          "ticker": "ETSY",
          "pct_change": -6.2,
          "abs_change": -2,
          "open_end": 30,
          "tier": "small_cap"
        },
        {
          "ticker": "LYFT",
          "pct_change": -5.8,
          "abs_change": -10,
          "open_end": 161,
          "tier": "small_cap"
        },
        {
          "ticker": "COMP",
          "pct_change": -5.2,
          "abs_change": -12,
          "open_end": 220,
          "tier": "small_cap"
        }
      ],
      "most_intriguing_novel_terms": [
        {
          "ticker": "CVNA",
          "term": "tire technician",
          "count": 18,
          "first_seen_in_window": "2026-08-21",
          "tier": "mid_cap"
        },
        {
          "ticker": "CVNA",
          "term": "brake ti",
          "count": 13,
          "first_seen_in_window": "2026-08-21",
          "tier": "mid_cap"
        },
        {
          "ticker": "CVNA",
          "term": "hourly overtime",
          "count": 10,
          "first_seen_in_window": "2026-08-21",
          "tier": "mid_cap"
        },
        {
          "ticker": "CVNA",
          "term": "5x pay",
          "count": 10,
          "first_seen_in_window": "2026-08-21",
          "tier": "mid_cap"
        },
        {
          "ticker": "GOOGL",
          "term": "phd intern",
          "count": 10,
          "first_seen_in_window": "2026-08-18",
          "tier": "hyperscaler"
        },
        {
          "ticker": "CVNA",
          "term": "31 00 hourly",
          "count": 7,
          "first_seen_in_window": "2026-08-21",
          "tier": "mid_cap"
        },
        {
          "ticker": "GOOGL",
          "term": "offering contribute",
          "count": 7,
          "first_seen_in_window": "2026-08-18",
          "tier": "hyperscaler"
        },
        {
          "ticker": "META",
          "term": "policy planning",
          "count": 5,
          "first_seen_in_window": "2026-08-19",
          "tier": "hyperscaler"
        }
      ]
    },
    "caps": {
      "new_postings_sample": 25,
      "closed_postings_sample": 15,
      "description_changes": 10,
      "novel_terms": 20,
      "departments": 10,
      "geos": 10,
      "description_excerpt_chars": 300
    },
    "data_health": {
      "scraper_status": {
        "ABNB": "ok",
        "AMZN": "ok",
        "APP": "ok",
        "BKNG": "ok",
        "BMBL": "ok",
        "CART": "ok",
        "CHWY": "stale_1d",
        "COMP": "ok",
        "CVNA": "ok",
        "DASH": "ok",
        "EBAY": "ok",
        "ETSY": "ok",
        "EXPE": "ok",
        "GOOGL": "ok",
        "LIFE": "ok",
        "LYFT": "ok",
        "META": "ok",
        "MTCH": "ok",
        "OPEN": "ok",
        "PINS": "ok",
        "PTON": "ok",
        "RBLX": "ok",
        "RDDT": "ok",
        "ROKU": "ok",
        "SEAT": "ok",
        "SNAP": "ok",
        "SPOT": "ok",
        "TTWO": "ok",
        "UBER": "ok",
        "UMG": "ok",
        "W": "ok",
        "WBTN": "ok",
        "WMG": "ok",
        "Z": "ok"
      },
      "anomalies": []
    }
  },
  "companies": {
    "ABNB": {
      "ticker": "ABNB",
      "sector": "Travel",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 186,
        "open_end": 192,
        "net_change": 6,
        "pct_change": 3.2,
        "new_postings": 30,
        "closed_postings": 8,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 51,
          "open_start": 52,
          "net_change": -1,
          "pct_change": -1.9,
          "avg_salary_usd": null,
          "share_pct_postings": 26.6
        },
        {
          "dept": "Community Support",
          "open_end": 27,
          "open_start": 23,
          "net_change": 4,
          "pct_change": 17.4,
          "avg_salary_usd": null,
          "share_pct_postings": 14.1
        },
        {
          "dept": "Product Management",
          "open_end": 18,
          "open_start": 18,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 9.4
        },
        {
          "dept": "Business Development",
          "open_end": 13,
          "open_start": 6,
          "net_change": 7,
          "pct_change": 116.7,
          "avg_salary_usd": null,
          "share_pct_postings": 6.8
        },
        {
          "dept": "Analytics",
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.7
        },
        {
          "dept": "Data Science",
          "open_end": 9,
          "open_start": 8,
          "net_change": 1,
          "pct_change": 12.5,
          "avg_salary_usd": null,
          "share_pct_postings": 4.7
        },
        {
          "dept": "Sales",
          "open_end": 9,
          "open_start": 8,
          "net_change": 1,
          "pct_change": 12.5,
          "avg_salary_usd": null,
          "share_pct_postings": 4.7
        },
        {
          "dept": "Operations",
          "open_end": 8,
          "open_start": 12,
          "net_change": -4,
          "pct_change": -33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 4.2
        },
        {
          "dept": "Business Operations/Analysis",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Administrative",
          "open_end": 5,
          "open_start": 6,
          "net_change": -1,
          "pct_change": -16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 2.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 87,
          "open_start": 89,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 38,
          "open_start": 28,
          "net_change": 10,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 45,
          "open_start": 46,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 6,
          "open_start": 7,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 31,
          "net_change": 3
        },
        "IC-Senior": {
          "open_end": 68,
          "net_change": 1
        },
        "Manager": {
          "open_end": 92,
          "net_change": 2
        },
        "Director+": {
          "open_end": 0,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "United States",
          "open_end": 55,
          "net_change": -2
        },
        {
          "city": "Canada",
          "open_end": 16,
          "net_change": -2
        },
        {
          "city": "Remote - USA",
          "open_end": 15,
          "net_change": 0
        },
        {
          "city": "San Francisco, United States",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "China",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "Gurugram, India",
          "open_end": 7,
          "net_change": 2
        },
        {
          "city": "Brazil",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "Bangalore, India",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Tokyo, Japan",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Remote, USA",
          "open_end": 4,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "8143116",
          "title": "Senior Manager, Scaled Operations, FSI",
          "department": "Trust and Safety",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T10:17:12-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.airbnb.com/positions/8143116?gh_jid=8143116",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8141266",
          "title": "Senior Market Manager, Vietnamese Speaking(Bangkok based) ",
          "department": "Sales & Partnerships",
          "location": "Bangkok, Thailand",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T02:09:04-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8141266?gh_jid=8141266",
          "description_excerpt": "responsibilities, you will build Airbnb\u2019s strong market presence by collaborating with other teams as the local in-market expert. As someone who knows the Airbnb mission and values inside out, you will drive all phases of Homes acquisition and retention and market success, including acquisition stra"
        },
        {
          "req_id": "8142827",
          "title": "Software Engineer, Trust",
          "department": "Software Engineering",
          "location": "Remote, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T18:53:29-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8142827?gh_jid=8142827",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8135797",
          "title": "Senior iOS Engineer, Passport & Commerce",
          "department": "Software Engineering",
          "location": "Remote, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T18:29:43-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8135797?gh_jid=8135797",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8142807",
          "title": "Senior Counsel, Litigation",
          "department": "Legal",
          "location": "California, United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T18:11:28-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8142807?gh_jid=8142807",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8136554",
          "title": "Staff Platform Manager, Conversational Products",
          "department": "Product Management",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T17:50:25-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8136554?gh_jid=8136554",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8138002",
          "title": "Senior Software Engineer, Payments Platform ",
          "department": "Software Engineering",
          "location": "Remote, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T17:13:04-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8138002?gh_jid=8138002",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8141377",
          "title": "Senior Connectivity Partner Manager, Bangkok (SEA/IN)",
          "department": "Sales & Partnerships",
          "location": "Bangkok, Thailand",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T08:55:06-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.airbnb.com/positions/8141377?gh_jid=8141377",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8138069",
          "title": "Senior Software Engineer, Community Support Engineering (Frontend)",
          "department": "Software Engineering",
          "location": "United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T17:19:07-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.airbnb.com/positions/8138069?gh_jid=8138069",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8140993",
          "title": "Market Manager, Australia",
          "department": "Business Development",
          "location": "Sydney, Australia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T02:04:28-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.airbnb.com/positions/8140993?gh_jid=8140993",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8138500",
          "title": "Senior Software Engineer(AI/ML), Trust",
          "department": "Software Engineering",
          "location": "Bangalore, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:59:17-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.airbnb.com/positions/8138500?gh_jid=8138500",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8135283",
          "title": "Disaster Response Coordinator",
          "department": "Community Support",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T15:13:47-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.airbnb.com/positions/8135283?gh_jid=8135283",
          "description_excerpt": "responsibilities and actions\nProvide clear situation reports and critical updates to stakeholders\nOperational Execution\nActively participate in product and process improvement efforts and collaborate with the operations manager to develop recommendations for improvements\nOther duties as requested or"
        },
        {
          "req_id": "8130787",
          "title": "Staff Software Engineer, Payments Compliance",
          "department": "Software Engineering",
          "location": "Remote - US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:29:51-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.airbnb.com/positions/8130787?gh_jid=8130787",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8132178",
          "title": "Senior Specialist, Premium Support (English/Spanish)",
          "department": "Community Support",
          "location": "Nevada, United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T09:41:11-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.airbnb.com/positions/8132178?gh_jid=8132178",
          "description_excerpt": "responsibilities from those set out below. The ideal candidate will be open to a role which will evolve based on business needs and will be flexible to meet those needs.\nA Typical Day:\nThe responsibilities listed below are not exhaustive. Given the fast-moving nature of this work, the responsibiliti"
        },
        {
          "req_id": "8138055",
          "title": "Senior Market Manager",
          "department": "Business Development",
          "location": "Sao Paulo, Brazil",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T11:41:24-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8138055?gh_jid=8138055",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8131269",
          "title": "Market Manager",
          "department": "Business Development",
          "location": "Sao Paulo, Brazil",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T11:40:14-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8131269?gh_jid=8131269",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8129515",
          "title": "Market Manager",
          "department": "Business Development",
          "location": "Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T11:28:39-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8129515?gh_jid=8129515",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8129510",
          "title": "Market Manager",
          "department": "Business Development",
          "location": "Alberta, Canada, British Columbia, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T11:27:09-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8129510?gh_jid=8129510",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8134685",
          "title": "Market Manager",
          "department": "Business Development",
          "location": "San Diego, United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T12:46:30-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8134685?gh_jid=8134685",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8125873",
          "title": "Senior Manager, Supply Enablement",
          "department": "Sales",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T17:44:01-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8125873?gh_jid=8125873",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8131310",
          "title": "Market Manager",
          "department": "Business Development",
          "location": "Mexico",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T10:50:31-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.airbnb.com/positions/8131310?gh_jid=8131310",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8112204",
          "title": "Product Manager, People to Meet",
          "department": "Product Management",
          "location": "San Francisco, CA, Seattle, WA, New York, NY",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T19:57:01-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.airbnb.com/positions/8112204?gh_jid=8112204",
          "description_excerpt": "responsibilities in every in-person connection we enable.\nEnsure the existing storefront is healthy and the quality bar is high across People to Meet listings.\nRole model behaviors that encourage open communication and curiosity.\nMake judgements and prioritization decisions that are in the best inte"
        },
        {
          "req_id": "8130355",
          "title": "Senior Machine Learning Engineer, Trust",
          "department": "Software Engineering",
          "location": "San Francisco, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T17:27:57-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.airbnb.com/positions/8130355?gh_jid=8130355",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8129503",
          "title": "Market Manager",
          "department": "Business Development",
          "location": "Ohio, United States, Indiana, United States, Kentucky, United States, Illinois, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T16:41:42-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.airbnb.com/positions/8129503?gh_jid=8129503",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        },
        {
          "req_id": "8130817",
          "title": "Staff Software Engineer, Passport & Commerce (Backend)",
          "department": "Software Engineering",
          "location": "United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T16:03:51-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.airbnb.com/positions/8130817?gh_jid=8130817",
          "description_excerpt": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every country across the globe. Every day, hosts offer unique stays and experiences that make it possible fo"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7927170",
          "title": "Program Manager, Community Support",
          "department": "Program Management",
          "first_seen": "2026-05-19",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 91
        },
        {
          "req_id": "7927169",
          "title": "Program Manager, Community Support",
          "department": "Program Management",
          "first_seen": "2026-05-19",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 91
        },
        {
          "req_id": "7736820",
          "title": "Senior Programs and Business Operations Lead, Monthly Stays",
          "department": "Business Operations/Analysis",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 61
        },
        {
          "req_id": "8095436",
          "title": "Staff Software Engineer, Marketing technology ",
          "department": "Software Engineering",
          "first_seen": "2026-08-08",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 10
        },
        {
          "req_id": "8124191",
          "title": "Financial Operations Lead, Vendor Operations",
          "department": "Operations",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 5
        },
        {
          "req_id": "8102684",
          "title": "Tech Lead Manager, Finance Integrations & Automation - BizTech",
          "department": "Software Engineering",
          "first_seen": "2026-08-04",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 13
        },
        {
          "req_id": "8127109",
          "title": "Senior Frontend Engineer, Agent Core Products ",
          "department": "Software Engineering",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 4
        },
        {
          "req_id": "8127075",
          "title": "Software Engineer, Secure Development Engineering",
          "department": "Security",
          "first_seen": "2026-08-14",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 3
        }
      ],
      "description_changes": [
        {
          "req_id": "8084078",
          "title": "Team Specialist, Premium Support",
          "department": "Community Support",
          "change_date": "2026-08-21",
          "prev_length": 8202,
          "new_length": 8167,
          "length_delta": -35
        },
        {
          "req_id": "8090493",
          "title": "Supervisor, Community Support",
          "department": "Community Support",
          "change_date": "2026-08-21",
          "prev_length": 3629,
          "new_length": 4161,
          "length_delta": 532
        },
        {
          "req_id": "8088050",
          "title": "Market Coordinator",
          "department": "Sales",
          "change_date": "2026-08-21",
          "prev_length": 4309,
          "new_length": 4421,
          "length_delta": 112
        },
        {
          "req_id": "8138055",
          "title": "Senior Market Manager",
          "department": "Business Development",
          "change_date": "2026-08-20",
          "prev_length": 6053,
          "new_length": 6034,
          "length_delta": -19
        },
        {
          "req_id": "8129515",
          "title": "Market Manager",
          "department": "Business Development",
          "change_date": "2026-08-20",
          "prev_length": 7204,
          "new_length": 7184,
          "length_delta": -20
        },
        {
          "req_id": "8131269",
          "title": "Market Manager",
          "department": "Business Development",
          "change_date": "2026-08-20",
          "prev_length": 4775,
          "new_length": 4772,
          "length_delta": -3
        },
        {
          "req_id": "8128736",
          "title": "Market Associate",
          "department": "Business Development",
          "change_date": "2026-08-20",
          "prev_length": 4895,
          "new_length": 4904,
          "length_delta": 9
        },
        {
          "req_id": "7960390",
          "title": "Market Manager ",
          "department": "Sales",
          "change_date": "2026-08-19",
          "prev_length": 6078,
          "new_length": 6073,
          "length_delta": -5
        },
        {
          "req_id": "8074145",
          "title": "WFM Analyst",
          "department": "Community Support",
          "change_date": "2026-08-18",
          "prev_length": 3712,
          "new_length": 3743,
          "length_delta": 31
        }
      ],
      "novel_terms": []
    },
    "AMZN": {
      "ticker": "AMZN",
      "sector": "Ecom",
      "market_cap_tier": "hyperscaler",
      "report_focus_guidance": "page 1 \u2014 spotlight; lead the weekly report with these",
      "headline": {
        "open_start": 28903,
        "open_end": 29044,
        "net_change": 141,
        "pct_change": 0.5,
        "new_postings": 3473,
        "closed_postings": 2341,
        "salary_disclosure_rate_pct_end": 39.7,
        "salary_disclosure_rate_pct_start": 39.5
      },
      "by_department_top10": [
        {
          "dept": "aws",
          "open_end": 7868,
          "open_start": 7831,
          "net_change": 37,
          "pct_change": 0.5,
          "avg_salary_usd": 170624.0,
          "share_pct_postings": 27.1
        },
        {
          "dept": "Retail / Store",
          "open_end": 3173,
          "open_start": 3147,
          "net_change": 26,
          "pct_change": 0.8,
          "avg_salary_usd": null,
          "share_pct_postings": 10.9
        },
        {
          "dept": "fulfillment-ops",
          "open_end": 1897,
          "open_start": 1912,
          "net_change": -15,
          "pct_change": -0.8,
          "avg_salary_usd": 108910.0,
          "share_pct_postings": 6.5
        },
        {
          "dept": "DSP / Delivery Driver",
          "open_end": 1847,
          "open_start": 1824,
          "net_change": 23,
          "pct_change": 1.3,
          "avg_salary_usd": null,
          "share_pct_postings": 6.4
        },
        {
          "dept": "fulfillment-and-operations",
          "open_end": 1713,
          "open_start": 1703,
          "net_change": 10,
          "pct_change": 0.6,
          "avg_salary_usd": 107830.0,
          "share_pct_postings": 5.9
        },
        {
          "dept": "alexa-and-amazon-devices",
          "open_end": 1564,
          "open_start": 1523,
          "net_change": 41,
          "pct_change": 2.7,
          "avg_salary_usd": 171071.0,
          "share_pct_postings": 5.4
        },
        {
          "dept": "transportation-and-logistics",
          "open_end": 1156,
          "open_start": 1167,
          "net_change": -11,
          "pct_change": -0.9,
          "avg_salary_usd": 123846.0,
          "share_pct_postings": 4.0
        },
        {
          "dept": "Hourly / Warehouse",
          "open_end": 1083,
          "open_start": 1119,
          "net_change": -36,
          "pct_change": -3.2,
          "avg_salary_usd": 391639.0,
          "share_pct_postings": 3.7
        },
        {
          "dept": "operations",
          "open_end": 800,
          "open_start": 765,
          "net_change": 35,
          "pct_change": 4.6,
          "avg_salary_usd": 134856.0,
          "share_pct_postings": 2.8
        },
        {
          "dept": "finance",
          "open_end": 752,
          "open_start": 784,
          "net_change": -32,
          "pct_change": -4.1,
          "avg_salary_usd": 127743.0,
          "share_pct_postings": 2.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 8719,
          "open_start": 8744,
          "net_change": -25,
          "dollar_share_pct": 43.8
        },
        "S&M": {
          "open_end": 2505,
          "open_start": 2502,
          "net_change": 3,
          "dollar_share_pct": 9.6
        },
        "COGS": {
          "open_end": 13636,
          "open_start": 13504,
          "net_change": 132,
          "dollar_share_pct": 31.0
        },
        "G&A": {
          "open_end": 867,
          "open_start": 887,
          "net_change": -20,
          "dollar_share_pct": 3.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 2144,
          "net_change": 22
        },
        "IC": {
          "open_end": 15662,
          "net_change": 24
        },
        "IC-Senior": {
          "open_end": 2938,
          "net_change": 34
        },
        "Manager": {
          "open_end": 8114,
          "net_change": 64
        },
        "Director+": {
          "open_end": 120,
          "net_change": -2
        },
        "VP+": {
          "open_end": 66,
          "net_change": -1
        }
      },
      "by_geo_top10": [
        {
          "city": "Seattle, Washington, USA",
          "open_end": 2530,
          "net_change": -2
        },
        {
          "city": "Bengaluru, Karnataka, IND",
          "open_end": 1311,
          "net_change": -10
        },
        {
          "city": "Bellevue, Washington, USA",
          "open_end": 747,
          "net_change": 0
        },
        {
          "city": "Arlington, Virginia, USA",
          "open_end": 640,
          "net_change": 7
        },
        {
          "city": "New York, New York, USA",
          "open_end": 639,
          "net_change": 11
        },
        {
          "city": "Hyderabad, Telangana, IND",
          "open_end": 553,
          "net_change": 7
        },
        {
          "city": "Tokyo, JPN",
          "open_end": 543,
          "net_change": 14
        },
        {
          "city": "Austin, Texas, USA",
          "open_end": 540,
          "net_change": 44
        },
        {
          "city": "London, England, GBR",
          "open_end": 532,
          "net_change": -10
        },
        {
          "city": "Redmond, Washington, USA",
          "open_end": 512,
          "net_change": 63
        }
      ],
      "salary_bands": {
        "n_with_band_end": 11267,
        "median_midpoint_usd_end": 160700.0,
        "p25_midpoint_usd_end": 125100.0,
        "p75_midpoint_usd_end": 187250.0,
        "median_midpoint_usd_start": 160000.0
      },
      "new_postings_sample": [
        {
          "req_id": "10509830",
          "title": "Startup Investor Manager, AWS Worldwide Startups",
          "department": "aws",
          "location": "Sydney, New South Wales, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509830/startup-investor-manager-aws-worldwide-startups",
          "description_excerpt": "Key job responsibilities\n- Execute and drive initiatives with venture firms, develop investor-focused programs that accelerate portfolio company success\n- Design and implement solutions that address specific startup and investor needs\n- Collaborate on cross-functional initiatives involving AWS Start"
        },
        {
          "req_id": "10509840",
          "title": "Data Center Engineering Ops Engineer, DCEO",
          "department": "aws",
          "location": "SGP",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509840/data-center-engineering-ops-engineer-dceo",
          "description_excerpt": "Key job responsibilities\nThe Data Center Engineering Operation Engineer is responsible for ensuring that all electrical, mechanical, and fire/life safety equipment within the data center is operating within contract parameters within facilities. Often this will be including risk management and mitig"
        },
        {
          "req_id": "10509772",
          "title": "Solutions Architect, Media and Entertainment",
          "department": "aws",
          "location": "Sydney, New South Wales, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509772/solutions-architect-media-and-entertainment",
          "description_excerpt": "Key job responsibilities\nAs a trusted customer advocate, Solutions Architects help our Telco, Media, Entertainment, Gaming, Sports customers understand best practices around advanced cloud-based solutions, and provide advice on strategies for migrating existing workloads to the cloud and deploying i"
        },
        {
          "req_id": "10509702",
          "title": "Senior Data Engineer, Specialist Technology Team (STT), Centralized Data & Analytics",
          "department": "aws",
          "location": "Austin, Texas, USA",
          "salary_min": 170000.0,
          "salary_max": 230000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509702/senior-data-engineer-specialist-technology-team-stt-centralized-data-analytics",
          "description_excerpt": "Key job responsibilities\n- Architect and own the end to end data platform strategy for the STT product portfolio, designing scalable ETL/ELT pipelines that ingest product telemetry, usage events, and business outcome data from multiple heterogeneous sources using AWS-native technologies (Redshift, S"
        },
        {
          "req_id": "10509792",
          "title": "Data Center Controls Technician, Controls Deployment Service",
          "department": "aws",
          "location": "Plain City, Ohio, USA",
          "salary_min": 86200.0,
          "salary_max": 150800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509792/data-center-controls-technician-controls-deployment-service",
          "description_excerpt": "Key job responsibilities\nPrimarily work in and support multiple data centers by deploying, servicing, and upgrading BMS and EPMS systems.\nMentor and train Facilities team members on the operation and control of BMS and EPMS systems.\nManage small to medium-sized projects and programs.\nPerform point-t"
        },
        {
          "req_id": "10509796",
          "title": "Senior Technical Program Manager - Mechanical Systems, DCE - Mechanical Products & Services",
          "department": "aws",
          "location": "Seattle, Washington, USA",
          "salary_min": 148700.0,
          "salary_max": 201200.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509796/senior-technical-program-manager-mechanical-systems-dce-mechanical-products-services",
          "description_excerpt": "Key job responsibilities\n- Build strategic plans for new Mechanical Solutions and methods to reach maturity for global deployment.\n- Plan for global and regional nuances, test and validate, create deployment schedules, and similar production readiness actions.\n- Lead the development, deployment, and"
        },
        {
          "req_id": "10509807",
          "title": "Product Lifecycle Mechanical Engineer, DCE - Mechanical Products & Services (MPS) ",
          "department": "aws",
          "location": "Herndon, Virginia, USA",
          "salary_min": 116800.0,
          "salary_max": 160000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509807/product-lifecycle-mechanical-engineer-dce-mechanical-products-services-mps",
          "description_excerpt": "Key job responsibilities\n\u2022 Possess strong engineering judgement and ability to provide recommendations despite uncertainty\n\u2022 Are detail and data oriented\n\u2022 Have experience in Mechanical Engineering and/or Mechanical Products\n\u2022 Work with global mechanical equipment suppliers and manufacturers\n\u2022 Build"
        },
        {
          "req_id": "10509806",
          "title": "Sr. Product Lifecycle Mechanical Engineer, DCE - Mechanical Products & Services (MPS) ",
          "department": "aws",
          "location": "Herndon, Virginia, USA",
          "salary_min": 136600.0,
          "salary_max": 184800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509806/sr-product-lifecycle-mechanical-engineer-dce-mechanical-products-services-mps",
          "description_excerpt": "Key job responsibilities\n\u2022 Possess strong engineering judgement and ability to provide recommendations despite uncertainty\n\u2022 Are detail and data oriented\n\u2022 Have Experience with Product Lifecycle Management Systems\n\u2022 Have experience in Mechanical Engineering and/or Mechanical Products\n\u2022 Work with glo"
        },
        {
          "req_id": "10509699",
          "title": "Sr. Mech Product Manager-Tech, Data Center Engineering",
          "department": "aws",
          "location": "Austin, Texas, USA",
          "salary_min": 151200.0,
          "salary_max": 204600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509699/sr-mech-product-manager-tech-data-center-engineering",
          "description_excerpt": "Key job responsibilities\n- Review, update, and approve equipment submittals\n- Work with global liquid cooling equipment suppliers and manufacturers\n- Build trust and relationships with different stakeholders (e.g. reliability, operations, design, compliance)\n- Work on concurrent projects, in multipl"
        },
        {
          "req_id": "10509698",
          "title": "Mechanical Product Design Engineer, Data Center Eng, Mech Products and Services",
          "department": "aws",
          "location": "Herndon, Virginia, USA",
          "salary_min": 116800.0,
          "salary_max": 160000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509698/mechanical-product-design-engineer-data-center-eng-mech-products-and-services",
          "description_excerpt": "Key job responsibilities\n- Work in a cross-disciplinary setting with ability to influence and drive others.\n- Work has deep and far-reaching impact on overall product design/solutions.\n- Advises peer engineers and management team.\n- Deep-dive and perform root cause analysis.\n- Make technical trade-o"
        },
        {
          "req_id": "10509777",
          "title": "Engineering Operations Technician, DCC Communities ",
          "department": "aws",
          "location": "Lithia Springs, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509777/engineering-operations-technician-dcc-communities",
          "description_excerpt": "Key job responsibilities\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System (EPMS)\n- Assist in troubleshoo"
        },
        {
          "req_id": "10509697",
          "title": "Sr. Mechanical Product Engineer, Data Center Eng, MPS",
          "department": "aws",
          "location": "Austin, Texas, USA",
          "salary_min": 136600.0,
          "salary_max": 184800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509697/sr-mechanical-product-engineer-data-center-eng-mps",
          "description_excerpt": "Key job responsibilities\n- Define and design liquid or air cooling equipment and related infrastructure.\n- Collaborate with internal and external ecosystem partners to design and develop new data center product solutions.\n- Support field engineering and data center operation teams for performing roo"
        },
        {
          "req_id": "10509747",
          "title": "Engineering Operations Technician I, Data Center",
          "department": "aws",
          "location": "Covington, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509747/engineering-operations-technician-i-data-center",
          "description_excerpt": "Key job responsibilities\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System (EPMS)\n- Assist in troubleshoo"
        },
        {
          "req_id": "10509771",
          "title": "Engineering Operations Technician II, Data Center",
          "department": "aws",
          "location": "Covington, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509771/engineering-operations-technician-ii-data-center",
          "description_excerpt": "Key job responsibilities\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System (EPMS)\n- Assist in troubleshoo"
        },
        {
          "req_id": "10509773",
          "title": "Engineering Operations Technician II, Data Center",
          "department": "aws",
          "location": "Covington, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509773/engineering-operations-technician-ii-data-center",
          "description_excerpt": "Key job responsibilities\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System (EPMS)\n- Assist in troubleshoo"
        },
        {
          "req_id": "10509775",
          "title": "Engineering Op. Tech NIGHTS, Data Center",
          "department": "aws",
          "location": "Covington, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509775/engineering-op-tech-nights-data-center",
          "description_excerpt": "Key job responsibilities\n- This position is for NIGHTS.\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System"
        },
        {
          "req_id": "10509760",
          "title": "Engineering Operations Technician, Data Center",
          "department": "aws",
          "location": "Covington, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509760/engineering-operations-technician-data-center",
          "description_excerpt": "Key job responsibilities\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System (EPMS)\n- Assist in troubleshoo"
        },
        {
          "req_id": "10509767",
          "title": "Engineering Operations Technician II, Data Center",
          "department": "aws",
          "location": "Covington, Georgia, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509767/engineering-operations-technician-ii-data-center",
          "description_excerpt": "Key job responsibilities\n- Daily building rounds to monitor and record information from electrical, mechanical, and fire/life safety equipment to ensure 24/7 reliability and availability\n- Monitor Building Management Systems (BMS) and Electrical Power Management System (EPMS)\n- Assist in troubleshoo"
        },
        {
          "req_id": "10509834",
          "title": "Professional Services Public Sector Presales Cloud Architect, AWS Professional Services ANZ",
          "department": "aws",
          "location": "Canberra, Australian Capital Territory, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509834/professional-services-public-sector-presales-cloud-architect-aws-professional-services-anz",
          "description_excerpt": "Key job responsibilities\nAs an experienced technology professional, you will be responsible for:\nStrategic Direction and Development:\n- Acting as a trusted advisor to customers on industry trends and emerging technologies.\n- Provide technical guidance and best practices during pre-sales and implemen"
        },
        {
          "req_id": "10509797",
          "title": "Senior Public Sector Presales Cloud Architect, AWS Professional Services ANZ",
          "department": "aws",
          "location": "Sydney, New South Wales, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509797/senior-public-sector-presales-cloud-architect-aws-professional-services-anz",
          "description_excerpt": "Key job responsibilities\nAs an experienced technology professional, you will be responsible for:\nStrategic Direction and Development:\n- Acting as a trusted advisor to customers on industry trends and emerging technologies.\n- Provide technical guidance and best practices during pre-sales and implemen"
        },
        {
          "req_id": "10509706",
          "title": "Program Manager, ANZ Public Sector ",
          "department": "aws",
          "location": "Sydney, New South Wales, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509706/program-manager-anz-public-sector",
          "description_excerpt": "Key job responsibilities\n- Support the ANZPS SLG leadership team with day-to-day operational planning, cadence management, and business rhythm activities (WBRs, MBRs, QBRs, and planning cycles)\n- Coordinate cross-functional initiatives across sales, specialist, partner, and marketing teams to ensure"
        },
        {
          "req_id": "10509716",
          "title": "Software Development Engineer, AWS AppSync",
          "department": "aws",
          "location": "Vancouver, British Columbia, CAN",
          "salary_min": 114800.0,
          "salary_max": 191800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509716/software-development-engineer-aws-appsync",
          "description_excerpt": "Key job responsibilities\n- Design, build, test, and operate features and components of AWS AppSync\n- Own delivery of well-scoped projects end to end, from design through production\n- Contribute to the team's technical designs and decisions through design and code reviews\n- Improve operational excell"
        },
        {
          "req_id": "10509714",
          "title": "Software Development Engineer, AWS AppSync",
          "department": "aws",
          "location": "Vancouver, British Columbia, CAN",
          "salary_min": 150700.0,
          "salary_max": 251700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509714/software-development-engineer-aws-appsync",
          "description_excerpt": "Key job responsibilities\n- Design, build, and operate large-scale, highly available components of AWS AppSync\n- Drive the technical direction and architecture for significant areas of the service\n- Take on ambiguous, cross-team problems and turn them into clear designs and delivery plans\n- Raise the"
        },
        {
          "req_id": "10509717",
          "title": "Software Development Engineer, AWS AppSync",
          "department": "aws",
          "location": "Vancouver, British Columbia, CAN",
          "salary_min": 114800.0,
          "salary_max": 191800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509717/software-development-engineer-aws-appsync",
          "description_excerpt": "Key job responsibilities\n- Design, build, test, and operate features and components of AWS AppSync\n- Own delivery of well-scoped projects end to end, from design through production\n- Contribute to the team's technical designs and decisions through design and code reviews\n- Improve operational excell"
        },
        {
          "req_id": "10509713",
          "title": "Software Development Engineer, AWS AppSync",
          "department": "aws",
          "location": "Vancouver, British Columbia, CAN",
          "salary_min": 114800.0,
          "salary_max": 191800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.amazon.jobs/en/jobs/10509713/software-development-engineer-aws-appsync",
          "description_excerpt": "Key job responsibilities\n- Design, build, test, and operate features and components of AWS AppSync\n- Own delivery of well-scoped projects end to end, from design through production\n- Contribute to the team's technical designs and decisions through design and code reviews\n- Improve operational excell"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "10401027",
          "title": "Chief Engineer - Data Center Engineering Operations (m/f), DC Engineering and Facility Operations",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10398907",
          "title": "Applied Scientist, Ads Econ",
          "department": "finance",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10389257",
          "title": "2026 Account Manager Intern",
          "department": "studentprograms",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10388020",
          "title": "Sr. Financial Analyst, Sponsored Products and Brands Finance",
          "department": "finance",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10387484",
          "title": "Network Install Technician",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10387260",
          "title": "Network Install Technician",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10390541",
          "title": "Critical Infrastructure Mechanical Engineer, Field Engineering",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10392532",
          "title": "Transportation Specialist, Trans SME",
          "department": "transportation-and-logistics",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10385882",
          "title": "2026 Applied Scientist Intern, Amazon University Talent Acquisition",
          "department": "studentprograms",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10385874",
          "title": "Automation Engineer (AE), RME (Reliability Maintenance Engineering)",
          "department": "fulfillment-ops",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10395779",
          "title": "Project Manager, OPSENG",
          "department": "fulfillment-ops",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10388087",
          "title": "SDE II, Relay Central",
          "department": "ats",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10383063",
          "title": "Software Development Engineer, AWS Central SDE Team",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10382404",
          "title": "Engineering Operation Technician",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "10382068",
          "title": "Engineering Operation Technician",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        }
      ],
      "description_changes": [
        {
          "req_id": "hvh-jp-JOB-JP-0000000786",
          "title": "\u30c7\u30ea\u30d0\u30ea\u30fc\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff08DS\uff09\u4ed5\u5206\u3051\u30fb\u5009\u5eab\u5185\u4f5c\u696d\u30b9\u30bf\u30c3\u30d5",
          "department": "Hourly / Warehouse",
          "change_date": "2026-08-21",
          "prev_length": 323,
          "new_length": 23,
          "length_delta": -300
        },
        {
          "req_id": "hvh-jp-JOB-JP-0000000794",
          "title": "\u30c7\u30ea\u30d0\u30ea\u30fc\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff08DS\uff09\u4ed5\u5206\u3051\u30fb\u5009\u5eab\u5185\u4f5c\u696d\u30b9\u30bf\u30c3\u30d5",
          "department": "Hourly / Warehouse",
          "change_date": "2026-08-21",
          "prev_length": 323,
          "new_length": 23,
          "length_delta": -300
        },
        {
          "req_id": "hvh-jp-JOB-JP-0000000842",
          "title": "\u30c7\u30ea\u30d0\u30ea\u30fc\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff08DS\uff09\u4ed5\u5206\u3051\u30fb\u5009\u5eab\u5185\u4f5c\u696d\u30b9\u30bf\u30c3\u30d5",
          "department": "Hourly / Warehouse",
          "change_date": "2026-08-21",
          "prev_length": 323,
          "new_length": 23,
          "length_delta": -300
        },
        {
          "req_id": "hvh-jp-JOB-JP-0000000838",
          "title": "\u30c7\u30ea\u30d0\u30ea\u30fc\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\uff08DS\uff09\u4ed5\u5206\u3051\u30fb\u5009\u5eab\u5185\u4f5c\u696d\u30b9\u30bf\u30c3\u30d5",
          "department": "Hourly / Warehouse",
          "change_date": "2026-08-21",
          "prev_length": 323,
          "new_length": 23,
          "length_delta": -300
        },
        {
          "req_id": "10437490",
          "title": "Process Assistant, RSR",
          "department": "transportation-shipping-logistics",
          "change_date": "2026-08-21",
          "prev_length": 2962,
          "new_length": 2962,
          "length_delta": 0
        },
        {
          "req_id": "10443885",
          "title": "Process Assistant",
          "department": "transportation-shipping-logistics",
          "change_date": "2026-08-21",
          "prev_length": 2962,
          "new_length": 2962,
          "length_delta": 0
        },
        {
          "req_id": "10496294",
          "title": "Communications Manager, Policy Communications and External Affairs",
          "department": "global-communications-and-community-impact",
          "change_date": "2026-08-21",
          "prev_length": 2875,
          "new_length": 2988,
          "length_delta": 113
        },
        {
          "req_id": "3109587",
          "title": "Pharmacy Technician, Amazon Pharmacy",
          "department": "healthcare",
          "change_date": "2026-08-21",
          "prev_length": 3346,
          "new_length": 3346,
          "length_delta": 0
        },
        {
          "req_id": "10461695",
          "title": "Senior Product Manager, Global by Default (GbD) Compliance Seller Experience, International Seller Services",
          "department": "international-stores",
          "change_date": "2026-08-21",
          "prev_length": 3510,
          "new_length": 3157,
          "length_delta": -353
        },
        {
          "req_id": "SF260123701",
          "title": "Klantenservice medewerker, Virtueel (thuiswerken)",
          "department": "amazon-customer-service",
          "change_date": "2026-08-21",
          "prev_length": 4945,
          "new_length": 4915,
          "length_delta": -30
        }
      ],
      "novel_terms": []
    },
    "APP": {
      "ticker": "APP",
      "sector": "Ads",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 31,
        "open_end": 26,
        "net_change": -5,
        "pct_change": -16.1,
        "new_postings": 7,
        "closed_postings": 5,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Business Development - Consumer",
          "open_end": 13,
          "open_start": 14,
          "net_change": -1,
          "pct_change": -7.1,
          "avg_salary_usd": null,
          "share_pct_postings": 50.0
        },
        {
          "dept": "Growth Marketing",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 23.1
        },
        {
          "dept": "Platform Engineering",
          "open_end": 5,
          "open_start": 6,
          "net_change": -1,
          "pct_change": -16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 19.2
        },
        {
          "dept": "Places",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 6,
          "open_start": 7,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 19,
          "open_start": 24,
          "net_change": -5,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 4,
          "net_change": -3
        },
        "IC": {
          "open_end": 12,
          "net_change": -4
        },
        "IC-Senior": {
          "open_end": 0,
          "net_change": 0
        },
        "Manager": {
          "open_end": 7,
          "net_change": 2
        },
        "Director+": {
          "open_end": 3,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Palo Alto, CA",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Los Angeles/Santa Monica, CA",
          "open_end": 6,
          "net_change": 0
        },
        {
          "city": "New York City, NY",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Toronto",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Berlin",
          "open_end": 2,
          "net_change": -2
        },
        {
          "city": "New York",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Singapore",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "4706850006",
          "title": "Analyst, Business Development, Consumer",
          "department": "Business Development - Consumer",
          "location": "Berlin",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T05:02:46-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://boards.greenhouse.io/applovin/jobs/4706850006?gh_jid=4706850006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nThe AppLovin Business Development team develops and sustains partnerships with mobile game and application developers. A customer facing team, we become"
        },
        {
          "req_id": "4706446006",
          "title": "Content Marketing Manager",
          "department": "Growth Marketing",
          "location": "Palo Alto, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T11:45:57-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://boards.greenhouse.io/applovin/jobs/4706446006?gh_jid=4706446006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nAbout the role\nAppLovin Ads is one of the largest growth channels available to consumer brands - most just haven't discovered it yet, or don't yet under"
        },
        {
          "req_id": "4706118006",
          "title": "Office Manager (Full time - 12 months)",
          "department": "Places",
          "location": "Berlin",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T06:02:19-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://boards.greenhouse.io/applovin/jobs/4706118006?gh_jid=4706118006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nAbout the Role\nAppLovin is searching for a highly motivated Office Manager with experience in administrative support. The Office Manager will act as the"
        },
        {
          "req_id": "4705316006",
          "title": "Agency Growth Lead",
          "department": "Business Development - Consumer",
          "location": "Toronto",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-16T20:12:35-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://boards.greenhouse.io/applovin/jobs/4705316006?gh_jid=4705316006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nAbout AppLovin\nAppLovin makes technologies that help businesses of every size connect to their ideal customers. The company provides end-to-end advertis"
        },
        {
          "req_id": "4705313006",
          "title": "Director of Business Development",
          "department": "Business Development - Consumer",
          "location": "Toronto",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T22:17:37-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://boards.greenhouse.io/applovin/jobs/4705313006?gh_jid=4705313006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nAbout AppLovin\u2019s Consumer Team\nWe are powering the next wave of consumer growth. Specializing in performance advertising, we help global brands and lead"
        },
        {
          "req_id": "4705312006",
          "title": "Account Executive",
          "department": "Business Development - Consumer",
          "location": "Toronto",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T22:16:05-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://boards.greenhouse.io/applovin/jobs/4705312006?gh_jid=4705312006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nAbout AppLovin\u2019s eCommerce Team\nWe are powering the next wave of consumer growth. Specializing in performance advertising, we help global brands and lea"
        },
        {
          "req_id": "4705311006",
          "title": "Business Development Associate",
          "department": "Business Development - Consumer",
          "location": "Toronto",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T22:14:37-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://boards.greenhouse.io/applovin/jobs/4705311006?gh_jid=4705311006",
          "description_excerpt": "about the team and culture we are building, seeking candidates who are outstanding in their own right and also demonstrate their support of others.\nAbout AppLovin\u2019s Consumer Team\nWe are powering the next wave of consumer growth. Specializing in performance advertising, we help global brands and lead"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "4669274006",
          "title": "Analyst, Business Development, Gaming",
          "department": "Business Development - Apps",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 115
        },
        {
          "req_id": "4669271006",
          "title": "Analyst (New Grad), Business Development, Gaming",
          "department": "Business Development - Apps",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 115
        },
        {
          "req_id": "4689026006",
          "title": "Business Development Associate, Gaming",
          "department": "Business Development - Gaming",
          "first_seen": "2026-06-13",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 65
        },
        {
          "req_id": "4699959006",
          "title": "Analyst, Business Development, Gaming - Russian Speaking",
          "department": "Business Development - Gaming",
          "first_seen": "2026-07-28",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 20
        },
        {
          "req_id": "4705263006",
          "title": "Data Scientist \u2013 Analytics ",
          "department": "Platform Engineering",
          "first_seen": "2026-08-14",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 3
        }
      ],
      "description_changes": [
        {
          "req_id": "4705264006",
          "title": "Measurement Analyst",
          "department": "Platform Engineering",
          "change_date": "2026-08-18",
          "prev_length": 6102,
          "new_length": 6109,
          "length_delta": 7
        },
        {
          "req_id": "4700129006",
          "title": "Agency Partnerships Associate",
          "department": "Business Development - Consumer",
          "change_date": "2026-08-17",
          "prev_length": 7734,
          "new_length": 7724,
          "length_delta": -10
        },
        {
          "req_id": "4705316006",
          "title": "Agency Partnerships Associate",
          "department": "Business Development - Consumer",
          "change_date": "2026-08-17",
          "prev_length": 7384,
          "new_length": 7373,
          "length_delta": -11
        }
      ],
      "novel_terms": [
        {
          "term": "office manager",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        }
      ]
    },
    "BKNG": {
      "ticker": "BKNG",
      "sector": "Travel",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 639,
        "open_end": 631,
        "net_change": -8,
        "pct_change": -1.3,
        "new_postings": 74,
        "closed_postings": 39,
        "salary_disclosure_rate_pct_end": 8.6,
        "salary_disclosure_rate_pct_start": 7.7
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 77,
          "open_start": 78,
          "net_change": -1,
          "pct_change": -1.3,
          "avg_salary_usd": null,
          "share_pct_postings": 12.2
        },
        {
          "dept": "Supply",
          "open_end": 73,
          "open_start": 74,
          "net_change": -1,
          "pct_change": -1.4,
          "avg_salary_usd": 100000.0,
          "share_pct_postings": 11.6
        },
        {
          "dept": "Information Technology",
          "open_end": 56,
          "open_start": 57,
          "net_change": -1,
          "pct_change": -1.8,
          "avg_salary_usd": null,
          "share_pct_postings": 8.9
        },
        {
          "dept": "Cost Centers",
          "open_end": 44,
          "open_start": 43,
          "net_change": 1,
          "pct_change": 2.3,
          "avg_salary_usd": null,
          "share_pct_postings": 7.0
        },
        {
          "dept": "Finance",
          "open_end": 41,
          "open_start": 47,
          "net_change": -6,
          "pct_change": -12.8,
          "avg_salary_usd": null,
          "share_pct_postings": 6.5
        },
        {
          "dept": "Marketing",
          "open_end": 37,
          "open_start": 35,
          "net_change": 2,
          "pct_change": 5.7,
          "avg_salary_usd": null,
          "share_pct_postings": 5.9
        },
        {
          "dept": "Product",
          "open_end": 34,
          "open_start": 32,
          "net_change": 2,
          "pct_change": 6.2,
          "avg_salary_usd": 183540.0,
          "share_pct_postings": 5.4
        },
        {
          "dept": "Engineering",
          "open_end": 30,
          "open_start": 28,
          "net_change": 2,
          "pct_change": 7.1,
          "avg_salary_usd": 202250.0,
          "share_pct_postings": 4.8
        },
        {
          "dept": "International RSS",
          "open_end": 27,
          "open_start": 25,
          "net_change": 2,
          "pct_change": 8.0,
          "avg_salary_usd": 61250.0,
          "share_pct_postings": 4.3
        },
        {
          "dept": "People and Organization Development",
          "open_end": 23,
          "open_start": 22,
          "net_change": 1,
          "pct_change": 4.5,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 188,
          "open_start": 197,
          "net_change": -9,
          "dollar_share_pct": 24.0
        },
        "S&M": {
          "open_end": 187,
          "open_start": 183,
          "net_change": 4,
          "dollar_share_pct": 34.4
        },
        "COGS": {
          "open_end": 39,
          "open_start": 46,
          "net_change": -7,
          "dollar_share_pct": 1.2
        },
        "G&A": {
          "open_end": 84,
          "open_start": 92,
          "net_change": -8,
          "dollar_share_pct": 5.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 26,
          "net_change": -6
        },
        "IC": {
          "open_end": 163,
          "net_change": -5
        },
        "IC-Senior": {
          "open_end": 125,
          "net_change": -2
        },
        "Manager": {
          "open_end": 270,
          "net_change": 3
        },
        "Director+": {
          "open_end": 47,
          "net_change": 2
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Bangkok, Thailand",
          "open_end": 121,
          "net_change": -7
        },
        {
          "city": "Bangkok",
          "open_end": 61,
          "net_change": 6
        },
        {
          "city": "Amsterdam Campus",
          "open_end": 51,
          "net_change": -15
        },
        {
          "city": "Bangalore BH",
          "open_end": 36,
          "net_change": 7
        },
        {
          "city": "Toronto, Canada",
          "open_end": 30,
          "net_change": -2
        },
        {
          "city": "London, United Kingdom",
          "open_end": 19,
          "net_change": 1
        },
        {
          "city": "Bucharest - BH",
          "open_end": 14,
          "net_change": 0
        },
        {
          "city": "Tokyo, Japan",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Cairo, Egypt",
          "open_end": 11,
          "net_change": 1
        },
        {
          "city": "Singapore",
          "open_end": 10,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 54,
        "median_midpoint_usd_end": 132500.0,
        "p25_midpoint_usd_end": 100000.0,
        "p75_midpoint_usd_end": 175000.0,
        "median_midpoint_usd_start": 132500.0
      },
      "new_postings_sample": [
        {
          "req_id": "20e84bd0-45a7-4617-a7c4-06b787b39381",
          "title": "Senior Java Software Engineer, Platform team",
          "department": "Cost Centers",
          "location": "Kaunas Office",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:24:49.469000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ashbyhq.com/kayak/20e84bd0-45a7-4617-a7c4-06b787b39381",
          "description_excerpt": "KAYAK, part of Booking Holdings (NASDAQ: BKNG), is a leading travel search engine. With billions of queries across our platforms, we help people find their perfect flight, stay, rental car and vacation package. We\u2019re also transforming business travel with a new corporate travel solution, KAYAK for B"
        },
        {
          "req_id": "30086",
          "title": "Senior Commercial Specialist",
          "department": "Fintech",
          "location": "London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T13:02:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.booking.com/booking/jobs/30086",
          "description_excerpt": "Key Job Responsibilities and Duties:\nCommercial Execution and Enablement : Support and independently execute commercial initiatives related to payments and FinTech products. Translate commercial priorities into clear actions, ensure readiness across internal teams, and contribute to initiatives that"
        },
        {
          "req_id": "9a8cb9fa-299c-44d2-9922-7f1c5c463a4e",
          "title": "Senior ML Ops Engineer",
          "department": "Cost Centers",
          "location": "Berlin Office",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T10:53:37.488000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ashbyhq.com/kayak/9a8cb9fa-299c-44d2-9922-7f1c5c463a4e",
          "description_excerpt": "KAYAK, part of Booking Holdings (NASDAQ: BKNG), is a leading travel search engine. With billions of queries across our platforms, we help people find their perfect flight, stay, rental car and vacation package. We're also transforming business travel with a new corporate travel solution, KAYAK for B"
        },
        {
          "req_id": "30042",
          "title": "Senior ML Product Manager  - Trips Data and AI",
          "department": "Product",
          "location": "Manchester Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T09:56:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.booking.com/booking/jobs/30042",
          "description_excerpt": "Key Job Responsibilities and Duties:\nDefining the 1\u20133 year ML product vision, KPIs and strategy for Trips ML capabilities in collaboration with senior product managers in the Trips verticals.\nActing as the primary ML & AI partner to Trips product teams, ensuring ML capabilities are aligned with cust"
        },
        {
          "req_id": "30103",
          "title": "Account Executive Intern- Shanghai",
          "department": "Business Development & Support",
          "location": "Shanghai",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T09:49:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.booking.com/booking/jobs/30103",
          "description_excerpt": "Key Job Responsibilities and Duties :\nSupport new high value partners in going live on Booking.com . Assist with license verification, content translation & mapping and complete property & policy setup on our platform;\nDelivering training by phone to new partners on how to use Booking.com\u2019s extranet"
        },
        {
          "req_id": "30011",
          "title": "Booking Holdings Romania - IT Risk & Compliance Officer (Cloud Risk)",
          "department": "Security & Infrastructure",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T09:38:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.booking.com/booking/jobs/30011",
          "description_excerpt": "Key Job Responsibilities and Duties\nProvide cybersecurity, IT risk, and regulatory compliance advice to platform owners, development teams, and business functions, in line with internal policies and standards such as NIST, SOX, PCI-DSS, and other relevant best practices, in order to support secure a"
        },
        {
          "req_id": "8143701",
          "title": "Growth Team Lead - Australia & Oceania (Makati-based)",
          "department": "Supply",
          "location": "Makati, Philippines",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T08:07:50-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/8143701",
          "description_excerpt": "Responsibilities:\nLead, coach, and develop a team of Account Executives, fostering a high-performance, results-driven, and supportive culture while guiding them to engage accommodation partners effectively, secure promotions, identify growth opportunities, respond to partner needs, and achieve team"
        },
        {
          "req_id": "30069",
          "title": "Software Engineer I - Backend",
          "department": "Engineering",
          "location": "London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T07:26:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.booking.com/booking/jobs/30069",
          "description_excerpt": "Key Job Responsibilities and Duties:\nRapidly developing next-generation scalable, flexible, and high-performance systems\nSelf-starters with a collaborative, \u201ccan-do\u201d attitude\nSolving issues with the systems, prioritizing based on customer impact\nAdvocating development best practices within the team"
        },
        {
          "req_id": "9144a2ad-3bc6-4e82-8538-233de8438350",
          "title": "Java Software Engineer, Search team",
          "department": "Cost Centers",
          "location": "Kaunas Office",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T07:21:06.016000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ashbyhq.com/kayak/9144a2ad-3bc6-4e82-8538-233de8438350",
          "description_excerpt": "KAYAK, part of Booking Holdings (NASDAQ: BKNG), is a leading travel search engine. With billions of queries across our platforms, we help people find their perfect flight, stay, rental car and vacation package. We\u2019re also transforming business travel with a new corporate travel solution, KAYAK for B"
        },
        {
          "req_id": "r5792",
          "title": "Senior Market/Account Manager, Hotels",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.priceline.com/job/r5792/",
          "description_excerpt": "Whether it\u2019s hotels, rental cars, flights, cruises or packages, our Lines of Business develop the relationships we need to generate great deals and then get them to Priceline customers \u2013 so they can experience all the moments that matter to them.\nAs a Senior Market/Account Manager, hotels, your key"
        },
        {
          "req_id": "r5793",
          "title": "IT Support Specialist",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.priceline.com/job/r5793/",
          "description_excerpt": "This role is eligible for our hybrid work model: Two days in-office.\nIT Support Specialist\nOur Corporate IT team keeps Priceline employees productive by delivering reliable endpoint support, collaboration technology, and office technology operations across critical workflows. This role is designed a"
        },
        {
          "req_id": "8732342002",
          "title": "Director, Technical Program Management (Hybrid)",
          "department": "Technical Program Management",
          "location": "New York, NY",
          "salary_min": 220000.0,
          "salary_max": 240000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T01:40:17-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8732342002",
          "description_excerpt": "Responsibilities\nExecutive Management & Collaboration: Serve as a strategic partner to senior leadership and cross-functional executives across Product, Engineering, Design, Data,\nSecurity, Infrastructure, and business teams to align priorities, manage dependencies, and establish high-stakes escalat"
        },
        {
          "req_id": "8732337002",
          "title": "Director, Technical Program Management (Hybrid)",
          "department": "Technical Program Management",
          "location": "San Francisco, CA",
          "salary_min": 240000.0,
          "salary_max": 260000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T01:19:14-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8732337002",
          "description_excerpt": "Responsibilities\nExecutive Management & Collaboration: Serve as a strategic partner to senior leadership and cross-functional executives across Product, Engineering, Design, Data,\nSecurity, Infrastructure, and business teams to align priorities, manage dependencies, and establish high-stakes escalat"
        },
        {
          "req_id": "8111595",
          "title": "Account Specialist, Spanish Speaking, Europe (Cairo-based)",
          "department": "Supply",
          "location": "Cairo, Egypt",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T23:45:40-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/8111595",
          "description_excerpt": "responsibilities, workflows, as needed by the business\nFluent communication skills in Spanish and English are nice to have.\nMust be based in Cairo, Egypt\nPlease review our Hiring Process Guidelines before your interview \u2014 click here to learn how interviewing at Agoda works.\nDiscover more about worki"
        },
        {
          "req_id": "43038ce6-0c4b-40ef-a1db-b7e5aa9d2080",
          "title": "Office Manager (Part-Time)",
          "department": "Cost Centers",
          "location": "Copenhagen Office",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T17:28:35.906000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ashbyhq.com/kayak/43038ce6-0c4b-40ef-a1db-b7e5aa9d2080",
          "description_excerpt": "KAYAK/momondo, part of Booking Holdings (NASDAQ: BKNG), is a leading travel search engine. With billions of queries across our platforms, we help people find their perfect flight, stay, rental car and vacation package. We\u2019re also transforming business travel with a new corporate travel solution, KAY"
        },
        {
          "req_id": "8692838002",
          "title": "Director, Technical Program Management (Hybrid)",
          "department": "Technical Program Management",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:37:37-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8692838002",
          "description_excerpt": "Responsibilities\nExecutive Management & Collaboration: Serve as a strategic partner to senior leadership and cross-functional executives across Product, Engineering, Design, Data,\nSecurity, Infrastructure, and business teams to align priorities, manage dependencies, and establish high-stakes escalat"
        },
        {
          "req_id": "29949",
          "title": "Salesforce Administrator - Booking Ads",
          "department": "Commercial",
          "location": "Amsterdam Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T12:36:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.booking.com/booking/jobs/29949",
          "description_excerpt": "Responsibilities and Duties:\nCollaborate with impacted stakeholders in gathering business requirements from end-users, and document the proposals for system design and improvements;\nImplement features within Salesforce with a focus on automation and efficiency through Flows & automations for a seaml"
        },
        {
          "req_id": "0834a7c7-08ba-4fc0-9738-6e8a9158ec7f",
          "title": "Senior Full Stack Software Engineer",
          "department": "Cost Centers",
          "location": "Kaunas Office",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T11:19:51.982000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ashbyhq.com/kayak/0834a7c7-08ba-4fc0-9738-6e8a9158ec7f",
          "description_excerpt": "KAYAK, part of Booking Holdings (NASDAQ: BKNG), is a leading travel search engine. With billions of queries across our platforms, we help people find their perfect flight, stay, rental car, and vacation package. We are also transforming business travel with a new corporate travel solution, KAYAK for"
        },
        {
          "req_id": "8726430002",
          "title": "Manager, Account Executives (London)",
          "department": "International RSS",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T09:40:42-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8726430002",
          "description_excerpt": "Responsibilities\nLead, mentor, and hire a team of Account Executives to consistently meet or exceed monthly, quarterly, and annual sales goals.\nDevelop comprehensive annual forecasts and strategic sales plans to drive regional growth.\nConduct regular performance evaluations and provide ongoing coach"
        },
        {
          "req_id": "30088",
          "title": "Business Development Executive - Seoul",
          "department": "Business Development & Support",
          "location": "Seoul",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T08:28:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.booking.com/booking/jobs/30088",
          "description_excerpt": "Key Job Responsibilities and Duties:\nCommunicating effectively: you can clearly express ideas and information to others and flex your style according to the specific situation and audience\nAccelerating the growth of supply from your market: you excel at evaluating local market characteristics, trend"
        },
        {
          "req_id": "29934",
          "title": "Senior Technology Product Manager",
          "department": "Product",
          "location": "Amsterdam Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T08:09:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.booking.com/booking/jobs/29934",
          "description_excerpt": "Key Job Responsibilities and Duties:\nProduct Strategy & Vision\nOwn and set the long-term (~1+ year) reliability and architecture strategy for marketing infrastructure spanning internal, AWS, and GCP environments\nDefine the north star vision for platforms and tooling related to failover strategies, c"
        },
        {
          "req_id": "8141086",
          "title": "Associate Director / Principal Project Manager / Senior Project Manager, Operational Excellence & Automation team, Customer Experience Group (Based in Bangkok, Thailand | Relocation Provided) ",
          "department": "Customer Experience Group (CEG)",
          "location": "Bangkok",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T03:36:06-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/8141086",
          "description_excerpt": "About Agoda\nAt Agoda, we bridge the world through travel. Our story began in 2005, when two lifelong friends and entrepreneurs, driven by their passion for travel, launched Agoda to make it easier for everyone to explore the world.\nToday, we are part of Booking Holdings [NASDAQ: BKNG], with a divers"
        },
        {
          "req_id": "r5774",
          "title": "Area Manager",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.priceline.com/job/r5774/",
          "description_excerpt": "This role is eligible for our hybrid work model: Two days in-office.\nWhether it\u2019s hotels, rental cars, flights, cruises or packages, our Lines of Business develop the relationships we need to generate great deals and then get them to Priceline customers \u2013 so they can experience all the moments that"
        },
        {
          "req_id": "r5794",
          "title": "Market/Account Manager, Hotels",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.priceline.com/job/r5794/",
          "description_excerpt": "Market/Account Manager, Hotels\nWhether it\u2019s hotels, rental cars, flights, cruises or packages, our Lines of Business develop the relationships we need to generate great deals and then get them to Priceline and Agoda customers so they can experience all the moments that matter to them.\nAs a Market/Ac"
        },
        {
          "req_id": "8138557",
          "title": "Principal, HR Business Partner",
          "department": "People and Organization Development",
          "location": "Bangkok, Thailand",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:21:47-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/8138557",
          "description_excerpt": "About Agoda\nAt Agoda, we bridge the world through travel. Our story began in 2005, when two lifelong friends and entrepreneurs, driven by their passion for travel, launched Agoda to make it easier for everyone to explore the world.\nToday, we are part of Booking Holdings [NASDAQ: BKNG], with a divers"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "28365",
          "title": "Site Reliability Engineer I",
          "department": "Engineering",
          "first_seen": "2026-05-06",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 104
        },
        {
          "req_id": "7703862",
          "title": "Senior / Principal Program Manager - Controllership (Bangkok Based, Relocation Provided)",
          "department": "Finance",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "7756959",
          "title": "Specialist, Business Process & Risk Control (SOX)",
          "department": "Finance",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "r5591",
          "title": "Senior Cloud Engineer",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "r5677",
          "title": "Associate Operations Analyst, Mobility",
          "department": "",
          "first_seen": "2026-05-29",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 81
        },
        {
          "req_id": "29513",
          "title": "Cash Manager",
          "department": "Finance",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 61
        },
        {
          "req_id": "29305",
          "title": "Customer Complaints Executive (Insurance)",
          "department": "Operations",
          "first_seen": "2026-06-20",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 59
        },
        {
          "req_id": "29365",
          "title": "Lead Supply Growth Marketing - ABU",
          "department": "Business Development & Support",
          "first_seen": "2026-06-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 55
        },
        {
          "req_id": "29725",
          "title": "Senior Program & Value Manager - Transformation Program Office",
          "department": "Finance",
          "first_seen": "2026-07-10",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 39
        },
        {
          "req_id": "22e7fe3b-db45-4b4b-b0da-7c71655a8ca9",
          "title": "Staff Engineer, Travel",
          "department": "Cost Centers",
          "first_seen": "2026-07-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 31
        },
        {
          "req_id": "7028677",
          "title": "Data Platform Developer (Bangkok-based, 6-month Contract)",
          "department": "Information Technology",
          "first_seen": "2026-07-22",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 27
        },
        {
          "req_id": "r5752",
          "title": "Associate Software Engineer",
          "department": "",
          "first_seen": "2026-07-22",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 27
        },
        {
          "req_id": "29880",
          "title": "Manager -  Security Intelligence & Response",
          "department": "Security & Infrastructure",
          "first_seen": "2026-07-25",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 24
        },
        {
          "req_id": "29938",
          "title": "Account Manager - Seoul",
          "department": "Business Development & Support",
          "first_seen": "2026-08-01",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 17
        },
        {
          "req_id": "8083102",
          "title": "Account Manager - Osaka ",
          "department": "Supply",
          "first_seen": "2026-08-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 15
        }
      ],
      "description_changes": [
        {
          "req_id": "8644115002",
          "title": "Senior Manager Data Platforms",
          "department": "Infrastructure Engineering",
          "change_date": "2026-08-21",
          "prev_length": 6188,
          "new_length": 6188,
          "length_delta": 0
        },
        {
          "req_id": "8090218",
          "title": "Support Associate- Japanese Speaker 24/7  (Yokohama, requires relocation to Yokohama)",
          "department": "Customer Experience Group (CEG)",
          "change_date": "2026-08-21",
          "prev_length": 8535,
          "new_length": 8535,
          "length_delta": 0
        },
        {
          "req_id": "7768067",
          "title": "Staff Data Engineer \u2013 Display Marketing Team (Bangkok based, relocation provided)",
          "department": "Information Technology",
          "change_date": "2026-08-21",
          "prev_length": 7854,
          "new_length": 8383,
          "length_delta": 529
        },
        {
          "req_id": "7510683",
          "title": "Senior Analyst, Strategy & Analytics - Strategic Partnerships (Bangkok-based, Relocation Provided) ",
          "department": "Strategic Partnerships and Programs",
          "change_date": "2026-08-21",
          "prev_length": 5266,
          "new_length": 5471,
          "length_delta": 205
        },
        {
          "req_id": "8138557",
          "title": "Principal, HR Business Partner",
          "department": "People and Organization Development",
          "change_date": "2026-08-21",
          "prev_length": 7170,
          "new_length": 7302,
          "length_delta": 132
        },
        {
          "req_id": "8063978",
          "title": "International Payroll Partner",
          "department": "People and Organization Development",
          "change_date": "2026-08-21",
          "prev_length": 5659,
          "new_length": 5812,
          "length_delta": 153
        },
        {
          "req_id": "8059327",
          "title": "Culture, Engagement and Organizational Performance Senior Consultant",
          "department": "People and Organization Development",
          "change_date": "2026-08-21",
          "prev_length": 7284,
          "new_length": 7611,
          "length_delta": 327
        },
        {
          "req_id": "8113879",
          "title": "People Technology Security Specialist (Bangkok Based, 6-months Contract)",
          "department": "Information Technology",
          "change_date": "2026-08-21",
          "prev_length": 6975,
          "new_length": 4575,
          "length_delta": -2400
        },
        {
          "req_id": "8127568",
          "title": "Account Team Lead, Philippines based",
          "department": "Supply",
          "change_date": "2026-08-21",
          "prev_length": 4475,
          "new_length": 5603,
          "length_delta": 1128
        },
        {
          "req_id": "29867",
          "title": "Business Operations Manager - Marketplace",
          "department": "Strategy/Bus Ops/Program/Change Management",
          "change_date": "2026-08-21",
          "prev_length": 8897,
          "new_length": 8939,
          "length_delta": 42
        }
      ],
      "novel_terms": [
        {
          "term": "bank account",
          "count": 3,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "agoda ambassador",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "ambassador program",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "program brings",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "brings together",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "together creators",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "creators agencies",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "agoda teams",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "business through",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "through authentic",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "authentic performance",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "program operates",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "verticals activities",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "global individual",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "associate market account",
          "count": 3,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "ml capabilities",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "brands translating",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "translating priorities",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "clear workstreams",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "workstreams business",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        }
      ]
    },
    "BMBL": {
      "ticker": "BMBL",
      "sector": "Media",
      "market_cap_tier": "micro_cap",
      "report_focus_guidance": "appendix \u2014 listing-only unless there's an unusual move",
      "headline": {
        "open_start": 23,
        "open_end": 26,
        "net_change": 3,
        "pct_change": 13.0,
        "new_postings": 3,
        "closed_postings": 0,
        "salary_disclosure_rate_pct_end": 92.3,
        "salary_disclosure_rate_pct_start": 91.3
      },
      "by_department_top10": [
        {
          "dept": "Machine Learning",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 271250.0,
          "share_pct_postings": 23.1
        },
        {
          "dept": "Brand",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": 158333.0,
          "share_pct_postings": 11.5
        },
        {
          "dept": "Software Engineering",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 228333.0,
          "share_pct_postings": 11.5
        },
        {
          "dept": "Advertising & Promotions",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 105000.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Graphic Design",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": 102500.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Product Design",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 202500.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Content Marketing",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 107500.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Financial Planning & Analysis",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 101600.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Information Security Engineering",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 202500.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Motion Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 130000.0,
          "share_pct_postings": 3.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 16,
          "open_start": 15,
          "net_change": 1,
          "dollar_share_pct": 70.6
        },
        "S&M": {
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "dollar_share_pct": 25.1
        },
        "COGS": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 4,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 12,
          "net_change": 1
        },
        "Manager": {
          "open_end": 7,
          "net_change": 2
        },
        "Director+": {
          "open_end": 3,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "US NY New York",
          "open_end": 11,
          "net_change": 3
        },
        {
          "city": "US TX Austin",
          "open_end": 11,
          "net_change": 0
        },
        {
          "city": "UK London",
          "open_end": 4,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 24,
        "median_midpoint_usd_end": 182500.0,
        "p25_midpoint_usd_end": 105000.0,
        "p75_midpoint_usd_end": 202500.0,
        "median_midpoint_usd_start": 202500.0
      },
      "new_postings_sample": [
        {
          "req_id": "77760191-fc25-44a6-8592-46d6d7034cf7",
          "title": "Influencer Manager, BFF",
          "department": "Brand",
          "location": "US NY New York",
          "salary_min": 95000.0,
          "salary_max": 105000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:50:46.814000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.lever.co/bumbleinc/77760191-fc25-44a6-8592-46d6d7034cf7",
          "description_excerpt": "BFF is seeking an experienced Marketing Manager to drive brand awareness and favorability in the US. Reporting to the US Marketing Lead, you will develop and execute regional campaigns and go-to-market strategies to strengthen BFF\u2019s position as the leading relationships and social networking app. Th"
        },
        {
          "req_id": "cc9ffb6a-aeac-41b7-b482-234aa50cdb63",
          "title": "Associate Manager, Social Media",
          "department": "Social Media",
          "location": "US NY New York",
          "salary_min": 70000.0,
          "salary_max": 80000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T19:21:52.745000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.lever.co/bumbleinc/cc9ffb6a-aeac-41b7-b482-234aa50cdb63",
          "description_excerpt": "Bumble is looking for an Associate Manager, Social Media who lives and breathes social \u2013 someone deeply tapped into internet culture, excited to make content, and eager to build their creative instincts and career in social media and brand marketing.\nReporting to the Associate Director, Social Media"
        },
        {
          "req_id": "ad400828-d863-4b24-acc2-f93de59f73b3",
          "title": "Senior Graphic Designer",
          "department": "Graphic Design",
          "location": "US NY New York",
          "salary_min": 110000.0,
          "salary_max": 125000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T13:39:07.058000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://jobs.lever.co/bumbleinc/ad400828-d863-4b24-acc2-f93de59f73b3",
          "description_excerpt": "Bumble\u2019s Creative Studio is an exciting inflection point, supporting Bumble Inc.\u2019s portfolio of apps globally. We\u2019re looking to hire a Senior Graphic Designer to be an integral part of our growing team, working on global projects and across time zones.\nIn this lead role within the Creative Studio, y"
        }
      ],
      "closed_postings_sample": [],
      "description_changes": [],
      "novel_terms": [
        {
          "term": "social media",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "associate manager",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "manager social",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "senior graphic",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        }
      ]
    },
    "CART": {
      "ticker": "CART",
      "sector": "Gig",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 112,
        "open_end": 118,
        "net_change": 6,
        "pct_change": 5.4,
        "new_postings": 26,
        "closed_postings": 5,
        "salary_disclosure_rate_pct_end": 1.7,
        "salary_disclosure_rate_pct_start": 1.8
      },
      "by_department_top10": [
        {
          "dept": "Ad Sales",
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 10.2
        },
        {
          "dept": "Product Management",
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "pct_change": -7.7,
          "avg_salary_usd": null,
          "share_pct_postings": 10.2
        },
        {
          "dept": "Professional Services",
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 10.2
        },
        {
          "dept": "Customer Experience & Operations",
          "open_end": 10,
          "open_start": 9,
          "net_change": 1,
          "pct_change": 11.1,
          "avg_salary_usd": 94640.0,
          "share_pct_postings": 8.5
        },
        {
          "dept": "Marketing ",
          "open_end": 10,
          "open_start": 4,
          "net_change": 6,
          "pct_change": 150.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.5
        },
        {
          "dept": "Software Engineering",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.5
        },
        {
          "dept": "Leadership (Engineering)",
          "open_end": 7,
          "open_start": 5,
          "net_change": 2,
          "pct_change": 40.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.9
        },
        {
          "dept": "Machine Learning",
          "open_end": 7,
          "open_start": 4,
          "net_change": 3,
          "pct_change": 75.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.9
        },
        {
          "dept": "Accounting & Finance",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.1
        },
        {
          "dept": "Retail Business Development",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.1
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 66,
          "open_start": 59,
          "net_change": 7,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 31,
          "open_start": 29,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 14,
          "open_start": 11,
          "net_change": 3,
          "dollar_share_pct": 100.0
        },
        "G&A": {
          "open_end": 4,
          "open_start": 7,
          "net_change": -3,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 21,
          "net_change": -2
        },
        "IC-Senior": {
          "open_end": 40,
          "net_change": 2
        },
        "Manager": {
          "open_end": 51,
          "net_change": 8
        },
        "Director+": {
          "open_end": 6,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": -2
        }
      },
      "by_geo_top10": [
        {
          "city": "United States - Remote",
          "open_end": 55,
          "net_change": 2
        },
        {
          "city": "Canada - Remote (ON, AB, BC, or NS Only)",
          "open_end": 55,
          "net_change": 4
        },
        {
          "city": "Roxbury Township, New Jersey",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "North Stanhope, New Jersey",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Allentown, PA",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Elizabeth, NJ",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "San Francisco, Bay Area - Remote",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Boston, MA",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Chicago, IL",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "US - Remote",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 2,
        "median_midpoint_usd_end": 89440.0,
        "p25_midpoint_usd_end": 89440.0,
        "p75_midpoint_usd_end": 89440.0,
        "median_midpoint_usd_start": 89440.0
      },
      "new_postings_sample": [
        {
          "req_id": "8145979",
          "title": "Program Manager Contingent Workforce",
          "department": "People",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T19:12:41-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8145979",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8145958",
          "title": "Program Manager Contingent Workforce",
          "department": "People",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T19:12:40-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8145958",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8146070",
          "title": "AI Solutions Lead, Marketing",
          "department": "Marketing ",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:21:59-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8146070",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8145998",
          "title": "AI Solutions Lead, Marketing",
          "department": "Marketing ",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:21:58-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8145998",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8143263",
          "title": "Machine Learning Engineer II, Ads - Response Prediction",
          "department": "Machine Learning",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T16:48:48-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8143263",
          "description_excerpt": "About the Team:\nThe Ads Response Prediction team owns systems, algorithms and ML models to ensure a relevant and engaging Ads experience to customers of all the platforms powered by Instacart. This includes search and exploration retrieval systems, Sequential Modeling and Generative Retrieval system"
        },
        {
          "req_id": "8143147",
          "title": "Senior Machine Learning Engineer, Digital Twin Platform",
          "department": "Machine Learning",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T15:12:31-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8143147",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8143145",
          "title": "Senior Machine Learning Engineer, Digital Twin Platform",
          "department": "Machine Learning",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T15:12:30-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8143145",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8142341",
          "title": "Customer Experience Systems Senior Associate",
          "department": "Customer Experience & Operations",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:57:49-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8142341",
          "description_excerpt": "About the Team\nThe Customer Experience team is the empathetic voice of Instacart, engaging directly through real-time calls and chats with our valued customers, shoppers, and retail partners. As a service-centric and analytics-driven team, we are chiefly focused on exceptional performance, delightin"
        },
        {
          "req_id": "8143270",
          "title": "Senior Product Manager, Catalog",
          "department": "Product Management",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:42:53-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8143270",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8143272",
          "title": "Senior Product Manager, Catalog",
          "department": "Product Management",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:41:31-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://instacart.careers/job/?gh_jid=8143272",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8142172",
          "title": "Marketing Manager II, Media Excellence",
          "department": "Marketing ",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:25:57-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://instacart.careers/job/?gh_jid=8142172",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8142143",
          "title": "Marketing Manager II, Media Excellence",
          "department": "Marketing ",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:25:57-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://instacart.careers/job/?gh_jid=8142143",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8141535",
          "title": "Senior Software Engineer II, Marketing Enablement & Technology",
          "department": "Marketing ",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T12:15:34-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://instacart.careers/job/?gh_jid=8141535",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8141533",
          "title": "Senior Software Engineer II, Marketing Enablement & Technology",
          "department": "Marketing ",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T12:15:24-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://instacart.careers/job/?gh_jid=8141533",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8141483",
          "title": "Staff User Researcher - Consumer",
          "department": "Design Research",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T09:54:53-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://instacart.careers/job/?gh_jid=8141483",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8141481",
          "title": "Staff User Researcher - Consumer",
          "department": "Design Research",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T09:54:23-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://instacart.careers/job/?gh_jid=8141481",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8137846",
          "title": "Engineering Manager, Fraud & Identity Platform",
          "department": "Leadership (Engineering)",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://instacart.careers/job/?gh_jid=8137846",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8137847",
          "title": "Engineering Manager, Fraud & Identity Platform",
          "department": "Leadership (Engineering)",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://instacart.careers/job/?gh_jid=8137847",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8132846",
          "title": "Senior Data Engineer II, Finance",
          "department": "Data",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://instacart.careers/job/?gh_jid=8132846",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8137960",
          "title": "Senior Strategic Finance Manager, Retailer",
          "department": "Accounting & Finance",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://instacart.careers/job/?gh_jid=8137960",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8137862",
          "title": "Senior Strategic Finance Manager, Retailer",
          "department": "Accounting & Finance",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://instacart.careers/job/?gh_jid=8137862",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8131047",
          "title": "Vendor Operations Senior Associate",
          "department": "Customer Experience & Operations",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:57:59-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://instacart.careers/job/?gh_jid=8131047",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8130849",
          "title": "Vendor Operations Senior Associate",
          "department": "Customer Experience & Operations",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:57:49-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://instacart.careers/job/?gh_jid=8130849",
          "description_excerpt": "We're transforming the grocery industry\nAt Instacart, we invite the world to share love through food because we believe everyone should have access to the food they love and more time to enjoy it together. Where others see a simple need for grocery delivery, we see exciting complexity and endless op"
        },
        {
          "req_id": "8120471",
          "title": "Senior Product Manager, Carrot Ads",
          "department": "Product Management",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://instacart.careers/job/?gh_jid=8120471",
          "description_excerpt": "Responsibilities include staying current on each partner's ad business performance and needs, acting as the first line of consultation on product requests and partner escalations, attending business reviews, and driving partner-specific product improvements. This ownership directly impacts partner r"
        },
        {
          "req_id": "8120469",
          "title": "Senior Product Manager, Carrot Ads",
          "department": "Product Management",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:32:16-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://instacart.careers/job/?gh_jid=8120469",
          "description_excerpt": "Responsibilities include staying current on each partner's ad business performance and needs, acting as the first line of consultation on product requests and partner escalations, attending business reviews, and driving partner-specific product improvements. This ownership directly impacts partner r"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "6932499",
          "title": "Senior Technical Program Manager, Enterprise",
          "department": "Technical Program Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "8047516",
          "title": "Product Counsel",
          "department": "Legal",
          "first_seen": "2026-07-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 42
        },
        {
          "req_id": "7904851",
          "title": "Senior Product Manager, Shopping Experience",
          "department": "Product Management",
          "first_seen": "2026-05-08",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 101
        },
        {
          "req_id": "7958122",
          "title": "Senior People Data Scientist",
          "department": "People",
          "first_seen": "2026-05-27",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 82
        },
        {
          "req_id": "7958121",
          "title": "Senior People Data Scientist",
          "department": "People",
          "first_seen": "2026-05-27",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 82
        }
      ],
      "description_changes": [
        {
          "req_id": "4949335",
          "title": "Senior Data Scientist (I & II)",
          "department": "Data Science",
          "change_date": "2026-08-21",
          "prev_length": 5059,
          "new_length": 5059,
          "length_delta": 0
        },
        {
          "req_id": "4949339",
          "title": "Senior Data Scientist (I & II)",
          "department": "Data Science",
          "change_date": "2026-08-21",
          "prev_length": 5105,
          "new_length": 5105,
          "length_delta": 0
        },
        {
          "req_id": "4949335",
          "title": "Senior Data Scientist (I & II)",
          "department": "Data Science",
          "change_date": "2026-08-20",
          "prev_length": 5745,
          "new_length": 5059,
          "length_delta": -686
        },
        {
          "req_id": "4949339",
          "title": "Senior Data Scientist (I & II)",
          "department": "Data Science",
          "change_date": "2026-08-20",
          "prev_length": 5791,
          "new_length": 5105,
          "length_delta": -686
        },
        {
          "req_id": "8060210",
          "title": "Implementation Specialist - Caper (Contractor)",
          "department": "Customer Experience & Operations",
          "change_date": "2026-08-15",
          "prev_length": 4196,
          "new_length": 4196,
          "length_delta": 0
        }
      ],
      "novel_terms": [
        {
          "term": "manager fraud",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "identity platform",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "ii media",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "media excellence",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "manager contingent",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "contingent workforce",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "engineer digital",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "digital twin",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "twin platform",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "manager catalog",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "ii marketing",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "senior strategic",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "staff user",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "user researcher",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "researcher consumer",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        }
      ]
    },
    "CHWY": {
      "ticker": "CHWY",
      "sector": "Ecom",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 199,
        "open_end": 207,
        "net_change": 8,
        "pct_change": 4.0,
        "new_postings": 36,
        "closed_postings": 23,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Veterinary",
          "open_end": 40,
          "open_start": 44,
          "net_change": -4,
          "pct_change": -9.1,
          "avg_salary_usd": null,
          "share_pct_postings": 19.3
        },
        {
          "dept": "Fulfillment Center Operations",
          "open_end": 37,
          "open_start": 29,
          "net_change": 8,
          "pct_change": 27.6,
          "avg_salary_usd": null,
          "share_pct_postings": 17.9
        },
        {
          "dept": "Accounting & Finance",
          "open_end": 25,
          "open_start": 20,
          "net_change": 5,
          "pct_change": 25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 12.1
        },
        {
          "dept": "Human Resources",
          "open_end": 16,
          "open_start": 22,
          "net_change": -6,
          "pct_change": -27.3,
          "avg_salary_usd": null,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Facilities, Safety, & Real Estate",
          "open_end": 15,
          "open_start": 13,
          "net_change": 2,
          "pct_change": 15.4,
          "avg_salary_usd": null,
          "share_pct_postings": 7.2
        },
        {
          "dept": "Merchandising & Chewy Brands",
          "open_end": 14,
          "open_start": 16,
          "net_change": -2,
          "pct_change": -12.5,
          "avg_salary_usd": null,
          "share_pct_postings": 6.8
        },
        {
          "dept": "Product Management & Product Design",
          "open_end": 11,
          "open_start": 10,
          "net_change": 1,
          "pct_change": 10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        },
        {
          "dept": "Technology",
          "open_end": 10,
          "open_start": 8,
          "net_change": 2,
          "pct_change": 25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.8
        },
        {
          "dept": "Other",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Customer Service",
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "pct_change": 14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 29,
          "open_start": 24,
          "net_change": 5,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 19,
          "open_start": 27,
          "net_change": -8,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 98,
          "open_start": 88,
          "net_change": 10,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 48,
          "open_start": 48,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 16,
          "net_change": 4
        },
        "IC": {
          "open_end": 85,
          "net_change": 8
        },
        "IC-Senior": {
          "open_end": 21,
          "net_change": 2
        },
        "Manager": {
          "open_end": 69,
          "net_change": -4
        },
        "Director+": {
          "open_end": 16,
          "net_change": -2
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Plantation, FL",
          "open_end": 46,
          "net_change": -4
        },
        {
          "city": "Bellevue, WA",
          "open_end": 22,
          "net_change": -1
        },
        {
          "city": "Boston, MA",
          "open_end": 17,
          "net_change": 3
        },
        {
          "city": "Reno, NV",
          "open_end": 9,
          "net_change": 3
        },
        {
          "city": "Wilkes-Barre, PA",
          "open_end": 9,
          "net_change": 3
        },
        {
          "city": "Louisville, KY",
          "open_end": 7,
          "net_change": 2
        },
        {
          "city": "Pittston, PA",
          "open_end": 7,
          "net_change": 6
        },
        {
          "city": "Dayton, OH",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "Atlanta, GA",
          "open_end": 4,
          "net_change": 1
        },
        {
          "city": "Phoenix, AZ",
          "open_end": 4,
          "net_change": 2
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "R30671",
          "title": "Customer Service Trainer",
          "department": "Human Resources",
          "location": "Richardson, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Richardson-TX/Customer-Service-Trainer_R30671/apply",
          "description_excerpt": "Job Description:\nOur Opportunity\nAs a Trainer, you will serve as a leader of the onboarding experience and directly manage new hires\njoining Chewy as Customer Service Representatives (CSRs). The Trainer is the first person a new CSR\nspends time with at Chewy and will be their key contact for the fir"
        },
        {
          "req_id": "R30678",
          "title": "Forklift Operator",
          "department": "Fulfillment Center Operations",
          "location": "Wilkes-Barre, PA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Wilkes-Barre-PA/Forklift-Operator_R30678/apply",
          "description_excerpt": "Job Description:\nYour Opportunity:\nAs a member of our Fulfillment Center and Warehouse Team, you\u2019ll thrive in an inclusive, safety-first work environment that values your individual ideas and perspectives. At Chewy, you\u2019ll be empowered to build, grow, and advance your skills - while contributing to"
        },
        {
          "req_id": "R30679",
          "title": "UC Engineer II",
          "department": "Technology",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/UC-Engineer-II_R30679/apply",
          "description_excerpt": "Job Description:\nOur Opportunity:\nChewy is seeking a Full-Stack Developer\u2014contact Center Tools and integrations in Plantation, FL, or Dallas, TX. This role is within the Unified Communications & Collaboration team and focuses on building web-based tools, APIs, and platform integrations that enhance"
        },
        {
          "req_id": "R30632",
          "title": "Operations Manager",
          "department": "Fulfillment Center Operations",
          "location": "Phoenix, AZ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Phoenix-AZ/Operations-Manager_R30632-1/apply",
          "description_excerpt": "What you'll do:\nLead inbound/outbound activities for the FC, including receiving, picking, packing, and shipping, across two shifts\nBe a guide in providing a healthy and safe work environment for associates working on the outbound team\nDirect warehouse supervisory personnel to achieve prescribed obj"
        },
        {
          "req_id": "R30397",
          "title": "SmartPak Equine Customer Service Agent - Remote",
          "department": "Customer Service",
          "location": "Plymouth, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plymouth-MA/Equine-Customer-Service-Agent---Remote_R30397-1/apply",
          "description_excerpt": "Job Description:\nAbout Smart Pak :\nSmartPak , a Chewy company, brings together more than 25 years of trusted expertise in equine health with the scale, innovation, and customer-first culture of Chewy. Together, we're advancing our mission to create a world where every horse thrives while continuing"
        },
        {
          "req_id": "R30546",
          "title": "Associate Director, Talent Management",
          "department": "Human Resources",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/Associate-Director--Talent-Management_R30546-1/apply",
          "description_excerpt": "Job Description:\nOur Opportunity:\nChewy is seeking an Associate Director of Talent Management to help shape the future of Talent Management by driving multi-year priorities and developing new approaches that strengthen how Chewy manages and deploys talent. This role will lead complex, high-impact wo"
        },
        {
          "req_id": "R30669",
          "title": "Maintenance Technician III",
          "department": "Fulfillment Center Operations",
          "location": "Pittston, PA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Pittston-PA/Maintenance-Technician-III_R30669-1/apply",
          "description_excerpt": "What you'll do:\nEnsure that all equipment is operating accurately and safely.\nPerform periodic and general maintenance tasks throughout the facility as assigned and according to schedule.\nPerform inspections of conveyor systems, air systems, shipping, packing equipment and building systems.\nDaily ta"
        },
        {
          "req_id": "R28873",
          "title": "Compounding Pharmacist",
          "department": "Healthcare & Pharmacy",
          "location": "Pittston, PA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Pittston-PA/Compounding-Pharmacist_R28873-1/apply",
          "description_excerpt": "Job Description:\nOur Opportunity:\nChewy is seeking Compounding Pharmacists to join our outstanding team in Pittston, PA . In this role you will be responsible for receiving customer orders, applying clinical knowledge to appropriateness of prescription orders, verification of processed orders, worki"
        },
        {
          "req_id": "R30537",
          "title": "Senior Instructional Designer",
          "department": "Human Resources",
          "location": "Hollywood, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Hollywood-FL/Senior-Instructional-Designer_R30537/apply",
          "description_excerpt": "Responsibilities\nLead curriculum development and maintenance for one or more Customer Service new hire or migration curricula.\nParticipate on a team of instructional designers, who will design, develop, and build blended learning content for troubleshooting and customer service business needs.\nWrite"
        },
        {
          "req_id": "R30610",
          "title": "Data Scientist I",
          "department": "Data Science & Analytics",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/Data-Scientist-I_R30610/apply",
          "description_excerpt": "Responsibilities\nGather, prioritize, and prepare data from multiple sources with attention to quality, definitions, and limitations to deliver scalable, data-driven solutions that improve customer trust, operational efficiency, and business outcomes .\nRun exploratory analysis with statistics and vis"
        },
        {
          "req_id": "R30445",
          "title": "Lead Veterinarian - Beaverton, Or",
          "department": "Veterinary",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Lead-Veterinarian---Beaverton--Or_R30445/apply",
          "description_excerpt": "What You'll Do:\nAs a Lead Veterinarian, you will serve as a leader of your practice\u2019s veterinarians, veterinary technicians, and assistants, setting the bar for providing high-level, proficient veterinary medical care and embodying the Chewy Vet Care culture to work collaboratively with your peers a"
        },
        {
          "req_id": "R30498",
          "title": "IT Site Support Tech II",
          "department": "Technology",
          "location": "Dayton, OH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Dayton-OH/IT-Site-Support-Tech-II_R30498/apply",
          "description_excerpt": "What You Will Do:\nTechnical Support: Diagnose and resolve application, hardware, and network issues, ensuring minimal disruption to operations.\nCustomer Engagement: Interact with and educate customers, providing clear and effective solutions while encouraging a positive support experience.\nHelp Desk"
        },
        {
          "req_id": "R30532",
          "title": "Forklift Operator Part-Time",
          "department": "Fulfillment Center Operations",
          "location": "Reno, NV",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Reno-NV/Forklift-Operator-Part-Time_R30532/apply",
          "description_excerpt": "Job Description:\nForklift Operator \u2013 Part time\nWages $19.00 - $24.00\nShift: Weekend Days or Nights\nYour Opportunity:\nAs a member of our Fulfillment Center and Warehouse Team, you\u2019ll thrive in a safety-first work environment where your voice matters. We will empower you to build, grow, and unleash yo"
        },
        {
          "req_id": "R30408",
          "title": "Pricing Manager",
          "department": "Accounting & Finance",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Pricing-Manager_R30408/apply",
          "description_excerpt": "What You'll Do:\nOwn and execute sophisticated pricing analyses using advanced SQL across large-scale transactional datasets\nLead pricing workstreams across for competitive matching, price perception, margin optimization, experimentation and pricing operations.\nDesign, support, and analyze pricing te"
        },
        {
          "req_id": "R30531",
          "title": "Forklift Operator",
          "department": "Fulfillment Center Operations",
          "location": "Reno, NV",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Reno-NV/Forklift-Operator_R30531/apply",
          "description_excerpt": "Job Description:\nForklift Operator - Full Time\nWages $19.00 - $24.50\nYour Opportunity:\nAs a member of our Fulfillment Center and Warehouse Team, you\u2019ll thrive in an inclusive, safety-first work environment that values your individual ideas and perspectives. At Chewy, you\u2019ll be empowered to build, gr"
        },
        {
          "req_id": "R30571",
          "title": "Accounts Payable Analyst",
          "department": "Accounting & Finance",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Accounts-Payable-Analyst_R30571-1/apply",
          "description_excerpt": "What You'll Do\n\u2022 Process and validate vendor invoices and credit memos using financial systems such as Oracle ERP, DSCO, and other accounting platforms.\n\u2022 Perform three-way matching between invoices, purchase orders, and receipts, partnering with cross-functional teams to resolve discrepancies.\n\u2022 Ma"
        },
        {
          "req_id": "R30640",
          "title": "Veterinary Technician",
          "department": "Veterinary",
          "location": "Coral Gables, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Coral-Gables-FL/Veterinary-Technician_R30640/apply",
          "description_excerpt": "Job Description:\nOur Opportunity:\nAt Chewy Vet Care , we\u2019re changing the veterinary care experience from the ground up! It starts by creating a culture and work environment where veterinary teams can succeed every day. With the continued expansion of our Chewy Vet Care clinics , we are looking for a"
        },
        {
          "req_id": "R30603",
          "title": "Senior Strategist, Enterprise Portfolio Strategy",
          "department": "Merchandising & Chewy Brands",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/Senior-Strategist--Enterprise-Portfolio-Strategy_R30603/apply",
          "description_excerpt": "What You'll Do:\nFuture Portfolio Vision & Strategy\nDevelop future-state portfolio strategies informed by customer insights, competitive dynamics, category evolution, emerging trends, and enterprise priorities.\nSupport the development if strategic brand roles within the portfolio ecosystem to support"
        },
        {
          "req_id": "R30349",
          "title": "AD, Product Management",
          "department": "Product Management & Product Design",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/AD--Product-Management_R30349-1/apply",
          "description_excerpt": "Job Description:\nAssociate Director of Product, Marketing Technology\nAt Chewy, we strive to be the most trusted and convenient online destination for pet parents and our partners \u2013 vets and service providers \u2013 alike. Our success is measured by the happiness of the people and pets we serve, not simpl"
        },
        {
          "req_id": "R30620",
          "title": "Maintenance Tech III",
          "department": "Fulfillment Center Operations",
          "location": "Lewisberry, PA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Lewisberry-PA/Maintenance-Tech-III_R30620-1/apply",
          "description_excerpt": "What you'll do:\nEnsure that all equipment is operating accurately and safely.\nPerform periodic and general maintenance tasks throughout our facility as assigned and according to schedule.\nPerform inspections of conveyor systems, air systems, shipping, packing equipment and building systems.\nTasks ma"
        },
        {
          "req_id": "R30621",
          "title": "Maintenance Tech III",
          "department": "Fulfillment Center Operations",
          "location": "Clayton, IN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Clayton-IN/Maintenance-Tech-III_R30621-1/apply",
          "description_excerpt": "What you'll do:\nEnsure that all equipment is operating accurately and safely.\nPerform periodic and general maintenance tasks throughout our facility as assigned and according to schedule.\nPerform inspections of conveyor systems, air systems, shipping, packing equipment and building systems.\nTasks ma"
        },
        {
          "req_id": "R30567",
          "title": "Transportation Operations Manager",
          "department": "Fulfillment Center Operations",
          "location": "Reno, NV",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-17",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Reno-NV/Transportation-Operations-Manager_R30567/apply",
          "description_excerpt": "Responsibilities include meeting and exceeding the established safety, quality, efficiency, labor, and engagement objectives. You will be successful in this role because you are passionate about training, guiding, and supporting your team and recognize their effort and achievements! You also underst"
        },
        {
          "req_id": "R30533",
          "title": "Senior Technical Product Manager",
          "department": "Product Management & Product Design",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-17",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/Senior-Technical-Product-Manager_R30533-1/apply",
          "description_excerpt": "Job Description:\nOur Opportunity:\nChewy is seeking a Technical Product Manager (TPM) to join our Inventory Technology team in Boston, MA . This role will focus on driving execution across critical supply chain domains including Forecasting, Inventory Planning, and Replenishment .\nAs a TPM, you will"
        },
        {
          "req_id": "R30636",
          "title": "Medical Learning and Development Manager",
          "department": "Human Resources",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Medical-Learning-and-Development-Manager_R30636-1/apply",
          "description_excerpt": "Responsibilities\nCollaborates actively with appropriate medical and operations leaders (external and internal) to develop relevant content that is realistically administered and completed in clinics.\nServes as a medical content subject matter expert in partnership with Learning Architects and Instru"
        },
        {
          "req_id": "R30633",
          "title": "Maintenance Tech II",
          "department": "Fulfillment Center Operations",
          "location": "Wilkes-Barre, PA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Wilkes-Barre-PA/Maintenance-Tech-II_R30633-1/apply",
          "description_excerpt": "What you'll do:\nYou will perform maintenance and repair, housekeeping and plumbing, metal fabrication and carpentry to support our fast-paced fulfillment center operations.\nEnsure that all fulfillment center equipment is operating properly and ensure a safe working environment for all your fulfillme"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R29983",
          "title": "Program Manager, Partner Systems and Services",
          "department": "Project & Program Management",
          "first_seen": "2026-06-16",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 63
        },
        {
          "req_id": "R29329",
          "title": "Principal Research Scientist",
          "department": "Data Science & Analytics",
          "first_seen": "2026-07-09",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 40
        },
        {
          "req_id": "R30178",
          "title": "Forklift Operator",
          "department": "Fulfillment Center Operations",
          "first_seen": "2026-07-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 35
        },
        {
          "req_id": "R30180",
          "title": "Operations Manager",
          "department": "Fulfillment Center Operations",
          "first_seen": "2026-07-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 35
        },
        {
          "req_id": "R30184",
          "title": "Manager, Perishable Food Safety Program Manager",
          "department": "Facilities, Safety, & Real Estate",
          "first_seen": "2026-07-21",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 28
        },
        {
          "req_id": "R30502",
          "title": "Senior Program Manager - Sales Systems and Operations",
          "department": "Project & Program Management",
          "first_seen": "2026-08-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 11
        },
        {
          "req_id": "R29436",
          "title": "Staff Software Engineer",
          "department": "Technology",
          "first_seen": "2026-05-04",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 105
        },
        {
          "req_id": "R29331",
          "title": "Software Development Manager",
          "department": "Technology",
          "first_seen": "2026-05-07",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 102
        },
        {
          "req_id": "R28826",
          "title": "Customer Care Representative- Work from Home in Texas",
          "department": "Customer Service",
          "first_seen": "2026-05-12",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 97
        },
        {
          "req_id": "R29639",
          "title": "Senior Technical Product Manager, Outbound Science and Technology",
          "department": "Product Management & Product Design",
          "first_seen": "2026-05-28",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 81
        },
        {
          "req_id": "R29049",
          "title": "Area Manager",
          "department": "Fulfillment Center Operations",
          "first_seen": "2026-05-28",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 81
        },
        {
          "req_id": "R29846",
          "title": "Associate Director Human Resources Business Partner",
          "department": "Human Resources",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 45
        },
        {
          "req_id": "R30113",
          "title": "Veterinary Technician III",
          "department": "Veterinary",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 45
        },
        {
          "req_id": "R30077",
          "title": "Senior Program Manager \u2013 Launch & Capital Projects",
          "department": "Project & Program Management",
          "first_seen": "2026-07-07",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 41
        },
        {
          "req_id": "R29994",
          "title": "Sr. Human Resource Administrator",
          "department": "Human Resources",
          "first_seen": "2026-07-15",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 33
        }
      ],
      "description_changes": [
        {
          "req_id": "R30530",
          "title": "Fulfillment Specialist - Part-time Nights",
          "department": "Fulfillment Center Operations",
          "change_date": "2026-08-21",
          "prev_length": 4012,
          "new_length": 4063,
          "length_delta": 51
        },
        {
          "req_id": "R30534",
          "title": "Fulfillment Specialist Part-Time Days",
          "department": "Fulfillment Center Operations",
          "change_date": "2026-08-21",
          "prev_length": 3935,
          "new_length": 3986,
          "length_delta": 51
        },
        {
          "req_id": "R30529",
          "title": "Fullfillment Specialist",
          "department": "Fulfillment Center Operations",
          "change_date": "2026-08-21",
          "prev_length": 5145,
          "new_length": 5196,
          "length_delta": 51
        },
        {
          "req_id": "R30402",
          "title": "Merchandising Operations Program Manager",
          "department": "Merchandising & Chewy Brands",
          "change_date": "2026-08-20",
          "prev_length": 4852,
          "new_length": 4852,
          "length_delta": 0
        },
        {
          "req_id": "R29739",
          "title": "Senior Accountant",
          "department": "Accounting & Finance",
          "change_date": "2026-08-20",
          "prev_length": 174,
          "new_length": 2731,
          "length_delta": 2557
        },
        {
          "req_id": "R29739",
          "title": "Senior Accountant",
          "department": "Accounting & Finance",
          "change_date": "2026-08-19",
          "prev_length": 2731,
          "new_length": 174,
          "length_delta": -2557
        },
        {
          "req_id": "R30271",
          "title": "Senior Trend & Design Strategist, Private Brands (Hard Goods)",
          "department": "Other",
          "change_date": "2026-08-19",
          "prev_length": 9685,
          "new_length": 10012,
          "length_delta": 327
        },
        {
          "req_id": "R30396",
          "title": "Safety Engineer, EHS \u2013 Engineering and Design",
          "department": "Facilities, Safety, & Real Estate",
          "change_date": "2026-08-19",
          "prev_length": 7672,
          "new_length": 8291,
          "length_delta": 619
        },
        {
          "req_id": "R29125",
          "title": "Software Engineer II",
          "department": "Technology",
          "change_date": "2026-08-18",
          "prev_length": 4487,
          "new_length": 4487,
          "length_delta": 0
        },
        {
          "req_id": "R29023",
          "title": "Lead Veterinarian",
          "department": "Veterinary",
          "change_date": "2026-08-17",
          "prev_length": 4715,
          "new_length": 4715,
          "length_delta": 0
        }
      ],
      "novel_terms": [
        {
          "term": "operator part",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        }
      ]
    },
    "COMP": {
      "ticker": "COMP",
      "sector": "Property",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 232,
        "open_end": 220,
        "net_change": -12,
        "pct_change": -5.2,
        "new_postings": 21,
        "closed_postings": 18,
        "salary_disclosure_rate_pct_end": 81.8,
        "salary_disclosure_rate_pct_start": 80.6
      },
      "by_department_top10": [
        {
          "dept": "Strategic Growth",
          "open_end": 64,
          "open_start": 71,
          "net_change": -7,
          "pct_change": -9.9,
          "avg_salary_usd": 98564.0,
          "share_pct_postings": 29.1
        },
        {
          "dept": "Engineering",
          "open_end": 44,
          "open_start": 48,
          "net_change": -4,
          "pct_change": -8.3,
          "avg_salary_usd": 171910.0,
          "share_pct_postings": 20.0
        },
        {
          "dept": "Agent Operations",
          "open_end": 28,
          "open_start": 32,
          "net_change": -4,
          "pct_change": -12.5,
          "avg_salary_usd": 60255.0,
          "share_pct_postings": 12.7
        },
        {
          "dept": "Marketing",
          "open_end": 17,
          "open_start": 19,
          "net_change": -2,
          "pct_change": -10.5,
          "avg_salary_usd": 82293.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Legal",
          "open_end": 11,
          "open_start": 9,
          "net_change": 2,
          "pct_change": 22.2,
          "avg_salary_usd": 117818.0,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Product",
          "open_end": 9,
          "open_start": 13,
          "net_change": -4,
          "pct_change": -30.8,
          "avg_salary_usd": 151900.0,
          "share_pct_postings": 4.1
        },
        {
          "dept": "Security and Compliance",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 227650.0,
          "share_pct_postings": 4.1
        },
        {
          "dept": "Real Estate",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 88436.0,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Facilities And Office Operations",
          "open_end": 7,
          "open_start": 4,
          "net_change": 3,
          "pct_change": 75.0,
          "avg_salary_usd": 91662.0,
          "share_pct_postings": 3.2
        },
        {
          "dept": "Data & Analytics",
          "open_end": 4,
          "open_start": 2,
          "net_change": 2,
          "pct_change": 100.0,
          "avg_salary_usd": 200300.0,
          "share_pct_postings": 1.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 63,
          "open_start": 71,
          "net_change": -8,
          "dollar_share_pct": 43.7
        },
        "S&M": {
          "open_end": 89,
          "open_start": 101,
          "net_change": -12,
          "dollar_share_pct": 33.9
        },
        "COGS": {
          "open_end": 31,
          "open_start": 31,
          "net_change": 0,
          "dollar_share_pct": 6.1
        },
        "G&A": {
          "open_end": 19,
          "open_start": 16,
          "net_change": 3,
          "dollar_share_pct": 8.4
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 1
        },
        "IC": {
          "open_end": 88,
          "net_change": -6
        },
        "IC-Senior": {
          "open_end": 56,
          "net_change": 2
        },
        "Manager": {
          "open_end": 71,
          "net_change": -9
        },
        "Director+": {
          "open_end": 2,
          "net_change": 0
        },
        "VP+": {
          "open_end": 2,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "New York City",
          "open_end": 34,
          "net_change": -2
        },
        {
          "city": "Boston",
          "open_end": 12,
          "net_change": -2
        },
        {
          "city": "Aventura",
          "open_end": 11,
          "net_change": -2
        },
        {
          "city": "Boston, Massachusetts, United States",
          "open_end": 10,
          "net_change": 1
        },
        {
          "city": "Seattle",
          "open_end": 10,
          "net_change": -2
        },
        {
          "city": "Seattle, Washington, United States",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Austin",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Los Angeles, California, United States",
          "open_end": 5,
          "net_change": -1
        },
        {
          "city": "Charleston, South Carolina, United States",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Chicago",
          "open_end": 4,
          "net_change": -1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 180,
        "median_midpoint_usd_end": 105000.0,
        "p25_midpoint_usd_end": 84999.0,
        "p75_midpoint_usd_end": 157550.0,
        "median_midpoint_usd_start": 105000.0
      },
      "new_postings_sample": [
        {
          "req_id": "8146177",
          "title": "Senior Compliance Auditor",
          "department": "Real Estate",
          "location": "Denver",
          "salary_min": 74880.0,
          "salary_max": 87360.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T18:25:41-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8146177",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAs a Senior Compliance Audi"
        },
        {
          "req_id": "8145070",
          "title": "Coordinator, Invoicing & Incentives",
          "department": "Invoicing & Incentives",
          "location": "New York City",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T16:51:17-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8145070",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nWe are looking for a Coordi"
        },
        {
          "req_id": "8141871",
          "title": "Project Management Lead",
          "department": "Facilities And Office Operations",
          "location": "CA - San Francisco - 3512 16th Street; Los Angeles, California, United States; Sacramento, California, United States; San Diego, California, United States",
          "salary_min": 119300.0,
          "salary_max": 132600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T10:12:44-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8141871",
          "description_excerpt": "Responsibilities\nConstruction & Capital Projects\nManage office build-outs, relocations, and capital refresh projects from planning through completion.\nDevelop project scopes, RFPs, bid packages, and procurement strategies tailored to project objectives and local market conditions.\nOversee external p"
        },
        {
          "req_id": "8141869",
          "title": "Project Management Lead",
          "department": "Facilities And Office Operations",
          "location": "Austin, Texas, United States; Miami Beach, Florida, United States; Nashville, Tennessee, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T10:11:27-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8141869",
          "description_excerpt": "Responsibilities\nConstruction & Capital Projects\nManage office build-outs, relocations, and capital refresh projects from planning through completion.\nDevelop project scopes, RFPs, bid packages, and procurement strategies tailored to project objectives and local market conditions.\nOversee external p"
        },
        {
          "req_id": "8141867",
          "title": "Project Management Lead",
          "department": "Facilities And Office Operations",
          "location": "Boston, Massachusetts, United States; New York City; Philadelphia, Pennsylvania, United States; Washington, District of Columbia, United States",
          "salary_min": 119300.0,
          "salary_max": 132600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T10:08:49-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8141867",
          "description_excerpt": "Responsibilities\nConstruction & Capital Projects\nManage office build-outs, relocations, and capital refresh projects from planning through completion.\nDevelop project scopes, RFPs, bid packages, and procurement strategies tailored to project objectives and local market conditions.\nOversee external p"
        },
        {
          "req_id": "8143435",
          "title": "Agent Experience Manager",
          "department": "Agent Operations",
          "location": "Danville",
          "salary_min": 66560.0,
          "salary_max": 71240.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T04:18:07-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8143435",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAs an Agent Experience Mana"
        },
        {
          "req_id": "8143433",
          "title": "Office Lead",
          "department": "Agent Operations",
          "location": "San Francisco",
          "salary_min": 68640.0,
          "salary_max": 74880.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T04:17:26-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8143433",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAs an Office Lead at your r"
        },
        {
          "req_id": "8140452",
          "title": "VP, Data Products & Solutions",
          "department": "Data & Analytics",
          "location": "Dallas, Texas, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T03:29:58-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.compass.com/careers?gh_jid=8140452",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAbout the Role\nThis is not"
        },
        {
          "req_id": "8140301",
          "title": "VP, Data Products & Solutions",
          "department": "Data & Analytics",
          "location": "New York City",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T03:30:32-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.compass.com/careers?gh_jid=8140301",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAbout the Role\nThis is not"
        },
        {
          "req_id": "8142297",
          "title": "Account Executive",
          "department": "Strategic Growth",
          "location": "Austin, Texas, United States",
          "salary_min": 100000.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T14:37:53-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.compass.com/careers?gh_jid=8142297",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAs an Account Executive, AK"
        },
        {
          "req_id": "8140400",
          "title": "Agent Experience Coordinator",
          "department": "Agent Operations",
          "location": "Edina, Minnesota, United States",
          "salary_min": 43680.0,
          "salary_max": 48609.6,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T10:10:53-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.compass.com/careers?gh_jid=8140400",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAt Compass, we envision a w"
        },
        {
          "req_id": "8137994",
          "title": "Customer Commission Specialist",
          "department": "Transaction Management",
          "location": "Charlotte, North Carolina, United States; Raleigh, North Carolina, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T09:52:06-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.compass.com/careers?gh_jid=8137994",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nNote: This is a hybrid posi"
        },
        {
          "req_id": "8138972",
          "title": "Account Executive",
          "department": "Strategic Growth",
          "location": "Salt Lake City, Utah, United States",
          "salary_min": 100000.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T09:49:41-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.compass.com/careers?gh_jid=8138972",
          "description_excerpt": "What You'll Do\n- Drive strategic growth by identifying, engaging, and structuring deals with top-performing real estate agents and teams, expanding our presence within your market.\n- Conduct consultative business discovery and deliver enterprise-style demonstrations of our technology platform, tailo"
        },
        {
          "req_id": "8132288",
          "title": "Associate Counsel, Commercial Transactions",
          "department": "Legal",
          "location": "Beverly Hills; New York City; San Francisco",
          "salary_min": 150000.0,
          "salary_max": 170000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T09:26:26-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.compass.com/careers?gh_jid=8132288",
          "description_excerpt": "responsibilities within the team on an \u201cas-needed\u201d basis\nCompensation:\nThe base pay range for this position is $150,000-$170,000 annually; however, base pay offered may vary depending on job-related knowledge, skills, and experience. Bonuses and restricted stock units may be provided as part of the"
        },
        {
          "req_id": "8130968",
          "title": "Counsel, Commercial Transactions",
          "department": "Legal",
          "location": "Beverly Hills; New York City; San Francisco",
          "salary_min": 178000.0,
          "salary_max": 195000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T09:25:51-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.compass.com/careers?gh_jid=8130968",
          "description_excerpt": "responsibilities within the team on an \u201cas-needed\u201d basis\nCompensation:\nThe base pay range for this position is $178,000-$195,000 annually; however, base pay offered may vary depending on job-related knowledge, skills, and experience. Bonuses and restricted stock units may be provided as part of the"
        },
        {
          "req_id": "8130799",
          "title": "New Development Leasing Agent",
          "department": "New Development",
          "location": "New York City",
          "salary_min": 75000.0,
          "salary_max": 90000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-17T14:36:25-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.compass.com/careers?gh_jid=8130799",
          "description_excerpt": "RESPONSIBILITIES\nOn-Site Leasing Salesperson: 5 days/week (weekends included)\nGreet prospects with an education on building highlights and service offerings.\nManage all transactions from initial contact to closing.\nShow back-to-back appointments of available residences and building amenities.\nMust k"
        },
        {
          "req_id": "8132305",
          "title": "Sr. Account Executive",
          "department": "Strategic Growth",
          "location": "WA - Seattle - Tacoma - 4701 S 19th Street",
          "salary_min": 100000.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-17T10:45:56-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.compass.com/careers?gh_jid=8132305",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAs an Sr. Account Executive"
        },
        {
          "req_id": "8130967",
          "title": "Lead Data Scientist",
          "department": "Data & Analytics",
          "location": "Austin; Aventura; Boston; Dallas; Los Angeles; New York City; Raleigh; San Francisco; Seattle",
          "salary_min": 175500.0,
          "salary_max": 195000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T16:21:04-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.compass.com/careers?gh_jid=8130967",
          "description_excerpt": "Responsibilities:\nLead the end-to-end development, validation, and deployment of large-scale predictive models and algorithms that inform strategic business decisions and market trend analysis.\nDesign and execute rigorous data-driven research to analyze the impact of multi-faceted factors on busines"
        },
        {
          "req_id": "8130800",
          "title": "Senior Lead Data Scientist",
          "department": "Data & Analytics",
          "location": "Austin; Aventura; Boston; Dallas; Los Angeles; Madison; New York City; Raleigh; San Francisco; Seattle; Washington, DC",
          "salary_min": 204000.0,
          "salary_max": 226700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T16:21:02-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.compass.com/careers?gh_jid=8130800",
          "description_excerpt": "Responsibilities:\nLead the execution of large, cross-functional initiatives where both the problem and solution approach are not well-defined.\nOrchestrate efforts across multiple teams, managing dependencies and setting realistic timelines for high-impact projects.\nFoster a culture of shared ownersh"
        },
        {
          "req_id": "8130495",
          "title": "Account Executive ",
          "department": "Strategic Growth",
          "location": "Madison - Wisconsin",
          "salary_min": 100000.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T13:07:54-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.compass.com/careers?gh_jid=8130495",
          "description_excerpt": "At Compass, our mission is to help everyone find their place in the world. Founded in 2012, we\u2019re revolutionizing the real estate industry with our end-to-end platform that empowers residential real estate agents to deliver exceptional service to seller and buyer clients.\nAs an Account Executive, AK"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8004060",
          "title": "Senior Engineering Manager",
          "department": "Engineering",
          "first_seen": "2026-06-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 66
        },
        {
          "req_id": "8004067",
          "title": "Senior Engineering Manager",
          "department": "Engineering",
          "first_seen": "2026-06-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 66
        },
        {
          "req_id": "8003567",
          "title": "Senior Engineering Manager",
          "department": "Engineering",
          "first_seen": "2026-06-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 66
        },
        {
          "req_id": "8020876",
          "title": "Agent Experience Coordinator",
          "department": "Agent Operations",
          "first_seen": "2026-06-23",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 56
        },
        {
          "req_id": "8021053",
          "title": "Senior Engineering Manager",
          "department": "Engineering",
          "first_seen": "2026-06-23",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 56
        },
        {
          "req_id": "8021976",
          "title": "Manager of Strategic Marketing & Broker Development",
          "department": "Coaching",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 46
        },
        {
          "req_id": "8074495",
          "title": "Strategic Growth Partner",
          "department": "Strategic Growth",
          "first_seen": "2026-07-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 19
        },
        {
          "req_id": "8074497",
          "title": "Strategic Growth Partner",
          "department": "Strategic Growth",
          "first_seen": "2026-07-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 19
        },
        {
          "req_id": "8074499",
          "title": "Strategic Growth Partner",
          "department": "Strategic Growth",
          "first_seen": "2026-07-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 19
        },
        {
          "req_id": "8092362",
          "title": "Strategic Growth Partner",
          "department": "Strategic Growth",
          "first_seen": "2026-07-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 19
        },
        {
          "req_id": "8092329",
          "title": "Strategic Growth Partner",
          "department": "Strategic Growth",
          "first_seen": "2026-07-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 19
        },
        {
          "req_id": "8074503",
          "title": "Strategic Growth Partner",
          "department": "Strategic Growth",
          "first_seen": "2026-08-01",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 17
        },
        {
          "req_id": "8100265",
          "title": "Agent Experience Manager",
          "department": "Agent Operations",
          "first_seen": "2026-08-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 14
        },
        {
          "req_id": "8121576",
          "title": "Agent Experience Manager",
          "department": "Agent Operations",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "7847032",
          "title": "Sales Manager",
          "department": "Real Estate",
          "first_seen": "2026-04-25",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 114
        }
      ],
      "description_changes": [
        {
          "req_id": "8130968",
          "title": "Counsel, Commercial Transactions",
          "department": "Legal",
          "change_date": "2026-08-20",
          "prev_length": 4581,
          "new_length": 4805,
          "length_delta": 224
        },
        {
          "req_id": "8132288",
          "title": "Associate Counsel, Commercial Transactions",
          "department": "Legal",
          "change_date": "2026-08-20",
          "prev_length": 4592,
          "new_length": 4816,
          "length_delta": 224
        },
        {
          "req_id": "8114102",
          "title": "Analyst/Associate, Agent Experience & Support-Non Exempt",
          "department": "Agent Operations",
          "change_date": "2026-08-15",
          "prev_length": 4316,
          "new_length": 4317,
          "length_delta": 1
        }
      ],
      "novel_terms": [
        {
          "term": "construction capital",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "capital projects",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "office build",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "build outs",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "outs relocations",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "capital refresh",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "refresh projects",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "planning through",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "through completion",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "project scopes",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "scopes rfps",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "rfps bid",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "bid packages",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "procurement strategies",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "strategies tailored",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "project objectives",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "local market",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "market conditions",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "conditions oversee",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "oversee external",
          "count": 3,
          "first_seen_in_window": "2026-08-21"
        }
      ]
    },
    "CVNA": {
      "ticker": "CVNA",
      "sector": "Ecom",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 1844,
        "open_end": 1809,
        "net_change": -35,
        "pct_change": -1.9,
        "new_postings": 538,
        "closed_postings": 169,
        "salary_disclosure_rate_pct_end": 46.4,
        "salary_disclosure_rate_pct_start": 47.2
      },
      "by_department_top10": [
        {
          "dept": "Reconditioning",
          "open_end": 728,
          "open_start": 778,
          "net_change": -50,
          "pct_change": -6.4,
          "avg_salary_usd": 51852.0,
          "share_pct_postings": 40.2
        },
        {
          "dept": "Market Operations",
          "open_end": 478,
          "open_start": 444,
          "net_change": 34,
          "pct_change": 7.7,
          "avg_salary_usd": 40760.0,
          "share_pct_postings": 26.4
        },
        {
          "dept": "Auction",
          "open_end": 128,
          "open_start": 122,
          "net_change": 6,
          "pct_change": 4.9,
          "avg_salary_usd": 36433.0,
          "share_pct_postings": 7.1
        },
        {
          "dept": "Logistics",
          "open_end": 124,
          "open_start": 116,
          "net_change": 8,
          "pct_change": 6.9,
          "avg_salary_usd": 49583.0,
          "share_pct_postings": 6.9
        },
        {
          "dept": "Post Production",
          "open_end": 111,
          "open_start": 144,
          "net_change": -33,
          "pct_change": -22.9,
          "avg_salary_usd": 47493.0,
          "share_pct_postings": 6.1
        },
        {
          "dept": "Safe and Secure",
          "open_end": 46,
          "open_start": 45,
          "net_change": 1,
          "pct_change": 2.2,
          "avg_salary_usd": 63276.0,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Detail",
          "open_end": 33,
          "open_start": 28,
          "net_change": 5,
          "pct_change": 17.9,
          "avg_salary_usd": 40320.0,
          "share_pct_postings": 1.8
        },
        {
          "dept": "Dealership",
          "open_end": 30,
          "open_start": 33,
          "net_change": -3,
          "pct_change": -9.1,
          "avg_salary_usd": 45760.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Customer Relations Sales",
          "open_end": 16,
          "open_start": 20,
          "net_change": -4,
          "pct_change": -20.0,
          "avg_salary_usd": 45529.0,
          "share_pct_postings": 0.9
        },
        {
          "dept": "Mechanical",
          "open_end": 15,
          "open_start": 17,
          "net_change": -2,
          "pct_change": -11.8,
          "avg_salary_usd": 49296.0,
          "share_pct_postings": 0.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 50,
          "open_start": 54,
          "net_change": -4,
          "dollar_share_pct": 1.9
        },
        "S&M": {
          "open_end": 28,
          "open_start": 32,
          "net_change": -4,
          "dollar_share_pct": 1.6
        },
        "COGS": {
          "open_end": 1463,
          "open_start": 1456,
          "net_change": 7,
          "dollar_share_pct": 82.1
        },
        "G&A": {
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 255,
          "net_change": -30
        },
        "IC": {
          "open_end": 1281,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 35,
          "net_change": 0
        },
        "Manager": {
          "open_end": 226,
          "net_change": -4
        },
        "Director+": {
          "open_end": 12,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Greenfield, IN",
          "open_end": 68,
          "net_change": -2
        },
        {
          "city": "Manville, NJ",
          "open_end": 63,
          "net_change": -12
        },
        {
          "city": "Heath, OH",
          "open_end": 58,
          "net_change": -5
        },
        {
          "city": "Tempe, AZ",
          "open_end": 57,
          "net_change": 0
        },
        {
          "city": "Concord, NC",
          "open_end": 54,
          "net_change": 3
        },
        {
          "city": "Framingham, MA",
          "open_end": 48,
          "net_change": -10
        },
        {
          "city": "Elyria, OH",
          "open_end": 48,
          "net_change": 1
        },
        {
          "city": "Akron, NY",
          "open_end": 44,
          "net_change": -8
        },
        {
          "city": "Belton, MO",
          "open_end": 43,
          "net_change": 1
        },
        {
          "city": "Tolleson, AZ",
          "open_end": 41,
          "net_change": -11
        }
      ],
      "salary_bands": {
        "n_with_band_end": 839,
        "median_midpoint_usd_end": 40560.0,
        "p25_midpoint_usd_end": 37440.0,
        "p75_midpoint_usd_end": 47840.0,
        "median_midpoint_usd_start": 40560.0
      },
      "new_postings_sample": [
        {
          "req_id": "8146394",
          "title": "Senior Automotive Technician",
          "department": "Reconditioning",
          "location": "Tolleson, AZ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:52:45-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146394",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146385",
          "title": "Experienced Automotive Technician",
          "department": "Reconditioning",
          "location": "Rocklin, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:42:49-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146385",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146357",
          "title": "Senior Automotive Technician (2nd Shift) ",
          "department": "Reconditioning",
          "location": "Rocklin, CA",
          "salary_min": 68640.0,
          "salary_max": 81120.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T21:23:45-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146357",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146347",
          "title": "Experienced Automotive Technician (2nd Shift)",
          "department": "Reconditioning",
          "location": "Portland, OR",
          "salary_min": 64480.0,
          "salary_max": 81120.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T21:03:41-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146347",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146332",
          "title": "Senior Automotive Technician (Post Production) ",
          "department": "Post Production",
          "location": "Oklahoma City, OK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T20:53:46-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146332",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146317",
          "title": "Experienced Automotive Technician (2nd Shift)",
          "department": "Reconditioning",
          "location": "Oklahoma City, OK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T20:40:09-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146317",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8145095",
          "title": "Brake and Tire Technician",
          "department": "Reconditioning",
          "location": "Winder, GA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T19:49:57-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8145095",
          "description_excerpt": "We\u2019re looking for Automotive Mechanics with a minimum of 1 year of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs a Brake & Tire Technician, you\u2019ll be exp"
        },
        {
          "req_id": "8144573",
          "title": "Experienced Automotive Technician - Hire Bonus: $6,000 (A) level / $4,000 (B) Level",
          "department": "Reconditioning",
          "location": "Heath, OH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T19:32:28-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8144573",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8122989",
          "title": "Auto Body Inspector",
          "department": "Reconditioning",
          "location": "Trenton, OH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T19:17:14-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8122989",
          "description_excerpt": "We\u2019re looking for Cosmetic Inspectors with a of professional automotive prepping experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Entry-level Cosmetic Inspector, you\u2019ll be expected to"
        },
        {
          "req_id": "8146254",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Theodore, AL",
          "salary_min": 31200.0,
          "salary_max": 33280.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T19:12:12-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146254",
          "description_excerpt": "We\u2019re looking for entry-level Lot Attendants to build an exciting career at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500! As a Lot Attendant, you will be focused on maintaining the cleanliness and appearance of t"
        },
        {
          "req_id": "8146241",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Columbus, GA",
          "salary_min": 31200.0,
          "salary_max": 33280.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T19:02:09-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146241",
          "description_excerpt": "We\u2019re looking for entry-level Lot Attendants to build an exciting career at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500! As a Lot Attendant, you will be focused on maintaining the cleanliness and appearance of t"
        },
        {
          "req_id": "8146240",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Columbus, GA",
          "salary_min": 31200.0,
          "salary_max": 33280.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T19:00:09-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146240",
          "description_excerpt": "We\u2019re looking for entry-level Lot Attendants to build an exciting career at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500! As a Lot Attendant, you will be focused on maintaining the cleanliness and appearance of t"
        },
        {
          "req_id": "8146148",
          "title": "Senior Automotive Technician ",
          "department": "Reconditioning",
          "location": "Houston, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:25:53-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146148",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146170",
          "title": "Automotive Mechanic Technician (2nd Shift) - Up to $6000 Bonus",
          "department": "Reconditioning",
          "location": "University Park, IL",
          "salary_min": 44720.0,
          "salary_max": 67600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T18:20:58-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146170",
          "description_excerpt": "Pay Range: $21.50 - $32.50 hourly (overtime opportunity at 1.5x pay) and $1.00 shift differential\nSign-On Bonus $6,000 for A-Level Technicians\nSchedule: Monday through Thursday (4 day work week)\nHours: 5:00pm to 4:00am\nWe\u2019re looking for automotive mechanics with a minimum of 3 years of professional"
        },
        {
          "req_id": "8146161",
          "title": "Skilled Automotive Technician - $4,000 Bonus",
          "department": "Reconditioning",
          "location": "Tooele, UT",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:10:14-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146161",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146142",
          "title": "Automotive Mechanic Technician (1st Shift M-F)",
          "department": "Reconditioning",
          "location": "Plainfield, IN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:03:41-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146142",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146137",
          "title": "Automotive Diagnostic Technician - $6,000 Bonus ",
          "department": "Reconditioning",
          "location": "University Park, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:02:45-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146137",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8146146",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Savannah, GA",
          "salary_min": 31200.0,
          "salary_max": 33280.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:59:16-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146146",
          "description_excerpt": "We\u2019re looking for entry-level Lot Attendants to build an exciting career at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500! As a Lot Attendant, you will be focused on maintaining the cleanliness and appearance of t"
        },
        {
          "req_id": "8146134",
          "title": "Experienced Automotive Technician (1st Shift M-F)",
          "department": "Reconditioning",
          "location": "Hoffman Estates, IL",
          "salary_min": 43680.0,
          "salary_max": 67600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:54:10-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146134",
          "description_excerpt": "Pay Range: $21.00 - $32.50 hourly (overtime opportunity at 1.5x pay)\nWe\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companie"
        },
        {
          "req_id": "8146123",
          "title": "Experienced Automotive Technician (Post Production) ",
          "department": "Post Production",
          "location": "Houston, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T17:51:59-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146123",
          "description_excerpt": "We\u2019re looking for automotive mechanics with a minimum of 3 years of professional automotive repair experience to join us at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nAs an Experienced Auto Technician, you wil"
        },
        {
          "req_id": "8144889",
          "title": "Quality Associate, Post Production",
          "department": "Post Production",
          "location": "Trenton, OH",
          "salary_min": 37440.0,
          "salary_max": 39520.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:22:10-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8144889",
          "description_excerpt": "We\u2019re hiring for entry-level automotive roles at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nIn these entry-level roles, you\u2019ll have several positions to choose from:\nDetailer: detailing vehicles, including was"
        },
        {
          "req_id": "8146058",
          "title": "Entry-Level Automotive Detailer / Lot Attendant ",
          "department": "Reconditioning",
          "location": "Haines City, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T17:20:40-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146058",
          "description_excerpt": "We\u2019re hiring for entry-level auto roles at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nIn these entry-level roles, you\u2019ll have a number of positions to choose from:\nDetailer: detailing vehicles, including washi"
        },
        {
          "req_id": "8144763",
          "title": "Entry-Level Automotive Detailer / Lot Attendant Post Production",
          "department": "Reconditioning",
          "location": "Tooele UT",
          "salary_min": 37440.0,
          "salary_max": 39520.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:20:23-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8144763",
          "description_excerpt": "We\u2019re hiring for entry-level automotive roles at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nIn these entry-level roles, you\u2019ll have several positions to choose from:\nDetailer: detailing vehicles, including was"
        },
        {
          "req_id": "8144690",
          "title": "Entry-Level Automotive Detailer / Lot Attendant Post Production",
          "department": "Post Production",
          "location": "San Diego, CA",
          "salary_min": 39520.0,
          "salary_max": 41600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:19:53-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8144690",
          "description_excerpt": "We\u2019re hiring for entry-level automotive roles at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nIn these entry-level roles, you\u2019ll have several positions to choose from:\nDetailer: detailing vehicles, including was"
        },
        {
          "req_id": "8146059",
          "title": "Post Production Associate",
          "department": "Post Production",
          "location": "Winder, GA",
          "salary_min": 33280.0,
          "salary_max": 35360.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:16:54-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8146059",
          "description_excerpt": "We\u2019re hiring for entry-level automotive roles at Carvana - the fastest-growing used automotive retailer in U.S. history and one of the four fastest companies to make the Fortune 500.\nIn these entry-level roles, you\u2019ll have several positions to choose from:\nDetailer: detailing vehicles, including was"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7821513",
          "title": "Customer Delivery Driver",
          "department": "Market Operations",
          "first_seen": "2026-05-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 103
        },
        {
          "req_id": "7821516",
          "title": "Customer Service Delivery Advocate",
          "department": "Market Operations",
          "first_seen": "2026-05-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 103
        },
        {
          "req_id": "7821517",
          "title": "Customer Service Delivery Driver",
          "department": "Market Operations",
          "first_seen": "2026-05-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 103
        },
        {
          "req_id": "7821518",
          "title": "Vehicle Delivery Driver",
          "department": "Market Operations",
          "first_seen": "2026-05-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 103
        },
        {
          "req_id": "7913916",
          "title": "Inside Sales Representative",
          "department": "Customer Relations Sales",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "7939720",
          "title": "Entry-Level Automotive  / Lot Attendant-Quality Control",
          "department": "Post Production",
          "first_seen": "2026-05-19",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 91
        },
        {
          "req_id": "7964200",
          "title": "Team Lead, Market Operations ",
          "department": "Market Operations",
          "first_seen": "2026-05-29",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 81
        },
        {
          "req_id": "7964196",
          "title": "Team Lead, Market Operations ",
          "department": "Market Operations",
          "first_seen": "2026-05-29",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 81
        },
        {
          "req_id": "7986193",
          "title": "Automotive Detailer / Lot Attendant - 2nd Shift",
          "department": "Reconditioning",
          "first_seen": "2026-06-06",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 73
        },
        {
          "req_id": "8016339",
          "title": "Logistics Associate",
          "department": "Logistics",
          "first_seen": "2026-06-19",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 60
        },
        {
          "req_id": "8029348",
          "title": "Specialist, Brand Activations",
          "department": "Brand",
          "first_seen": "2026-06-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 53
        },
        {
          "req_id": "8030514",
          "title": "Auto Interior / Glass Repair Technician ",
          "department": "Reconditioning",
          "first_seen": "2026-06-27",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 52
        },
        {
          "req_id": "8031582",
          "title": "Manager, ADESA Special Operations - Keys",
          "department": "Auction",
          "first_seen": "2026-06-27",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 52
        },
        {
          "req_id": "8039412",
          "title": "Brake and Tire Auto Mechanic",
          "department": "Reconditioning",
          "first_seen": "2026-07-01",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 48
        },
        {
          "req_id": "8039416",
          "title": "Brake and Tire Auto Technician",
          "department": "Reconditioning",
          "first_seen": "2026-07-01",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 48
        }
      ],
      "description_changes": [
        {
          "req_id": "8139305",
          "title": "Security Guard I - ADESA Dayton",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 7435,
          "new_length": 7407,
          "length_delta": -28
        },
        {
          "req_id": "8132558",
          "title": "Network Operations Coordinator",
          "department": "Logistics",
          "change_date": "2026-08-21",
          "prev_length": 3298,
          "new_length": 3412,
          "length_delta": 114
        },
        {
          "req_id": "8139327",
          "title": "Security Guard I - ADESA Dayton",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 7435,
          "new_length": 7407,
          "length_delta": -28
        },
        {
          "req_id": "8126658",
          "title": "Security Associate - 2nd Shift",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 6530,
          "new_length": 6542,
          "length_delta": 12
        },
        {
          "req_id": "8067298",
          "title": "Security Associate - 2nd Shift",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 6532,
          "new_length": 6578,
          "length_delta": 46
        },
        {
          "req_id": "8142005",
          "title": "Logistics Fleet Coordinator",
          "department": "Logistics",
          "change_date": "2026-08-21",
          "prev_length": 2256,
          "new_length": 2282,
          "length_delta": 26
        },
        {
          "req_id": "8089491",
          "title": "Field Safety Specialist",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 5551,
          "new_length": 5558,
          "length_delta": 7
        },
        {
          "req_id": "8107345",
          "title": "Field Safety Specialist",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 5558,
          "new_length": 5558,
          "length_delta": 0
        },
        {
          "req_id": "8089454",
          "title": "Field Safety Specialist",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 5551,
          "new_length": 5558,
          "length_delta": 7
        },
        {
          "req_id": "8095134",
          "title": "Environmental Health and Safety Specialist",
          "department": "Safe and Secure",
          "change_date": "2026-08-21",
          "prev_length": 6821,
          "new_length": 6849,
          "length_delta": 28
        }
      ],
      "novel_terms": [
        {
          "term": "tire technician",
          "count": 18,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "brake ti",
          "count": 13,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "hourly overtime",
          "count": 10,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "5x pay",
          "count": 10,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "31 00 hourly",
          "count": 7,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "pay sign",
          "count": 5,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "level technicians",
          "count": 4,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "bonus ranging",
          "count": 4,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "000 000 based",
          "count": 4,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "record parts",
          "count": 4,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "parts needed",
          "count": 4,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "pay rate",
          "count": 4,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "hour description",
          "count": 4,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "day driver part",
          "count": 4,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "adesa mercer",
          "count": 4,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "driver ii",
          "count": 4,
          "first_seen_in_window": "2026-08-19"
        }
      ]
    },
    "DASH": {
      "ticker": "DASH",
      "sector": "Gig",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 950,
        "open_end": 950,
        "net_change": 0,
        "pct_change": 0.0,
        "new_postings": 78,
        "closed_postings": 50,
        "salary_disclosure_rate_pct_end": 48.6,
        "salary_disclosure_rate_pct_start": 49.4
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 168,
          "open_start": 166,
          "net_change": 2,
          "pct_change": 1.2,
          "avg_salary_usd": null,
          "share_pct_postings": 17.7
        },
        {
          "dept": "Wolt Market Store",
          "open_end": 117,
          "open_start": 120,
          "net_change": -3,
          "pct_change": -2.5,
          "avg_salary_usd": null,
          "share_pct_postings": 12.3
        },
        {
          "dept": "112 Order Fulfillment",
          "open_end": 104,
          "open_start": 101,
          "net_change": 3,
          "pct_change": 3.0,
          "avg_salary_usd": 40124.0,
          "share_pct_postings": 10.9
        },
        {
          "dept": "Sales &amp; Merchant Operations",
          "open_end": 85,
          "open_start": 87,
          "net_change": -2,
          "pct_change": -2.3,
          "avg_salary_usd": null,
          "share_pct_postings": 8.9
        },
        {
          "dept": "Support",
          "open_end": 48,
          "open_start": 44,
          "net_change": 4,
          "pct_change": 9.1,
          "avg_salary_usd": null,
          "share_pct_postings": 5.1
        },
        {
          "dept": "311 Autonomy",
          "open_end": 38,
          "open_start": 40,
          "net_change": -2,
          "pct_change": -5.0,
          "avg_salary_usd": 207896.0,
          "share_pct_postings": 4.0
        },
        {
          "dept": "631 Autonomy Operations",
          "open_end": 29,
          "open_start": 29,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 93657.0,
          "share_pct_postings": 3.1
        },
        {
          "dept": "531 Enterprise Outside Sales",
          "open_end": 21,
          "open_start": 21,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 174764.0,
          "share_pct_postings": 2.2
        },
        {
          "dept": "341 Executive Engineering",
          "open_end": 20,
          "open_start": 19,
          "net_change": 1,
          "pct_change": 5.3,
          "avg_salary_usd": 201192.0,
          "share_pct_postings": 2.1
        },
        {
          "dept": "412 Growth Marketing",
          "open_end": 17,
          "open_start": 18,
          "net_change": -1,
          "pct_change": -5.6,
          "avg_salary_usd": 145818.0,
          "share_pct_postings": 1.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 195,
          "open_start": 196,
          "net_change": -1,
          "dollar_share_pct": 40.6
        },
        "S&M": {
          "open_end": 256,
          "open_start": 263,
          "net_change": -7,
          "dollar_share_pct": 25.3
        },
        "COGS": {
          "open_end": 279,
          "open_start": 273,
          "net_change": 6,
          "dollar_share_pct": 23.8
        },
        "G&A": {
          "open_end": 31,
          "open_start": 30,
          "net_change": 1,
          "dollar_share_pct": 1.7
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 129,
          "net_change": 2
        },
        "IC": {
          "open_end": 243,
          "net_change": 22
        },
        "IC-Senior": {
          "open_end": 128,
          "net_change": -5
        },
        "Manager": {
          "open_end": 423,
          "net_change": -24
        },
        "Director+": {
          "open_end": 27,
          "net_change": 5
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Francisco, CA",
          "open_end": 112,
          "net_change": 1
        },
        {
          "city": "New York, NY",
          "open_end": 89,
          "net_change": -8
        },
        {
          "city": "Berlin, Germany",
          "open_end": 23,
          "net_change": 7
        },
        {
          "city": "Budapest, Hungary",
          "open_end": 19,
          "net_change": 1
        },
        {
          "city": "United States - Remote",
          "open_end": 16,
          "net_change": -3
        },
        {
          "city": "Athens, Greece",
          "open_end": 16,
          "net_change": -6
        },
        {
          "city": "Tempe, AZ",
          "open_end": 14,
          "net_change": 2
        },
        {
          "city": "Chicago, IL",
          "open_end": 13,
          "net_change": -1
        },
        {
          "city": "Oakland, CA",
          "open_end": 12,
          "net_change": -2
        },
        {
          "city": "Almaty, Kazakhstan",
          "open_end": 11,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 462,
        "median_midpoint_usd_end": 130200.0,
        "p25_midpoint_usd_end": 60840.0,
        "p75_midpoint_usd_end": 183100.0,
        "median_midpoint_usd_start": 129350.0
      },
      "new_postings_sample": [
        {
          "req_id": "8145940",
          "title": "Senior Analyst, Protective Services",
          "department": "244 Global Safety and Security",
          "location": "Austin, Texas, United States",
          "salary_min": 91800.0,
          "salary_max": 135000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:19:41-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8145940",
          "description_excerpt": "About the Team\nDoorDash's Protective Services function operates at the intersection of executive protection, residential security, protective intelligence, threat management, and executive cybersecurity across a three-brand global enterprise covering DoorDash, Deliveroo, and Wolt. The Protective Int"
        },
        {
          "req_id": "8145928",
          "title": "Technician Lead, Labs - Bay Area",
          "department": "631 Autonomy Operations",
          "location": "San Jose, California, United States",
          "salary_min": 78624.0,
          "salary_max": 115440.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:01:02-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8145928",
          "description_excerpt": "About the Team\nDoorDash Labs is an independent team within DoorDash. We explore robotics and automation to transform last-mile logistics in the long term. If you have a passion for applying robotics solutions in a service used by millions of people, then we want to talk to you!\nAbout the Role\nAs the"
        },
        {
          "req_id": "8143191",
          "title": "Senior Detection Engineer",
          "department": "315 Security Engineering",
          "location": "United States  - Remote",
          "salary_min": 159800.0,
          "salary_max": 235000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T15:49:40-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8143191",
          "description_excerpt": "About the Team\nAt DoorDash, including international brands Deliveroo and Wolt, we\u2019re building the industry\u2019s most scalable and reliable delivery network to support our three-sided marketplace of consumers, merchants, and Dashers. Global Cyber Defense is a highly talented and globally distributed tea"
        },
        {
          "req_id": "8143360",
          "title": "Senior Operations Specialist, Commercial Operations",
          "department": "631 Autonomy Operations",
          "location": "Fremont, California, United States",
          "salary_min": 59072.0,
          "salary_max": 86944.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T13:35:22-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8143360",
          "description_excerpt": "About the Role\nYou will be a key driver of merchant growth and success for DoorDash's autonomous delivery partners. This is a hybrid role spanning merchant sales, onboarding, and ongoing success. You'll be on the frontlines helping new merchants join the platform while ensuring existing ones thrive."
        },
        {
          "req_id": "wolt-8143883",
          "title": "Merchant Associate",
          "department": "Operations",
          "location": "Prague, Czechia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T11:20:15-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.wolt.com/en/jobs/1/8143883",
          "description_excerpt": "About Wolt\nAt Wolt, we create technology that brings joy, simplicity and earnings to the neighborhoods of the world. In 2014 we started with delivery of restaurant food. Now we\u2019re building the delivery of (almost) everything and you\u2019ll find us in over 500 cities in 30 countries around the world. In"
        },
        {
          "req_id": "wolt-8141720",
          "title": "Technical Account Manager - EMEA Lead - Doordash Offsite",
          "department": "Marketing",
          "location": "Berlin, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T10:00:45-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.wolt.com/en/jobs/1/8141720",
          "description_excerpt": "About Wolt\nAt Wolt, we create technology that brings joy, simplicity and earnings to the neighborhoods of the world. In 2014 we started with delivery of restaurant food. Now we\u2019re building the delivery of (almost) everything and you\u2019ll find us in over 500 cities in 30 countries around the world. In"
        },
        {
          "req_id": "wolt-8143628",
          "title": "Ads &amp; Promotions Intern",
          "department": "Marketing",
          "location": "Berlin, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T07:18:25-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.wolt.com/en/jobs/1/8143628",
          "description_excerpt": "About Wolt\nAt Wolt, we create technology that brings joy, simplicity and earnings to the neighborhoods of the world. In 2014 we started with delivery of restaurant food. Now we\u2019re building the delivery of (almost) everything and you\u2019ll find us in over 500 cities in 30 countries around the world. In"
        },
        {
          "req_id": "8143179",
          "title": "Associate, Marketplace - Strategy & Operations",
          "department": "614 Strategy & Operations",
          "location": "New York, New York, United States",
          "salary_min": 74800.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T04:21:07-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8143179",
          "description_excerpt": "About the Team\nDoorDash is looking for an analytical and entrepreneurial operator to join our US Local Markets team that is responsible for accelerating growth across diverse market archetypes at a local level. You will dive into data to explain performance at the lowest level of detail, create and"
        },
        {
          "req_id": "wolt-8139245",
          "title": "Merchant Onboarding Associate",
          "department": "Sales &amp; Merchant Operations",
          "location": "Wien, Austria",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T03:47:46-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.wolt.com/en/jobs/1/8139245",
          "description_excerpt": "About Wolt\nAt Wolt, we create technology that brings joy, simplicity and earnings to the neighborhoods of the world. In 2014 we started with delivery of restaurant food. Now we\u2019re building the delivery of (almost) everything and you\u2019ll find us in over 500 cities in 30 countries around the world. In"
        },
        {
          "req_id": "wolt-8143154",
          "title": "Senior Sales Manager, Regional Enterprise",
          "department": "Strategy &amp; Business Development",
          "location": "Berlin, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T03:01:09-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.wolt.com/en/jobs/1/8143154",
          "description_excerpt": "About Wolt\nAt Wolt, we create technology that brings joy, simplicity and earnings to the neighborhoods of the world. In 2014 we started with delivery of restaurant food. Now we\u2019re building the delivery of (almost) everything and you\u2019ll find us in over 500 cities in 30 countries around the world. In"
        },
        {
          "req_id": "deliveroo-544e7aa09c04",
          "title": "Director Customer Support Network Strategy Service Design Workforce Management",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/director-customer-support-network-strategy-service-design-workforce-management-544e7aa09c04/",
          "description_excerpt": "Wolt and Roo operate under the DoorDash umbrella, and Customer Support sits at the intersection of brand experience, unit economics and long-term growth. This role owns the strategy on:\nWhere should we operate support, at what scale, and at what cost, across a rolling multi-year horizon?\nHow do we a"
        },
        {
          "req_id": "deliveroo-fa756aa1619b",
          "title": "Business Development Manager Lyon",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/business-development-manager-lyon-fa756aa1619b/",
          "description_excerpt": "Nous transformons la fa\u00e7on dont le monde mange et fait ses courses en rendant leur acc\u00e8s plus pratique et agr\u00e9able. Nous connectons les consommateurs, les restaurants, les magasins et les cyclistes. Nous donnons \u00e0 chaque personne la possibilit\u00e9 d'acheter ce qu'elles veulent, comme elles le veulent,"
        },
        {
          "req_id": "deliveroo-09b63836a6eb",
          "title": "Business Development Manager Strasbourg",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/business-development-manager-strasbourg-09b63836a6eb/",
          "description_excerpt": "Nous transformons la fa\u00e7on dont le monde mange et fait ses courses en rendant leur acc\u00e8s plus pratique et agr\u00e9able. Nous connectons les consommateurs, les restaurants, les magasins et les cyclistes. Nous donnons \u00e0 chaque personne la possibilit\u00e9 d'acheter ce qu'elles veulent, comme elles le veulent,"
        },
        {
          "req_id": "deliveroo-d70917c51b9f",
          "title": "Business Development Manager Paris Cdd 6 Mois",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/business-development-manager-paris-cdd-6-mois-d70917c51b9f/",
          "description_excerpt": "Nous transformons la fa\u00e7on dont le monde mange et fait ses courses en rendant leur acc\u00e8s plus pratique et agr\u00e9able. Nous connectons les consommateurs, les restaurants, les magasins et les cyclistes. Nous donnons \u00e0 chaque personne la possibilit\u00e9 d'acheter ce qu'elles veulent, comme elles le veulent,"
        },
        {
          "req_id": "deliveroo-f5c770e31b4d",
          "title": "Field Based Business Development Executive Newcastle",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/field-based-business-development-executive-newcastle-f5c770e31b4d/",
          "description_excerpt": "Field-Based Business Development Executive - NewcastleJoin us in our mission to transform the way people shop and eat, where impact, innovation, and growth drives everything we do. Our Commercial team sits at the centre of Deliveroo\u2019s marketplace\u2014shaping how we serve restaurants, grocers, and new ve"
        },
        {
          "req_id": "deliveroo-aa904509d04a",
          "title": "Field Sales Representative Newcastle",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/field-sales-representative-newcastle-aa904509d04a/",
          "description_excerpt": "Field Sales Representative - NewcastleJoin us in our mission to transform the way people shop and eat, where impact, innovation, and growth drives everything we do. Our Commercial team sits at the centre of Deliveroo\u2019s marketplace\u2014shaping how we serve restaurants, grocers, and new verticals worldwid"
        },
        {
          "req_id": "deliveroo-ad4b0591e016",
          "title": "Business Development Manager Newcastle",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/business-development-manager-newcastle-ad4b0591e016/",
          "description_excerpt": "Business Development Manager - NewcastleJoin us in our mission to transform the way people shop and eat, where impact, innovation, and growth drives everything we do. Our Commercial team sits at the centre of Deliveroo\u2019s marketplace\u2014shaping how we serve restaurants, grocers, and new verticals worldw"
        },
        {
          "req_id": "deliveroo-26a7fd6b07a8",
          "title": "Head Of Partner Marketing France",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.deliveroo.co.uk/role/head-of-partner-marketing-france-26a7fd6b07a8/",
          "description_excerpt": "Rejoignez-nous dans notre mission de transformer la fa\u00e7on dont les gens commandent et appr\u00e9cient leurs repas. Chez Deliveroo, notre \u00e9quipe Brand & Experience cr\u00e9e des exp\u00e9riences engageantes qui renforcent le lien entre notre marque et nos clients, partenaires et livreurs.\nNous recherchons un(e) Hea"
        },
        {
          "req_id": "8142189",
          "title": "Team Lead, Community Response",
          "department": "111 Support",
          "location": "Tempe, AZ",
          "salary_min": 69000.0,
          "salary_max": 101500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:35:20-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8142189",
          "description_excerpt": "About the Team\nDoorDash\u2019s Community Response team is seeking an experienced people leader to oversee a team of Community Response agents. The Community Response team responds to safety incidents on the platform quickly and empathetically to ensure our consumers, dashers, and merchants have a high-qu"
        },
        {
          "req_id": "8143072",
          "title": "Regional Merchant Lead - Baton Rouge",
          "department": "533 Outside Sales",
          "location": "Baton Rouge, LA",
          "salary_min": 100464.0,
          "salary_max": 147680.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T18:28:04-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8143072",
          "description_excerpt": "About the Team\nThe Outside Sales team has been the face of DoorDash to our merchant partners since our founding in 2013. Based locally within assigned markets, our team builds deep relationships with the most coveted local and regional restaurants. As the revenue-driving arm of DoorDash, we fuel the"
        },
        {
          "req_id": "8141988",
          "title": "Account Manager, SMB",
          "department": "512 Inside Account Management",
          "location": "Atlanta, GA",
          "salary_min": 67808.0,
          "salary_max": 99840.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T12:33:20-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8141988",
          "description_excerpt": "About the Team\nThe Inside Account Management team is part of DoorDash\u2019s SMB account management engine.\nWe are dedicated to the retention, satisfaction, and growth of 8,500+ high-impact restaurant partners. From our hubs in Tempe and Chicago, our team ensures that our merchants understand how to maxi"
        },
        {
          "req_id": "8141600",
          "title": "Supervisor, Community Response",
          "department": "111 Support",
          "location": "Tempe, AZ",
          "salary_min": 82800.0,
          "salary_max": 121800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T10:45:38-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8141600",
          "description_excerpt": "About the role\u2026\nAs a Supervisor on our Trust and Safety Team, you will oversee a team of trained Trust & Safety professionals. You will be handling sensitive, complex user-facing incidents. You will bring empathy and ethical judgement in ensuring we are providing the highest standard of support to t"
        },
        {
          "req_id": "7003629",
          "title": "Shift Lead - Tucker",
          "department": "112 Order Fulfillment",
          "location": "Tucker, GA",
          "salary_min": 41184.0,
          "salary_max": 41184.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T10:12:46-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/7003629",
          "description_excerpt": "About the Team\nDashMart is a local-fulfillment center owned and operated by DoorDash, offering customers household essentials and other items to their doorsteps with speed, reliability, and quality. Customers order their convenience, grocery, retail, and prepared foods in the DoorDash app, and our t"
        },
        {
          "req_id": "8122501",
          "title": "Senior Manager, Corporate Services Sourcing - DoorDash",
          "department": "233 Strategic Sourcing",
          "location": "Los Angeles, CA; Seattle, WA; Phoenix, AZ; Chicago, IL; Washington D.C.; Denver, CO; Boston, MA; Austin, TX; Atlanta, GA; Miami, FL",
          "salary_min": 157800.0,
          "salary_max": 232000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T09:22:58-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8122501",
          "description_excerpt": "About the Team\nThe DoorDash Global Sourcing team operates across three brands, DoorDash, Deliveroo, and Wolt, and more than 40 markets, as part of the broader Global Procurement, Sourcing, Travel and Supply Chain organization. Its mandate is to build a world class global sourcing capability that cap"
        },
        {
          "req_id": "wolt-8139451",
          "title": "Content Associate",
          "department": "Wolt Market Store",
          "location": "OSLO, Norway",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T04:07:12-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.wolt.com/en/jobs/1/8139451",
          "description_excerpt": "Responsibilities\nInclude among other things:\nCreate retail product selection and enhance its content on the Wolt Market online platform.\nEnsure that the app content is accurate and up to date, as far as it concerns the product descriptions, search words, images and other parameters.\nAssigning the pr"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7747379",
          "title": "Senior Associate, Dasher Fleet Growth Strategy",
          "department": "412 Growth Marketing",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "wolt-7760031",
          "title": "FullStack Engineer, AdTech",
          "department": "Engineering",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "wolt-7835800",
          "title": "Sales Specialist | Retail",
          "department": "Sales &amp; Merchant Operations",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "deliveroo-6e915942d9b8",
          "title": "Senior Security Engineer",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "deliveroo-5aac8a83dbe1",
          "title": "Account Manager Commuter Belt South",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "deliveroo-a958b89f587a",
          "title": "Senior Enterprise System Engineer",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "deliveroo-0b5d8549ae1d",
          "title": "Account Manager Outer London North",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "deliveroo-d9404a1fbd91",
          "title": "Engineering Manager",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "deliveroo-8d505c4c6da7",
          "title": "In Field Account Manager Birmingham",
          "department": "",
          "first_seen": "2026-06-02",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 77
        },
        {
          "req_id": "wolt-7989072",
          "title": "Support Associate",
          "department": "Support",
          "first_seen": "2026-06-11",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 68
        },
        {
          "req_id": "8030575",
          "title": "Staff Security Engineer, Proactive Security",
          "department": "315 Security Engineering",
          "first_seen": "2026-06-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 49
        },
        {
          "req_id": "8041960",
          "title": "Technician Lead, Service Operations, Labs",
          "department": "631 Autonomy Operations",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 46
        },
        {
          "req_id": "8046559",
          "title": "Assistant Site Manager",
          "department": "113 Order Fulfillment Management",
          "first_seen": "2026-07-08",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 41
        },
        {
          "req_id": "wolt-8066609",
          "title": "Mass Account Management Executive",
          "department": "Sales &amp; Merchant Operations",
          "first_seen": "2026-07-16",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 33
        },
        {
          "req_id": "8070518",
          "title": "Senior Manager, Enterprise Account Management - Restaurants",
          "department": "515 Enterprise Account Management",
          "first_seen": "2026-07-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 31
        }
      ],
      "description_changes": [
        {
          "req_id": "deliveroo-662f78a4aadd",
          "title": "Field Sales Executive Newcastle",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 5342,
          "new_length": 5343,
          "length_delta": 1
        },
        {
          "req_id": "deliveroo-1bef564a4e51",
          "title": "Value And Promotional Strategy Manager Uki",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 5758,
          "new_length": 5758,
          "length_delta": 0
        },
        {
          "req_id": "wolt-7440536",
          "title": "\u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea (WM Shift Manager,  Rehovot)",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1673,
          "new_length": 1674,
          "length_delta": 1
        },
        {
          "req_id": "wolt-7442979",
          "title": "(WM Shift Manager, Ramat Hasharon) \u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea - \u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1674,
          "new_length": 1675,
          "length_delta": 1
        },
        {
          "req_id": "wolt-7474948",
          "title": "\u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea \u05e8\u05d0\u05e9\u05dc\u05f4\u05e6 \u05de\u05d6\u05e8\u05d7 - \u05d4\u05e8\u05d5\u05d1\u05e2 (WM Shift Manager, Rishon LeZion- Harova)",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1674,
          "new_length": 1675,
          "length_delta": 1
        },
        {
          "req_id": "wolt-7478837",
          "title": "\u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea \u05e8\u05d0\u05e9\u05dc\u05f4\u05e6 \u05de\u05e2\u05e8\u05d1 (WM Shift Manager, Rishon Maarav)",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1677,
          "new_length": 1678,
          "length_delta": 1
        },
        {
          "req_id": "wolt-7443221",
          "title": "(WM Shift Manager, Raanana) \u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea - \u05e8\u05e2\u05e0\u05e0\u05d4",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1674,
          "new_length": 1675,
          "length_delta": 1
        },
        {
          "req_id": "wolt-7475877",
          "title": "\u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea \u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4 (WM Shift Manager, Ben Yehuda)",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1677,
          "new_length": 1678,
          "length_delta": 1
        },
        {
          "req_id": "wolt-8129849",
          "title": "Ads &amp; Promotions Specialist",
          "department": "Marketing",
          "change_date": "2026-08-21",
          "prev_length": 2896,
          "new_length": 2897,
          "length_delta": 1
        },
        {
          "req_id": "wolt-7451905",
          "title": "(WM Shift Manager, Petach Tikva) \u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05e9\u05de\u05e8\u05ea - \u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4",
          "department": "Wolt Market Store",
          "change_date": "2026-08-21",
          "prev_length": 1674,
          "new_length": 1675,
          "length_delta": 1
        }
      ],
      "novel_terms": [
        {
          "term": "community response",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "refund fraud",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "fraud abuse",
          "count": 3,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "director commercial",
          "count": 3,
          "first_seen_in_window": "2026-08-17"
        },
        {
          "term": "commercial enablement",
          "count": 3,
          "first_seen_in_window": "2026-08-17"
        },
        {
          "term": "causal decisioning",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "decisioning systems",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "verticals grocery",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "retail alcohol",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "alcohol pets",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "pets flowers",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "emerging categories",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "businesses operate",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "dimensional messy",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "messy marketplaces",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "merchant item",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "item promoti",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "grocery convenience retail",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "director customer",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "network strategy",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        }
      ]
    },
    "EBAY": {
      "ticker": "EBAY",
      "sector": "Ecom",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 457,
        "open_end": 465,
        "net_change": 8,
        "pct_change": 1.8,
        "new_postings": 55,
        "closed_postings": 29,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 184,
          "open_start": 189,
          "net_change": -5,
          "pct_change": -2.6,
          "avg_salary_usd": null,
          "share_pct_postings": 39.6
        },
        {
          "dept": "Marketing & Communications",
          "open_end": 55,
          "open_start": 55,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 11.8
        },
        {
          "dept": "Product Management",
          "open_end": 43,
          "open_start": 43,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 9.2
        },
        {
          "dept": "Finance & Business Analytics",
          "open_end": 31,
          "open_start": 31,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 6.7
        },
        {
          "dept": "General Management & Business Support",
          "open_end": 27,
          "open_start": 28,
          "net_change": -1,
          "pct_change": -3.6,
          "avg_salary_usd": null,
          "share_pct_postings": 5.8
        },
        {
          "dept": "Data Science",
          "open_end": 26,
          "open_start": 23,
          "net_change": 3,
          "pct_change": 13.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.6
        },
        {
          "dept": "IT & Technical Operations",
          "open_end": 21,
          "open_start": 22,
          "net_change": -1,
          "pct_change": -4.5,
          "avg_salary_usd": null,
          "share_pct_postings": 4.5
        },
        {
          "dept": "People Team",
          "open_end": 15,
          "open_start": 13,
          "net_change": 2,
          "pct_change": 15.4,
          "avg_salary_usd": null,
          "share_pct_postings": 3.2
        },
        {
          "dept": "Other",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        },
        {
          "dept": "Customer Service",
          "open_end": 12,
          "open_start": 11,
          "net_change": 1,
          "pct_change": 9.1,
          "avg_salary_usd": null,
          "share_pct_postings": 2.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 283,
          "open_start": 282,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 69,
          "open_start": 70,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 45,
          "open_start": 45,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 51,
          "open_start": 48,
          "net_change": 3,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 7,
          "net_change": -2
        },
        "IC": {
          "open_end": 170,
          "net_change": 5
        },
        "IC-Senior": {
          "open_end": 83,
          "net_change": 0
        },
        "Manager": {
          "open_end": 173,
          "net_change": 3
        },
        "Director+": {
          "open_end": 30,
          "net_change": 1
        },
        "VP+": {
          "open_end": 2,
          "net_change": 1
        }
      },
      "by_geo_top10": [
        {
          "city": "Bengaluru, Karn\u0101taka, India",
          "open_end": 106,
          "net_change": 8
        },
        {
          "city": "Toronto, Ontario, Canada",
          "open_end": 103,
          "net_change": -14
        },
        {
          "city": "San Jose, California, United States of America",
          "open_end": 49,
          "net_change": 1
        },
        {
          "city": "Austin, Texas, United States of America",
          "open_end": 36,
          "net_change": 1
        },
        {
          "city": "Dublin, Dublin, Ireland",
          "open_end": 31,
          "net_change": 1
        },
        {
          "city": "Kleinmachnow, Brandenburg, Germany",
          "open_end": 23,
          "net_change": 0
        },
        {
          "city": "London, Surrey, United Kingdom",
          "open_end": 19,
          "net_change": 5
        },
        {
          "city": "Tokyo, Tokyo, Japan",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Runnemede, New Jersey, United States of America",
          "open_end": 12,
          "net_change": 3
        },
        {
          "city": "Amsterdam, North Holland, Netherlands",
          "open_end": 8,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "R0076376",
          "title": "Director of Software Engineering (d/f/m)",
          "department": "Engineering",
          "location": "Kleinmachnow, Brandenburg, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076376/Director-of-Software-Engineering-d-f-m",
          "description_excerpt": "About the team and the role:\nWe are looking for a Director of Software Engineering (d/f/m) who will be part of the Global Shipping team and lead our Shipping engineering organization in Germany, helping us build exciting products at eBay. Every day, millions of users sell and ship their wares using"
        },
        {
          "req_id": "R0075873",
          "title": "Senior End-to-End Quality Engineer",
          "department": "Engineering",
          "location": "Austin, Texas, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075873/Senior-End-to-End-Quality-Engineer",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0076406",
          "title": "Photography & Editorial Manager",
          "department": "Trust, Safety & Fraud",
          "location": "Runnemede, New Jersey, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076406/Photography-Editorial-Manager",
          "description_excerpt": "Responsibilities\nStrategic Leadership\nEstablish the vision and strategy for Photography and Editorial to deliver a best-in-class customer experience.\nContinuously raise the quality, consistency, and effectiveness of photography and editorial content across customer-facing platforms.\nEnsure product p"
        },
        {
          "req_id": "R0076531",
          "title": "Senior End to End Program Manager, AG",
          "department": "General Management & Business Support",
          "location": "Portland, Oregon, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076531/Senior-End-to-End-Program-Manager-AG",
          "description_excerpt": "About the team and the role\neBay is re-imaginging the future of e-commerce - building a trusted marketplace. The Authenticity Guarantee proposition is a core component of this vision, ensuring buyers and sellers can shop with confidence. With innovative and exciting initiatives, the Authentication O"
        },
        {
          "req_id": "R0075289",
          "title": "Director, Design Program Management",
          "department": "Design & UX",
          "location": "San Jose, California, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075289/Director-Design-Program-Management",
          "description_excerpt": "About the team and the role :\neBay\u2019s Design organization creates seamless, end-to-end experiences that connect millions of buyers and sellers globally. We work across Product, Engineering, and the business to solve complex problems and deliver important customer and business impact.\nAs Director, Des"
        },
        {
          "req_id": "R0076482",
          "title": "Acquisition Manager Fashion Fixed Term",
          "department": "Marketing & Communications",
          "location": "London, Surrey, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076482/Acquisition-Manager-Fashion-Fixed-Term",
          "description_excerpt": "About the team and the role:\nWe are looking for an experienced Business Development professional to help identify, develop and deliver commercial growth opportunities across eBay\u2019s core marketplace and emerging customer propositions, such as eBay Live.\nWorking across a broad range of categories and"
        },
        {
          "req_id": "R0075557",
          "title": "Data Scientist, Knowledge Management",
          "department": "Data Science",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075557/Data-Scientist-Knowledge-Management",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0075274",
          "title": "Principal Designer - Design Systems",
          "department": "Design & UX",
          "location": "San Jose, California, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075274/Principal-Designer-Design-Systems",
          "description_excerpt": "About the team and the role :\neBay\u2019s Design organization creates seamless, end-to-end experiences that connect millions of buyers and sellers globally. The team is customer-focused, collaborative, and driven by curiosity\u2014working across product, engineering, and business to solve complex problems and"
        },
        {
          "req_id": "R0076410",
          "title": "Inbound/Outbound Ops Manager",
          "department": "Trust, Safety & Fraud",
          "location": "Runnemede, New Jersey, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076410/Inbound-Outbound-Ops-Manager",
          "description_excerpt": "Responsibilities\nOperational Leadership\nProvide strategic leadership for all inbound and outbound warehouse operations.\nOversee managers responsible for Receiving, Receiving Confirmation, Putaway, Picking, Packing, and Shipping operations.\nEstablish daily operational priorities while balancing inbou"
        },
        {
          "req_id": "R0076218",
          "title": "Electronics Specialist",
          "department": "Trust, Safety & Fraud",
          "location": "London, Surrey, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076218/Electronics-Specialist",
          "description_excerpt": "About the team and the role:\nThis role supports the evaluation and inspection of electronic devices in a fast-paced warehouse environment. You will assess device function and condition, identify and report counterfeit items, and help ensure items are accurately represented. The role involves working"
        },
        {
          "req_id": "R0076217",
          "title": "Exceptions Associate",
          "department": "Customer Service",
          "location": "London, Surrey, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076217/Exceptions-Associate",
          "description_excerpt": "About the team and the role:\nThis role focuses on resolving customer-related issues through a ticket-based system supporting the Global Customer Experience (GCX) and Authenticity Guarantee teams. You will investigate cases, track inbound shipments, and ensure timely, accurate resolutions within serv"
        },
        {
          "req_id": "R0075292",
          "title": "Staff Engineer - MTS 2 (Integrations)",
          "department": "Engineering",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075292/Staff-Engineer-MTS-2-Integrations",
          "description_excerpt": "About the team\nWe\u2019re building a new integration team in Toronto focused on bringing core eBay capabilities into adjacent marketplace platforms. The team sits at the center of a strategic initiative to deliver marketplace capabilities such as identity, demand generation, payments, and shipping as reu"
        },
        {
          "req_id": "R0076500",
          "title": "Sr Product Mgr, Authenticity Guarantee",
          "department": "Product Management",
          "location": "New York, New York, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076500/Sr-Product-Mgr-Authenticity-Guarantee",
          "description_excerpt": "About the Team and the Role:\neBay's Authenticity Guarantee program helps buyers shop with confidence by routing eligible fashion and collectible items through expert authentication centers where products are physically inspected before reaching buyers.\nOur team builds and operates the technology pla"
        },
        {
          "req_id": "R0076524",
          "title": "Sr. Director, Compensation",
          "department": "People Team",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076524/Sr-Director-Compensation",
          "description_excerpt": "What you will do:\nCompensation Strategy & Program Design\nSet the long-term vision and multi-year strategy for eBay\u2019s global compensation programs, ensuring our compensation philosophy continues to differentiate eBay in a highly competitive market for talent while anticipating future workforce and re"
        },
        {
          "req_id": "R0076203",
          "title": "Technical Product Manager",
          "department": "Product Management",
          "location": "Portland, Oregon, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076203/Technical-Product-Manager",
          "description_excerpt": "About the team and the role\neBay\u2019s Global Platform organization provides the shared technology foundations that help product and technology teams develop, deliver, and operate software at scale. Within Global Platform, we build the tools, systems, and services that engineers use throughout the softw"
        },
        {
          "req_id": "R0076212",
          "title": "Collectibles Partnerships Lead",
          "department": "Marketing & Communications",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076212/Collectibles-Partnerships-Lead",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0076412",
          "title": "Sr. Director Applied Research & Innov.",
          "department": "Engineering",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076412/Sr-Director-Applied-Research-Innov",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0076325",
          "title": "Platform Engineer, Java Fmwk",
          "department": "Engineering",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076325/Platform-Engineer-Java-Fmwk",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0074261",
          "title": "Agentic Analytics Products Developer",
          "department": "Data Science",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0074261/Agentic-Analytics-Products-Developer",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0076349",
          "title": "Data Scientist",
          "department": "Data Science",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076349/Data-Scientist",
          "description_excerpt": "Responsibilities:\nGenerate Analytical Insights : Apply analytical and quantitative methods to understand Trust & Risk business problems and provide insights that support business and operational decisions.\nAnalyze & Identify Opportunities : Conduct analyses of marketplace and transaction risk issues"
        },
        {
          "req_id": "R0076347",
          "title": "Data Scientist",
          "department": "Data Science",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076347/Data-Scientist",
          "description_excerpt": "Responsibilities:\nDrive Strategic Insights : Lead strategic, operational, and analytical work to shape long-term solutions, secure cross-functional alignment, and influence leaders across Trust & Risk on opportunities to improve customer outcomes and reduce marketplace and transaction risk.\nAnalyze"
        },
        {
          "req_id": "R0076321",
          "title": "Software Development Manager, Platforms",
          "department": "Engineering",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076321/Software-Development-Manager-Platforms",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0076348",
          "title": "Data Scientist",
          "department": "Data Science",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076348/Data-Scientist",
          "description_excerpt": "Responsibilities:\nShape Trust & Risk Strategy : Define and drive analytical strategy across multiple Trust & Risk domains, identifying emerging opportunities and translating broad organizational objectives into measurable analytical priorities and workstreams.\nLead Strategic Insights : Apply deep bu"
        },
        {
          "req_id": "R0076278",
          "title": "Indirect Tax Accounting Manager",
          "department": "Finance & Business Analytics",
          "location": "Dublin, Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076278/Indirect-Tax-Accounting-Manager",
          "description_excerpt": "At eBay, we're more than a global ecommerce leader \u2014 we\u2019re changing the way the world shops and sells. Our platform empowers millions of buyers and sellers in more than 190 markets around the world. We\u2019re committed to pushing boundaries and leaving our mark as we reinvent the future of ecommerce for"
        },
        {
          "req_id": "R0076414",
          "title": "MTS1 Software Engineer, Android",
          "department": "Engineering",
          "location": "Portland, Oregon, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://jobs.ebayinc.com/us/en/job/R0076414/MTS1-Software-Engineer-Android",
          "description_excerpt": "About the team:\nJoin eBay's Homepage Native Engineering team and help shape the discovery experience for hundreds of millions of buyers around the world.\nThe Homepage is the first thing buyers see when they open the eBay app \u2014 a high-traffic, high-impact surface that drives engagement, personalizati"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R0071943",
          "title": "IT Platform Collaboration Administrator",
          "department": "IT & Technical Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "R0073076",
          "title": "Sr. Product Manager, Listings Flow",
          "department": "Product Management",
          "first_seen": "2026-04-27",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 113
        },
        {
          "req_id": "R0074392",
          "title": "Sr Product Manager, Platform (Auth Ops)",
          "department": "Product Management",
          "first_seen": "2026-05-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 96
        },
        {
          "req_id": "R0074385",
          "title": "MTS 1 - Mobile Security Engineer",
          "department": "IT & Technical Operations",
          "first_seen": "2026-05-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 92
        },
        {
          "req_id": "R0074783",
          "title": "Manager, Technical Program Management",
          "department": "Other",
          "first_seen": "2026-06-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 76
        },
        {
          "req_id": "R0074666",
          "title": "Sr, Software Engineering Manager",
          "department": "Engineering",
          "first_seen": "2026-06-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 67
        },
        {
          "req_id": "R0074981",
          "title": "Software Engineer - Ads G&T Data",
          "department": "Engineering",
          "first_seen": "2026-06-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 66
        },
        {
          "req_id": "R0075741",
          "title": "Analyst Treasury Technology & Operations",
          "department": "Finance & Business Analytics",
          "first_seen": "2026-07-16",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 33
        },
        {
          "req_id": "R0075601",
          "title": "Sr Recruiter",
          "department": "People Team",
          "first_seen": "2026-07-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 25
        },
        {
          "req_id": "R0065888",
          "title": "Consignment Director Coins",
          "department": "Sales & Business Development",
          "first_seen": "2026-07-25",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 24
        },
        {
          "req_id": "R0073718",
          "title": "Sr. Manager, Seller Strategy \u2014 eBay Live",
          "department": "General Management & Business Support",
          "first_seen": "2026-07-28",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 21
        },
        {
          "req_id": "R0076122",
          "title": "iOS Software Engineer - Toronto",
          "department": "Engineering",
          "first_seen": "2026-07-31",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 18
        },
        {
          "req_id": "R0076382",
          "title": "Executive Assistant",
          "department": "General Management & Business Support",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 5
        },
        {
          "req_id": "R0076358",
          "title": "ML Scientist / Machine Learning Engineer",
          "department": "Engineering",
          "first_seen": "2026-08-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 4
        },
        {
          "req_id": "R0076361",
          "title": "ML Scientist / Machine Learning Engineer",
          "department": "Engineering",
          "first_seen": "2026-08-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 4
        }
      ],
      "description_changes": [
        {
          "req_id": "R0075624",
          "title": "Exec Assistant to Chief Legal Officer",
          "department": "General Management & Business Support",
          "change_date": "2026-08-21",
          "prev_length": 61,
          "new_length": 7688,
          "length_delta": 7627
        },
        {
          "req_id": "R0072725",
          "title": "Manager, Software Development 3",
          "department": "Engineering",
          "change_date": "2026-08-21",
          "prev_length": 6435,
          "new_length": 5973,
          "length_delta": -462
        },
        {
          "req_id": "R0075633",
          "title": "Sr. Director, Global Benefits",
          "department": "People Team",
          "change_date": "2026-08-21",
          "prev_length": 8078,
          "new_length": 8315,
          "length_delta": 237
        },
        {
          "req_id": "R0065056",
          "title": "DoD SkillBridge - Finance & Accounting",
          "department": "Finance & Business Analytics",
          "change_date": "2026-08-21",
          "prev_length": 5050,
          "new_length": 5107,
          "length_delta": 57
        },
        {
          "req_id": "R0076103",
          "title": "People Tech Analyst - Payroll & Tech",
          "department": "People Team",
          "change_date": "2026-08-21",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "R0075624",
          "title": "Exec Assistant to Chief Legal Officer",
          "department": "General Management & Business Support",
          "change_date": "2026-08-20",
          "prev_length": 7688,
          "new_length": 61,
          "length_delta": -7627
        },
        {
          "req_id": "R0075473",
          "title": "Patent Drafting Attorney/Agent",
          "department": "Legal",
          "change_date": "2026-08-20",
          "prev_length": 3184,
          "new_length": 3060,
          "length_delta": -124
        },
        {
          "req_id": "R0072803",
          "title": "Software Engineer 3",
          "department": "Engineering",
          "change_date": "2026-08-19",
          "prev_length": 4828,
          "new_length": 4828,
          "length_delta": 0
        },
        {
          "req_id": "R0075582",
          "title": "\ubdf0\ud2f0CM",
          "department": "Marketing & Communications",
          "change_date": "2026-08-19",
          "prev_length": 3300,
          "new_length": 3300,
          "length_delta": 0
        },
        {
          "req_id": "R0069689",
          "title": "Sr. MTS iOS Engineer, eBay Live",
          "department": "Engineering",
          "change_date": "2026-08-17",
          "prev_length": 5763,
          "new_length": 5817,
          "length_delta": 54
        }
      ],
      "novel_terms": [
        {
          "term": "trust risk",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "insights apply",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "risk business",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "transaction risk",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "builds foundational",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "identity guarantees",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "strategic insights",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "50 state",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "state dmv",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "dmv knowledge",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "knowledge related",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "registration processing",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "processing adhering",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "multi state",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "state compliance",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "compliance understanding",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "following lawful",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "lawful directions",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "influencing standard",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "operating procedur",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        }
      ]
    },
    "ETSY": {
      "ticker": "ETSY",
      "sector": "Ecom",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 32,
        "open_end": 30,
        "net_change": -2,
        "pct_change": -6.2,
        "new_postings": 2,
        "closed_postings": 1,
        "salary_disclosure_rate_pct_end": 73.3,
        "salary_disclosure_rate_pct_start": 68.8
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 10,
          "open_start": 11,
          "net_change": -1,
          "pct_change": -9.1,
          "avg_salary_usd": 259083.0,
          "share_pct_postings": 33.3
        },
        {
          "dept": "Product",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 190500.0,
          "share_pct_postings": 20.0
        },
        {
          "dept": "",
          "open_end": 5,
          "open_start": 6,
          "net_change": -1,
          "pct_change": -16.7,
          "avg_salary_usd": 182625.0,
          "share_pct_postings": 16.7
        },
        {
          "dept": "Data & Analytics",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 231500.0,
          "share_pct_postings": 10.0
        },
        {
          "dept": "Legal",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 225000.0,
          "share_pct_postings": 10.0
        },
        {
          "dept": "Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 125000.0,
          "share_pct_postings": 3.3
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.3
        },
        {
          "dept": "People / HR",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 135000.0,
          "share_pct_postings": 3.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 17,
          "open_start": 18,
          "net_change": -1,
          "dollar_share_pct": 63.0
        },
        "S&M": {
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "dollar_share_pct": 8.4
        },
        "COGS": {
          "open_end": 1,
          "open_start": 0,
          "net_change": 1,
          "dollar_share_pct": 3.3
        },
        "G&A": {
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "dollar_share_pct": 9.8
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 4,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 11,
          "net_change": -1
        },
        "Manager": {
          "open_end": 11,
          "net_change": -1
        },
        "Director+": {
          "open_end": 3,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Brooklyn, New York",
          "open_end": 23,
          "net_change": 0
        },
        {
          "city": "Dublin, Ireland",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Ciudad de M\u00e9xico, CDMX, Mexico",
          "open_end": 2,
          "net_change": -1
        },
        {
          "city": "Mexico City, Mexico",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 22,
        "median_midpoint_usd_end": 195000.0,
        "p25_midpoint_usd_end": 175000.0,
        "p75_midpoint_usd_end": 235000.0,
        "median_midpoint_usd_start": 195000.0
      },
      "new_postings_sample": [
        {
          "req_id": "JR5808",
          "title": "Senior Counsel, Payments & Product",
          "department": "Legal",
          "location": "Brooklyn, New York",
          "salary_min": 196000.0,
          "salary_max": 254000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://etsy.wd5.myworkdayjobs.com/Etsy_Careers/job/Brooklyn-New-York/Senior-Counsel--Payments---Product_JR5808-1",
          "description_excerpt": "Company Description\nEtsy is the global marketplace for unique and creative goods. We build, power, and evolve the tools and technologies that connect millions of entrepreneurs with millions of buyers around the world. As an Etsy Inc. employee , whether a team member of Etsy or Depop, you will tackle"
        },
        {
          "req_id": "JR5782",
          "title": "Senior Program Manager, Customer Operations",
          "department": "Product",
          "location": "Brooklyn, New York",
          "salary_min": 134000.0,
          "salary_max": 174000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://etsy.wd5.myworkdayjobs.com/Etsy_Careers/job/Brooklyn-New-York/Senior-Program-Manager--Customer-Operations_JR5782-1",
          "description_excerpt": "Company Description\nEtsy is the global marketplace for unique and creative goods. We build, power, and evolve the tools and technologies that connect millions of entrepreneurs with millions of buyers around the world. As an Etsy Inc. employee , whether a team member of Etsy or Depop, you will tackle"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "JR5653",
          "title": "Senior Quality Insights Manager, Outsourcing Quality",
          "department": "",
          "first_seen": "2026-06-11",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 68
        }
      ],
      "description_changes": [
        {
          "req_id": "JR5762",
          "title": "Senior Product Designer, Core Seller",
          "department": "Product",
          "change_date": "2026-08-18",
          "prev_length": 5931,
          "new_length": 5938,
          "length_delta": 7
        }
      ],
      "novel_terms": []
    },
    "EXPE": {
      "ticker": "EXPE",
      "sector": "Travel",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 154,
        "open_end": 165,
        "net_change": 11,
        "pct_change": 7.1,
        "new_postings": 40,
        "closed_postings": 20,
        "salary_disclosure_rate_pct_end": 52.7,
        "salary_disclosure_rate_pct_start": 56.5
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 58,
          "open_start": 63,
          "net_change": -5,
          "pct_change": -7.9,
          "avg_salary_usd": 200903.0,
          "share_pct_postings": 35.2
        },
        {
          "dept": "",
          "open_end": 26,
          "open_start": 25,
          "net_change": 1,
          "pct_change": 4.0,
          "avg_salary_usd": 148150.0,
          "share_pct_postings": 15.8
        },
        {
          "dept": "Data & Analytics",
          "open_end": 18,
          "open_start": 15,
          "net_change": 3,
          "pct_change": 20.0,
          "avg_salary_usd": 199062.0,
          "share_pct_postings": 10.9
        },
        {
          "dept": "Product",
          "open_end": 15,
          "open_start": 11,
          "net_change": 4,
          "pct_change": 36.4,
          "avg_salary_usd": 227325.0,
          "share_pct_postings": 9.1
        },
        {
          "dept": "Sales",
          "open_end": 15,
          "open_start": 10,
          "net_change": 5,
          "pct_change": 50.0,
          "avg_salary_usd": 131286.0,
          "share_pct_postings": 9.1
        },
        {
          "dept": "Marketing",
          "open_end": 10,
          "open_start": 9,
          "net_change": 1,
          "pct_change": 11.1,
          "avg_salary_usd": 100833.0,
          "share_pct_postings": 6.1
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 4,
          "open_start": 2,
          "net_change": 2,
          "pct_change": 100.0,
          "avg_salary_usd": 139375.0,
          "share_pct_postings": 2.4
        },
        {
          "dept": "Operations",
          "open_end": 4,
          "open_start": 5,
          "net_change": -1,
          "pct_change": -20.0,
          "avg_salary_usd": 249250.0,
          "share_pct_postings": 2.4
        },
        {
          "dept": "Marketing Strategy and Intelligence (Andrei Duchko)",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.8
        },
        {
          "dept": "Design",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 153750.0,
          "share_pct_postings": 1.2
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 84,
          "open_start": 86,
          "net_change": -2,
          "dollar_share_pct": 63.9
        },
        "S&M": {
          "open_end": 35,
          "open_start": 25,
          "net_change": 10,
          "dollar_share_pct": 10.7
        },
        "COGS": {
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "dollar_share_pct": 0.8
        },
        "G&A": {
          "open_end": 5,
          "open_start": 3,
          "net_change": 2,
          "dollar_share_pct": 4.5
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 8,
          "net_change": 3
        },
        "IC": {
          "open_end": 51,
          "net_change": 3
        },
        "IC-Senior": {
          "open_end": 35,
          "net_change": -5
        },
        "Manager": {
          "open_end": 66,
          "net_change": 13
        },
        "Director+": {
          "open_end": 5,
          "net_change": -3
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Washington - Seattle Campus",
          "open_end": 35,
          "net_change": -9
        },
        {
          "city": "2 Locations",
          "open_end": 19,
          "net_change": 7
        },
        {
          "city": "UK - London",
          "open_end": 16,
          "net_change": 3
        },
        {
          "city": "Czech Republic - Prague",
          "open_end": 11,
          "net_change": 5
        },
        {
          "city": "D\u00fcsseldorf",
          "open_end": 11,
          "net_change": 1
        },
        {
          "city": "Spain - Madrid",
          "open_end": 10,
          "net_change": 2
        },
        {
          "city": "India - Gurgaon",
          "open_end": 9,
          "net_change": 4
        },
        {
          "city": "Austin Domain 11 - HomeAway",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "Malaysia - Petaling Jaya",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "USA - Illinois - Chicago",
          "open_end": 6,
          "net_change": 2
        }
      ],
      "salary_bands": {
        "n_with_band_end": 87,
        "median_midpoint_usd_end": 175250.0,
        "p25_midpoint_usd_end": 142750.0,
        "p75_midpoint_usd_end": 221250.0,
        "median_midpoint_usd_start": 187750.0
      },
      "new_postings_sample": [
        {
          "req_id": "8656533002",
          "title": "UX Writer",
          "department": "UX Writing & Localization (Ankia Wolf)",
          "location": "D\u00fcsseldorf",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T05:44:04-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.trivago.com/apply/8656533002.?gh_jid=8656533002",
          "description_excerpt": "When travelers are searching for a hotel, we want the obvious choice to be trivago! By comparing prices from major booking sites, we're making it easy for people to find hotels they want at a price they\u2019ll love. In the lively city of D\u00fcsseldorf, we seize opportunities to learn everyday, innovate, an"
        },
        {
          "req_id": "R-109076",
          "title": "Data Scientist III, Media & Paid Social Analytics",
          "department": "Data & Analytics",
          "location": "Washington - Seattle Campus",
          "salary_min": 137500.0,
          "salary_max": 192500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Data-Scientist-III--Media---Paid-Social-Analytics_R-109076",
          "description_excerpt": "About This Role\nAt Expedia Group, we are passionate about using data and analytics to create an amazing travel experience and bring the world within reach.\nWe are seeking an exceptional individual to join the Expedia Marketing Analytics team . In this role, you will design and execute measurement fr"
        },
        {
          "req_id": "R-109083",
          "title": "Account Manager (Orlando, FL)",
          "department": "Sales",
          "location": "USA - Florida - Orlando",
          "salary_min": 90000.0,
          "salary_max": 126000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---Florida---Orlando/Account-Manager--Orlando--FL-_R-109083",
          "description_excerpt": "Expedia Group brands power global travel for everyone, everywhere. We design cutting-edge tech to make travel smoother and more memorable, and we create groundbreaking solutions for our partners. Our diverse, vibrant, and welcoming community is essential in driving our success.\nWhy Join Us?\nTo shape"
        },
        {
          "req_id": "R-108851",
          "title": "Business Development Manager \u2013 Enterprise / Display Ads",
          "department": "Sales",
          "location": "2 Locations",
          "salary_min": 84000.0,
          "salary_max": 117500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---Mississippi---Virtual/Business-Development-Manager---Enterprise---Display-Ads_R-108851",
          "description_excerpt": "Expedia Group brands power global travel for everyone, everywhere. We design cutting-edge tech to make travel smoother and more memorable, and we create groundbreaking solutions for our partners. Our diverse, vibrant, and welcoming community is essential in driving our success.\nWhy Join Us?\nTo shape"
        },
        {
          "req_id": "R-108969",
          "title": "Associate Account Manager",
          "department": "Sales",
          "location": "Austin Domain 11 - HomeAway",
          "salary_min": 70000.0,
          "salary_max": 98000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Associate-Account-Manager_R-108969",
          "description_excerpt": "Expedia Group brands power global travel for everyone, everywhere. We design cutting-edge tech to make travel smoother and more memorable, and we create groundbreaking solutions for our partners. Our diverse, vibrant, and welcoming community is essential in driving our success.\nWhy Join Us?\nTo shape"
        },
        {
          "req_id": "R-109019",
          "title": "Business Development Manager",
          "department": "Sales",
          "location": "UK - London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Business-Development-Manager_R-109019",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108872",
          "title": "Associate Account Manager - English Speaking Markets",
          "department": "Sales",
          "location": "Czech Republic - Prague",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Czech-Republic---Prague/Associate-Account-Manager---English-Speaking-Markets_R-108872",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108838",
          "title": "Principal Product Manager, Customer Data Platform",
          "department": "Engineering",
          "location": "Austin Domain 11 - HomeAway",
          "salary_min": 224000.0,
          "salary_max": 313500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Principal-Product-Manager--Customer-Data-Platform_R-108838",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108740",
          "title": "Software Development Engineer II",
          "department": "Engineering",
          "location": "India - Bangalore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Bangalore/Software-Development-Engineer-II_R-108740",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108701",
          "title": "Senior Product Manager",
          "department": "Product",
          "location": "India - Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Gurgaon/Senior-Product-Manager_R-108701",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108877",
          "title": "Manager, Tax & Compliance Technology",
          "department": "Finance & Accounting",
          "location": "Washington - Seattle Campus",
          "salary_min": 116500.0,
          "salary_max": 163000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Manager--Tax---Compliance-Technology_R-108877",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108902",
          "title": "Lead Business Development Manager, Expedia Group Advertising (EGA)",
          "department": "Sales",
          "location": "2 Locations",
          "salary_min": 200000.0,
          "salary_max": 280000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---California---San-Diego/Lead-Business-Development-Manager--Expedia-Group-Advertising--EGA-_R-108902",
          "description_excerpt": "Expedia Group brands power global travel for everyone, everywhere. We design cutting-edge tech to make travel smoother and more memorable, and we create groundbreaking solutions for our partners. Our diverse, vibrant, and welcoming community is essential in driving our success.\nWhy Join Us?\nTo shape"
        },
        {
          "req_id": "R-108975",
          "title": "Sp\u00e9cialiste, Planification et Insights/Expedia Group Advertising Planning & Insights (EGA-PI) Manager (FTC)",
          "department": "",
          "location": "Canada - Quebec - Montreal",
          "salary_min": 63000.0,
          "salary_max": 88500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Canada---Quebec---Montreal/Spcialiste--Planification-et-Insights-Expedia-Group-Advertising-Planning---Insights--EGA-PI--Manager--FTC-_R-108975",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108911",
          "title": "Senior Commercial Finance Analyst",
          "department": "Finance & Accounting",
          "location": "2 Locations",
          "salary_min": 82500.0,
          "salary_max": 115500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Senior-Commercial-Finance-Analyst_R-108911",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108638",
          "title": "Senior Software Development Engineer - Full Stack",
          "department": "Engineering",
          "location": "Switzerland - Geneva",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Switzerland---Geneva/Senior-Software-Development-Engineer---Full-Stack_R-108638-1",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108764",
          "title": "Traveler Service Improvements Manager - II",
          "department": "",
          "location": "UK - London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Traveler-Service-Improvements-Manager---II_R-108764",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108759",
          "title": "Associate Account Manager",
          "department": "Sales",
          "location": "USA - Illinois - Chicago",
          "salary_min": 67000.0,
          "salary_max": 93500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---Illinois---Chicago/Associate-Account-Manager_R-108759",
          "description_excerpt": "Expedia Group brands power global travel for everyone, everywhere. We design cutting-edge tech to make travel smoother and more memorable, and we create groundbreaking solutions for our partners. Our diverse, vibrant, and welcoming community is essential in driving our success.\nWhy Join Us?\nTo shape"
        },
        {
          "req_id": "R-108820",
          "title": "Content Designer III - Experience Design (XD)",
          "department": "Design",
          "location": "USA - Illinois - Chicago",
          "salary_min": 128000.0,
          "salary_max": 179500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---Illinois---Chicago/Content-Designer-III---Experience-Design--XD-_R-108820-1",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108786",
          "title": "Associate Account Manager - Italian and English Speaking",
          "department": "Sales",
          "location": "Czech Republic - Prague",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Czech-Republic---Prague/Associate-Account-Manager---Italian-and-English-Speaking_R-108786",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108402",
          "title": "User Experience Engineer II - React, Java",
          "department": "Engineering",
          "location": "India - Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Gurgaon/User-Experience-Engineer-II---React--Java_R-108402-1",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108403",
          "title": "Software Development Engineer III",
          "department": "Engineering",
          "location": "India - Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Gurgaon/Software-Development-Engineer-III_R-108403",
          "description_excerpt": "What you'll do:\nDesign and build end-to-end backend solutions for Payments, that are scalable, resilient, and performant.\nOwn and evolve core payment services and workflows, including payment session lifecycle, payment-method orchestration, and downstream service integrations.\nBuild and enhance back"
        },
        {
          "req_id": "R-108831",
          "title": "Associate Account Manager II",
          "department": "Sales",
          "location": "2 Locations",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Germany---Mnchen/Associate-Account-Manager-II_R-108831-1",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108972",
          "title": "Expedia Group Advertising Planning & Insights (EGA-PI) Manager (FTC)",
          "department": "",
          "location": "2 Locations",
          "salary_min": 65500.0,
          "salary_max": 92000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Canada---Ontario---Toronto/Expedia-Group-Advertising-Planning---Insights--EGA-PI--Manager_R-108972",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108948",
          "title": "Principal Program Manager - Transformation Programs",
          "department": "Product",
          "location": "Washington - Seattle Campus",
          "salary_min": 231000.0,
          "salary_max": 323500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Principal-Program-Manager---Transformation-Programs_R-108948",
          "description_excerpt": "At Expedia Group, we help travelers explore the world, one journey at a time. As a global travel company powered by passionate people, trusted partnerships, and leading technology, we connect travelers, partners, and advertisers through our consumer brands, B2B network, and travel advertising busine"
        },
        {
          "req_id": "R-108640",
          "title": "Senior Software Development Engineer, AdTech",
          "department": "Engineering",
          "location": "UK - London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Senior-Software-Development-Engineer--AdTech_R-108640-1",
          "description_excerpt": "About the team:\nExpedia Group Advertising is redefining how travel brands connect with global audiences. Our Publishing Team owns the end-to-end delivery of display and travel ads across Expedia\u2019s white-label and partner platforms. We\u2019re building the next generation of video ad infrastructure, AI-po"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R-101767",
          "title": "Principal Software Development Engineer",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "R-107353",
          "title": "Data Engineer III",
          "department": "Engineering",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 46
        },
        {
          "req_id": "R-107979",
          "title": "Associate Account Manager II, 12 month FTC",
          "department": "Sales",
          "first_seen": "2026-07-21",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 28
        },
        {
          "req_id": "R-107410",
          "title": "Senior Product Manager",
          "department": "Product",
          "first_seen": "2026-07-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 19
        },
        {
          "req_id": "R-108700",
          "title": "Senior Program Manager",
          "department": "Product",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "R-108871",
          "title": "Machine Learning Engineer II",
          "department": "Engineering",
          "first_seen": "2026-08-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 0
        },
        {
          "req_id": "R-106943",
          "title": "Senior Economist",
          "department": "",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 60
        },
        {
          "req_id": "R-107556",
          "title": "Associate Account Manager (PGA) \u2013 English Speaking",
          "department": "Sales",
          "first_seen": "2026-07-02",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 46
        },
        {
          "req_id": "R-107456",
          "title": "Director, Technical Program Management - Multi-Product Shopping",
          "department": "",
          "first_seen": "2026-07-07",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 41
        },
        {
          "req_id": "R-107120",
          "title": "Software Development Engineer II",
          "department": "Engineering",
          "first_seen": "2026-07-11",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 37
        },
        {
          "req_id": "R-108720",
          "title": "Senior Mobile Engineer",
          "department": "Engineering",
          "first_seen": "2026-08-08",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 9
        },
        {
          "req_id": "R-108814",
          "title": "Software Development Engineer II",
          "department": "Engineering",
          "first_seen": "2026-08-15",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 2
        },
        {
          "req_id": "R-99623",
          "title": "Mobile Engineer II - iOS",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 114
        },
        {
          "req_id": "R-106935",
          "title": "Software Development Engineer III: GraphQL Platform",
          "department": "Engineering",
          "first_seen": "2026-06-12",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 65
        },
        {
          "req_id": "R-107189",
          "title": "Associate Market Manager (Bangkok)",
          "department": "",
          "first_seen": "2026-06-25",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 52
        }
      ],
      "description_changes": [
        {
          "req_id": "R-108791",
          "title": "PGA Associate Account Manager - English Markets",
          "department": "Sales",
          "change_date": "2026-08-21",
          "prev_length": 6725,
          "new_length": 5990,
          "length_delta": -735
        },
        {
          "req_id": "R-98652",
          "title": "Commercial Graduate - September 2026 - Prague",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 7675,
          "new_length": 7675,
          "length_delta": 0
        },
        {
          "req_id": "R-106242",
          "title": "Principal Product Manager - Agentic Search",
          "department": "Product",
          "change_date": "2026-08-21",
          "prev_length": 9051,
          "new_length": 9051,
          "length_delta": 0
        },
        {
          "req_id": "R-105582",
          "title": "Machine Learning Scientist III - VRBO Pricing",
          "department": "Data & Analytics",
          "change_date": "2026-08-21",
          "prev_length": 7291,
          "new_length": 6952,
          "length_delta": -339
        },
        {
          "req_id": "R-106647",
          "title": "Data Scientist II, Supply Engine Operations & Analytics",
          "department": "Data & Analytics",
          "change_date": "2026-08-20",
          "prev_length": 7554,
          "new_length": 7194,
          "length_delta": -360
        },
        {
          "req_id": "R-108831",
          "title": "Associate Account Manager II",
          "department": "Sales",
          "change_date": "2026-08-20",
          "prev_length": 7113,
          "new_length": 7096,
          "length_delta": -17
        },
        {
          "req_id": "R-106125",
          "title": "Senior Product Manager - Growth Marketing",
          "department": "Product",
          "change_date": "2026-08-20",
          "prev_length": 5235,
          "new_length": 5235,
          "length_delta": 0
        },
        {
          "req_id": "R-108173",
          "title": "Senior Product Security Architect",
          "department": "Engineering",
          "change_date": "2026-08-20",
          "prev_length": 9080,
          "new_length": 9081,
          "length_delta": 1
        },
        {
          "req_id": "R-104505",
          "title": "Hotel Partner Support Associate (German and English)",
          "department": "",
          "change_date": "2026-08-19",
          "prev_length": 5716,
          "new_length": 5716,
          "length_delta": 0
        },
        {
          "req_id": "R-106003",
          "title": "Senior Machine Learning Scientist - Personalization",
          "department": "Data & Analytics",
          "change_date": "2026-08-19",
          "prev_length": 7857,
          "new_length": 7858,
          "length_delta": 1
        }
      ],
      "novel_terms": [
        {
          "term": "group advertising",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "advertising planning",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "planning insights",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "insights ega",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "ega pi",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "pi manager",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "manager ftc",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        }
      ]
    },
    "GOOGL": {
      "ticker": "GOOGL",
      "sector": "Ads",
      "market_cap_tier": "hyperscaler",
      "report_focus_guidance": "page 1 \u2014 spotlight; lead the weekly report with these",
      "headline": {
        "open_start": 3946,
        "open_end": 3891,
        "net_change": -55,
        "pct_change": -1.4,
        "new_postings": 815,
        "closed_postings": 438,
        "salary_disclosure_rate_pct_end": 3.0,
        "salary_disclosure_rate_pct_start": 3.1
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 1248,
          "open_start": 1277,
          "net_change": -29,
          "pct_change": -2.3,
          "avg_salary_usd": 179716.0,
          "share_pct_postings": 32.1
        },
        {
          "dept": "Google Cloud",
          "open_end": 442,
          "open_start": 447,
          "net_change": -5,
          "pct_change": -1.1,
          "avg_salary_usd": null,
          "share_pct_postings": 11.4
        },
        {
          "dept": "Data Center",
          "open_end": 115,
          "open_start": 130,
          "net_change": -15,
          "pct_change": -11.5,
          "avg_salary_usd": null,
          "share_pct_postings": 3.0
        },
        {
          "dept": "Google Customer Solutions",
          "open_end": 76,
          "open_start": 71,
          "net_change": 5,
          "pct_change": 7.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.0
        },
        {
          "dept": "DeepMind",
          "open_end": 68,
          "open_start": 83,
          "net_change": -15,
          "pct_change": -18.1,
          "avg_salary_usd": null,
          "share_pct_postings": 1.7
        },
        {
          "dept": "YouTube",
          "open_end": 56,
          "open_start": 51,
          "net_change": 5,
          "pct_change": 9.8,
          "avg_salary_usd": null,
          "share_pct_postings": 1.4
        },
        {
          "dept": "Large Customer Sales",
          "open_end": 42,
          "open_start": 49,
          "net_change": -7,
          "pct_change": -14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Data Center Operations",
          "open_end": 39,
          "open_start": 41,
          "net_change": -2,
          "pct_change": -4.9,
          "avg_salary_usd": null,
          "share_pct_postings": 1.0
        },
        {
          "dept": "Engineering",
          "open_end": 35,
          "open_start": 29,
          "net_change": 6,
          "pct_change": 20.7,
          "avg_salary_usd": 176829.0,
          "share_pct_postings": 0.9
        },
        {
          "dept": "Google Cloud Consulting",
          "open_end": 34,
          "open_start": 33,
          "net_change": 1,
          "pct_change": 3.0,
          "avg_salary_usd": null,
          "share_pct_postings": 0.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 2286,
          "open_start": 2299,
          "net_change": -13,
          "dollar_share_pct": 59.4
        },
        "S&M": {
          "open_end": 471,
          "open_start": 489,
          "net_change": -18,
          "dollar_share_pct": 7.0
        },
        "COGS": {
          "open_end": 405,
          "open_start": 428,
          "net_change": -23,
          "dollar_share_pct": 9.7
        },
        "G&A": {
          "open_end": 64,
          "open_start": 65,
          "net_change": -1,
          "dollar_share_pct": 3.6
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 49,
          "net_change": 6
        },
        "IC": {
          "open_end": 1417,
          "net_change": -25
        },
        "IC-Senior": {
          "open_end": 944,
          "net_change": -39
        },
        "Manager": {
          "open_end": 1413,
          "net_change": 11
        },
        "Director+": {
          "open_end": 64,
          "net_change": -9
        },
        "VP+": {
          "open_end": 4,
          "net_change": 1
        }
      },
      "by_geo_top10": [
        {
          "city": "Sunnyvale, CA, USA",
          "open_end": 460,
          "net_change": -17
        },
        {
          "city": "Mountain View, CA, USA",
          "open_end": 411,
          "net_change": -1
        },
        {
          "city": "Singapore",
          "open_end": 212,
          "net_change": 9
        },
        {
          "city": "New York, NY, USA",
          "open_end": 190,
          "net_change": -6
        },
        {
          "city": "Mountain, View, California, United, States",
          "open_end": 133,
          "net_change": -6
        },
        {
          "city": "Dublin, Ireland",
          "open_end": 96,
          "net_change": -2
        },
        {
          "city": "London, UK",
          "open_end": 96,
          "net_change": -3
        },
        {
          "city": "Mountain, View, California, United, States, San, Francisco",
          "open_end": 93,
          "net_change": -1
        },
        {
          "city": "San Francisco, CA, USA",
          "open_end": 83,
          "net_change": -2
        },
        {
          "city": "Kirkland, WA, USA",
          "open_end": 79,
          "net_change": 6
        }
      ],
      "salary_bands": {
        "n_with_band_end": 117,
        "median_midpoint_usd_end": 180200.0,
        "p25_midpoint_usd_end": 152000.0,
        "p75_midpoint_usd_end": 221000.0,
        "median_midpoint_usd_start": 178500.0
      },
      "new_postings_sample": [
        {
          "req_id": "waymo-senior-software-engineer-multiverse-mountain-view-california-united-states-san-francisco-new-york-city-new-york",
          "title": "Senior Software Engineer Multiverse Mountain View California United States San Francisco New York City",
          "department": "",
          "location": "New, York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2025-04-07T18:44:01+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.withwaymo.com/jobs/senior-software-engineer-multiverse-mountain-view-california-united-states-san-francisco-new-york-city-new-york",
          "description_excerpt": "Waymo is an autonomous driving technology company with the mission to be the world's most trusted driver. Since its start as the Google Self-Driving Car Project in 2009, Waymo has focused on building the Waymo Driver\u2014The World's Most Experienced Driver\u2122\u2014to improve access to mobility while saving tho"
        },
        {
          "req_id": "121769826740773574",
          "title": "Power Delivery Design Engineer, Google Cloud",
          "department": "Google Cloud",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckSSQKbY7kXY07QJFxUR0Z72nLQFPBS7XogJBuAhObBxJEjsA1Ny_i2Dc5QICqOt1FfIO3n1OnQjAWbmqgtAEpox5kaI_qW-rEJH_Z0djwhvJeB9vjVmbn6_oxe-rlA%3D%3D_V2\\u0026loc\\u003dIL\\u0026title\\u003dPower+Delivery+Design+Engineer",
          "description_excerpt": "Evaluate and optimize different power distributions (e.g., voltage rail assignments, regulator assignment, etc.) for a SoC.\nWork closely with power architects and produce detailed trade-off analysis of impact of Power Delivery Network (PDN) on different use-case power.\nWork on system and block level"
        },
        {
          "req_id": "132866347196392134",
          "title": "Photonic Engineer, Machine Learning",
          "department": "",
          "location": "Sunnyvale, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckdeR6ol3CmjPF-CN7G64AKacDsoKcrsQ5BFtX9Vw33MxEjsA1Ny_i-JBrEl8gGPcSbV06ZN1LKVW8bFqaELAlKpQnQZoFkRv3Nki78cgDXoeEtP_-OqRxy6DD2g8rQ%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dPhotonic+Engineer",
          "description_excerpt": "Design low-cost and high-speed optical transceivers for data center applications.\nDevelop optical systems and architectures to scale TPU and GPU superpods.\nIdentify, research, evaluate emerging photonic networking technologies.\nExplore optical technologies to disaggregate and improve the efficiencie"
        },
        {
          "req_id": "99515685624783558",
          "title": "Customer Engineer III, Data Analytics, Google Cloud",
          "department": "Google Cloud",
          "location": "New York, NY, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckWqXmU--yfXw8wSz7sDH9x8jC8tglRHA-oQqbsG75ouHEjsA1Ny_i7fV8lxCny7JPivVLeVCra4BuZ2dknUXwITXQaPiEe_-Zkpvu_LhukCK4OdhUj1T-aZMOAMNVQ%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dCustomer+Engineer+III",
          "description_excerpt": "Drive the technical win for complex workloads within Data Analytics to ensure rapid and successful adoption, primarily supporting the sales cycle from use case identification, technical evaluation, and through customer ramp.\nCombine sales strategies and direct development and prototyping to provide"
        },
        {
          "req_id": "85892186800825030",
          "title": "UX Engineer, Google Home",
          "department": "",
          "location": "Mountain View, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckT8JKtmNeGWB5IVLPwGanN0BURkNyCwVWXmh-WOcFW61EjsA1Ny_i7vpFasrYFUoX9KAadMU8rmCE2vkWHKWZ9P3fGS3bjC1k8XXtkqYD5wEwug81ddijWhUuNM0tA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dUX+Engineer",
          "description_excerpt": "Fulfill several project requests simultaneously while meeting tight deadlines.\nAdvise, collaborate with, and synthesize feedback from UX designers and researchers.\nCollaborate with other engineers on final implementation and polish.\nMeet high accessibility standards.\nServe as a mentor for early care"
        },
        {
          "req_id": "77285484656501446",
          "title": "Senior Software Developer, Mobile (iOS), Platforms and Devices",
          "department": "Platforms and Devices",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckWHm3ybWtcQ6-s5g5VnLhBZwbptDIk2ErGT_YCEXm81kEjsA1Ny_iwNLgsuuTevnPFyZuXAllaBbaGHiqgd84y2ic9q2Kw8UaMY2etga8ILb5AHAUVVpJPQNSThX5w%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dSenior+Software+Developer",
          "description_excerpt": "Write and test product or system development code.\nParticipate in, or lead design reviews with peers and stakeholders to decide amongst available technologies.\nReview code developed by other developers and provide feedback to ensure best practices (e.g., style guidelines, checking code in, accuracy,"
        },
        {
          "req_id": "87563470244848326",
          "title": "Field Sales Representative Startups, Acquisitions Google Cloud (English)",
          "department": "Acquisitions Google Cloud",
          "location": "Seattle, WA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckcIqhhd-evNc7UrUJ76hq_0KRVCPFm29wL8a2nyCxVuxEjsA1Ny_ixyFJ2SfHOVeG2LI8ymsu4j9d1ioPC4B0q0S-NDkzAClecXr04wmv3xc8r9KGScehGWUfXaE1w%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dField+Sales+Representative+Startups",
          "description_excerpt": "Build and deepen executive relationships with mid-market enterprise customers and the partner ecosystem to influence their short term and long-term technology and business decisions. Add value as a trusted advisor.\nAct as an expert on our customers' business, including their SaaS product portfolio,"
        },
        {
          "req_id": "82827323908203206",
          "title": "Forward Deployed Engineer, Generative AI, GECX, Google Cloud",
          "department": "Google Cloud",
          "location": "Sydney",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckbnAYH-21kecBJOFsgH7ad_oQH0OLnmyrBmN3g1rQ8q5EjsA1Ny_i7mAUe7YwKUeFTFILX_QA5zk3znzbjegbtbRAsvJa5CZASKtjWhUxA-tCFQ-C8gh-z3YsjIyXA%3D%3D_V2\\u0026loc\\u003dAU\\u0026title\\u003dForward+Deployed+Engineer",
          "description_excerpt": "Serve as the lead developer for conversational Artificial Intelligence (AI) and Customer Experience (CX) applications, transitioning from rapid prototypes to production-grade agentic workflows.\nArchitect and code conversational flows that are not just functional, but optimized for the connective tis"
        },
        {
          "req_id": "97852562618622662",
          "title": "Global Commodity Manager, Hard Disk Drives, Tape Storage",
          "department": "",
          "location": "Sunnyvale, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2Fckbutm5Orb1KfxKAzHQgNndn_jIO_2AAFh0TdH8B04i2XEjsA1Ny_i_0cwNPC3-eZljDB3QvsTQwzUkqBk-m7cjVYg00T4zR-VnEmyCvSEB_n83HfAtMp8-xuYZ_fBw%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dGlobal+Commodity+Manager",
          "description_excerpt": "Develop long term sourcing strategies for Hard Disk Drives and Tape Storage. Implement Supply Chain improvements.\nDevelop and manage master purchase agreements with suppliers. Conduct high-level discussion and secure comprehensive agreements with supplier executives.\nLead cross-functional teams whil"
        },
        {
          "req_id": "92823533872128710",
          "title": "Software Engineer III, Infrastructure, F1 Query",
          "department": "Infrastructure",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckWBcTDvbjg4JxDKLcNjlAxz6ZVhh1i416Px5VZ3X7lXHEjoA1Ny_i6_S45CfLrj0qShO3PmD9uXY5tCwjunnB2EIOx648vZTCAliMZ4CarGB6BNw0Q9_Hh7soKhC_V2\\u0026loc\\u003dUS\\u0026title\\u003dSoftware+Engineer+III",
          "description_excerpt": "Enhance F1 Execution Kernel with advanced query features, making them accessible across all data sources and query stacks, including F1 and Table Services.\nWork on UTM, representing table metadata that powers query planning and data processing for various core data intelligence products such as F1,"
        },
        {
          "req_id": "136790779073831622",
          "title": "Workspace Sales Specialist, Strategic Accounts, Google Cloud",
          "department": "Google Cloud",
          "location": "Austin, TX, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckSGqks2Wqb0IwrIjJuowZ-CEs8VPyaR8j0yFalwSED1sEjsA1Ny_i3uxbObPI-LciwSY1FXHL4yBmg53Sv7wlaHU95uSRF4aH9A_vv7gCnzHgfwb1RI44LZ5vj7cwA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dWorkspace+Sales+Specialist",
          "description_excerpt": "Build relationships with customers as a subject matter expert and trusted advisor, managing complex business cycles, identifying solution use cases, and influencing long-term direction of accounts.\nDeliver against quota and achieve or exceed business and growth goals while forecasting and reporting"
        },
        {
          "req_id": "88658446387159750",
          "title": "Technical Program Manager, Cloud Silicon",
          "department": "Cloud Silicon",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckSqwv0dcZMyVC1UmHOWIN9ldHJuOytTSzr9SCp9qDYJHEjsA1Ny_i4NGgFVphARspBAIoCPMtATitMWMYsN-cvPv7_FXmrQM8NYnyReidUcVm_Tt7EYkjuz1peoIcA%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dTechnical+Program+Manager",
          "description_excerpt": "Justify, plan, coordinate, and deliver custom silicon products.\nGenerate task lists, build project timeline and work with the teams to make it reality.\nLead the creation of data-motivated schedules and milestones, track the progress, identify potential future tests, and identify mitigations with the"
        },
        {
          "req_id": "118222252473754310",
          "title": "Campaign Analytics Manager, YouTube GTM, Shopping",
          "department": "Shopping",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckZ1c4yz9PZPMSDnWOVK38ITXP81-p_kTogET5ieN2WhWEjsA1Ny_i049wDFDUZCqfU9c7h5P71Sw0doqCX7i5kwz4LHPoh05Hbc_csyTK9GOQelp4szvPwOqqE3Stg%3D%3D_V2\\u0026loc\\u003dSG\\u0026title\\u003dCampaign+Analytics+Manager",
          "description_excerpt": "Analyze partner-level and category-level data to equip partner managers with actionable insights for partner acquisition and activation.\nExecute and coordinate programs (e.g. 11/11, friday campaigns) with internal partners and cross-functional teams.\nDrive merchant campaign performance through conti"
        },
        {
          "req_id": "104700321036411590",
          "title": "Staff Hardware Design Engineer, Platforms Infrastructure Engineering",
          "department": "Platforms Infrastructure Engineering",
          "location": "Sunnyvale, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckXQybnbfUZ52Npka008IjLLkgVSG0SvS2q92qaSm0dmqEjsA1Ny_i2cQ3IEXluRwZjbekAPZC8T0IbnSnzUQg0AHC8Cq6Z77rARvU_NV97utMBCcFAkKOwckVMI0kA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dStaff+Hardware+Design+Engineer",
          "description_excerpt": "Lead a system and hardware design on data center hardware products.\nBring up systems and execute engineering validation in the lab.\nGather requirements, define architecture, execute hardware design and product validation.\nWork with engineering, manufacturing, product, and deployment teams to product"
        },
        {
          "req_id": "97596651287257798",
          "title": "Director, People Partner, Data Cloud",
          "department": "Data Cloud",
          "location": "Sunnyvale, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckZcFPnCAb4DQfoezPp0QpflQteZ7YIZLiv9grvdvISlZEjsA1Ny_i4ZkZ97Ke8JXRnCFcaz4vdfRSIFS5WTSjwHWn4wlULuI6yr03-oVPiLboWv6RHjFwasPsGc98A%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dDirector",
          "description_excerpt": "Consult with leaders to create a comprehensive people plan to drive business strategies and outcomes for Google\u2019s Data Cloud organization.\nOffer thought leadership regarding organizational and people-related strategy and execution, while all organizations and functions are undergoing a massive trans"
        },
        {
          "req_id": "82454039710573254",
          "title": "Software Engineer III, Infrastructure, YouTube",
          "department": "YouTube",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckQT6xnFuafvb3T2RrDvhXYpIaqqaRC93Yt4BqW7Ikr-UEjsA1Ny_i4_AWydCIkCUxnNDCciS0nfRxkjOCaC6rB7N0tL-7AQq7u2mj9nwB84CwAcVkeSaFMz9gXPxeA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dSoftware+Engineer+III",
          "description_excerpt": "Write product or system development code.\nParticipate in, or lead design reviews with peers and stakeholders to decide amongst available technologies.\nReview code developed by other developers and provide feedback to ensure best practices (e.g., style guidelines, checking code in, accuracy, testabil"
        },
        {
          "req_id": "119952858006069958",
          "title": "Data Center Technician III, Networking Operations",
          "department": "Networking Operations",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckT5nPEyFplv-Q3wkkaKtl4WORED10RRejmVFUlxMh_ZPEjsA1Ny_i0Jq7tMYZjpizkxHtTq04H_iVqC_Jjv9V8JlgEbHUaGy8zWNiCrW1-XohAuNIJXADvGnQ6RtUw%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dData+Center+Technician+III",
          "description_excerpt": "Deploy and operate new data center infrastructure across teams.\nReport issues and follow data center procedures to troubleshoot and diagnose somewhat complex issues with equipment or infrastructure as they arise, and applying the resources needed to resolve identified issues.\nMaintain the security a"
        },
        {
          "req_id": "124061208973058758",
          "title": "Software Engineer, Full Stack, Google Cloud",
          "department": "Google Cloud",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckXA8ierJrgNhRjkIV4U3I8M5_wmhv_1FEoTSCRjCLWIWEjsA1Ny_iwbUAD8NM8KPC9XdQxMjhprK5lJaLMi9A33kdAKDh-Xxm6j992yUqvt4DnfxStHMSJYgVyA3-Q%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dSoftware+Engineer",
          "description_excerpt": "Write product or system development code.\nParticipate in, or lead design reviews with peers and stakeholders to decide amongst available technologies.\nReview code developed by other developers and provide feedback to ensure best practices (e.g., style guidelines, checking code in, accuracy, testabil"
        },
        {
          "req_id": "117807186834268870",
          "title": "Electrical Engineer, Platform Realization, Hardware",
          "department": "Hardware",
          "location": "Mountain View, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckXGzq4N9jJKAJMt9N3d5lQL-Hi-HVB3DoZKlci3_ucU_EjsA1Ny_i2HoTVwiJi6suo31M1DkyuiFbJpKGRZYwWlcwcoMmPFY25KKyFMtUQRsE7Z_P9PtQ8jS1xaZag%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dElectrical+Engineer",
          "description_excerpt": "Enable Google's future products by contributing to platform architecture definition, electrical schematic design, and prototype validation.\nWork with all cross-functional teams (software, factory test, signal integrity, ECAD, product design, program management, etc.) to design, implement, and delive"
        },
        {
          "req_id": "86158818370560710",
          "title": "Regional Manager, Data Center Network Delivery",
          "department": "Data Center Network Delivery",
          "location": "Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckbdXoBQ1h5CtfHEr8bvIawKLw5JN8OjFEWk7nU0eTZzHEjoA1Ny_i2l7UOAHAVj_wlkqw_uJOJ--0UGveraGINe-j7-egyYCqzLgLQnD5FYMqsbCXf3c3oW1QjD7_V2\\u0026loc\\u003dIE\\u0026title\\u003dRegional+Manager",
          "description_excerpt": "Direct management of a team of Technical Program Managers. You will be responsible for hiring, coaching, and developing your direct reports to help them achieve their professional goals and meet program objectives.\nPartner with senior leadership and cross-functional teams to set and implement the sh"
        },
        {
          "req_id": "138739139448054470",
          "title": "Administrative Business Partner, Platforms and Devices, XR",
          "department": "XR",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckbVEd4ih3KbzejC_7UmSw6TSi17Se8_jlHmU-GZW-UPkEjsA1Ny_i7JwmYZQdxmeu5B5N8Ls9d5RGKC0LEc0RGFoNmriA4MFQSikclz7e7dns8Agd0jS79dhHfDMNw%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dAdministrative+Business+Partner",
          "description_excerpt": "Schedule, maintain, and update calendar events, with minimal guidance. Prepare meetings for the executive or team with minimal guidance.\nExecute expense management activities with minimal guidance.\nAssess and advocate for office space needs with minimal guidance.\nPlan and organize internal and exter"
        },
        {
          "req_id": "103506938603414214",
          "title": "ASIC Power Engineer, ML Accelerators",
          "department": "",
          "location": "Sunnyvale, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckfWK055oZ5XemW6Gj_N9-ilMyOm-G-82V2mnokwAJBeOEjsA1Ny_i42WjBDdKGvtfR3J-0iJ-IzFsFVx8UTvNRKYWRihTQagX0FCfjj7HBkxrbn-7eAbiG9ypK23ZA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dASIC+Power+Engineer",
          "description_excerpt": "responsibilities in areas such as project definition, design, and implementation. You will participate in the design, architecture, documentation, and implementation of the next generation of data center accelerators. The AI and Infrastructure team is redefining what\u2019s possible. We empower Google cu"
        },
        {
          "req_id": "93443632660390598",
          "title": "Customer Storytelling Manager, Cloud North America",
          "department": "Cloud North America",
          "location": "Seattle, WA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckTyF1O9EMkNCzKaC8XJK8ZcS5Tvajjpb4RIH8HRxGex4EjsA1Ny_i2BvE_Jbc44E_q47NUrThXjxBjZi_amJ0FUUJ-Ca2lsxL-G3Jq5J3L5tqXxdSy2i42V-TPDhTw%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dCustomer+Storytelling+Manager",
          "description_excerpt": "Develop and execute holistic advocacy strategies for 1\u20132 key industry verticals to scale content impact.\nLead the daily operations of the customer reference program and serve as a primary liaison for top Google Cloud accounts.\nDrive the creation, distribution, and cross-channel promotion of customer"
        },
        {
          "req_id": "122348719612797638",
          "title": "Product Manager, Pixel Connectivity Experiences",
          "department": "Pixel Connectivity Experiences",
          "location": "Mountain View, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckUkBqVYAcb064UVFsEL53oVXqc-Tt7LC72QnbLmpa_l0EjsA1Ny_i2CJbSTn1MBiKjBPrT4tZPVOp8D_c67g1cNKriZ-yhuPqYrj4aFrfdHggPUTrMbC6zrOuvqQIQ%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dProduct+Manager",
          "description_excerpt": "Work with partner teams (e.g., engineers, program managers, UX) during product design and development to implement the requirements to turn PRDs into OKRs for one or more teams.\nDefine product roadmaps by operationalizing strategy.\nDevelop and secure buy-in for a product outlook that identifies, def"
        },
        {
          "req_id": "75993859141575366",
          "title": "Global Product Solutions Associate, Search+, Search Creatives and Formats",
          "department": "Search Creatives and Formats",
          "location": "San Francisco, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckeumEcfHqiJSEI2zzM-M5fggNumibVSDVNfJFLff3yvEEjsA1Ny_iwoSJedjQPAoxeutSgyrd3Q9jOwS6-NZm_cPqx1qNafMPC9pkValvIccdVOF8qvDTOjeBbB3pA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dGlobal+Product+Solutions+Associate",
          "description_excerpt": "Manage a portfolio of Search products by relying on AI tools to automate key functions and workflows.\nAssess the impact and effectiveness of AI tools and advise on how to scale use cases to additional products and more broadly across Search+.\nLead development of go-to-market strategy for rapidly cha"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "118541857264149190",
          "title": "Senior Software Engineer, Infrastructure, Google Cloud Compute Infrastructure",
          "department": "Google Cloud Compute Infrastructure",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "115140583005004486",
          "title": "Software Engineer III, Infrastructure, Google Cloud Networking",
          "department": "Google Cloud Networking",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "waymo-19961292-a8d7-40d7-abea-cf4b628ff0a7",
          "title": "Machine Learning Engineer Mapping",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "waymo-senior-android-engineer-growth-mountain-view-california-united-states-san-francisco",
          "title": "Senior Android Engineer Growth",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "waymo-staff-hardware-engineer-charging-systems-mountain-view-california-united-states",
          "title": "Staff Hardware Engineer Charging Systems",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "waymo-executive-business-partner-mountain-view-california-united-states",
          "title": "Executive Business Partner",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "waymo-tech-lead-manager-foundation-models-mountain-view-california-united-states-new-york-city-new-york-kirkland-washington",
          "title": "Tech Lead Manager Foundation Models Mountain View California United States New York City New York Kirkland",
          "department": "",
          "first_seen": "2026-06-02",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 77
        },
        {
          "req_id": "waymo-senior-systems-engineer-power-systems-low-voltage-mountain-view-california-united-states",
          "title": "Senior Systems Engineer Power Systems Low Voltage",
          "department": "",
          "first_seen": "2026-06-09",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 70
        },
        {
          "req_id": "114839469122560710",
          "title": "Global Solutions Senior Associate",
          "department": "",
          "first_seen": "2026-06-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 49
        },
        {
          "req_id": "91731531457798854",
          "title": "Senior Silicon Validation Engineer",
          "department": "Silicon",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 46
        },
        {
          "req_id": "92681372065243846",
          "title": "Marketing Manager, Social Analytics, Listening, Insights and Measurement",
          "department": "Marketing",
          "first_seen": "2026-07-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 45
        },
        {
          "req_id": "88178047315780294",
          "title": "Partner Forward Deployed Engineer, Google Cloud (German, French)",
          "department": "Google Cloud",
          "first_seen": "2026-07-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 45
        },
        {
          "req_id": "76503157974147782",
          "title": "Security and Compliance Specialist, Google Cloud Customer Engineering (Japanese, English)",
          "department": "Google Cloud Customer Engineering",
          "first_seen": "2026-07-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 45
        },
        {
          "req_id": "105358878572454598",
          "title": "Software Engineer Manager II, Migrations",
          "department": "",
          "first_seen": "2026-07-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 45
        },
        {
          "req_id": "100059782282388166",
          "title": "Digital Customer Engineer Lead, Business Development (Japanese, English)",
          "department": "",
          "first_seen": "2026-07-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 45
        }
      ],
      "description_changes": [
        {
          "req_id": "REQ-170",
          "title": "Software Developer, III",
          "department": "Engineering",
          "change_date": "2026-08-21",
          "prev_length": 3460,
          "new_length": 3358,
          "length_delta": -102
        },
        {
          "req_id": "77864530536735430",
          "title": "Software Engineer III, BigQuery ML",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 4505,
          "new_length": 4598,
          "length_delta": 93
        },
        {
          "req_id": "92825014025233094",
          "title": "Staff Linux Diagnostics Software Engineer, ARM Platform",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 4646,
          "new_length": 4739,
          "length_delta": 93
        },
        {
          "req_id": "104959378968191686",
          "title": "Silicon Product Engineer, Google Cloud",
          "department": "Google Cloud",
          "change_date": "2026-08-21",
          "prev_length": 5489,
          "new_length": 5582,
          "length_delta": 93
        },
        {
          "req_id": "122951453848281798",
          "title": "Software Engineer, AI Agent Security",
          "department": "AI Agent Security",
          "change_date": "2026-08-21",
          "prev_length": 5534,
          "new_length": 5628,
          "length_delta": 94
        },
        {
          "req_id": "110254284980789958",
          "title": "Software Engineering Manager, Google Maps Mobile, Geo",
          "department": "Geo",
          "change_date": "2026-08-21",
          "prev_length": 4787,
          "new_length": 4881,
          "length_delta": 94
        },
        {
          "req_id": "106250119719854790",
          "title": "Machine Learning Staff Software Engineer, Search Personalization",
          "department": "Search Personalization",
          "change_date": "2026-08-21",
          "prev_length": 5421,
          "new_length": 5516,
          "length_delta": 95
        },
        {
          "req_id": "119037487195529926",
          "title": "Engineering Manager, Cloud SAP",
          "department": "Cloud SAP",
          "change_date": "2026-08-21",
          "prev_length": 4763,
          "new_length": 4857,
          "length_delta": 94
        },
        {
          "req_id": "113912665645949638",
          "title": "CPU Performance Architect",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 3430,
          "new_length": 3524,
          "length_delta": 94
        },
        {
          "req_id": "111023507717923526",
          "title": "Staff Software Engineer, Search Content Platforms",
          "department": "Search Content Platforms",
          "change_date": "2026-08-21",
          "prev_length": 4498,
          "new_length": 4669,
          "length_delta": 171
        }
      ],
      "novel_terms": [
        {
          "term": "phd intern",
          "count": 10,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "offering contribute",
          "count": 7,
          "first_seen_in_window": "2026-08-18"
        }
      ]
    },
    "LIFE": {
      "ticker": "LIFE",
      "sector": "Media",
      "market_cap_tier": "micro_cap",
      "report_focus_guidance": "appendix \u2014 listing-only unless there's an unusual move",
      "headline": {
        "open_start": 59,
        "open_end": 61,
        "net_change": 2,
        "pct_change": 3.4,
        "new_postings": 6,
        "closed_postings": 2,
        "salary_disclosure_rate_pct_end": 55.7,
        "salary_disclosure_rate_pct_start": 52.5
      },
      "by_department_top10": [
        {
          "dept": "Revenue",
          "open_end": 10,
          "open_start": 8,
          "net_change": 2,
          "pct_change": 25.0,
          "avg_salary_usd": 116870.0,
          "share_pct_postings": 16.4
        },
        {
          "dept": "Marketing",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 182800.0,
          "share_pct_postings": 11.5
        },
        {
          "dept": "Design",
          "open_end": 6,
          "open_start": 5,
          "net_change": 1,
          "pct_change": 20.0,
          "avg_salary_usd": 228250.0,
          "share_pct_postings": 9.8
        },
        {
          "dept": "Product",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 249667.0,
          "share_pct_postings": 9.8
        },
        {
          "dept": "Sales",
          "open_end": 6,
          "open_start": 5,
          "net_change": 1,
          "pct_change": 20.0,
          "avg_salary_usd": 146583.0,
          "share_pct_postings": 9.8
        },
        {
          "dept": "Software Engineering",
          "open_end": 6,
          "open_start": 8,
          "net_change": -2,
          "pct_change": -25.0,
          "avg_salary_usd": 132500.0,
          "share_pct_postings": 9.8
        },
        {
          "dept": "Customer Experience",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 125500.0,
          "share_pct_postings": 6.6
        },
        {
          "dept": "Revenue Operations",
          "open_end": 4,
          "open_start": 3,
          "net_change": 1,
          "pct_change": 33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 6.6
        },
        {
          "dept": "Finance & Operations",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 243833.0,
          "share_pct_postings": 4.9
        },
        {
          "dept": "Analytics",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 260250.0,
          "share_pct_postings": 3.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 16,
          "open_start": 17,
          "net_change": -1,
          "dollar_share_pct": 24.0
        },
        "S&M": {
          "open_end": 30,
          "open_start": 26,
          "net_change": 4,
          "dollar_share_pct": 48.5
        },
        "COGS": {
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "dollar_share_pct": 13.4
        },
        "G&A": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "dollar_share_pct": 3.2
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 6,
          "net_change": 0
        },
        "IC": {
          "open_end": 14,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 9,
          "net_change": 0
        },
        "Manager": {
          "open_end": 17,
          "net_change": 4
        },
        "Director+": {
          "open_end": 15,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote US",
          "open_end": 33,
          "net_change": 3
        },
        {
          "city": "Bangalore, India",
          "open_end": 27,
          "net_change": -1
        },
        {
          "city": "San Francisco, California, United States",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 34,
        "median_midpoint_usd_end": 203000.0,
        "p25_midpoint_usd_end": 135000.0,
        "p75_midpoint_usd_end": 228500.0,
        "median_midpoint_usd_start": 208000.0
      },
      "new_postings_sample": [
        {
          "req_id": "8724221002",
          "title": "Staff Content Designer",
          "department": "Design",
          "location": "Remote US",
          "salary_min": 147000.0,
          "salary_max": 259000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T14:59:27-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8724221002",
          "description_excerpt": "Responsibilities:\nOwn narrative, copywriting, and craft\nWrite and shape content across the purchase journey, including landing pages, onboarding, checkout, post-purchase, and the microcopy that quietly builds or breaks trust\nBuild the narrative backbone for major product flows so that every touchpoi"
        },
        {
          "req_id": "8729912002",
          "title": "Senior Manager, Insurance Customer Operations",
          "department": "Revenue",
          "location": "Remote US",
          "salary_min": 110000.0,
          "salary_max": 130000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T17:23:10-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8729912002",
          "description_excerpt": "Responsibilities:\nOperational Strategy & Process Optimization\nDrive continuous improvement across insurance operations, using data and customer insights to identify inefficiencies and unlock scalable solutions.\nLead operational reviews, audit preparedness, and quality initiatives to ensure accuracy,"
        },
        {
          "req_id": "8728252002",
          "title": "Inside Sales Manager",
          "department": "Sales",
          "location": "Remote US",
          "salary_min": 83000.0,
          "salary_max": 147000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T16:16:13-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8728252002",
          "description_excerpt": "Responsibilities:\nOwn the entire sales funnel and revenue targets for a newly created sales team, operating as a hands-on player-coach who actively sells, coaches, and drives weekly execution\nBuild and scale a high-performing team of licensed sales and operations professionals, establishing rigorous"
        },
        {
          "req_id": "8720569002",
          "title": "Product Support Representative",
          "department": "Revenue",
          "location": "Bangalore, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T00:53:17-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8720569002",
          "description_excerpt": "Responsibilities:\nOwn escalation cases end to end \u2014 triaging incoming issues from internal teams and customers, diagnosing root cause, and resolving them directly whenever possible\nEnsure accuracy and clarity in every resolution \u2014 small errors here have outsized downstream impact\nBuild fluency acros"
        },
        {
          "req_id": "8703237002",
          "title": "Insurance Case Manager",
          "department": "Customer Experience",
          "location": "Remote US",
          "salary_min": 90000.0,
          "salary_max": 120000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-17T14:15:35-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8703237002",
          "description_excerpt": "Responsibilities:\nOwn and actively manage a portfolio of pending or stalled life insurance applications, with an initial focus on Indexed Universal Life (IUL)\nDevelop a working understanding of the full application-to-issue lifecycle in order to identify exactly where and why individual cases are ge"
        },
        {
          "req_id": "8709322002",
          "title": "People Operations Specialist (Temporary)",
          "department": "People",
          "location": "Remote US",
          "salary_min": 65000.0,
          "salary_max": 114000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T18:54:48-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8709322002",
          "description_excerpt": "Responsibilities:\nProvide day-to-day support for People services, addressing employee inquiries about benefits, policies, and procedures.\nMaintain and update People systems with a focus on data integrity and confidentiality (BambooHR, ADP Workforce Now, Seismic, Checkr, OnBlick, Google Suite, etc.)."
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8521980002",
          "title": "Director of Revenue Operations, Consumer ",
          "department": "Revenue Operations",
          "first_seen": "2026-04-25",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 114
        },
        {
          "req_id": "8359330002",
          "title": "Full Stack Engineer",
          "department": "Software Engineering",
          "first_seen": "2026-04-26",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 113
        }
      ],
      "description_changes": [
        {
          "req_id": "8446912002",
          "title": "Annuity Sales Representative",
          "department": "Sales",
          "change_date": "2026-08-21",
          "prev_length": 5061,
          "new_length": 5100,
          "length_delta": 39
        },
        {
          "req_id": "8694779002",
          "title": "Senior Annuities Operations Associate",
          "department": "Revenue",
          "change_date": "2026-08-20",
          "prev_length": 5020,
          "new_length": 5020,
          "length_delta": 0
        },
        {
          "req_id": "8694735002",
          "title": "Sales Development Representative, Annuities",
          "department": "Revenue",
          "change_date": "2026-08-20",
          "prev_length": 4925,
          "new_length": 4925,
          "length_delta": 0
        },
        {
          "req_id": "8575773002",
          "title": "Senior Manager, IUL",
          "department": "Sales",
          "change_date": "2026-08-19",
          "prev_length": 4275,
          "new_length": 4275,
          "length_delta": 0
        },
        {
          "req_id": "8641258002",
          "title": "Sales Strategy & Operations Manager",
          "department": "Revenue Operations",
          "change_date": "2026-08-18",
          "prev_length": 5061,
          "new_length": 6474,
          "length_delta": 1413
        },
        {
          "req_id": "8641210002",
          "title": "Director of Product Design",
          "department": "Design",
          "change_date": "2026-08-18",
          "prev_length": 5171,
          "new_length": 5323,
          "length_delta": 152
        },
        {
          "req_id": "8651188002",
          "title": "Client Operations Associate",
          "department": "Customer Experience",
          "change_date": "2026-08-17",
          "prev_length": 4100,
          "new_length": 4931,
          "length_delta": 831
        },
        {
          "req_id": "8574159002",
          "title": "Product Performance Actuary ",
          "department": "Actuarial",
          "change_date": "2026-08-15",
          "prev_length": 5274,
          "new_length": 5274,
          "length_delta": 0
        }
      ],
      "novel_terms": []
    },
    "LYFT": {
      "ticker": "LYFT",
      "sector": "Gig",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 171,
        "open_end": 161,
        "net_change": -10,
        "pct_change": -5.8,
        "new_postings": 9,
        "closed_postings": 9,
        "salary_disclosure_rate_pct_end": 60.9,
        "salary_disclosure_rate_pct_start": 62.0
      },
      "by_department_top10": [
        {
          "dept": "AV & Fleet Operations",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 53035.0,
          "share_pct_postings": 8.1
        },
        {
          "dept": "Lyft Business",
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 140529.0,
          "share_pct_postings": 7.5
        },
        {
          "dept": "Infrastructure",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 156750.0,
          "share_pct_postings": 6.2
        },
        {
          "dept": "Mapping",
          "open_end": 8,
          "open_start": 9,
          "net_change": -1,
          "pct_change": -11.1,
          "avg_salary_usd": 174262.0,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Corporate Engineering & IT",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Executive",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 221749.0,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Global Growth Tech",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 184458.0,
          "share_pct_postings": 3.7
        },
        {
          "dept": "North America Rideshare Marketing",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 151500.0,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Growth",
          "open_end": 5,
          "open_start": 7,
          "net_change": -2,
          "pct_change": -28.6,
          "avg_salary_usd": 154840.0,
          "share_pct_postings": 3.1
        },
        {
          "dept": "Central Market Management & AI",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 175275.0,
          "share_pct_postings": 2.5
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 71,
          "open_start": 76,
          "net_change": -5,
          "dollar_share_pct": 37.1
        },
        "S&M": {
          "open_end": 25,
          "open_start": 28,
          "net_change": -3,
          "dollar_share_pct": 25.3
        },
        "COGS": {
          "open_end": 33,
          "open_start": 34,
          "net_change": -1,
          "dollar_share_pct": 18.1
        },
        "G&A": {
          "open_end": 11,
          "open_start": 13,
          "net_change": -2,
          "dollar_share_pct": 6.7
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 8,
          "net_change": -2
        },
        "IC": {
          "open_end": 54,
          "net_change": 1
        },
        "IC-Senior": {
          "open_end": 32,
          "net_change": -3
        },
        "Manager": {
          "open_end": 61,
          "net_change": -6
        },
        "Director+": {
          "open_end": 5,
          "net_change": 0
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Toronto, Canada",
          "open_end": 48,
          "net_change": -1
        },
        {
          "city": "San Francisco, CA",
          "open_end": 44,
          "net_change": -3
        },
        {
          "city": "New York, NY",
          "open_end": 25,
          "net_change": -3
        },
        {
          "city": "Nashville, TN",
          "open_end": 18,
          "net_change": 1
        },
        {
          "city": "Montreal, Canada",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Mexico City, Mexico",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "Seattle, WA",
          "open_end": 2,
          "net_change": -2
        },
        {
          "city": "Los Angeles, CA",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Phoenix, AZ",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Austin, TX",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 98,
        "median_midpoint_usd_end": 148500.0,
        "p25_midpoint_usd_end": 108855.0,
        "p75_midpoint_usd_end": 168300.0,
        "median_midpoint_usd_start": 148500.0
      },
      "new_postings_sample": [
        {
          "req_id": "8734166002",
          "title": "Analyst, Global Support Workforce Planning",
          "department": "Core Support Ops",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T15:39:28-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8734166002?gh_jid=8734166002",
          "description_excerpt": "Responsibilities:\nSupport the development and upkeep of the models and frameworks that connect business drivers to staffing and resourcing decisions\nTranslate large, complex, and sometimes ambiguous data into clear, actionable insights that support leadership recommendations\nOwn day-to-day planning"
        },
        {
          "req_id": "8733650002",
          "title": "Software Engineer, iOS Integrity",
          "department": "PII Platform",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T13:35:41-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8733650002?gh_jid=8733650002",
          "description_excerpt": "Responsibilities\nHelp establish roadmap and architecture based on technology and our needs\nWrite well-crafted, well-tested, readable, maintainable code\nParticipate in code reviews to ensure code quality and distribute knowledge\nShare your knowledge by giving brown bags, tech talks, and promoting app"
        },
        {
          "req_id": "8728407002",
          "title": "Senior Claims Operations Specialist",
          "department": "First Notice of Loss - PMM",
          "location": "Nashville, TN",
          "salary_min": 50180.0,
          "salary_max": 62730.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T10:33:48-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8728407002?gh_jid=8728407002",
          "description_excerpt": "responsibilities between independent claims processing and working with our cross-functional teams with a focus on customer obsession and operational excellence.\nResponsibilities:\nCreate initial loss reports and assist with overall processes for Lyft Healthcare, as well as Lyft Bikes and Scooters\nRe"
        },
        {
          "req_id": "8728414002",
          "title": "Quality Assessment Claims Specialist",
          "department": "Risk Solutions",
          "location": "Nashville, TN",
          "salary_min": 50180.0,
          "salary_max": 62730.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T10:33:08-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8728414002?gh_jid=8728414002",
          "description_excerpt": "Responsibilities:\nConduct structured quality reviews of claims intake calls/tickets and customer-interaction touchpoints against a defined rubric including accuracy of documentation, adherence to SOPs, compliance with privacy/regulatory requirements, tone and professionalism\nScore interactions using"
        },
        {
          "req_id": "8716218002",
          "title": "Senior Software Engineer, Recommendations",
          "department": "Applied AI",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T13:53:50-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8716218002?gh_jid=8716218002",
          "description_excerpt": "Responsibilities:\nEstablish engineering best practices and patterns; help uplift the team's craft and drive a culture of engineering excellence\nDrive high-impact projects and innovate new solutions to deliver the best user experience\nProduce and drive scalable system design for large, complex featur"
        },
        {
          "req_id": "8716220002",
          "title": "Software Engineer, Observability",
          "department": "Infrastructure",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T19:27:12-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8716220002?gh_jid=8716220002",
          "description_excerpt": "Responsibilities:\nMaintain, improve, and develop tooling and systems that enhance the reliability, scalability, and efficiency of our platform.\nAssist engineering teams in defining service-level objectives (SLOs) and provide the necessary tooling to monitor and balance feature development speed and"
        },
        {
          "req_id": "8716224002",
          "title": "Counsel, Product & Commercial (Rideshare)",
          "department": "Legal",
          "location": "San Francisco, CA",
          "salary_min": 176000.0,
          "salary_max": 220000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T18:11:20-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8716224002?gh_jid=8716224002",
          "description_excerpt": "Responsibilities:\nAdvise Lyft product teams as they develop, launch, and operate a wide range of new products and features across multiple lines of business\nDraft, review, and negotiate legal agreements involving complex partnerships and technology transactions; serve as the primary legal counsel fo"
        },
        {
          "req_id": "8716222002",
          "title": "Software Engineer, Fulfillment Core Services",
          "department": "Fulfillment",
          "location": "Seattle, WA",
          "salary_min": 128000.0,
          "salary_max": 160000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T16:46:23-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8716222002?gh_jid=8716222002",
          "description_excerpt": "Responsibilities:\nDesign, develop, deploy, monitor, operate and maintain existing or new elements of the Fulfillment tech stack\nWrite well-crafted, well-tested, readable, maintainable code\nHave a good grasp and ability to explain the various tradeoffs made in decisions\nParticipate in code reviews to"
        },
        {
          "req_id": "8702416002",
          "title": "Business Operations Specialist",
          "department": "AV & Fleet Operations",
          "location": "Nashville, TN",
          "salary_min": 59040.0,
          "salary_max": 73800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T11:18:39-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8702416002?gh_jid=8702416002",
          "description_excerpt": "responsibilities including financial reporting, cash management, vendor management, budgeting/forecasting and fleet management initiatives In addition, this individual will build Flexdrive\u2019s internal processes that will streamline financial reporting across multiple focus areas (vehicle acquisition,"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8508346002",
          "title": "Senior AI Software Engineer, Risk - Insurance Claims Management",
          "department": "Core Systems & Platforms",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "8508372002",
          "title": "Senior AI Software Engineer, Risk - Insurance Claims Management",
          "department": "Core Systems & Platforms",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "8534527002",
          "title": "Global Equity Program Manager",
          "department": "Legal",
          "first_seen": "2026-05-05",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 105
        },
        {
          "req_id": "8534529002",
          "title": "Global Equity Program Manager",
          "department": "Legal",
          "first_seen": "2026-05-05",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 105
        },
        {
          "req_id": "8574938002",
          "title": "Associate, Healthcare & Business Support",
          "department": "Core Support Ops",
          "first_seen": "2026-06-10",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 69
        },
        {
          "req_id": "8649427002",
          "title": "Executive Business Partner",
          "department": "Canada and Northern US Policy",
          "first_seen": "2026-07-25",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 24
        },
        {
          "req_id": "8599672002",
          "title": "Associate Program Manager, Technical Operations",
          "department": "Verticals",
          "first_seen": "2026-07-07",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 41
        },
        {
          "req_id": "8656826002",
          "title": "Software Engineer, Core Maps",
          "department": "Mapping",
          "first_seen": "2026-07-31",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 17
        },
        {
          "req_id": "8684437002",
          "title": "Community Manager, Social Media",
          "department": "External Communications & Brand Social",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 5
        }
      ],
      "description_changes": [
        {
          "req_id": "8421525002",
          "title": "Senior Software Engineer, CorpSec",
          "department": "Core Systems & Platforms",
          "change_date": "2026-08-21",
          "prev_length": 4650,
          "new_length": 4654,
          "length_delta": 4
        },
        {
          "req_id": "8550113002",
          "title": "Account Manager",
          "department": "Lyft Business",
          "change_date": "2026-08-20",
          "prev_length": 6356,
          "new_length": 6356,
          "length_delta": 0
        },
        {
          "req_id": "8421525002",
          "title": "Senior Software Engineer, CorpSec",
          "department": "Core Systems & Platforms",
          "change_date": "2026-08-19",
          "prev_length": 4912,
          "new_length": 4650,
          "length_delta": -262
        },
        {
          "req_id": "8586330002",
          "title": "Fleet Operations Associate (Afternoon & Overnight Shift) ",
          "department": "AV & Fleet Operations",
          "change_date": "2026-08-19",
          "prev_length": 9400,
          "new_length": 9467,
          "length_delta": 67
        }
      ],
      "novel_terms": []
    },
    "META": {
      "ticker": "META",
      "sector": "Ads",
      "market_cap_tier": "hyperscaler",
      "report_focus_guidance": "page 1 \u2014 spotlight; lead the weekly report with these",
      "headline": {
        "open_start": 849,
        "open_end": 870,
        "net_change": 21,
        "pct_change": 2.5,
        "new_postings": 98,
        "closed_postings": 40,
        "salary_disclosure_rate_pct_end": 77.4,
        "salary_disclosure_rate_pct_start": 79.0
      },
      "by_department_top10": [
        {
          "dept": "Data Center",
          "open_end": 117,
          "open_start": 115,
          "net_change": 2,
          "pct_change": 1.7,
          "avg_salary_usd": 182725.0,
          "share_pct_postings": 13.4
        },
        {
          "dept": "Infrastructure",
          "open_end": 73,
          "open_start": 74,
          "net_change": -1,
          "pct_change": -1.4,
          "avg_salary_usd": 192639.0,
          "share_pct_postings": 8.4
        },
        {
          "dept": "Sales & Marketing",
          "open_end": 63,
          "open_start": 64,
          "net_change": -1,
          "pct_change": -1.6,
          "avg_salary_usd": 193932.0,
          "share_pct_postings": 7.2
        },
        {
          "dept": "Legal, Finance, Facilities & Admin",
          "open_end": 58,
          "open_start": 48,
          "net_change": 10,
          "pct_change": 20.8,
          "avg_salary_usd": 176888.0,
          "share_pct_postings": 6.7
        },
        {
          "dept": "Data Center, Infrastructure",
          "open_end": 29,
          "open_start": 28,
          "net_change": 1,
          "pct_change": 3.6,
          "avg_salary_usd": 173788.0,
          "share_pct_postings": 3.3
        },
        {
          "dept": "Software Engineering",
          "open_end": 27,
          "open_start": 27,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 248558.0,
          "share_pct_postings": 3.1
        },
        {
          "dept": "AR/VR",
          "open_end": 26,
          "open_start": 28,
          "net_change": -2,
          "pct_change": -7.1,
          "avg_salary_usd": 173156.0,
          "share_pct_postings": 3.0
        },
        {
          "dept": "AR/VR, Facebook Reality Labs",
          "open_end": 26,
          "open_start": 28,
          "net_change": -2,
          "pct_change": -7.1,
          "avg_salary_usd": 192818.0,
          "share_pct_postings": 3.0
        },
        {
          "dept": "Design & User Experience",
          "open_end": 22,
          "open_start": 23,
          "net_change": -1,
          "pct_change": -4.3,
          "avg_salary_usd": 204818.0,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Product Management",
          "open_end": 22,
          "open_start": 19,
          "net_change": 3,
          "pct_change": 15.8,
          "avg_salary_usd": 236188.0,
          "share_pct_postings": 2.5
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 562,
          "open_start": 548,
          "net_change": 14,
          "dollar_share_pct": 69.8
        },
        "S&M": {
          "open_end": 154,
          "open_start": 155,
          "net_change": -1,
          "dollar_share_pct": 11.4
        },
        "COGS": {
          "open_end": 83,
          "open_start": 85,
          "net_change": -2,
          "dollar_share_pct": 10.7
        },
        "G&A": {
          "open_end": 39,
          "open_start": 30,
          "net_change": 9,
          "dollar_share_pct": 4.3
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 16,
          "net_change": 4
        },
        "IC": {
          "open_end": 451,
          "net_change": 4
        },
        "IC-Senior": {
          "open_end": 7,
          "net_change": 0
        },
        "Manager": {
          "open_end": 359,
          "net_change": 12
        },
        "Director+": {
          "open_end": 36,
          "net_change": 1
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Menlo Park, CA",
          "open_end": 114,
          "net_change": -2
        },
        {
          "city": "Singapore",
          "open_end": 35,
          "net_change": 6
        },
        {
          "city": "Sunnyvale, CA",
          "open_end": 35,
          "net_change": -1
        },
        {
          "city": "Redmond, WA",
          "open_end": 25,
          "net_change": 1
        },
        {
          "city": "Menlo Park, CA, New York, NY",
          "open_end": 23,
          "net_change": 6
        },
        {
          "city": "Menlo Park, CA, New York, NY, San Francisco, CA",
          "open_end": 22,
          "net_change": 0
        },
        {
          "city": "London, UK",
          "open_end": 22,
          "net_change": 4
        },
        {
          "city": "Dublin, Ireland",
          "open_end": 20,
          "net_change": 0
        },
        {
          "city": "Bellevue, WA, Menlo Park, CA, Seattle, WA",
          "open_end": 19,
          "net_change": 1
        },
        {
          "city": "Sunnyvale, CA, Bellevue, WA, Menlo Park, CA",
          "open_end": 18,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 673,
        "median_midpoint_usd_end": 192000.0,
        "p25_midpoint_usd_end": 167000.0,
        "p75_midpoint_usd_end": 220500.0,
        "median_midpoint_usd_start": 191500.0
      },
      "new_postings_sample": [
        {
          "req_id": "2344163266409172",
          "title": "Product Quality Engineer, Hardware",
          "department": "AR/VR",
          "location": "Shanghai, China, Suzhou, China, Shenzhen, China",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/2344163266409172",
          "description_excerpt": "As a Product Quality Engineer at Meta, you will take responsibility to ensure that the product produced in the manufacturing site meets the requirements defined by the team, covering product cosmetic, function, and reliability. You will take responsibility to make sure the proper quality control sys"
        },
        {
          "req_id": "2045172806126214",
          "title": "Research Scientist, Quantitative Growth Research",
          "department": "Research",
          "location": "Menlo Park, CA, New York, NY, San Francisco, CA",
          "salary_min": 147000.0,
          "salary_max": 208000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/2045172806126214",
          "description_excerpt": "Meta is seeking a Research Scientist to join the Quantitative Growth Research team, where you will apply rigorous quantitative methods to understand user behavior, product adoption, and growth dynamics across Meta's family of apps and services. In this role, you will design and execute large-scale s"
        },
        {
          "req_id": "1754826752513572",
          "title": "Law Enforcement Outreach Manager",
          "department": "Legal, Finance, Facilities & Admin",
          "location": "Austin, TX, Atlanta, GA, Menlo Park, CA",
          "salary_min": 169000.0,
          "salary_max": 237000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1754826752513572",
          "description_excerpt": "Meta seeks an experienced leader to serve as a Law Enforcement Outreach Manager to join our North America team. The position will be responsible for developing and maintaining strategic relationships with law enforcement agencies, government authorities with an internet safety, high-risk harm mitiga"
        },
        {
          "req_id": "904708452712674",
          "title": "User Experience Researcher, Mixed Methods",
          "department": "AI Research, Research",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/904708452712674",
          "description_excerpt": "Meta is seeking a User Experience Researcher with mixed methods expertise to help shape products and experiences used by billions of people worldwide. In this role, you will design and lead research that combines qualitative and quantitative approaches to generate deep insights into user attitudes,"
        },
        {
          "req_id": "2036491263900209",
          "title": "Software Engineer, Databases (Technical Leadership)",
          "department": "Infrastructure, Software Engineering",
          "location": "Bellevue, WA, Menlo Park, CA",
          "salary_min": 219000.0,
          "salary_max": 301000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/2036491263900209",
          "description_excerpt": "Meta is seeking a distinguished Software Engineer specializing in database internals to drive the technical direction of our MySQL infrastructure that powers Meta's family of products and platforms. In this role, you will architect and evolve critical database systems within our MySQL team \u2014 includi"
        },
        {
          "req_id": "1076252364864894",
          "title": "Data Center Capacity Engineer",
          "department": "Data Center",
          "location": "Lule\u00e5, Sweden",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1076252364864894",
          "description_excerpt": "Meta is seeking a Data Center Capacity Engineer to help ensure our global data center infrastructure can meet the demands of billions of users across Meta's family of apps and services. In this role, you will analyze server fleet utilization, model capacity demand, and partner with infrastructure, s"
        },
        {
          "req_id": "2902336036807987",
          "title": "Hardware Engineer, Infrastructure Silicon Validation",
          "department": "Infrastructure",
          "location": "Bangalore, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/2902336036807987",
          "description_excerpt": "Meta's Infrastructure Silicon team designs and deploys custom silicon solutions that power the compute, networking, and storage infrastructure underpinning Meta's data centers at global scale. As a Hardware Engineer focused on Infrastructure Silicon Validation, you will be responsible for validating"
        },
        {
          "req_id": "1825752218582325",
          "title": "Reliability Engineer, Hardware",
          "department": "AR/VR, Facebook Reality Labs",
          "location": "Sunnyvale, CA, Redmond, WA, Seattle, WA",
          "salary_min": 173000.0,
          "salary_max": 245000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1825752218582325",
          "description_excerpt": "Meta is seeking a Reliability Engineer to drive the quality, durability, and long-term reliability of consumer hardware products across Meta's device portfolio, including virtual reality headsets, augmented reality glasses, and wearable devices. In this role, you will own independently reliability e"
        },
        {
          "req_id": "1796691991338568",
          "title": "Research Scientist Intern, Optical System Design (PhD)",
          "department": "Internship - PhD",
          "location": "Redmond, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1796691991338568",
          "description_excerpt": "Meta Reality Labs brings together a team of researchers, developers, and engineers to create the future of virtual and augmented reality, which together will become as universal and essential as smartphones and personal computers are today. And just as personal computers have done over the past 45 y"
        },
        {
          "req_id": "1721185088993779",
          "title": "Electrical Engineering Technician, Robotics Hardware Engineering",
          "department": "Facebook Reality Labs",
          "location": "Redmond, WA",
          "salary_min": 111010.0,
          "salary_max": 159994.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1721185088993779",
          "description_excerpt": "At Meta, we're building the future of human connection and the technology that enables it. This means continuously inventing and developing technologies for the next generation of experiences.\nTo continue our efforts on the path to AGI, and as we move closer to a future with intelligent robots and a"
        },
        {
          "req_id": "1039627778682444",
          "title": "Communications Manager, AI and Innovation, APAC",
          "department": "Communications & Public Policy",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1039627778682444",
          "description_excerpt": "Meta is seeking a senior communications leader to shape and drive the external narrative around artificial intelligence and innovation across the Asia-Pacific region. In this role, you will develop and execute high-impact communications strategies that advance understanding of Meta's AI products, re"
        },
        {
          "req_id": "2383913205468062",
          "title": "Communications Manager, Reality Labs, APAC",
          "department": "Communications & Public Policy",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/2383913205468062",
          "description_excerpt": "Meta's Reality Labs is building the future of human connection through augmented reality, virtual reality, and mixed reality technologies, including Meta Quest, Ray-Ban Meta smart glasses, and the broader spatial computing ecosystem. We are seeking a Communications Manager to lead external communica"
        },
        {
          "req_id": "4511239649195236",
          "title": "Physical Security Operations Regional Manager",
          "department": "Security, Legal, Finance, Facilities & Admin",
          "location": "Dublin, Ireland, London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/4511239649195236",
          "description_excerpt": "Meta is seeking an experienced Physical Security Operations Regional Manager to lead and advance enterprise-scale physical security programs across a defined geographic region. In this role, you will drive the strategy, execution, and continuous improvement of physical security operations protecting"
        },
        {
          "req_id": "819572631178199",
          "title": "Enterprise Technical Sales Specialist, Indonesia",
          "department": "Sales & Marketing",
          "location": "Jakarta, Indonesia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/819572631178199",
          "description_excerpt": "Meta is seeking an Enterprise Technical Sales Specialist to serve as an Enterprise Technical Sales Specialist, for our clients in Indonesia. If you are a collaborative professional who has experience in end to end direct sales, prospecting, solutions selling, technical solutions architecture design,"
        },
        {
          "req_id": "1549391699984519",
          "title": "Security Engineer - Security Risk Management",
          "department": "Security",
          "location": "Menlo Park, CA",
          "salary_min": 154000.0,
          "salary_max": 217000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1549391699984519",
          "description_excerpt": "The Meta Security team is responsible for improving the security posture of the software and services used throughout our company. Our work spans Facebook, Instagram, WhatsApp, Oculus, and all of the underlying systems and infrastructure that power these products behind the scenes.\nWe are seeking a"
        },
        {
          "req_id": "989132117436241",
          "title": "Security Engineer - Vulnerability Management",
          "department": "Security",
          "location": "Menlo Park, CA, Remote, US",
          "salary_min": 184000.0,
          "salary_max": 257000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/989132117436241",
          "description_excerpt": "Meta protects billions of people, and at our scale, vulnerabilities can't be managed by hand. As a Security Engineer on the Scaling \u2013 Vulnerability Management team, you'll build ML-based systems that automate how vulnerabilities are identified, triaged, and remediated across Meta's codebase. You'll"
        },
        {
          "req_id": "1784523366330689",
          "title": "Administrative Partner",
          "department": "Legal, Finance, Facilities & Admin",
          "location": "Menlo Park, CA",
          "salary_min": 86091.0,
          "salary_max": 118310.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/1784523366330689",
          "description_excerpt": "Meta is seeking an experienced Administrative Partner to support up to 3 directors in the Meta leadership team. The person in this role will need to be a strong problem-solver, detail oriented and organizationally skilled to manage nuanced calendaring and travel planning. Additionally, the ideal can"
        },
        {
          "req_id": "27650091594619675",
          "title": "Regulatory Readiness Program Manager",
          "department": "Security",
          "location": "Menlo Park, CA, Seattle, WA",
          "salary_min": 134000.0,
          "salary_max": 192000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/27650091594619675",
          "description_excerpt": "The Regulatory Readiness Obligation Management team works across regulatory domains (e.g. Privacy, Integrity, Security) and partners closely with Legal, Policy, Operations, and Product to understand and respond to key external pressures that could impact Meta's businesses. We work with our partners"
        },
        {
          "req_id": "973992872214648",
          "title": "Director of Regional Development",
          "department": "Data Center",
          "location": "Menlo Park, CA, Remote, US",
          "salary_min": 246000.0,
          "salary_max": 306000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.metacareers.com/profile/job_details/973992872214648",
          "description_excerpt": "Meta designs, builds, leases, and operates the most innovative and efficient data centers in the world. Meta is seeking a Director of Regional Development to develop Meta\u2019s global data center portfolio in line with the company\u2019s strategic objectives to advance our efforts around AI. This role has ov"
        },
        {
          "req_id": "1580122090491909",
          "title": "Strategic Partner Manager - Audience Network",
          "department": "Business Development & Partnerships",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.metacareers.com/profile/job_details/1580122090491909",
          "description_excerpt": "Meta is seeking a Strategic Partner Manager to lead strategic partnerships within the programmatic ads ecosystem. This role will be responsible for driving publisher adoption of the Audience Network solution for gaming and non-gaming mobile app developers.\nThe Partner Manager owns the entire new bus"
        },
        {
          "req_id": "1130005389689364",
          "title": "Camera Architect",
          "department": "Facebook Reality Labs, Infrastructure",
          "location": "Sunnyvale, CA, Redmond, WA",
          "salary_min": 173000.0,
          "salary_max": 245000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.metacareers.com/profile/job_details/1130005389689364",
          "description_excerpt": "As a Camera Architect you will define and own the end-to-end imaging architecture of camera subsystems \u2014 single-camera or multi-camera \u2014 for Meta's AR and VR product lines, serving photography, computer vision, and contextual-AI feature pipelines. Working alongside dedicated sensor, lens, and module"
        },
        {
          "req_id": "1719639269238156",
          "title": "Product Manager, Platform",
          "department": "Product Management",
          "location": "Menlo Park, CA, New York, NY",
          "salary_min": 249000.0,
          "salary_max": 323000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.metacareers.com/profile/job_details/1719639269238156",
          "description_excerpt": "We\u2019re building the future of work: the Metamate platform, a full-stack product that allows people to direct, review, and help agents improve their work across the entire company. The ATA Product team builds the platform components, memory systems, improvement loops and shared product experiences tha"
        },
        {
          "req_id": "1842433873407112",
          "title": "Product Manager, Evals & Improvement",
          "department": "Product Management",
          "location": "Menlo Park, CA, New York, NY",
          "salary_min": 146000.0,
          "salary_max": 204000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.metacareers.com/profile/job_details/1842433873407112",
          "description_excerpt": "The Agent Transformation Accelerator (ATA) Product team is building Meta\u2019s future of work: Metamate, an internal full-stack platform that lets people direct, review, and help agents improve their work across the entire company. We\u2019re building the platform components, memory systems, improvement loop"
        },
        {
          "req_id": "3191026081095193",
          "title": "Internal Audit Manager \u2013 Reality Labs & Emerging Technology",
          "department": "Legal, Finance, Facilities & Admin",
          "location": "Menlo Park, CA",
          "salary_min": 137000.0,
          "salary_max": 197000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.metacareers.com/profile/job_details/3191026081095193",
          "description_excerpt": "Meta's Internal Audit offers experienced auditors the chance to leverage Meta's emerging technology initiatives, including Reality Labs to drive impactful audits. You'll work in a fast-paced, innovative environment, collaborating with cross-functional teams to shape risk management and add value acr"
        },
        {
          "req_id": "1354563596382371",
          "title": "Design Producer - Human Interface",
          "department": "Design & User Experience",
          "location": "Burlingame, CA",
          "salary_min": 132000.0,
          "salary_max": 190000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.metacareers.com/profile/job_details/1354563596382371",
          "description_excerpt": "The Design Producer is the operational force that keeps the R&D Human Interface Design studio running and products shipping. You will own end-to-end design across Meta's Reality Labs device portfolio, orchestrating cross-functional execution at high craft and speed.\nYou'll partner with the project l"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "978903851762450",
          "title": "Software Engineer (Technical Leadership)",
          "department": "Software Engineering",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "1540588567533049",
          "title": "Data Center Production Operations Engineer (Third Shift)",
          "department": "AI Infrastructure, Data Center",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 46
        },
        {
          "req_id": "1011174401300104",
          "title": "Software Engineer - iOS, Standalone Apps Team",
          "department": "Software Engineering",
          "first_seen": "2026-07-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 46
        },
        {
          "req_id": "2063937610827357",
          "title": "Channel Operations Account Manager",
          "department": "AR/VR",
          "first_seen": "2026-07-08",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 41
        },
        {
          "req_id": "1520687866013732",
          "title": "Research Scientist, World Modelling | Chercheur scientifique, mod\u00e9lisation du monde",
          "department": "AI Research",
          "first_seen": "2026-07-10",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 39
        },
        {
          "req_id": "27256481520713890",
          "title": "Research Scientist, World Modelling",
          "department": "AI Research",
          "first_seen": "2026-07-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 35
        },
        {
          "req_id": "832599136487815",
          "title": "Mechanical Design Engineer, Robotics",
          "department": "Research",
          "first_seen": "2026-07-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 31
        },
        {
          "req_id": "1025868066845830",
          "title": "Client Partner, CEE Cross Border",
          "department": "Sales & Marketing",
          "first_seen": "2026-07-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 31
        },
        {
          "req_id": "1016577254585736",
          "title": "Financial Accountant \u2014 International Statutory Controllership",
          "department": "Legal, Finance, Facilities & Admin",
          "first_seen": "2026-07-25",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 24
        },
        {
          "req_id": "37417169021261359",
          "title": "Production Network Engineer",
          "department": "Infrastructure",
          "first_seen": "2026-08-05",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 13
        },
        {
          "req_id": "1526595605820590",
          "title": "Product Visualization Specialist",
          "department": "Design & User Experience",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 5
        },
        {
          "req_id": "1043486325088683",
          "title": "Operations Program Manager, Robotics",
          "department": "AR/VR, Facebook Reality Labs",
          "first_seen": "2026-08-15",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 3
        },
        {
          "req_id": "1558096199052198",
          "title": "Product Cost Engineer, Robotics",
          "department": "AR/VR, Facebook Reality Labs",
          "first_seen": "2026-08-15",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 3
        },
        {
          "req_id": "1740137207230126",
          "title": "Regional Environmental Health Safety Manager",
          "department": "Security",
          "first_seen": "2026-08-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 0
        },
        {
          "req_id": "968490272833104",
          "title": "System Safety Engineer, Humanoid Robotics",
          "department": "AI Research, Facebook",
          "first_seen": "2026-05-29",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 80
        }
      ],
      "description_changes": [
        {
          "req_id": "1058015150032994",
          "title": "Energy Manager - Onsite Generation Solutions",
          "department": "Data Center",
          "change_date": "2026-08-21",
          "prev_length": 6613,
          "new_length": 6868,
          "length_delta": 255
        },
        {
          "req_id": "1752013789155321",
          "title": "Internal Audit Manager, Product Risk Compliance",
          "department": "Legal, Finance, Facilities & Admin",
          "change_date": "2026-08-21",
          "prev_length": 6138,
          "new_length": 5973,
          "length_delta": -165
        },
        {
          "req_id": "1951694715520954",
          "title": "AI Research Scientist - Meta Superintelligence Lab (Technical Leadership)",
          "department": "AI Research",
          "change_date": "2026-08-21",
          "prev_length": 1977,
          "new_length": 1714,
          "length_delta": -263
        },
        {
          "req_id": "1058015150032994",
          "title": "Energy Manager - Onsite Generation Solutions",
          "department": "Data Center",
          "change_date": "2026-08-20",
          "prev_length": 6868,
          "new_length": 6613,
          "length_delta": -255
        },
        {
          "req_id": "1518652975863188",
          "title": "Supply Chain Operations Lead, Infrastructure Supply Chain",
          "department": "AI Infrastructure, Data Center",
          "change_date": "2026-08-19",
          "prev_length": 2938,
          "new_length": 2989,
          "length_delta": 51
        },
        {
          "req_id": "869009276181407",
          "title": "Enterprise Technical Sales Director, LATAM",
          "department": "Sales & Marketing",
          "change_date": "2026-08-19",
          "prev_length": 3499,
          "new_length": 3710,
          "length_delta": 211
        },
        {
          "req_id": "2542919452833562",
          "title": "Technical Domain Manager",
          "department": "Enterprise Engineering, Data Center",
          "change_date": "2026-08-19",
          "prev_length": 6328,
          "new_length": 6410,
          "length_delta": 82
        },
        {
          "req_id": "1051592640586634",
          "title": "Brand Marketing Manager, VR Acquisition",
          "department": "AR/VR, Sales & Marketing",
          "change_date": "2026-08-19",
          "prev_length": 2535,
          "new_length": 2824,
          "length_delta": 289
        },
        {
          "req_id": "1035087632303329",
          "title": "Head of Wholesale Energy Supply",
          "department": "Data Center",
          "change_date": "2026-08-18",
          "prev_length": 4335,
          "new_length": 4593,
          "length_delta": 258
        },
        {
          "req_id": "1518652975863188",
          "title": "Supply Chain Operations Lead, Infrastructure Supply Chain",
          "department": "AI Infrastructure, Data Center",
          "change_date": "2026-08-18",
          "prev_length": null,
          "new_length": 2938,
          "length_delta": null
        }
      ],
      "novel_terms": [
        {
          "term": "policy planning",
          "count": 5,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "international data",
          "count": 4,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "data legal",
          "count": 4,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "direct review",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "help agents",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "agents improve",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "entire company",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "ata product",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "sales strategy",
          "count": 3,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "advertising partners",
          "count": 3,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "partners customers",
          "count": 3,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "take responsibility",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "quantitative growth",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "growth research",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "enforcement outreach",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "outreach manager",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "audience network",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "ads ecosystem",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "quality durability",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "term reliability",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        }
      ]
    },
    "MTCH": {
      "ticker": "MTCH",
      "sector": "Media",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 196,
        "open_end": 194,
        "net_change": -2,
        "pct_change": -1.0,
        "new_postings": 8,
        "closed_postings": 6,
        "salary_disclosure_rate_pct_end": 25.8,
        "salary_disclosure_rate_pct_start": 26.0
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 112,
          "open_start": 112,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 57.7
        },
        {
          "dept": "Engineering",
          "open_end": 17,
          "open_start": 18,
          "net_change": -1,
          "pct_change": -5.6,
          "avg_salary_usd": 201143.0,
          "share_pct_postings": 8.8
        },
        {
          "dept": "Marketing & PR",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": 181000.0,
          "share_pct_postings": 4.6
        },
        {
          "dept": "Product",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": 209429.0,
          "share_pct_postings": 4.6
        },
        {
          "dept": "Marketing",
          "open_end": 7,
          "open_start": 8,
          "net_change": -1,
          "pct_change": -12.5,
          "avg_salary_usd": 184000.0,
          "share_pct_postings": 3.6
        },
        {
          "dept": "People",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 137825.0,
          "share_pct_postings": 3.1
        },
        {
          "dept": "Development, Technology",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.6
        },
        {
          "dept": "Core",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.1
        },
        {
          "dept": "Communications",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 115417.0,
          "share_pct_postings": 1.5
        },
        {
          "dept": "Trust and Safety",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": 32850.0,
          "share_pct_postings": 1.5
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 87,
          "open_start": 88,
          "net_change": -1,
          "dollar_share_pct": 59.1
        },
        "S&M": {
          "open_end": 47,
          "open_start": 49,
          "net_change": -2,
          "dollar_share_pct": 19.4
        },
        "COGS": {
          "open_end": 10,
          "open_start": 9,
          "net_change": 1,
          "dollar_share_pct": 7.1
        },
        "G&A": {
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "dollar_share_pct": 7.4
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 20,
          "net_change": -1
        },
        "IC": {
          "open_end": 50,
          "net_change": 3
        },
        "IC-Senior": {
          "open_end": 50,
          "net_change": 1
        },
        "Manager": {
          "open_end": 56,
          "net_change": -4
        },
        "Director+": {
          "open_end": 17,
          "net_change": -1
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Losangelescaliforn, IA",
          "open_end": 53,
          "net_change": 0
        },
        {
          "city": "New York, New York",
          "open_end": 24,
          "net_change": 0
        },
        {
          "city": "Los Angeles, California",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Seoul, South Korea",
          "open_end": 11,
          "net_change": -1
        },
        {
          "city": "Paloaltocaliforn, IA",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "Tokyo",
          "open_end": 9,
          "net_change": 0
        },
        {
          "city": "Seoulsouthkor, EA",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Ghentbelgi, UM",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Dallas, Texas",
          "open_end": 6,
          "net_change": -1
        },
        {
          "city": "Dublinirela, ND",
          "open_end": 5,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 50,
        "median_midpoint_usd_end": 167500.0,
        "p25_midpoint_usd_end": 132500.0,
        "p75_midpoint_usd_end": 204500.0,
        "median_midpoint_usd_start": 170000.0
      },
      "new_postings_sample": [
        {
          "req_id": "a0bf3f18-e694-4cd4-8395-2552bb6f3938",
          "title": "Event Operations Specialist, North America",
          "department": "Real Estate, IT, & Facilities",
          "location": "West Hollywood, California",
          "salary_min": 75000.0,
          "salary_max": 85000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T17:36:08.479000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.lever.co/matchgroup/a0bf3f18-e694-4cd4-8395-2552bb6f3938",
          "description_excerpt": "Know where you belong!\nMatch Group is a leading provider of dating products across the globe. Our portfolio includes Tinder, Hinge, Match, Meetic, PlentyOfFish, OkCupid, The League, HER, and others, each designed to spark meaningful connections for singles worldwide. Creating a sense of belonging do"
        },
        {
          "req_id": "4e2ba308-f317-47bb-ae5d-d8b3d5be16a6",
          "title": "Brand Strategy Manager",
          "department": "Marketing",
          "location": "New York, New York",
          "salary_min": 130000.0,
          "salary_max": 143000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T16:55:38.117000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.lever.co/matchgroup/4e2ba308-f317-47bb-ae5d-d8b3d5be16a6",
          "description_excerpt": "Our Mission\nAs humans, there are few things more exciting than meeting someone new. At Tinder, we\u2019re inspired by the challenge of keeping the magic of human connection alive. With tens of millions of users, hundreds of millions of downloads, 2+ billion swipes per day, 20+ million matches per day, an"
        },
        {
          "req_id": "50a8d1bc-dcae-464e-8ba1-d987cc9a4266",
          "title": "Staff Regulatory Compliance Specialist, Trust & Safety",
          "department": "Trust and Safety",
          "location": "Los Angeles, California",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T13:22:04.921000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.lever.co/matchgroup/50a8d1bc-dcae-464e-8ba1-d987cc9a4266",
          "description_excerpt": "Know where you belong!\nMatch Group is a leading provider of dating products across the globe. Our portfolio includes Tinder, Hinge, Match, Meetic, PlentyOfFish, OkCupid, The League, HER, and others, each designed to spark meaningful connections for singles worldwide. Creating a sense of belonging do"
        },
        {
          "req_id": "0135221a-9973-4f0f-83b1-2e1b7c146308",
          "title": "Global Escalations Specialist, Member Experience (Singapore)",
          "department": "Community",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T08:03:53.303000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://jobs.lever.co/matchgroup/0135221a-9973-4f0f-83b1-2e1b7c146308",
          "description_excerpt": "About the Team\nAt Tinder, we bring people together. With tens of millions of users and a presence in nearly every country around the world, our impact is global\u2014and growing rapidly. The work you do here can help create safer, more meaningful experiences for millions of people.\nThe Global Escalations"
        },
        {
          "req_id": "7fca4a70-174c-41a2-b44b-7ff1cb9422e7",
          "title": "Accountant (1\ub144 6\uac1c\uc6d4 \uacc4\uc57d\uc9c1)",
          "department": "Management",
          "location": "Seoul, South Korea",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T05:22:49.315000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.lever.co/matchgroup/7fca4a70-174c-41a2-b44b-7ff1cb9422e7",
          "description_excerpt": "Role Overview\nThe Accountant will support procurement and accounts payable operations for Match Group APAC, with a focus on purchase order management, supplier invoice processing, accruals, expense review, and account reconciliation.\nThis role will work closely with Accounting, Procurement, business"
        },
        {
          "req_id": "2c9af13b-e1ab-4bbc-85dc-2ae43dd2f48c",
          "title": "Senior Android Engineer",
          "department": "Engineering",
          "location": "New York, New York",
          "salary_min": 186000.0,
          "salary_max": 223000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T16:24:10.655000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://jobs.lever.co/matchgroup/2c9af13b-e1ab-4bbc-85dc-2ae43dd2f48c",
          "description_excerpt": "Hinge is the dating app designed to be deleted\nIn today's digital world, finding genuine relationships is tougher than ever. At Hinge, we\u2019re on a mission to inspire intimate connection to create a less lonely world. We\u2019re obsessed with understanding our users\u2019 behaviors to help them find love, and o"
        },
        {
          "req_id": "e7ef5458-5ffb-4461-bb5e-28344a4e2e03",
          "title": "Associate Manager, Culture & Content",
          "department": "Marketing & PR",
          "location": "Los Angeles, California",
          "salary_min": 95000.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T21:32:48.477000+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://jobs.lever.co/matchgroup/e7ef5458-5ffb-4461-bb5e-28344a4e2e03",
          "description_excerpt": "Know where you belong!\nMatch Group is a leading provider of dating products across the globe. Our portfolio includes Tinder, Hinge, Match, Meetic, PlentyOfFish, OkCupid, The League, HER, and others, each designed to spark meaningful connections for singles worldwide. Creating a sense of belonging do"
        },
        {
          "req_id": "af478895-db01-4dbe-b394-54d58201b082",
          "title": "Product Manager",
          "department": "Product",
          "location": "New York, New York",
          "salary_min": 110000.0,
          "salary_max": 120000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T14:20:59.232000+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://jobs.lever.co/matchgroup/af478895-db01-4dbe-b394-54d58201b082",
          "description_excerpt": "Know where you belong!\nMatch Group is a leading provider of dating products across the globe. Our portfolio includes Tinder, Hinge, Match, Meetic, PlentyOfFish, OkCupid, The League, HER, and others, each designed to spark meaningful connections for singles worldwide. Creating a sense of belonging do"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "74295d7a-31a8-4765-afef-9784e1950386",
          "title": "CRM Manager (Azar)",
          "department": "Business",
          "first_seen": "2026-06-11",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 68
        },
        {
          "req_id": "de5a1789-e8c1-4f45-814a-6d1d110d5fb3",
          "title": "Head of Product & Tech Operations",
          "department": "Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 115
        },
        {
          "req_id": "83ecb51f-033d-4c9b-8fcb-81a7052ff4dd",
          "title": "Social Content Lead",
          "department": "Marketing",
          "first_seen": "2026-05-08",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 101
        },
        {
          "req_id": "d2fb27c1-df00-46ff-9985-876f26d90d94",
          "title": "Sr. Manager, Brand Marketing, E&E (Match)",
          "department": "Marketing & PR",
          "first_seen": "2026-07-10",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 38
        },
        {
          "req_id": "0894dfce-c38b-4346-b37e-38b72d7bbf4d",
          "title": "Apprenticeship - Junior Marketing Assistant",
          "department": "Marketing",
          "first_seen": "2026-07-25",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 23
        },
        {
          "req_id": "4791b212-d02c-4814-ba9a-afa03d07d6a3",
          "title": "Senior Machine Learning Engineer",
          "department": "Engineering",
          "first_seen": "2026-07-28",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 20
        }
      ],
      "description_changes": [
        {
          "req_id": "e198b3f0-e8b0-4b31-898c-db115eeb9c88",
          "title": "Senior UX Researcher, Interaction",
          "department": "Product",
          "change_date": "2026-08-15",
          "prev_length": 475,
          "new_length": 885,
          "length_delta": 410
        },
        {
          "req_id": "1790127f-d74b-4bf8-bb34-4443f872391d",
          "title": "Senior Data Scientist, Matching",
          "department": "Engineering",
          "change_date": "2026-08-15",
          "prev_length": 943,
          "new_length": 1116,
          "length_delta": 173
        }
      ],
      "novel_terms": []
    },
    "OPEN": {
      "ticker": "OPEN",
      "sector": "Property",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 54,
        "open_end": 54,
        "net_change": 0,
        "pct_change": 0.0,
        "new_postings": 2,
        "closed_postings": 1,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Research & Development",
          "open_end": 22,
          "open_start": 22,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 40.7
        },
        {
          "dept": "People",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 11.1
        },
        {
          "dept": "Sales & Partnership",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 11.1
        },
        {
          "dept": "Business Analytics & Development",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 9.3
        },
        {
          "dept": "Finance",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 9.3
        },
        {
          "dept": "Operations",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.4
        },
        {
          "dept": "Growth & Marketing",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Pricing",
          "open_end": 2,
          "open_start": 3,
          "net_change": -1,
          "pct_change": -33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Legal",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.9
        },
        {
          "dept": "Open Services",
          "open_end": 1,
          "open_start": 0,
          "net_change": 1,
          "pct_change": null,
          "avg_salary_usd": null,
          "share_pct_postings": 1.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 22,
          "open_start": 22,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 2,
          "net_change": 0
        },
        "IC": {
          "open_end": 34,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 3,
          "net_change": 0
        },
        "Manager": {
          "open_end": 9,
          "net_change": 1
        },
        "Director+": {
          "open_end": 6,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Miami, FL",
          "open_end": 22,
          "net_change": 2
        },
        {
          "city": "Toronto, Canada",
          "open_end": 17,
          "net_change": 0
        },
        {
          "city": "Tempe, AZ",
          "open_end": 6,
          "net_change": -1
        },
        {
          "city": "Phoenix, AZ",
          "open_end": 5,
          "net_change": -1
        },
        {
          "city": "Seattle, WA",
          "open_end": 4,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "a5c1cfbc-bb6f-4153-acb6-ea11b21c9485",
          "title": "Manager, Customer Experience Specialist",
          "department": "Sales & Partnership",
          "location": "Tempe, AZ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:16:33.262000-07:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://ats.rippling.com/opendoor/jobs/a5c1cfbc-bb6f-4153-acb6-ea11b21c9485",
          "description_excerpt": "About the Team\nThis is an opportunity to cultivate and lead an impactful team of Customer Experience Specialists. The Customer Experience Specialist team takes pride in delivering exceptional support and a world-class experience to thousands of customers each day. They play a vital role in every asp"
        },
        {
          "req_id": "c83777c8-f020-4a5d-a509-93505f322f9b",
          "title": "Loan Processor",
          "department": "Open Services",
          "location": "Miami, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:22:05.677000-07:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://ats.rippling.com/opendoor/jobs/c83777c8-f020-4a5d-a509-93505f322f9b",
          "description_excerpt": "responsibilities. We'd rather hire someone early in that trajectory and grow them than fill a static seat.\nWhat You'll Do\nOwn a pipeline. Manage a pipeline of conventional loans today, with FHA and VA coming online, from initial submission through conditional and final approval, keeping every file m"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "fcd082ee-c8ff-484e-9390-84b7ef1c1be1",
          "title": "Sales Support Specialist",
          "department": "Sales & Partnership",
          "first_seen": "2026-08-06",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 12
        }
      ],
      "description_changes": [
        {
          "req_id": "ae6381f7-b7b8-46f9-98d2-9f8355ced7e7",
          "title": "Transaction Coordinator",
          "department": "Sales & Partnership",
          "change_date": "2026-08-19",
          "prev_length": 4433,
          "new_length": 4435,
          "length_delta": 2
        },
        {
          "req_id": "81345c25-022e-449c-bea8-f2e1a7e0f3ac",
          "title": "People Analytics & Automation Specialist",
          "department": "People",
          "change_date": "2026-08-19",
          "prev_length": 4936,
          "new_length": 4128,
          "length_delta": -808
        },
        {
          "req_id": "6457bad7-e976-4042-8f1b-7f0fd89fc781",
          "title": "People Analytics & Automation Specialist",
          "department": "People",
          "change_date": "2026-08-19",
          "prev_length": 4936,
          "new_length": 4761,
          "length_delta": -175
        }
      ],
      "novel_terms": []
    },
    "PINS": {
      "ticker": "PINS",
      "sector": "Ads",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 222,
        "open_end": 220,
        "net_change": -2,
        "pct_change": -0.9,
        "new_postings": 25,
        "closed_postings": 13,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "North America Enterprise Sales",
          "open_end": 27,
          "open_start": 22,
          "net_change": 5,
          "pct_change": 22.7,
          "avg_salary_usd": null,
          "share_pct_postings": 12.3
        },
        {
          "dept": "Core Engineering",
          "open_end": 21,
          "open_start": 21,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 9.5
        },
        {
          "dept": "Data Engineering",
          "open_end": 19,
          "open_start": 19,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.6
        },
        {
          "dept": "Europe Enterprise Sales",
          "open_end": 18,
          "open_start": 18,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.2
        },
        {
          "dept": "Monetization",
          "open_end": 14,
          "open_start": 15,
          "net_change": -1,
          "pct_change": -6.7,
          "avg_salary_usd": null,
          "share_pct_postings": 6.4
        },
        {
          "dept": "tvScientific",
          "open_end": 14,
          "open_start": 14,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 6.4
        },
        {
          "dept": "APAC Enterprise Sales",
          "open_end": 13,
          "open_start": 15,
          "net_change": -2,
          "pct_change": -13.3,
          "avg_salary_usd": null,
          "share_pct_postings": 5.9
        },
        {
          "dept": "Engineering, Product and Design (L2)",
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.5
        },
        {
          "dept": "Ads Product & Innovation",
          "open_end": 8,
          "open_start": 9,
          "net_change": -1,
          "pct_change": -11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Oversight Engineering",
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "pct_change": 14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 100,
          "open_start": 98,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 102,
          "open_start": 103,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 3,
          "open_start": 4,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 2,
          "open_start": 3,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 29,
          "net_change": -4
        },
        "IC-Senior": {
          "open_end": 79,
          "net_change": -1
        },
        "Manager": {
          "open_end": 100,
          "net_change": 2
        },
        "Director+": {
          "open_end": 12,
          "net_change": 1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Francisco, CA, US",
          "open_end": 102,
          "net_change": 0
        },
        {
          "city": "New York, NY, US",
          "open_end": 23,
          "net_change": 4
        },
        {
          "city": "Toronto, ON, CA",
          "open_end": 18,
          "net_change": 1
        },
        {
          "city": "Singapore, SG",
          "open_end": 12,
          "net_change": -1
        },
        {
          "city": "Dublin, IE",
          "open_end": 10,
          "net_change": -4
        },
        {
          "city": "Chicago, IL, US",
          "open_end": 10,
          "net_change": -1
        },
        {
          "city": "London, UK",
          "open_end": 7,
          "net_change": 1
        },
        {
          "city": "Los Angeles, CA, US",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Buenos Aires, AR",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "S\u00e3o Paulo, BR",
          "open_end": 3,
          "net_change": -2
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "8128230",
          "title": "Lead Client Partner, UK Enterprise Sales - Financial Services ",
          "department": "Europe Enterprise Sales",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:56:45-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8128230",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8131383",
          "title": "Director, Retail Transformation",
          "department": "North America Enterprise Sales",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:55:55-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8131383",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8144918",
          "title": "Lead Client Partner, Retail",
          "department": "North America Enterprise Sales",
          "location": "Atlanta, GA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:53:16-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8144918",
          "description_excerpt": "What you'll do\nStrategic Vision and Partnership Building\nDevelop and execute full-funnel sales strategies for top-tier Retail clients, with a particular focus on lower-funnel outcomes including conversion, sales, and retention.\nCultivate and maintain strong relationships across client and agency sta"
        },
        {
          "req_id": "8135500",
          "title": "Client Account Manager, Enterprise Sales - Italian Market",
          "department": "Europe Enterprise Sales",
          "location": "Milan, ITA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:57:45-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8135500",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8082033",
          "title": "Staff Product Manager, Applied Science",
          "department": "Core Product",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:54:43-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8082033",
          "description_excerpt": "What you'll do\nHelp shape the product vision and roadmap across key areas of Pinterest\u2019s Applied Sciences portfolio, including representation learning, signals, and recommender systems.\nPartner with teams across Pinterest to ensure new capabilities are broadly adopted and not built or deployed in si"
        },
        {
          "req_id": "8081452",
          "title": "Sr. Client Account Manager, Home Retail",
          "department": "North America Enterprise Sales",
          "location": "New York, NY, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:54:36-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8081452",
          "description_excerpt": "What you'll do:\nManage and grow client accounts, collaborating with partners to optimize campaigns and identify new opportunities.\nTranslate partner goals and data into clear, actionable insights for effective media strategies.\nAdvise clients on Pinterest ad products, targeting, bidding, creative, a"
        },
        {
          "req_id": "8052679",
          "title": "Principal Engineer, Core - Pinner Journeys",
          "department": "Core Engineering",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:53:33-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8052679",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "7746407",
          "title": "Sr. Agency Lead, Dentsu/Havas",
          "department": "Agency Sales",
          "location": "New York, NY, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:45:21-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7746407",
          "description_excerpt": "What You'll do:\nDrive incremental and new business revenue with top agencies\nBuild relationships at the c-level and educate agencies to master the Pinterest ad platform and maximize success for their partners\nProve demonstrable impact of the agency team\u2019s work using an effective combination of metri"
        },
        {
          "req_id": "7685103",
          "title": "Finance Manager I, Technology Infrastructure",
          "department": "Finance",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:44:50-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7685103",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "7671759",
          "title": "Sr. Client Partner, Grocery",
          "department": "North America Enterprise Sales",
          "location": "Chicago, IL, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:42:11-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7671759",
          "description_excerpt": "responsibilities include meeting performance targets, developing new business, maintaining and expanding customer relationships, and resolving specific customer issues. By guiding clients\u2019 efforts, you'll drive value for millions of Pinners seeking inspiration and action, forming strategic alliances"
        },
        {
          "req_id": "4843547",
          "title": "Software Engineer II, Fullstack",
          "department": "Engineering, Product and Design (L2)",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T15:42:36-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=4843547",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8119902",
          "title": "Sr. Client Account Manager, Household & Beverage",
          "department": "North America Enterprise Sales",
          "location": "Toronto, ON, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:56:26-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8119902",
          "description_excerpt": "What You'll Do:\nPlan, execute, upsell, and optimize data-driven ad campaigns in collaboration with internal teams.\nBuild and maintain strategic partnerships, aligning with stakeholder goals across all funnel stages.\nEnsure accurate implementation of first-party data and campaign launches with cross-"
        },
        {
          "req_id": "8112049",
          "title": "Sr. Client Account Manager, Walmart",
          "department": "North America Enterprise Sales",
          "location": "New York, NY, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:56:03-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8112049",
          "description_excerpt": "What you'll do:\nManage and grow client accounts, collaborating with partners to optimize campaigns and identify new opportunities.\nTranslate partner goals and data into clear, actionable insights for effective media strategies.\nAdvise clients on Pinterest ad products, targeting, bidding, creative, a"
        },
        {
          "req_id": "8107389",
          "title": "Measurement Partner II",
          "department": "Ads Product & Innovation",
          "location": "Paris, FR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:55:43-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8107389",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8049832",
          "title": "Staff Technical Program Manager, Identity and Product Safety",
          "department": "Oversight Engineering",
          "location": "San Francisco, CA, US; Remote, CA, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:53:42-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8049832",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8126331",
          "title": "Sr. Client Partner, Brand Sales (tvScientific) ",
          "department": "tvScientific",
          "location": "San Francisco, CA, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:56:38-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8126331",
          "description_excerpt": "What you'll do:\nLead the sales process from lead generation to deal closure, focusing on complex deals.\nManaged full sales cycles with upper mid-market and enterprise brands.\nDrive revenue through client engagement, effectively communicating the value proposition of our products/services and managin"
        },
        {
          "req_id": "8109351",
          "title": "Lead Program Manager, Global SMB Sales Enablement",
          "department": "SMB Sales",
          "location": "Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:55:49-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8109351",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "8103612",
          "title": "Administrative Business Partner I - Engineering, Product and Design",
          "department": "Core Engineering",
          "location": "San Francisco, CA, US; Palo Alto, CA, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:55:40-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8103612",
          "description_excerpt": "responsibilities will include managing complex, global schedules, nurturing internal and external relationships, and excelling as a detail-oriented communicator. You should have a proactive approach and be capable of independently overseeing diverse tasks and demands, all while handling confidential"
        },
        {
          "req_id": "8089344",
          "title": "Agency Lead, Independents",
          "department": "Agency Sales",
          "location": "Los Angeles, CA, US; Chicago, IL, US; New York, NY, US ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:55:24-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8089344",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "7770911",
          "title": "Sr. Staff Quantitative Product Researcher",
          "department": "Design",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:42:52-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7770911",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "7479359",
          "title": "Director, UK Enterprise Sales (Retail)",
          "department": "Europe Enterprise Sales",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:38:00-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7479359",
          "description_excerpt": "About Pinterest:\nMillions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At Pinterest, we\u2019re on a mission to bring everyone the inspiration to create a life they love, and that starts with the peo"
        },
        {
          "req_id": "7194568",
          "title": "Integrated Marketing Specialist, Industry Associations & Speakerships",
          "department": "Marketing",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T21:37:01-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7194568",
          "description_excerpt": "What you'll do:\nServe as Pinterest's day-to-day contact for key industry associations, leading memberships and commitments, delivering against contractual obligations and finding new ways to grow Pinterest's visibility and influence within these organizations.\nInform Pinterest's speakership strategy"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7903959",
          "title": "Client Partner II, Mid-Market UK/I",
          "department": "SMB Sales",
          "first_seen": "2026-05-16",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 94
        },
        {
          "req_id": "7494765",
          "title": "Staff Machine Learning Engineer, Programmatic Ads",
          "department": "Monetization",
          "first_seen": "2026-05-20",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 90
        },
        {
          "req_id": "8037865",
          "title": "Client Account Manager, CPG Enterprise (French Market)",
          "department": "Europe Enterprise Sales",
          "first_seen": "2026-07-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 36
        },
        {
          "req_id": "8081335",
          "title": "Client Account Manager II",
          "department": "LATAM Enterprise Sales",
          "first_seen": "2026-08-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 14
        },
        {
          "req_id": "8093284",
          "title": "Sr. Client Partner",
          "department": "LATAM Enterprise Sales",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "7903948",
          "title": "Lead Client Account Manager",
          "department": "SMB Sales",
          "first_seen": "2026-05-09",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 100
        },
        {
          "req_id": "7786418",
          "title": "Software Engineer II",
          "department": "Core Engineering",
          "first_seen": "2026-06-03",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 75
        },
        {
          "req_id": "7940044",
          "title": "Distinguished Engineer",
          "department": "Core Engineering",
          "first_seen": "2026-06-23",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 55
        },
        {
          "req_id": "7958225",
          "title": " Lead, Compensation - Engineering & Product",
          "department": "Total Rewards",
          "first_seen": "2026-06-24",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 54
        },
        {
          "req_id": "8025136",
          "title": "Lead, Executive Compensation",
          "department": "Total Rewards",
          "first_seen": "2026-07-16",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 32
        },
        {
          "req_id": "8078133",
          "title": "Sr. Safety Specialist",
          "department": "Trust and Safety Ops",
          "first_seen": "2026-07-31",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 17
        },
        {
          "req_id": "8131326",
          "title": "Performance Solutions Partner II",
          "department": "Ads Product & Innovation",
          "first_seen": "2026-08-15",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 2
        },
        {
          "req_id": "8102742",
          "title": "Sr. Client Partner (6 Months Fixed Term)",
          "department": "APAC Enterprise Sales",
          "first_seen": "2026-08-04",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 12
        }
      ],
      "description_changes": [
        {
          "req_id": "8015537",
          "title": "Staff Machine Learning Engineer, Computer Vision",
          "department": "ATG",
          "change_date": "2026-08-21",
          "prev_length": 6550,
          "new_length": 7576,
          "length_delta": 1026
        },
        {
          "req_id": "7697137",
          "title": "Machine Learning Engineer II, Computer Vision Applied Science ",
          "department": "ATG",
          "change_date": "2026-08-21",
          "prev_length": 6105,
          "new_length": 6014,
          "length_delta": -91
        },
        {
          "req_id": "8081337",
          "title": "Client Account Manager II",
          "department": "LATAM Enterprise Sales",
          "change_date": "2026-08-20",
          "prev_length": 6872,
          "new_length": 6868,
          "length_delta": -4
        },
        {
          "req_id": "8103612",
          "title": "Administrative Business Partner I - Core Engineering",
          "department": "Core Engineering",
          "change_date": "2026-08-18",
          "prev_length": 6492,
          "new_length": 6502,
          "length_delta": 10
        },
        {
          "req_id": "7494668",
          "title": "Staff Software Engineer, Capacity Engineering",
          "department": "Data Engineering",
          "change_date": "2026-08-15",
          "prev_length": 6135,
          "new_length": 6846,
          "length_delta": 711
        },
        {
          "req_id": "8066850",
          "title": "Accountant I",
          "department": "Accounting",
          "change_date": "2026-08-15",
          "prev_length": 6020,
          "new_length": 5981,
          "length_delta": -39
        }
      ],
      "novel_terms": []
    },
    "PTON": {
      "ticker": "PTON",
      "sector": "Ecom",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 54,
        "open_end": 52,
        "net_change": -2,
        "pct_change": -3.7,
        "new_postings": 6,
        "closed_postings": 5,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Sales",
          "open_end": 16,
          "open_start": 15,
          "net_change": 1,
          "pct_change": 6.7,
          "avg_salary_usd": null,
          "share_pct_postings": 30.8
        },
        {
          "dept": "Hardware",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 17.3
        },
        {
          "dept": "Software",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 11.5
        },
        {
          "dept": "Product Development",
          "open_end": 5,
          "open_start": 6,
          "net_change": -1,
          "pct_change": -16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 9.6
        },
        {
          "dept": "Data Analytics",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.8
        },
        {
          "dept": "Studio & Content Production",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.8
        },
        {
          "dept": "Finance",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Supply Chain & Logistics",
          "open_end": 2,
          "open_start": 3,
          "net_change": -1,
          "pct_change": -33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Enterprise Systems",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.9
        },
        {
          "dept": "Leadership",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 21,
          "open_start": 24,
          "net_change": -3,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 17,
          "open_start": 16,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 19,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 12,
          "net_change": -2
        },
        "Manager": {
          "open_end": 19,
          "net_change": 3
        },
        "Director+": {
          "open_end": 2,
          "net_change": -3
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "New York, New York",
          "open_end": 27,
          "net_change": -1
        },
        {
          "city": "Taichung City, Taiwan",
          "open_end": 4,
          "net_change": -1
        },
        {
          "city": "Woodinville, Washington",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Schaumburg, Illinois",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Glasgow, Scotland",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Orlando, Florida",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Tysons, Virginia",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Poland",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "London, England",
          "open_end": 1,
          "net_change": 1
        },
        {
          "city": "West Hartford, Connecticut",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "8125405",
          "title": "Manager, Production Operations",
          "department": "Studio & Content Production",
          "location": "New York, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T16:07:42-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8125405",
          "description_excerpt": "ABOUT THE ROLE\nPeloton is seeking a Manager, Production Operations to guide technical production operations across our live and recorded programming. This role is responsible for building a consistent, scalable operating model that supports high-quality execution across all productions, shifts, and"
        },
        {
          "req_id": "8139316",
          "title": "Peloton Expert (Part-Time) - Chicago Woodfield",
          "department": "Sales",
          "location": "Schaumburg, Illinois",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T15:07:51-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8139316",
          "description_excerpt": "ABOUT THE ROLE\n** This role will be eligible to participate in the monthly commission compensation plan **\nAll part-time team members are eligible for benefits beginning on their date of hire. This includes medical, dental, vision, 401k, tuition reimbursement, mental health sessions, and more.\nAs a"
        },
        {
          "req_id": "8099598",
          "title": "Assistant, Music Supervision",
          "department": "Studio & Content Production",
          "location": "New York, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:04:47-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8099598",
          "description_excerpt": "ABOUT THE ROLE\nJoin Peloton\u2019s Music Supervision team at our NYC headquarters as an Assistant reporting to the Sr. Manager, Music Supervision (North America). You will play a vital role in driving music discovery, curation, and compliance across all fitness modalities\u2014fueling the soundtrack that insp"
        },
        {
          "req_id": "8125482",
          "title": "ER and Investigations Manager",
          "department": "People",
          "location": "London, England",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:04:47-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8125482",
          "description_excerpt": "ABOUT THE ROLE\nWe are seeking an organized, proactive, and collaborative Manager, International TMR to join our global People team. In this critical role, you will report to the Sr. Director, TMR and serve as the primary lead for employee relations matters across the EMEA region.\nYou will contribute"
        },
        {
          "req_id": "8128052",
          "title": "Peloton Expert (Full-Time) - PSNY Retail",
          "department": "Sales",
          "location": "New York, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:04:47-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8128052",
          "description_excerpt": "ABOUT THE ROLE\n** This role will be eligible to participate in the monthly commission compensation plan **\nAll team members are eligible for benefits beginning on their date of hire. This includes medical, dental, vision, 401k, tuition reimbursement, mental health sessions, and more.\nAs a Peloton Ex"
        },
        {
          "req_id": "8125486",
          "title": "Peloton Expert (Part-Time) - Tysons Corner",
          "department": "Sales",
          "location": "Tysons, Virginia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:04:47-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8125486",
          "description_excerpt": "ABOUT THE ROLE\n** This role will be eligible to participate in the monthly commission compensation plan **\nAll part-time team members are eligible for benefits beginning on their date of hire. This includes medical, dental, vision, 401k, tuition reimbursement, mental health sessions, and more.\nUpbea"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8098935",
          "title": "Senior Director, Content Creative Studio",
          "department": "Studio & Content Production",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "7980455",
          "title": "Peloton Expert (Part-Time) - Portland Washington Square",
          "department": "Sales",
          "first_seen": "2026-06-06",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 72
        },
        {
          "req_id": "7976905",
          "title": "Sr. Product Designer, Connected Fitness",
          "department": "Product Development",
          "first_seen": "2026-06-10",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 68
        },
        {
          "req_id": "8036528",
          "title": "Senior Service Design Analyst",
          "department": "Business Strategy & Delivery",
          "first_seen": "2026-07-07",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 41
        },
        {
          "req_id": "8094785",
          "title": "Peloton Expert (Part-Time) - The Mall at Short Hills",
          "department": "Sales",
          "first_seen": "2026-08-05",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 12
        }
      ],
      "description_changes": [
        {
          "req_id": "8125482",
          "title": "ER and Investigations Manager",
          "department": "People",
          "change_date": "2026-08-21",
          "prev_length": 6865,
          "new_length": 7041,
          "length_delta": 176
        },
        {
          "req_id": "8042009",
          "title": "Director, Operations",
          "department": "Supply Chain & Logistics",
          "change_date": "2026-08-19",
          "prev_length": 8923,
          "new_length": 9390,
          "length_delta": 467
        }
      ],
      "novel_terms": [
        {
          "term": "music supervision",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "manager production",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        }
      ]
    },
    "RBLX": {
      "ticker": "RBLX",
      "sector": "Media",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 230,
        "open_end": 229,
        "net_change": -1,
        "pct_change": -0.4,
        "new_postings": 15,
        "closed_postings": 12,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 124,
          "open_start": 120,
          "net_change": 4,
          "pct_change": 3.3,
          "avg_salary_usd": null,
          "share_pct_postings": 54.1
        },
        {
          "dept": "Safety Operations (Non-Tech)",
          "open_end": 13,
          "open_start": 14,
          "net_change": -1,
          "pct_change": -7.1,
          "avg_salary_usd": null,
          "share_pct_postings": 5.7
        },
        {
          "dept": "Engineering",
          "open_end": 11,
          "open_start": 10,
          "net_change": 1,
          "pct_change": 10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.8
        },
        {
          "dept": "Product Management",
          "open_end": 10,
          "open_start": 13,
          "net_change": -3,
          "pct_change": -23.1,
          "avg_salary_usd": null,
          "share_pct_postings": 4.4
        },
        {
          "dept": "Data Science",
          "open_end": 7,
          "open_start": 8,
          "net_change": -1,
          "pct_change": -12.5,
          "avg_salary_usd": null,
          "share_pct_postings": 3.1
        },
        {
          "dept": "Early Career FT - Engineering",
          "open_end": 7,
          "open_start": 6,
          "net_change": 1,
          "pct_change": 16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 3.1
        },
        {
          "dept": "Developer Relations (Non-Tech)",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.6
        },
        {
          "dept": "Marketing",
          "open_end": 4,
          "open_start": 3,
          "net_change": 1,
          "pct_change": 33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 1.7
        },
        {
          "dept": "UI/UX",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Business Operations (BizOps)",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 182,
          "open_start": 181,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 13,
          "open_start": 11,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 17,
          "open_start": 18,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 10,
          "open_start": 13,
          "net_change": -3,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 4,
          "net_change": 0
        },
        "IC": {
          "open_end": 40,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 128,
          "net_change": 1
        },
        "Manager": {
          "open_end": 44,
          "net_change": -3
        },
        "Director+": {
          "open_end": 13,
          "net_change": 1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Mateo, CA, United States",
          "open_end": 189,
          "net_change": 0
        },
        {
          "city": "Gurugram, Haryana, India",
          "open_end": 15,
          "net_change": -1
        },
        {
          "city": "Remote",
          "open_end": 9,
          "net_change": -1
        },
        {
          "city": "Vancouver, British Columbia, Canada",
          "open_end": 6,
          "net_change": 1
        },
        {
          "city": "Goodyear, Arizona, United States",
          "open_end": 3,
          "net_change": 1
        },
        {
          "city": "Amsterdam, North Holland, Netherlands",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Singapore",
          "open_end": 1,
          "net_change": -1
        },
        {
          "city": "United States",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "S\u00e3o Paulo, Brazil",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "London, England, United Kingdom",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "8079799",
          "title": "Senior Software Engineer - Core UX Studio ",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:36:15-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.roblox.com/jobs/8079799?gh_jid=8079799",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8079797",
          "title": "Senior Software Engineer - Core Platform and Systems",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:36:12-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://careers.roblox.com/jobs/8079797?gh_jid=8079797",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8047875",
          "title": "Data Center Engineer",
          "department": "Engineering Operations",
          "location": "Goodyear, Arizona, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:46:24-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.roblox.com/jobs/8047875?gh_jid=8047875",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8036724",
          "title": "Senior Software Engineer, Core UI",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:45:45-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.roblox.com/jobs/8036724?gh_jid=8036724",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8111889",
          "title": "Senior Product Support Specialist ",
          "department": "Safety Operations (Non-Tech)",
          "location": "Gurugram, Haryana, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:35:13-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.roblox.com/jobs/8111889?gh_jid=8111889",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8097810",
          "title": "Senior Software Engineer, Runtime",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:34:03-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.roblox.com/jobs/8097810?gh_jid=8097810",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8127033",
          "title": "Senior Software Engineer, Privacy Infrastructure",
          "department": "Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:31:36-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.roblox.com/jobs/8127033?gh_jid=8127033",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8142712",
          "title": "Senior Software Engineer - Marketplace Foundation",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:30:22-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.roblox.com/jobs/8142712?gh_jid=8142712",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8131695",
          "title": "Senior Director of Engineering, Generative AI ",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:30:48-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.roblox.com/jobs/8131695?gh_jid=8131695",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8139492",
          "title": "Product Marketing Manager, Marketplace ",
          "department": "Marketing",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:30:45-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.roblox.com/jobs/8139492?gh_jid=8139492",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8082672",
          "title": "People & Talent Partner",
          "department": "Talent Acquisition",
          "location": "Vancouver, British Columbia, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:35:41-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.roblox.com/jobs/8082672?gh_jid=8082672",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8099956",
          "title": "Engineering Manager - Subscriptions",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:33:39-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.roblox.com/jobs/8099956?gh_jid=8099956",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8123004",
          "title": "Software Engineer, Foundation AI",
          "department": "Early Career FT - Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:31:41-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.roblox.com/jobs/8123004?gh_jid=8123004",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8094661",
          "title": "Senior Product Designer, Monetization",
          "department": "UI/UX",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:34:43-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.roblox.com/jobs/8094661?gh_jid=8094661",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        },
        {
          "req_id": "8113334",
          "title": "Software Engineer, Creator Business ",
          "department": "Early Career FT - Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T13:30:42-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://careers.roblox.com/jobs/8113334?gh_jid=8113334",
          "description_excerpt": "Every day, tens of millions of people come to Roblox to explore, create, play, learn, and connect with friends in 3D immersive digital experiences\u2013 all created by our global community of developers and creators.\nAt Roblox, we\u2019re building the tools and platform that empower our community to bring any"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7708489",
          "title": "Senior Software Engineer, App Performance ",
          "department": "Software Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "7963220",
          "title": "Law Enforcement and Digital Safety Specialist, West Virginia",
          "department": "Legal & Policy",
          "first_seen": "2026-05-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 80
        },
        {
          "req_id": "8003825",
          "title": "Senior Product Counsel, Consumer",
          "department": "Legal",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 61
        },
        {
          "req_id": "8012671",
          "title": "Senior Product Policy Manager, Regional Policy (SEA/ SA)",
          "department": "Product Management",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 61
        },
        {
          "req_id": "7981917",
          "title": "Senior Product Policy Manager, Regional Policy (SEA/SA)",
          "department": "Product Management",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 61
        },
        {
          "req_id": "8075125",
          "title": "Global Security Manager, Campus Security",
          "department": "Administrative",
          "first_seen": "2026-07-23",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 26
        },
        {
          "req_id": "7857818",
          "title": "Cafe Engineer ",
          "department": "Facilities",
          "first_seen": "2026-04-30",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 109
        },
        {
          "req_id": "7899865",
          "title": "Senior Software Engineer, iOS",
          "department": "Software Engineering",
          "first_seen": "2026-05-07",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 102
        },
        {
          "req_id": "8078014",
          "title": "Senior Technical Recruiter",
          "department": "Talent Acquisition",
          "first_seen": "2026-07-25",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 23
        },
        {
          "req_id": "8069987",
          "title": "Analyst, Vendor Assurance & Compliance",
          "department": "Safety Operations (Non-Tech)",
          "first_seen": "2026-08-05",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 12
        },
        {
          "req_id": "7816527",
          "title": "Senior Product Manager, UI Ecosystems",
          "department": "Product Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 114
        },
        {
          "req_id": "7848812",
          "title": "Senior Data Scientist, Engine Systems",
          "department": "Data Science",
          "first_seen": "2026-04-28",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 110
        }
      ],
      "description_changes": [
        {
          "req_id": "8066262",
          "title": "Senior Threat Investigator, Safety Investigations",
          "department": "Safety Operations (Non-Tech)",
          "change_date": "2026-08-21",
          "prev_length": 6663,
          "new_length": 6663,
          "length_delta": 0
        },
        {
          "req_id": "8015824",
          "title": "Senior Software Engineer, Kubernetes Networking",
          "department": "Software Engineering",
          "change_date": "2026-08-21",
          "prev_length": 3641,
          "new_length": 5074,
          "length_delta": 1433
        },
        {
          "req_id": "7997195",
          "title": "Senior Product Manager, Jobs Platform ",
          "department": "Product Management",
          "change_date": "2026-08-21",
          "prev_length": 5757,
          "new_length": 5767,
          "length_delta": 10
        },
        {
          "req_id": "8017415",
          "title": "Principal Software Engineer, Safety Foundation",
          "department": "Software Engineering",
          "change_date": "2026-08-20",
          "prev_length": 6820,
          "new_length": 6821,
          "length_delta": 1
        },
        {
          "req_id": "8048004",
          "title": "Senior Manager of Public Policy, MENA",
          "department": "Public Policy",
          "change_date": "2026-08-20",
          "prev_length": 4199,
          "new_length": 4208,
          "length_delta": 9
        },
        {
          "req_id": "7913302",
          "title": "Senior Software Engineer - Marketplace ",
          "department": "Software Engineering",
          "change_date": "2026-08-15",
          "prev_length": 4667,
          "new_length": 4480,
          "length_delta": -187
        },
        {
          "req_id": "7839534",
          "title": "Senior Product Manager, App Architecture",
          "department": "Product Management",
          "change_date": "2026-08-15",
          "prev_length": 6069,
          "new_length": 6088,
          "length_delta": 19
        },
        {
          "req_id": "7951971",
          "title": "Product Marketing Manager, Creator Monetization",
          "department": "Marketing",
          "change_date": "2026-08-15",
          "prev_length": 4983,
          "new_length": 6352,
          "length_delta": 1369
        }
      ],
      "novel_terms": []
    },
    "RDDT": {
      "ticker": "RDDT",
      "sector": "Ads",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 151,
        "open_end": 148,
        "net_change": -3,
        "pct_change": -2.0,
        "new_postings": 13,
        "closed_postings": 4,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.7
      },
      "by_department_top10": [
        {
          "dept": "Ads Engineering",
          "open_end": 22,
          "open_start": 25,
          "net_change": -3,
          "pct_change": -12.0,
          "avg_salary_usd": null,
          "share_pct_postings": 14.9
        },
        {
          "dept": "Machine Learning",
          "open_end": 16,
          "open_start": 16,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 10.8
        },
        {
          "dept": "Large Customer Sales",
          "open_end": 14,
          "open_start": 15,
          "net_change": -1,
          "pct_change": -6.7,
          "avg_salary_usd": null,
          "share_pct_postings": 9.5
        },
        {
          "dept": "BE Platform",
          "open_end": 12,
          "open_start": 16,
          "net_change": -4,
          "pct_change": -25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.1
        },
        {
          "dept": "Ads Data Science",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.4
        },
        {
          "dept": "Sales Strategy & Operations",
          "open_end": 8,
          "open_start": 4,
          "net_change": 4,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.4
        },
        {
          "dept": "Consumer Data Science",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.7
        },
        {
          "dept": "Growth",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.7
        },
        {
          "dept": "Mid Market & SMB",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Ads Product",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 97,
          "open_start": 103,
          "net_change": -6,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 37,
          "open_start": 37,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 5,
          "open_start": 3,
          "net_change": 2,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 14,
          "net_change": 1
        },
        "IC-Senior": {
          "open_end": 80,
          "net_change": -6
        },
        "Manager": {
          "open_end": 51,
          "net_change": 2
        },
        "Director+": {
          "open_end": 3,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote - United States",
          "open_end": 85,
          "net_change": 1
        },
        {
          "city": "New York City, NY",
          "open_end": 14,
          "net_change": 1
        },
        {
          "city": "London, United Kingdom",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Remote - Ontario, Canada",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "San Francisco, CA",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "Remote - United Kingdom",
          "open_end": 5,
          "net_change": -1
        },
        {
          "city": "Chicago, IL",
          "open_end": 5,
          "net_change": 1
        },
        {
          "city": "Los Angeles, CA",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Amsterdam, Netherlands",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Remote - The Netherlands",
          "open_end": 2,
          "net_change": -2
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": 248050.0
      },
      "new_postings_sample": [
        {
          "req_id": "8143702",
          "title": "Senior Growth Manager (Contract)",
          "department": "Community",
          "location": "Remote - United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T08:24:32-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8143702",
          "description_excerpt": "Responsibilities:\nUser & Community Growth Strategies: Establish and execute comprehensive strategies to grow the user base and nurture communities.\nGrowth Experimentation: Design and execute growth experiments aimed at addressing gaps in content supply, community density, contribution, discovery, en"
        },
        {
          "req_id": "8143677",
          "title": "Community Manager, French Speaking (Contract)",
          "department": "Community",
          "location": "Remote - United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T08:04:44-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8143677",
          "description_excerpt": "Reddit is a community of communities. It\u2019s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit users submit, vote, and comment on the topics they care most about. With 100,000+ active communities and approximately"
        },
        {
          "req_id": "8142623",
          "title": "Senior Principal Program Manager, GTM Excellence",
          "department": "Sales Strategy & Operations",
          "location": "Los Angeles, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:35:57-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8142623",
          "description_excerpt": "Responsibilities:\nSupport core GTM leadership by managing Reddit's largest OPEX planning cycles, overseeing complex roadmaps, and ensuring decision-ready documents are prepared for monthly engagements with executive leadership, including the CRO and COO.\nOwn the end-to-end processes. Example: Manage"
        },
        {
          "req_id": "8142622",
          "title": "Senior Principal Program Manager, GTM Excellence",
          "department": "Sales Strategy & Operations",
          "location": "San Francisco, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:35:56-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8142622",
          "description_excerpt": "Responsibilities:\nSupport core GTM leadership by managing Reddit's largest OPEX planning cycles, overseeing complex roadmaps, and ensuring decision-ready documents are prepared for monthly engagements with executive leadership, including the CRO and COO.\nOwn the end-to-end processes. Example: Manage"
        },
        {
          "req_id": "8142621",
          "title": "Senior Principal Program Manager, GTM Excellence",
          "department": "Sales Strategy & Operations",
          "location": "Chicago, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:35:55-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8142621",
          "description_excerpt": "Responsibilities:\nSupport core GTM leadership by managing Reddit's largest OPEX planning cycles, overseeing complex roadmaps, and ensuring decision-ready documents are prepared for monthly engagements with executive leadership, including the CRO and COO.\nOwn the end-to-end processes. Example: Manage"
        },
        {
          "req_id": "8125836",
          "title": "Senior Principal Program Manager, GTM Excellence",
          "department": "Sales Strategy & Operations",
          "location": "New York City, NY",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:35:53-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8125836",
          "description_excerpt": "Responsibilities:\nSupport core GTM leadership by managing Reddit's largest OPEX planning cycles, overseeing complex roadmaps, and ensuring decision-ready documents are prepared for monthly engagements with executive leadership, including the CRO and COO.\nOwn the end-to-end processes. Example: Manage"
        },
        {
          "req_id": "8093006",
          "title": "Senior Backend Engineer, Safety",
          "department": "Safety Engineering",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T17:57:34-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8093006",
          "description_excerpt": "Responsibilities:\nWork cross-functionally with product, design, and other engineering counterparts to execute on product and business strategy and build novel products and features that our users will love.\nContribute to the full development cycle: technical design, development, test, experimentatio"
        },
        {
          "req_id": "8139781",
          "title": "Software Engineer, Content Platform",
          "department": "Platform and Apps",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T15:43:32-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8139781",
          "description_excerpt": "responsibilities and support monitoring/alerting to improve the reliability, scalability, latency, and efficiency of Reddit\nContinue improving your own technical abilities, acumen and soft skills\nWho You Might Be:\n3+ years of software engineering experience in a production setting writing clean, mai"
        },
        {
          "req_id": "8129209",
          "title": "Principal Product Designer, Presence",
          "department": "Product Design",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T15:33:36-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8129209",
          "description_excerpt": "Reddit is a community of communities. It\u2019s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit users submit, vote, and comment on the topics they care most about. With 100,000+ active communities and approximately"
        },
        {
          "req_id": "8138163",
          "title": "Senior Manager, Large Customer Sales (Entertainment)",
          "department": "Large Customer Sales",
          "location": "New York City, NY",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T20:09:30-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8138163",
          "description_excerpt": "Responsibilities:\nLeadership & Talent Development\nActively coach, develop and lead a team of Client Partners and Client Account Managers\nManage a high-performing team by recruiting and retaining top talent, while balancing resources efficiently\nKeep a pulse on key industry trends and insights and le"
        },
        {
          "req_id": "8130697",
          "title": "Senior Litigation Paralegal",
          "department": "Legal",
          "location": "San Francisco, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T12:17:08-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8130697",
          "description_excerpt": "Reddit is a community of communities. It\u2019s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit users submit, vote, and comment on the topics they care most about. With 100,000+ active communities and approximately"
        },
        {
          "req_id": "8130311",
          "title": "International Payroll Lead",
          "department": "Corporate Accounting",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T14:21:50-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8130311",
          "description_excerpt": "Reddit is a community of communities. It\u2019s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit users submit, vote, and comment on the topics they care most about. With 100,000+ active communities and approximately"
        },
        {
          "req_id": "8131228",
          "title": "Staff Software Engineer , Observability",
          "department": "BE Platform",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T18:01:25-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8131228",
          "description_excerpt": "responsibilities.\nContribute upstream changes to the open source projects we use\nYou have:\n7+ years of experience developing internet-scale software, preferably in the context of infrastructure.\nFamiliarity with distributed systems development, bonus if familiar with any of the specific tools (Prome"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7944159",
          "title": "Principal Technical Program Manager, Developer Productivity ",
          "department": "BE Platform",
          "first_seen": "2026-05-20",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 90
        },
        {
          "req_id": "8013849",
          "title": "Lead, Advertising Measurement (Australia)",
          "department": "Marketing Sciences",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 61
        },
        {
          "req_id": "7984021",
          "title": "Client Account Manager, Large Customer Sales (Tech)",
          "department": "Large Customer Sales",
          "first_seen": "2026-06-09",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 69
        },
        {
          "req_id": "8052032",
          "title": "Client Account Manager, Large Customer Sales (Tech)",
          "department": "Large Customer Sales",
          "first_seen": "2026-07-09",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 39
        }
      ],
      "description_changes": [
        {
          "req_id": "7955200",
          "title": "Senior Frontend Engineer, Community Builders",
          "department": "Consumer, Contributor, Moderator",
          "change_date": "2026-08-21",
          "prev_length": 5960,
          "new_length": 5960,
          "length_delta": 0
        },
        {
          "req_id": "8089959",
          "title": "3rd Party Partnerships Manager - Signals",
          "department": "Global Ads Partnerships",
          "change_date": "2026-08-20",
          "prev_length": 7313,
          "new_length": 7400,
          "length_delta": 87
        },
        {
          "req_id": "8130697",
          "title": "Senior Litigation Paralegal",
          "department": "Legal",
          "change_date": "2026-08-19",
          "prev_length": 6741,
          "new_length": 6811,
          "length_delta": 70
        },
        {
          "req_id": "8122887",
          "title": "Principal UX Engineer, Ads",
          "department": "Product Design",
          "change_date": "2026-08-19",
          "prev_length": 6111,
          "new_length": 6645,
          "length_delta": 534
        },
        {
          "req_id": "7964461",
          "title": "Senior Software Engineer, ACE",
          "department": "Ads Engineering",
          "change_date": "2026-08-18",
          "prev_length": 8539,
          "new_length": 8529,
          "length_delta": -10
        },
        {
          "req_id": "8010607",
          "title": "Senior Manager, Large Customer Sales (Entertainment)",
          "department": "Large Customer Sales",
          "change_date": "2026-08-18",
          "prev_length": 6675,
          "new_length": 6691,
          "length_delta": 16
        },
        {
          "req_id": "8018513",
          "title": "Senior Machine Learning Engineer, Ads Foundational Representations",
          "department": "Ads Engineering",
          "change_date": "2026-08-15",
          "prev_length": 6422,
          "new_length": 7429,
          "length_delta": 1007
        },
        {
          "req_id": "8018517",
          "title": "Senior Machine Learning Engineer, Ads Foundational Representations",
          "department": "Ads Engineering",
          "change_date": "2026-08-15",
          "prev_length": 6405,
          "new_length": 7412,
          "length_delta": 1007
        },
        {
          "req_id": "7964461",
          "title": "Senior Software Engineer, ACE",
          "department": "Ads Engineering",
          "change_date": "2026-08-15",
          "prev_length": 7335,
          "new_length": 8539,
          "length_delta": 1204
        }
      ],
      "novel_terms": [
        {
          "term": "core gtm",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "reddit largest",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "largest opex",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "opex planning",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "planning cycles",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "cycles overseeing",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "overseeing complex",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "complex roadmaps",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "decision ready",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "ready documents",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "monthly engagements",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "coo own",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "end processes",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "processes example",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        }
      ]
    },
    "ROKU": {
      "ticker": "ROKU",
      "sector": "Other",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 240,
        "open_end": 240,
        "net_change": 0,
        "pct_change": 0.0,
        "new_postings": 14,
        "closed_postings": 13,
        "salary_disclosure_rate_pct_end": 51.2,
        "salary_disclosure_rate_pct_start": 48.3
      },
      "by_department_top10": [
        {
          "dept": "225 - Advertising Engineering",
          "open_end": 40,
          "open_start": 42,
          "net_change": -2,
          "pct_change": -4.8,
          "avg_salary_usd": 311483.0,
          "share_pct_postings": 16.7
        },
        {
          "dept": "224 - Search & Recommendations",
          "open_end": 29,
          "open_start": 25,
          "net_change": 4,
          "pct_change": 16.0,
          "avg_salary_usd": 314988.0,
          "share_pct_postings": 12.1
        },
        {
          "dept": "001- PIPELINE",
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 292267.0,
          "share_pct_postings": 4.6
        },
        {
          "dept": "206 - OS UI/SDK",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 385000.0,
          "share_pct_postings": 4.2
        },
        {
          "dept": "380 - Ad Ops",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 135025.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "393 - Viewer Product & Program Mgmt",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": 286800.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "383 - Ad Product",
          "open_end": 8,
          "open_start": 6,
          "net_change": 2,
          "pct_change": 33.3,
          "avg_salary_usd": 230077.0,
          "share_pct_postings": 3.3
        },
        {
          "dept": "229 - Data Engineering",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 254875.0,
          "share_pct_postings": 2.9
        },
        {
          "dept": "260 - Roku TV NPI Americas",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 297833.0,
          "share_pct_postings": 2.9
        },
        {
          "dept": "377 - Ad Sales",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 188343.0,
          "share_pct_postings": 2.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 158,
          "open_start": 160,
          "net_change": -2,
          "dollar_share_pct": 56.7
        },
        "S&M": {
          "open_end": 37,
          "open_start": 34,
          "net_change": 3,
          "dollar_share_pct": 20.2
        },
        "COGS": {
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "dollar_share_pct": 4.8
        },
        "G&A": {
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "dollar_share_pct": 0.9
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 10,
          "net_change": -2
        },
        "IC": {
          "open_end": 22,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 131,
          "net_change": 0
        },
        "Manager": {
          "open_end": 68,
          "net_change": 2
        },
        "Director+": {
          "open_end": 9,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Jose, California",
          "open_end": 53,
          "net_change": 2
        },
        {
          "city": "New York, New York",
          "open_end": 49,
          "net_change": 3
        },
        {
          "city": "Bengaluru, India",
          "open_end": 38,
          "net_change": -3
        },
        {
          "city": "Cambridge, United Kingdom",
          "open_end": 29,
          "net_change": 0
        },
        {
          "city": "Boston, Massachusetts",
          "open_end": 15,
          "net_change": 1
        },
        {
          "city": "Santa Monica, California",
          "open_end": 15,
          "net_change": 0
        },
        {
          "city": "Austin, Texas",
          "open_end": 15,
          "net_change": -4
        },
        {
          "city": "Manchester, United Kingdom",
          "open_end": 10,
          "net_change": 1
        },
        {
          "city": "Hsinchu, Taiwan",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Stamford, Connecticut",
          "open_end": 2,
          "net_change": -1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 123,
        "median_midpoint_usd_end": 235000.0,
        "p25_midpoint_usd_end": 149175.0,
        "p75_midpoint_usd_end": 300000.0,
        "median_midpoint_usd_start": 222675.0
      },
      "new_postings_sample": [
        {
          "req_id": "8141358",
          "title": "Senior Software Engineer, Web Development \u2013 AI",
          "department": "225 - Advertising Engineering",
          "location": "Manchester, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:04:59-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.weareroku.com/jobs/8141358?gh_jid=8141358",
          "description_excerpt": "Teamwork makes the stream work.\nRoku is changing how the world watches TV\nRoku is the #1 TV streaming platform in the U.S., Canada, and Mexico, and we've set our sights on powering every television in the world. Roku pioneered streaming to the TV. Our mission is to be the TV streaming platform that"
        },
        {
          "req_id": "8146077",
          "title": "Senior Product Manager, Advertising \u2013 Exchange Optimization",
          "department": "383 - Ad Product",
          "location": "Boston, Massachusetts",
          "salary_min": 177500.0,
          "salary_max": 218300.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:03:28-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.weareroku.com/jobs/8146077?gh_jid=8146077",
          "description_excerpt": "What you'll be doing\np]:inline\" data-streamdown=\"list-item\">Partner with data science and engineering teams to design, test, and maintain algorithms for dynamic price floor optimization using real-time signals such as demand density, device and content context, seasonality, and competing bid landsca"
        },
        {
          "req_id": "8145007",
          "title": "Senior Product Manager, Advertising \u2013 Exchange Optimization",
          "department": "383 - Ad Product",
          "location": "New York, New York",
          "salary_min": 119100.0,
          "salary_max": 265400.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:03:28-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://www.weareroku.com/jobs/8145007?gh_jid=8145007",
          "description_excerpt": "What you'll be doing\np]:inline\" data-streamdown=\"list-item\">Partner with data science and engineering teams to design, test, and maintain algorithms for dynamic price floor optimization using real-time signals such as demand density, device and content context, seasonality, and competing bid landsca"
        },
        {
          "req_id": "8141990",
          "title": "Director, Manufacturing Operations ",
          "department": "495 - Operations Business Support",
          "location": "San Jose, California",
          "salary_min": 350000.0,
          "salary_max": 400000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:09:25-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.weareroku.com/jobs/8141990?gh_jid=8141990",
          "description_excerpt": "About the Team\nRoku Operations integrates Program Management, Quality, and Technical Operations into a single team that owns results from concept through sustaining. The team is accountable for the roadmap & supplier planning, new product launches, and the sustained execution of Roku\u2019s critical prod"
        },
        {
          "req_id": "8142173",
          "title": "Senior Director, Software Engineering",
          "department": "427 - Enterprise Engineering",
          "location": "San Jose, California",
          "salary_min": 650000.0,
          "salary_max": 750000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:08:23-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.weareroku.com/jobs/8142173?gh_jid=8142173",
          "description_excerpt": "Teamwork makes the stream work.\nRoku is changing how the world watches TV\nRoku is the #1 TV streaming platform in the U.S., Canada, and Mexico, and we've set our sights on powering every television in the world. Roku pioneered streaming to the TV. Our mission is to be the TV streaming platform that"
        },
        {
          "req_id": "8143097",
          "title": "Senior Machine Learning Engineer",
          "department": "224 - Search & Recommendations",
          "location": "New York, New York",
          "salary_min": 229500.0,
          "salary_max": 360000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:04:35-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.weareroku.com/jobs/8143097?gh_jid=8143097",
          "description_excerpt": "About the Team\nThe Recommendations team drives personalized experiences across our platform by leveraging state-of-the-art machine learning. Our mission is to deliver meaningful, context-aware recommendations that adapt to each user's preferences in real time. We believe that true innovation in pers"
        },
        {
          "req_id": "8143094",
          "title": "Senior Machine Learning Engineer",
          "department": "224 - Search & Recommendations",
          "location": "San Jose, California",
          "salary_min": 229500.0,
          "salary_max": 360000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:04:35-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.weareroku.com/jobs/8143094?gh_jid=8143094",
          "description_excerpt": "About the Team\nThe Recommendations team drives personalized experiences across our platform by leveraging state-of-the-art machine learning. Our mission is to deliver meaningful, context-aware recommendations that adapt to each user's preferences in real time. We believe that true innovation in pers"
        },
        {
          "req_id": "8143237",
          "title": "Lead Software Engineer, Payment Platform",
          "department": "227 - RPAY",
          "location": "San Jose, California",
          "salary_min": 400000.0,
          "salary_max": 500000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:02:51-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.weareroku.com/jobs/8143237?gh_jid=8143237",
          "description_excerpt": "About the team\nRoku Pay is one of Roku's core monetization streams and is well-positioned for significant growth. Roku Pay encompasses the Pricing, Billing, and Payments ecosystems, along with many other integrations that strive to deliver a great experience for our partners and consumers. We are re"
        },
        {
          "req_id": "8138934",
          "title": "Manager, Client Services",
          "department": "378 - Ad Client Services",
          "location": "New York, New York",
          "salary_min": 149300.0,
          "salary_max": 177600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:09:07-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.weareroku.com/jobs/8138934?gh_jid=8138934",
          "description_excerpt": "responsibilities of the role?\np]:inline\" data-streamdown=\"list-item\">Serve as the primary executive contact for key clients, building and maintaining strong, long-term relationships\np]:inline\" data-streamdown=\"list-item\">Oversee the delivery of tailored advertising solutions that meet client objecti"
        },
        {
          "req_id": "8139816",
          "title": "Senior Machine Learning Engineer, Content Platform",
          "department": "224 - Search & Recommendations",
          "location": "San Jose, California",
          "salary_min": 141300.0,
          "salary_max": 360700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:07:40-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.weareroku.com/jobs/8139816?gh_jid=8139816",
          "description_excerpt": "About the Team\nRoku offers millions of options to our users: movies, shows, news, sports, and channels from all around the world. The Roku Content Platform is key to onboarding content into the Roku ecosystem, delighting our customers. Building a content knowledge platform that provides insights to"
        },
        {
          "req_id": "8134816",
          "title": "Ad Partner Solutions Manager, Data & Measurement",
          "department": "378 - Ad Client Services",
          "location": "New York, New York",
          "salary_min": 134500.0,
          "salary_max": 154300.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:09:30-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.weareroku.com/jobs/8134816?gh_jid=8134816",
          "description_excerpt": "responsibilities of the role?\np]:inline\" data-streamdown=\"list-item\">Serve as the primary point of contact for Roku's portfolio of data and measurement partners spanning Identity, Measurement, Data Providers, Mobile Measurement, and Verification categories\np]:inline\" data-streamdown=\"list-item\">Coll"
        },
        {
          "req_id": "8128812",
          "title": "Executive Assistant",
          "department": "362 - Strategic Partnerships",
          "location": "New York, New York",
          "salary_min": 94000.0,
          "salary_max": 117000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:08:21-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.weareroku.com/jobs/8128812?gh_jid=8128812",
          "description_excerpt": "responsibilities of the role?\nAct as a strategic partner to both the VP, Global Advertising BD, and VP, Revenue Operations and International Growth, optimizing their time and enabling high-impact decision-making\nManage complex calendars, travel arrangements, and meeting logistics, ensuring seamless"
        },
        {
          "req_id": "8132161",
          "title": "Senior Engineering Manager - Streaming",
          "department": "224 - Search & Recommendations",
          "location": "Bengaluru, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-21T00:02:47-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.weareroku.com/jobs/8132161?gh_jid=8132161",
          "description_excerpt": "Teamwork makes the stream work.\nRoku is changing how the world watches TV\nRoku is the #1 TV streaming platform in the U.S., Canada, and Mexico, and we've set our sights on powering every television in the world. Roku pioneered streaming to the TV. Our mission is to be the TV streaming platform that"
        },
        {
          "req_id": "8131362",
          "title": "Sr. AI Transformation Engineer",
          "department": "204 - Roku OS HQ",
          "location": "San Jose, California",
          "salary_min": 242200.0,
          "salary_max": 486000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-21T00:05:14-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.weareroku.com/jobs/8131362?gh_jid=8131362",
          "description_excerpt": "responsibilities of the role?\np]:inline\" data-streamdown=\"list-item\">Drive AI deployments from discovery and scoping through system design, build, and production rollout, owning the outcome end to end\np]:inline\" data-streamdown=\"list-item\">Embed directly with business and technical teams to diagnose"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7743800",
          "title": "Director, Productivity Engineering ",
          "department": "427 - Enterprise Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "7685572",
          "title": "Senior Business Development Manager",
          "department": "353 - International OEM Business Development",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "7296799",
          "title": "Senior Direct Procurement Manager",
          "department": "495 - Operations Business Support",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "7843808",
          "title": "Senior Product Partner Manager",
          "department": "352 - OEM TV Product Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "7842976",
          "title": "Senior Product Partner Manager",
          "department": "352 - OEM TV Product Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "7821528",
          "title": "Software Engineer, Advanced Development",
          "department": "250 - Advanced Development",
          "first_seen": "2026-07-23",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 26
        },
        {
          "req_id": "8048097",
          "title": "Senior Software Engineer - Kubernetes & ServiceMesh",
          "department": "220 - Cloud Tech",
          "first_seen": "2026-08-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 4
        },
        {
          "req_id": "8095705",
          "title": "Senior Software Engineer - Kubernetes & Service Mesh",
          "department": "220 - Cloud Tech",
          "first_seen": "2026-08-14",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 4
        },
        {
          "req_id": "7919754",
          "title": "Sr. Manager, Software Engineering - ML",
          "department": "224 - Search & Recommendations",
          "first_seen": "2026-05-15",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 94
        },
        {
          "req_id": "7919804",
          "title": "Senior Software Engineer ",
          "department": "225 - Advertising Engineering",
          "first_seen": "2026-05-16",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 93
        },
        {
          "req_id": "8016472",
          "title": "Senior Manager, Customer Intelligence",
          "department": "393 - Product & Program Mgmt",
          "first_seen": "2026-06-19",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 59
        },
        {
          "req_id": "7282266",
          "title": "Senior Software Engineer - Data Products",
          "department": "225 - Advertising Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 114
        },
        {
          "req_id": "7919919",
          "title": "Senior Software Engineer, Bigdata",
          "department": "225 - Advertising Engineering",
          "first_seen": "2026-05-16",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 92
        }
      ],
      "description_changes": [
        {
          "req_id": "7972287",
          "title": "Software Engineering Manager ",
          "department": "270 - AAR NPI Engineering",
          "change_date": "2026-08-21",
          "prev_length": 8377,
          "new_length": 10012,
          "length_delta": 1635
        },
        {
          "req_id": "7185198",
          "title": "Director of Manufacturing Operations ",
          "department": "495 - Operations Business Support",
          "change_date": "2026-08-21",
          "prev_length": 9318,
          "new_length": 9398,
          "length_delta": 80
        },
        {
          "req_id": "7656682",
          "title": "Senior Hardware Engineer",
          "department": "275 - HW Engineering and Compliance",
          "change_date": "2026-08-21",
          "prev_length": 8027,
          "new_length": 7906,
          "length_delta": -121
        },
        {
          "req_id": "8027794",
          "title": "Senior  Software Engineer, Machine Learning ",
          "department": "224 - Search & Recommendations",
          "change_date": "2026-08-20",
          "prev_length": 7053,
          "new_length": 8482,
          "length_delta": 1429
        },
        {
          "req_id": "8027813",
          "title": "Senior Software Engineer, Cloud Services",
          "department": "224 - Search & Recommendations",
          "change_date": "2026-08-20",
          "prev_length": 7161,
          "new_length": 7728,
          "length_delta": 567
        },
        {
          "req_id": "8139816",
          "title": "Senior Machine Learning Engineer, Content Platform",
          "department": "224 - Search & Recommendations",
          "change_date": "2026-08-20",
          "prev_length": 6486,
          "new_length": 7230,
          "length_delta": 744
        },
        {
          "req_id": "8092230",
          "title": "Branded Content Project Manager",
          "department": "396 - Roku Brand Studio",
          "change_date": "2026-08-20",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "8056385",
          "title": "Manager, Technical Services (IT Support)",
          "department": "429 - IT Tech Support",
          "change_date": "2026-08-19",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "6351228",
          "title": "Senior Software Engineer - Kubernetes & ServiceMesh",
          "department": "220 - Cloud Tech",
          "change_date": "2026-08-19",
          "prev_length": 7081,
          "new_length": 8941,
          "length_delta": 1860
        },
        {
          "req_id": "7546745",
          "title": "Senior Software Engineer - Salesforce ",
          "department": "223 - Website SW",
          "change_date": "2026-08-19",
          "prev_length": 7692,
          "new_length": 9080,
          "length_delta": 1388
        }
      ],
      "novel_terms": [
        {
          "term": "design test",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "dynamic price",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "price floor",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "floor optimization",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "time signals",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "demand density",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "density device",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "content context",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "context seasonality",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "competing bid",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        },
        {
          "term": "bid landsca",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        }
      ]
    },
    "SEAT": {
      "ticker": "SEAT",
      "sector": "Media",
      "market_cap_tier": "micro_cap",
      "report_focus_guidance": "appendix \u2014 listing-only unless there's an unusual move",
      "headline": {
        "open_start": 9,
        "open_end": 8,
        "net_change": -1,
        "pct_change": -11.1,
        "new_postings": 0,
        "closed_postings": 0,
        "salary_disclosure_rate_pct_end": 62.5,
        "salary_disclosure_rate_pct_start": 66.7
      },
      "by_department_top10": [
        {
          "dept": "Marketing",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 120700.0,
          "share_pct_postings": 37.5
        },
        {
          "dept": "Customer Experience",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 25.0
        },
        {
          "dept": "Engineering",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 112500.0,
          "share_pct_postings": 12.5
        },
        {
          "dept": "People",
          "open_end": 1,
          "open_start": 2,
          "net_change": -1,
          "pct_change": -50.0,
          "avg_salary_usd": 85000.0,
          "share_pct_postings": 12.5
        },
        {
          "dept": "Product & UX Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 147500.0,
          "share_pct_postings": 12.5
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "dollar_share_pct": 44.3
        },
        "S&M": {
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "dollar_share_pct": 41.2
        },
        "COGS": {
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 1,
          "open_start": 2,
          "net_change": -1,
          "dollar_share_pct": 14.5
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 6,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 0,
          "net_change": 0
        },
        "Manager": {
          "open_end": 1,
          "net_change": 0
        },
        "Director+": {
          "open_end": 0,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote, United States",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Coppell, TX",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Chicago, IL",
          "open_end": 2,
          "net_change": -1
        },
        {
          "city": "Remote",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Chicago, IL or Toronto, CAN",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 5,
        "median_midpoint_usd_end": 112500.0,
        "p25_midpoint_usd_end": 85000.0,
        "p75_midpoint_usd_end": 147500.0,
        "median_midpoint_usd_start": 85000.0
      },
      "new_postings_sample": [],
      "closed_postings_sample": [],
      "description_changes": [],
      "novel_terms": []
    },
    "SNAP": {
      "ticker": "SNAP",
      "sector": "Ads",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 178,
        "open_end": 176,
        "net_change": -2,
        "pct_change": -1.1,
        "new_postings": 10,
        "closed_postings": 6,
        "salary_disclosure_rate_pct_end": 69.9,
        "salary_disclosure_rate_pct_start": 71.3
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 73,
          "open_start": 74,
          "net_change": -1,
          "pct_change": -1.4,
          "avg_salary_usd": 252618.0,
          "share_pct_postings": 41.5
        },
        {
          "dept": "",
          "open_end": 51,
          "open_start": 51,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 203842.0,
          "share_pct_postings": 29.0
        },
        {
          "dept": "Marketing",
          "open_end": 17,
          "open_start": 17,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 229444.0,
          "share_pct_postings": 9.7
        },
        {
          "dept": "Product",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": 227000.0,
          "share_pct_postings": 5.1
        },
        {
          "dept": "Sales",
          "open_end": 9,
          "open_start": 8,
          "net_change": 1,
          "pct_change": 12.5,
          "avg_salary_usd": 112833.0,
          "share_pct_postings": 5.1
        },
        {
          "dept": "Data & Analytics",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 239667.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Operations",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 192667.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Security",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 112245.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Legal",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 314000.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 237000.0,
          "share_pct_postings": 0.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 84,
          "open_start": 85,
          "net_change": -1,
          "dollar_share_pct": 57.0
        },
        "S&M": {
          "open_end": 51,
          "open_start": 52,
          "net_change": -1,
          "dollar_share_pct": 20.9
        },
        "COGS": {
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "dollar_share_pct": 3.3
        },
        "G&A": {
          "open_end": 4,
          "open_start": 5,
          "net_change": -1,
          "dollar_share_pct": 1.1
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 4,
          "net_change": -1
        },
        "IC": {
          "open_end": 71,
          "net_change": 2
        },
        "IC-Senior": {
          "open_end": 36,
          "net_change": -3
        },
        "Manager": {
          "open_end": 58,
          "net_change": 0
        },
        "Director+": {
          "open_end": 7,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "2 Locations",
          "open_end": 23,
          "net_change": -5
        },
        {
          "city": "3 Locations",
          "open_end": 22,
          "net_change": 1
        },
        {
          "city": "Los Angeles, California",
          "open_end": 21,
          "net_change": 1
        },
        {
          "city": "6 Locations",
          "open_end": 19,
          "net_change": 1
        },
        {
          "city": "5 Locations",
          "open_end": 13,
          "net_change": -1
        },
        {
          "city": "London, United Kingdom",
          "open_end": 9,
          "net_change": 0
        },
        {
          "city": "Palo Alto, California",
          "open_end": 8,
          "net_change": -1
        },
        {
          "city": "Abingdon - 141 Park Drive",
          "open_end": 7,
          "net_change": 1
        },
        {
          "city": "4 Locations",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "New York, New York",
          "open_end": 5,
          "net_change": 1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 123,
        "median_midpoint_usd_end": 216000.0,
        "p25_midpoint_usd_end": 178000.0,
        "p75_midpoint_usd_end": 286000.0,
        "median_midpoint_usd_start": 237000.0
      },
      "new_postings_sample": [
        {
          "req_id": "R0046510",
          "title": "Machine Learning Engineer",
          "department": "Engineering",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/London-United-Kingdom/Machine-Learning-Engineer_R0046510",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "H226SWEGML5",
          "title": "Machine Learning Engineer, Generative ML, Level 5",
          "department": "Engineering",
          "location": "3 Locations",
          "salary_min": 209000.0,
          "salary_max": 313000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Machine-Learning-Engineer--Generative-ML--Level-5_H226SWEGML5",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "H226SWEGML3",
          "title": "Machine Learning Engineer, Generative ML, Level 4",
          "department": "Engineering",
          "location": "3 Locations",
          "salary_min": 173000.0,
          "salary_max": 259000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Machine-Learning-Engineer--Generative-ML--Level-4_H226SWEGML3",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "R0046487",
          "title": "Client Partner - Business Development",
          "department": "Sales",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/London-United-Kingdom/Client-Partner_R0046487",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "R0046493",
          "title": "Senior Producer",
          "department": "",
          "location": "New York, New York",
          "salary_min": 107000.0,
          "salary_max": 161000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/New-York-New-York/Senior-Creative-Producer_R0046493-1",
          "description_excerpt": "What You'll Do:\nServe as the primary point of contact and lead production for complex, multi-format, high-visibility, and innovation-led advertising campaigns, establishing clear timelines, processes, and ownership across advertisers, vendors, and Snap teams to drive efficient, high-quality executio"
        },
        {
          "req_id": "R0046488",
          "title": "Senior Copywriter",
          "department": "",
          "location": "2 Locations",
          "salary_min": 157000.0,
          "salary_max": 235000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Senior-Copywriter_R0046488-1",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "R0046484",
          "title": "Account Manager",
          "department": "Sales",
          "location": "Toronto, Canada",
          "salary_min": 81000.0,
          "salary_max": 106000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Toronto-Canada/Account-Manager_R0046484-1",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "R0046479",
          "title": "Optical Engineer, Waveguide Experiments",
          "department": "Engineering",
          "location": "Abingdon - 141 Park Drive",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Abingdon---141-Park-Drive/Optical-Engineer--Waveguide-Experiments_R0046479-1",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "R0046467",
          "title": "Staff Machine Learning Engineer, Generative AI Modeling and Inference",
          "department": "Engineering",
          "location": "5 Locations",
          "salary_min": 229000.0,
          "salary_max": 343000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Staff-Machine-Learning-Engineer--Generative-AI-Modeling-and-Inference_R0046467",
          "description_excerpt": "Snap Inc is a technology company. We believe the camera presents the greatest opportunity to improve the way people live and communicate. Snap contributes to human progress by empowering people to express themselves, live in the moment, learn about the world, and have fun together.\nThe Company opera"
        },
        {
          "req_id": "R0046464",
          "title": "Research Intern, User Modeling and Personalization",
          "department": "",
          "location": "2 Locations",
          "salary_min": 81000.0,
          "salary_max": 121000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Bellevue-Washington/Research-Intern--User-Modeling-and-Personalization_R0046464-1",
          "description_excerpt": "What you'll do:\nLead research projects in the user modeling and personalization domains (sub-areas include graph modeling, generative recommendation, personalization, and ML efficiency)\nBuild scalable research prototypes and evaluate them in large-scale machine learning scenarios\nPublish your findin"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R0045463",
          "title": "Staff Software Engineer, Android, Level 6",
          "department": "Engineering",
          "first_seen": "2026-05-16",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 94
        },
        {
          "req_id": "H226TRH5",
          "title": "Senior Technical Recruiter",
          "department": "People / HR",
          "first_seen": "2026-08-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 11
        },
        {
          "req_id": "R0046438",
          "title": "Principal Software Engineer, Infrastructure",
          "department": "Engineering",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 5
        },
        {
          "req_id": "R0045855",
          "title": "Advanced Manufacturing Engineer",
          "department": "Engineering",
          "first_seen": "2026-06-16",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 62
        },
        {
          "req_id": "R0045873",
          "title": "Senior Software Engineer, Spectacles",
          "department": "Engineering",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 60
        },
        {
          "req_id": "R0046162",
          "title": "Client Partner",
          "department": "",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 5
        }
      ],
      "description_changes": [
        {
          "req_id": "R0046487",
          "title": "Client Partner - Business Development",
          "department": "Sales",
          "change_date": "2026-08-21",
          "prev_length": 5837,
          "new_length": 4622,
          "length_delta": -1215
        },
        {
          "req_id": "R0045982",
          "title": "Manager, Environmental Health & Safety, Specs Operations",
          "department": "Operations",
          "change_date": "2026-08-21",
          "prev_length": 8980,
          "new_length": 9008,
          "length_delta": 28
        },
        {
          "req_id": "R0046429",
          "title": "Human Factors Specialist (Fixed Term, 12 Months)",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 9015,
          "new_length": 9015,
          "length_delta": 0
        },
        {
          "req_id": "R0044144",
          "title": "Technical Operations Manufacturing Electrical Engineer",
          "department": "Engineering",
          "change_date": "2026-08-20",
          "prev_length": 5829,
          "new_length": 5928,
          "length_delta": 99
        },
        {
          "req_id": "R0046493",
          "title": "Senior Creative Producer",
          "department": "",
          "change_date": "2026-08-20",
          "prev_length": 5870,
          "new_length": 6543,
          "length_delta": 673
        },
        {
          "req_id": "R0044952",
          "title": "Executive Protection Specialist",
          "department": "",
          "change_date": "2026-08-20",
          "prev_length": 6053,
          "new_length": 6108,
          "length_delta": 55
        }
      ],
      "novel_terms": []
    },
    "SPOT": {
      "ticker": "SPOT",
      "sector": "Media",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 93,
        "open_end": 87,
        "net_change": -6,
        "pct_change": -6.5,
        "new_postings": 6,
        "closed_postings": 6,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Engineering, Machine Learning",
          "open_end": 14,
          "open_start": 15,
          "net_change": -1,
          "pct_change": -6.7,
          "avg_salary_usd": null,
          "share_pct_postings": 16.1
        },
        {
          "dept": "Sales, Ad Sales",
          "open_end": 7,
          "open_start": 9,
          "net_change": -2,
          "pct_change": -22.2,
          "avg_salary_usd": null,
          "share_pct_postings": 8.0
        },
        {
          "dept": "Engineering, Backend",
          "open_end": 5,
          "open_start": 6,
          "net_change": -1,
          "pct_change": -16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 5.7
        },
        {
          "dept": "Engineering, Mobile",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.6
        },
        {
          "dept": "Finance, Financial Planning & Analysis",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.6
        },
        {
          "dept": "Data, Research & Insights",
          "open_end": 3,
          "open_start": 1,
          "net_change": 2,
          "pct_change": 200.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Engineering",
          "open_end": 3,
          "open_start": 4,
          "net_change": -1,
          "pct_change": -25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Engineering, Engineering Leadership",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Legal",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Marketing",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 46,
          "open_start": 49,
          "net_change": -3,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 27,
          "open_start": 29,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 4,
          "open_start": 3,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 3,
          "net_change": 1
        },
        "IC": {
          "open_end": 23,
          "net_change": -3
        },
        "IC-Senior": {
          "open_end": 29,
          "net_change": 1
        },
        "Manager": {
          "open_end": 25,
          "net_change": -4
        },
        "Director+": {
          "open_end": 7,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "New York",
          "open_end": 27,
          "net_change": -2
        },
        {
          "city": "London, Stockholm",
          "open_end": 22,
          "net_change": -3
        },
        {
          "city": "London",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Taiwan",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Toronto",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Los Angeles, New York",
          "open_end": 2,
          "net_change": 2
        },
        {
          "city": "Singapore, Singapore",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Dubai",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Boston, New York",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Sydney",
          "open_end": 2,
          "net_change": -1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "spotify-social-strategy-manager-brand-social",
          "title": "Social Strategy Manager, Brand Social",
          "department": "Marketing",
          "location": "Los Angeles, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:10:05.445000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://www.lifeatspotify.com/jobs/social-strategy-manager-brand-social",
          "description_excerpt": "Spotify\u2019s Global Organic Social team is responsible for how Spotify shows up across its owned social channels, connecting fans to the music, podcasts, audiobooks, and features they love.\nWe\u2019re looking for a Social Strategy Manager, Brand Social to work across some of Spotify\u2019s highest-impact global"
        },
        {
          "req_id": "spotify-associate-ad-review-specialist-contractor-6-month-contract",
          "title": "Associate Ad Review Specialist Contractor (6 month Contract)",
          "department": "Public Affairs, Trust & Safety",
          "location": "Singapore, Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T03:43:58.255000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://www.lifeatspotify.com/jobs/associate-ad-review-specialist-contractor-6-month-contract",
          "description_excerpt": "Spotify Trust & Safety is dedicated to creating a platform that\u2019s safe for users and creators and true to our values.\nWe\u2019re looking for an Associate Ad Review Specialist Contractor to join our Monetization Operations team within Trust & Safety. You\u2019ll support day-to-day ad review operations and poli"
        },
        {
          "req_id": "spotify-senior-product-quality-analyst-ai-voice-2",
          "title": "Senior Product Quality Analyst, AI Voice",
          "department": "Data, Research & Insights",
          "location": "London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T18:01:44.658000+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.lifeatspotify.com/jobs/senior-product-quality-analyst-ai-voice-2",
          "description_excerpt": "The Personalization team makes deciding what to play next easier and more enjoyable for every listener. From Blend to Discover Weekly, we\u2019re behind some of Spotify\u2019s most-loved features. We built them by understanding the world of music and podcasts better than anyone else. Join us and you\u2019ll keep m"
        },
        {
          "req_id": "spotify-senior-product-quality-analyst-ai-voice",
          "title": "Senior Product Quality Analyst, AI Voice",
          "department": "Data, Research & Insights",
          "location": "Los Angeles, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T17:23:54.944000+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.lifeatspotify.com/jobs/senior-product-quality-analyst-ai-voice",
          "description_excerpt": "The Personalization team makes deciding what to play next easier and more enjoyable for every listener. From Blend to Discover Weekly, we\u2019re behind some of Spotify\u2019s most-loved features. We built them by understanding the world of music and podcasts better than anyone else. Join us and you\u2019ll keep m"
        },
        {
          "req_id": "spotify-senior-accountant-paid-revenue",
          "title": "Senior Accountant, Paid Revenue",
          "department": "Finance, Accounting",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T16:58:45.881000+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://www.lifeatspotify.com/jobs/senior-accountant-paid-revenue",
          "description_excerpt": "We're looking for a Senior Accountant to join our global Revenue Accounting operations team, supporting the Paid Revenue segment \u2014 including Premium, Partner, and Other Paid Revenues. This role sits within the Order-to-Cash (OTC) process and is central to driving Spotify's \u20ac15B+ Premium subscription"
        },
        {
          "req_id": "spotify-engineering-manager-music-2",
          "title": "Engineering Manager, Music",
          "department": "Engineering, Engineering Leadership",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T19:16:18.008000+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://www.lifeatspotify.com/jobs/engineering-manager-music-2",
          "description_excerpt": "The Rights Systems team is driving the technical foundations of a step-change for Spotify\u2019s business by enabling the distribution of new forms of content across the platform. This challenge involves detection of rights-protected intellectual property and facilitating rightsholder and creator managem"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "spotify-strategic-partner-manager-distribution-partnerships",
          "title": "Strategic Partner Manager, Distribution Partnerships",
          "department": "Support & Operations, Business Development",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 84
        },
        {
          "req_id": "spotify-cloud-security-engineer",
          "title": "Cloud Security Engineer",
          "department": "Engineering, Security",
          "first_seen": "2026-06-30",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 49
        },
        {
          "req_id": "spotify-customer-success-manager-anz-contract",
          "title": "Customer Success Manager ANZ, 12 Month Fixed Term",
          "department": "Sales, Ad Sales",
          "first_seen": "2026-07-22",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 27
        },
        {
          "req_id": "spotify-principal-product-manager-content-platform",
          "title": "Principal Product Manager, Content Platform",
          "department": "Product",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "spotify-fullstack-engineer-podcast",
          "title": "Fullstack Engineer, Podcast",
          "department": "Engineering",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 5
        },
        {
          "req_id": "spotify-principal-product-manager-agentic-surfaces",
          "title": "Principal Product Manager, Agentic Surfaces",
          "department": "Product",
          "first_seen": "2026-06-18",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 60
        }
      ],
      "description_changes": [
        {
          "req_id": "spotify-data-scientist-music-mission",
          "title": "Data Scientist, Music Mission",
          "department": "Data, Research & Insights, Data Science",
          "change_date": "2026-08-18",
          "prev_length": 866,
          "new_length": 1492,
          "length_delta": 626
        },
        {
          "req_id": "spotify-fullstack-engineer-podcast",
          "title": "Fullstack Engineer, Podcast",
          "department": "Engineering",
          "change_date": "2026-08-18",
          "prev_length": 1048,
          "new_length": 1038,
          "length_delta": -10
        }
      ],
      "novel_terms": [
        {
          "term": "social strategy",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "strategy manager",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "manager brand",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "brand social",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "associate ad",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "ad review",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "review specialist",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "specialist contractor",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "product quality",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "quality analyst",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "analyst ai",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "ai voice",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "senior accountant",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        }
      ]
    },
    "TTWO": {
      "ticker": "TTWO",
      "sector": "Media",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 262,
        "open_end": 264,
        "net_change": 2,
        "pct_change": 0.8,
        "new_postings": 30,
        "closed_postings": 19,
        "salary_disclosure_rate_pct_end": 2.3,
        "salary_disclosure_rate_pct_start": 2.3
      },
      "by_department_top10": [
        {
          "dept": "Online Services",
          "open_end": 20,
          "open_start": 20,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.6
        },
        {
          "dept": "Security",
          "open_end": 14,
          "open_start": 15,
          "net_change": -1,
          "pct_change": -6.7,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        },
        {
          "dept": "Tools",
          "open_end": 14,
          "open_start": 14,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        },
        {
          "dept": "Zynga Studio One",
          "open_end": 13,
          "open_start": 15,
          "net_change": -2,
          "pct_change": -13.3,
          "avg_salary_usd": 169000.0,
          "share_pct_postings": 4.9
        },
        {
          "dept": "Art - Cloud Chamber",
          "open_end": 9,
          "open_start": 6,
          "net_change": 3,
          "pct_change": 50.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Code",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Localization - 2K Madrid",
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "pct_change": 14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.0
        },
        {
          "dept": "Game Design/Scripting - Cloud Chamber",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.7
        },
        {
          "dept": "Publishing Strategy",
          "open_end": 7,
          "open_start": 6,
          "net_change": 1,
          "pct_change": 16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 2.7
        },
        {
          "dept": "Game Programming - 2K Sports Lab",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 142,
          "open_start": 138,
          "net_change": 4,
          "dollar_share_pct": 51.8
        },
        "S&M": {
          "open_end": 21,
          "open_start": 21,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 5,
          "open_start": 8,
          "net_change": -3,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 15,
          "open_start": 15,
          "net_change": 0,
          "dollar_share_pct": 13.8
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 3,
          "net_change": 1
        },
        "IC": {
          "open_end": 58,
          "net_change": 4
        },
        "IC-Senior": {
          "open_end": 108,
          "net_change": -7
        },
        "Manager": {
          "open_end": 78,
          "net_change": 5
        },
        "Director+": {
          "open_end": 17,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Novato, California, United States",
          "open_end": 22,
          "net_change": 0
        },
        {
          "city": "Montr\u00e9al, Quebec, Canada",
          "open_end": 21,
          "net_change": 1
        },
        {
          "city": "Austin, Texas, United States",
          "open_end": 20,
          "net_change": -2
        },
        {
          "city": "Manhattan, New York, United States",
          "open_end": 19,
          "net_change": 1
        },
        {
          "city": "Austin, TX",
          "open_end": 18,
          "net_change": 0
        },
        {
          "city": "Burnaby, British Columbia, Canada",
          "open_end": 13,
          "net_change": -1
        },
        {
          "city": "London, England, United Kingdom",
          "open_end": 12,
          "net_change": 2
        },
        {
          "city": "Bangalore, Karnataka, India",
          "open_end": 11,
          "net_change": 4
        },
        {
          "city": "Barcelona, Spain",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "Dundee, Scotland, United Kingdom",
          "open_end": 10,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 6,
        "median_midpoint_usd_end": 152500.0,
        "p25_midpoint_usd_end": 135030.0,
        "p75_midpoint_usd_end": 152780.0,
        "median_midpoint_usd_start": 135030.0
      },
      "new_postings_sample": [
        {
          "req_id": "7919518003",
          "title": "Lead Designer",
          "department": "Game Design/Scripting - 31st Union",
          "location": "San Mateo, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T18:20:54-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7919518003",
          "description_excerpt": "WE ARE GAME MAKERS\nWho We Are:\nWe are a diverse team of developers driven by a passion for our art, united by our core values and inspired by a culture of inclusivity to build amazing games that thrill players everywhere. We pursue growth and innovation in an environment of safety and trust. Our cul"
        },
        {
          "req_id": "7812732003",
          "title": "Localization Specialist - Italian",
          "department": "Localization - 2K Madrid",
          "location": "Madrid, Spain",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T11:58:39-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7812732003",
          "description_excerpt": "responsibilities that are required of the employee; other tasks and duties may be assigned or reassigned as needed.\n2K complies with the labor regulations established under Spanish employment law (Estatuto de los Trabajadores) and all applicable European Union employment and data protection standard"
        },
        {
          "req_id": "8143808",
          "title": "Security Operations Engineer",
          "department": "Security IT",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T09:22:31-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8143808",
          "description_excerpt": "WHO WE ARE\nTake-Two Interactive Software, Inc. is a leading developer, publisher, and marketer of interactive entertainment for consumers around the globe. The Company develops and publishes products principally through Rockstar Games, 2K, Private Division, and Zynga. Our products are currently desi"
        },
        {
          "req_id": "8143779",
          "title": "Threat Intelligence Engineer",
          "department": "Security - Product ",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T09:14:08-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8143779",
          "description_excerpt": "WHO WE ARE\nTake-Two Interactive Software, Inc. is a leading developer, publisher, and marketer of interactive entertainment for consumers around the globe. The Company develops and publishes products principally through Rockstar Games, 2K, Private Division, and Zynga. Our products are currently desi"
        },
        {
          "req_id": "8121631",
          "title": "Compensation Analyst",
          "department": "Rewards",
          "location": "Bangalore, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T05:55:01-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8121631",
          "description_excerpt": "Who We Are:\nHeadquartered in New York City, Take-Two Interactive Software, Inc. is a leading developer, publisher, and marketer of interactive entertainment for consumers around the globe. We develop and publish products principally through Rockstar Games, 2K, and Zynga. Our strategy is to create hi"
        },
        {
          "req_id": "7772145003",
          "title": "Associate Manager, Content Localization",
          "department": "Localization - 2K Publishing",
          "location": "Tokyo, Chiyoda, Japan",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T05:09:22-04:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7772145003",
          "description_excerpt": "responsibilities while continuing to support execution and operational coordination.\nAs an Assistant Manager in the Content Localization team, you\u2019ll help lead the daily language execution that shapes how 2K\u2019s stories are told and experienced worldwide. You\u2019ll support the growth of talented linguist"
        },
        {
          "req_id": "7888167003",
          "title": "Lead Animator",
          "department": "Animation - Cloud Chamber",
          "location": "Novato, California, United States",
          "salary_min": 123200.0,
          "salary_max": 182360.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-19T16:40:09-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7888167003",
          "description_excerpt": "As a Lead Gameplay Animator at Cloud Chamber, you will join our talented development team to help shape the character performance and movement systems of our project. In this role, you\u2019ll collaborate with a passionate group of game developers to craft high-end player characters and AI animations tha"
        },
        {
          "req_id": "7888166003",
          "title": "Lead Animator",
          "department": "Animation - Cloud Chamber",
          "location": "Montr\u00e9al, Quebec, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:40:09-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7888166003",
          "description_excerpt": "As a Lead Gameplay Animator at Cloud Chamber, you will join our talented development team to help shape the character performance and movement systems of our project. In this role, you\u2019ll collaborate with a passionate group of game developers to craft high-end player characters and AI animations tha"
        },
        {
          "req_id": "7888174003",
          "title": "Lead Character Artist",
          "department": "Art - Cloud Chamber",
          "location": "Novato, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:20:01-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7888174003",
          "description_excerpt": "As a Lead Character Artist at Cloud Chamber, under the supervision of the Art Director, you will play a key role in establishing the overall visual quality bar and guidelines for character development on the project. In this role, you\u2019ll lead a team of artists to achieve their full potential, collab"
        },
        {
          "req_id": "7888173003",
          "title": "Lead Character Artist",
          "department": "Art - Cloud Chamber",
          "location": "Montr\u00e9al, Quebec, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:20:00-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7888173003",
          "description_excerpt": "As a Lead Character Artist at Cloud Chamber, under the supervision of the Art Director, you will play a key role in establishing the overall visual quality bar and guidelines for character development on the project. In this role, you\u2019ll lead a team of artists to achieve their full potential, collab"
        },
        {
          "req_id": "7829591003",
          "title": "Office Admin",
          "department": "Research - 2K Publishing",
          "location": "Tel Aviv, Israel",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T06:43:00-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7829591003",
          "description_excerpt": "Office Admin \u2013 2K Israel Office\nWhat We Need\nWe are looking for an on-site Office Admin to own the day-to-day operational execution of the 2K Israel office, a 15-person office.\nThis is a part-time role at 60% capacity . The expected schedule is three days per week in the office , with occasional tas"
        },
        {
          "req_id": "7829580003",
          "title": "Staff Platform Engineer",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "location": "Austin, Texas, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T20:10:07-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7829580003",
          "description_excerpt": "Responsibilities & Requirements\nDuties\nPlatform Product Ownership: Lead the design, development, and delivery of scalable Kubernetes infrastructure, ensuring seamless integration into the Internal Developer Platform (IDP) to provide Game Service Developers with intuitive, self-service infrastructure"
        },
        {
          "req_id": "6146107004",
          "title": "Senior Marketing Data Analyst",
          "department": "Publishing Platform",
          "location": "Barcelona, Spain",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T09:25:14-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6146107004",
          "description_excerpt": "What you'll do:\nPartner closely with marketing and cross-functional teams to identify growth opportunities, improve efficiency, and shape strategic initiatives.\nLead analytical deep dives to surface insights and translate them into actionable recommendations for senior stakeholders.\nVisualize and co"
        },
        {
          "req_id": "6142177004",
          "title": "Associate Director UA",
          "department": "Gram Games",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T09:07:52-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6142177004",
          "description_excerpt": "Responsibilities\nStrategic Leadership\nOwn the end-to-end UA strategy and performance for the portfolio, ensuring profitability targets are met.\nManage yearly growth planning, scaling strategies, and risk-mitigation across markets and channels.\nDrive strategic experimentation and support innovation i"
        },
        {
          "req_id": "7893386003",
          "title": "Application Security Engineer",
          "department": "Security",
          "location": "Dundee, Scotland, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T07:39:32-04:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://job-boards.greenhouse.io/rockstargames/jobs/7893386003",
          "description_excerpt": "RESPONSIBILITIES\nTrack trends in the security community and stay abreast of emerging threats.\nProvide technical security guidance to developers, team leads and producers.\nCreate and maintain threat models of applications and features to systematically understand how they can be attacked to prioritiz"
        },
        {
          "req_id": "8127943",
          "title": "Counsel, Business Affairs",
          "department": "Legal ",
          "location": "London, England, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T10:33:48-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8127943",
          "description_excerpt": "Who We Are:\nHeadquartered in New York City, Take-Two Interactive Software, Inc. is a leading developer, publisher, and marketer of interactive entertainment for consumers around the globe. We develop and publish products principally through Rockstar Games, 2K, and Zynga. Our strategy is to create hi"
        },
        {
          "req_id": "6143053004",
          "title": "Senior VFX Artist & Animation Generalist",
          "department": "Gram Games",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T05:56:29-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6143053004",
          "description_excerpt": "Responsibilities\nOwn, build, and optimize the VFX and animation pipeline, establishing efficient workflows tailored to producing the highly dynamic and rewarding interactions expected in top-tier casual puzzle games.\nCreate high-quality VFX and animations from ideation, concept, and visual explorati"
        },
        {
          "req_id": "7887479003",
          "title": "Shader Technical Artist",
          "department": "Art - 31st Union",
          "location": "San Mateo, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T17:31:28-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7887479003",
          "description_excerpt": "WE ARE GAME MAKERS\nWho We Are:\nWe are a diverse team of developers driven by a passion for our art, united by our core values and inspired by a culture of inclusivity to build amazing games that thrill players everywhere. We pursue growth and innovation in an environment of safety and trust. Our cul"
        },
        {
          "req_id": "7856225003",
          "title": "Lead Lighting Artist",
          "department": "Art - Cloud Chamber",
          "location": "Montr\u00e9al, Quebec, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T15:45:47-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7856225003",
          "description_excerpt": "As a Lead Lighting Artist at Cloud Chamber, you will join our talented development team to help shape our visual narrative and atmosphere. In this role, you\u2019ll collaborate with a passionate group of game developers to craft visually stunning, dynamic lighting that supports world-class real-time envi"
        },
        {
          "req_id": "7865976003",
          "title": "Associate Producer",
          "department": "Producing/Management - Cloud Chamber",
          "location": "Montr\u00e9al, Quebec, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T11:37:37-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7865976003",
          "description_excerpt": "As an Associate Producer at Cloud Chamber, you will coordinate the work of technical and creative professionals to drive delivery of a fundamental part of our game. Utilizing your experience with Agile game development, expert communication skills, and overall good judgment, you will help your team"
        },
        {
          "req_id": "7865968003",
          "title": "Senior Backend Software Engineer",
          "department": "Online Services - 2K Publishing",
          "location": "Bangalore, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T03:11:41-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7865968003",
          "description_excerpt": "What You Will Do\nDesign and develop robust, scalable, and highly performant backend microservices and APIs.\nOwn the maintenance and evolution of key service domains \u2014 ensuring reliability, performance, and alignment with long-term technical strategy.\nCollaborate closely with product managers, design"
        },
        {
          "req_id": "7829588003",
          "title": "Senior Site Reliability Engineer",
          "department": "Online Services - 2K Publishing",
          "location": "Bangalore, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T03:08:04-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7829588003",
          "description_excerpt": "What You'll Do\nPlatform & Infrastructure\nDesign, build, and operate scalable multi-cloud and hybrid infrastructure using Terraform, Pulumi, and GitOps workflows (ArgoCD, Flux). Own Kubernetes platforms (EKS, GKE) end-to-end \u2014 cluster lifecycle, multi-tenancy, networking (Istio, Cilium), and autoscal"
        },
        {
          "req_id": "7865971003",
          "title": "DevOps Engineer",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "location": "Bangalore, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T03:07:16-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7865971003",
          "description_excerpt": "Who We Are\n2K is headquartered in Novato, California and is a wholly owned label of Take-Two Interactive Software, Inc. (NASDAQ: TTWO). Founded in 2005, 2K Games is a global video game company, publishing titles developed by some of the most influential game development studios in the world. Our stu"
        },
        {
          "req_id": "7865984003",
          "title": "Engineering Manager",
          "department": "Online Services - 2K Publishing",
          "location": "Bangalore, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T03:07:00-04:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7865984003",
          "description_excerpt": "What You Will Do\nEmpower and Mentor: Lead a team of engineers through consistent 1:1s, career mapping, and performance coaching to build a high-trust, high-output culture.\nDevelopment Process Optimization: Own and refine the technical development process. You will help the engineering staff optimize"
        },
        {
          "req_id": "6144048004",
          "title": "Principal Game Designer",
          "department": "Trinity ",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T05:49:44-04:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6144048004",
          "description_excerpt": "What You'll do:\nOwn and drive the game's vision, aligning it with product goals and communicating it clearly to the team and stakeholders to build shared commitment.\nLead ideation and brainstorming, and translate player motivations and behavior into user experience stories, wireframes, and optimal f"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7644897003",
          "title": "Application Security Engineer",
          "department": "Security",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "6660668003",
          "title": "Lead Product Manager, Data Science",
          "department": "Core-Tech - 2K Publishing",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "7775670003",
          "title": "Senior Site Reliability Engineer",
          "department": "Core-Tech - 2K Publishing",
          "first_seen": "2026-06-23",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 56
        },
        {
          "req_id": "5976899004",
          "title": "Senior Localization Manager - London or Spain Based",
          "department": "Operations",
          "first_seen": "2026-06-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 55
        },
        {
          "req_id": "6133323004",
          "title": "Senior Data Analyst",
          "department": "Analytics",
          "first_seen": "2026-08-11",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 7
        },
        {
          "req_id": "7829578003",
          "title": "Technical Director, Product Engineering",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "7589467",
          "title": "Senior JD Edwards Financial Business Analyst",
          "department": "Enterprise Resource Planning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 115
        },
        {
          "req_id": "7680265003",
          "title": "Senior Data Engineer",
          "department": "Online Services",
          "first_seen": "2026-05-01",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 108
        },
        {
          "req_id": "7728478003",
          "title": "Data Quality Engineering Lead",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 96
        },
        {
          "req_id": "7564923003",
          "title": "Producer",
          "department": "Producing/Management - 2K Sports Lab",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 96
        },
        {
          "req_id": "7947103",
          "title": "Senior JD Edwards Financial Business Analyst",
          "department": "Enterprise Resource Planning",
          "first_seen": "2026-05-21",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 88
        },
        {
          "req_id": "7760418003",
          "title": "Lead Sound Designer",
          "department": "Audio - Gearbox",
          "first_seen": "2026-06-09",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 69
        },
        {
          "req_id": "7778411003",
          "title": "MLOps Engineer",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "first_seen": "2026-06-20",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 58
        },
        {
          "req_id": "7792882003",
          "title": "Concepteur(trice) de niveaux senior (Encounters) / Senior Level Designer (Encounters)",
          "department": "Game Design/Scripting - Gearbox",
          "first_seen": "2026-07-10",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 38
        },
        {
          "req_id": "7798949003",
          "title": "Director, Game Science & Insights",
          "department": "Production/Management Games - 2K Publishing ",
          "first_seen": "2026-07-16",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 32
        }
      ],
      "description_changes": [
        {
          "req_id": "6134522004",
          "title": "Senior UX Designer - Poker",
          "department": "Zynga Studio One",
          "change_date": "2026-08-20",
          "prev_length": 6138,
          "new_length": 6123,
          "length_delta": -15
        },
        {
          "req_id": "7784349003",
          "title": "Staff Software Engineer",
          "department": "Core-Tech - 2K Publishing",
          "change_date": "2026-08-20",
          "prev_length": 7615,
          "new_length": 7274,
          "length_delta": -341
        },
        {
          "req_id": "7807539003",
          "title": "Staff Platform Engineer",
          "department": "Core-Tech - 2K Publishing",
          "change_date": "2026-08-19",
          "prev_length": 7964,
          "new_length": 6998,
          "length_delta": -966
        },
        {
          "req_id": "7807539003",
          "title": "Staff Platform Engineer",
          "department": "Core-Tech - 2K Publishing",
          "change_date": "2026-08-18",
          "prev_length": 7964,
          "new_length": 7964,
          "length_delta": 0
        },
        {
          "req_id": "7856226003",
          "title": "Lead Lighting Artist",
          "department": "Art - Cloud Chamber",
          "change_date": "2026-08-18",
          "prev_length": 5659,
          "new_length": 6721,
          "length_delta": 1062
        },
        {
          "req_id": "5976899004",
          "title": "Senior Localization Manager - London or Spain Based",
          "department": "Operations",
          "change_date": "2026-08-15",
          "prev_length": 8125,
          "new_length": 8134,
          "length_delta": 9
        },
        {
          "req_id": "5814544004",
          "title": "Senior Game Economy Designer - Gram Games",
          "department": "Gram Games",
          "change_date": "2026-08-15",
          "prev_length": 5286,
          "new_length": 5275,
          "length_delta": -11
        }
      ],
      "novel_terms": [
        {
          "term": "office admin",
          "count": 3,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "associate producer",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "character performance",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "movement systems",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "chamber under",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "play key",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "overall visual",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "character development",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "achieve thei",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "visual quality bar",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "visual narrative",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "craft visually",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "stunning dynamic",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "dynamic lighting",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "2k israel",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "israel office",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        }
      ]
    },
    "UBER": {
      "ticker": "UBER",
      "sector": "Gig",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 24,
        "open_end": 23,
        "net_change": -1,
        "pct_change": -4.2,
        "new_postings": 2,
        "closed_postings": 3,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "IT",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 13.0
        },
        {
          "dept": "EA Platform & Deliveries Discovery",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.7
        },
        {
          "dept": "Product Design",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.7
        },
        {
          "dept": "Satellite Engineering",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.7
        },
        {
          "dept": "Ads",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Analytics",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Careem Pay",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Communications",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Data Science",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "EA Platform and Transport Product",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 12,
          "open_start": 10,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 5,
          "open_start": 6,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 3,
          "open_start": 5,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": -1
        },
        "IC": {
          "open_end": 2,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 12,
          "net_change": 1
        },
        "Manager": {
          "open_end": 6,
          "net_change": 0
        },
        "Director+": {
          "open_end": 2,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Dubai, United Arab Emirates",
          "open_end": 13,
          "net_change": 0
        },
        {
          "city": "Karachi, Pakistan",
          "open_end": 8,
          "net_change": 1
        },
        {
          "city": "Amman, Jordan",
          "open_end": 1,
          "net_change": -2
        },
        {
          "city": "Lahore, Pakistan",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "7107610002",
          "title": "Software Engineer I ",
          "department": "Satellite Engineering",
          "location": "Karachi, Pakistan; Lahore, Pakistan",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T09:36:47-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://boards.greenhouse.io/careem/jobs/7107610002?gh_jid=7107610002",
          "description_excerpt": "About the team\nAt Careem, the mission for the NextGen program is to help grow our new joint Engineering by learning how to write Clean Code, use SOLID principle techniques, and design reliable systems. The ultimate goal is to train the new Engineers to build Engineering excellence foundations with h"
        },
        {
          "req_id": "8682543002",
          "title": "Senior Software Engineer I",
          "department": "EA Platform & Deliveries Discovery",
          "location": "Karachi, Pakistan; Lahore, Pakistan",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T04:50:15-04:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://boards.greenhouse.io/careem/jobs/8682543002?gh_jid=8682543002",
          "description_excerpt": "What You'll Do\nDesign, build, and maintain scalable backend services powering the Quick and Shops customer experience.\nWrite high-quality Golang code, delivering complete features and resolving bugs independently.\nBuild and maintain REST APIs, service-to-service integrations, and gateway and configu"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8397974002",
          "title": "Captain Experience Associate",
          "department": "Experience & Automation & Excellence",
          "first_seen": "2026-05-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 97
        },
        {
          "req_id": "8655881002",
          "title": "Operations Coordinator",
          "department": "Shops - Jordan",
          "first_seen": "2026-08-07",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 11
        },
        {
          "req_id": "8623833002",
          "title": "Product Operations Lead",
          "department": "Deliveries, Fulfillment & Logistics Product",
          "first_seen": "2026-07-24",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 24
        }
      ],
      "description_changes": [],
      "novel_terms": []
    },
    "UMG": {
      "ticker": "UMG",
      "sector": "Other",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 187,
        "open_end": 179,
        "net_change": -8,
        "pct_change": -4.3,
        "new_postings": 0,
        "closed_postings": 2,
        "salary_disclosure_rate_pct_end": 49.2,
        "salary_disclosure_rate_pct_start": 47.1
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 98,
          "open_start": 107,
          "net_change": -9,
          "pct_change": -8.4,
          "avg_salary_usd": 110415.0,
          "share_pct_postings": 54.7
        },
        {
          "dept": "Revenue Planning and Analysis",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 102750.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Commercial Partnerships",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 81612.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Data and Insights",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Digital Marketing",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 75210.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Domestic Marketing",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.1
        },
        {
          "dept": "International Marketing",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Marketing",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 93902.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Strategy",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 44010.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "A&R",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 47505.0,
          "share_pct_postings": 0.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 39,
          "open_start": 41,
          "net_change": -2,
          "dollar_share_pct": 10.9
        },
        "S&M": {
          "open_end": 43,
          "open_start": 44,
          "net_change": -1,
          "dollar_share_pct": 21.2
        },
        "COGS": {
          "open_end": 6,
          "open_start": 8,
          "net_change": -2,
          "dollar_share_pct": 6.0
        },
        "G&A": {
          "open_end": 16,
          "open_start": 17,
          "net_change": -1,
          "dollar_share_pct": 10.3
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 7,
          "net_change": 0
        },
        "IC": {
          "open_end": 61,
          "net_change": -7
        },
        "IC-Senior": {
          "open_end": 19,
          "net_change": 0
        },
        "Manager": {
          "open_end": 57,
          "net_change": -2
        },
        "Director+": {
          "open_end": 26,
          "net_change": 0
        },
        "VP+": {
          "open_end": 9,
          "net_change": 1
        }
      },
      "by_geo_top10": [
        {
          "city": "Kings Cross, London",
          "open_end": 38,
          "net_change": -7
        },
        {
          "city": "Santa Monica, California",
          "open_end": 24,
          "net_change": 0
        },
        {
          "city": "2 Locations",
          "open_end": 14,
          "net_change": 1
        },
        {
          "city": "Nashville, Tennessee",
          "open_end": 14,
          "net_change": 0
        },
        {
          "city": "New York, New York",
          "open_end": 14,
          "net_change": 0
        },
        {
          "city": "Sydney, New South Wales",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "Woodland Hills, California",
          "open_end": 9,
          "net_change": 0
        },
        {
          "city": "Manila, Philippines",
          "open_end": 8,
          "net_change": -1
        },
        {
          "city": "Philadelphia, Pennsylvania",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "3 Locations",
          "open_end": 8,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 88,
        "median_midpoint_usd_end": 90080.0,
        "p25_midpoint_usd_end": 65506.0,
        "p75_midpoint_usd_end": 118330.0,
        "median_midpoint_usd_start": 90080.0
      },
      "new_postings_sample": [],
      "closed_postings_sample": [
        {
          "req_id": "UMGAPAC-UMG-26798",
          "title": "Domestic Marketing Executive",
          "department": "",
          "first_seen": "2026-06-19",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 59
        },
        {
          "req_id": "UMGUK-UMG-27367",
          "title": "Talent Acquisition Operations Apprentice",
          "department": "",
          "first_seen": "2026-08-11",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 5
        }
      ],
      "description_changes": [
        {
          "req_id": "UMGUS-UMG-27100",
          "title": "People Project Manager",
          "department": "",
          "change_date": "2026-08-21",
          "prev_length": 6780,
          "new_length": 6826,
          "length_delta": 46
        },
        {
          "req_id": "UMGUS-UMG-27363",
          "title": "Director, Label Management",
          "department": "Label Management",
          "change_date": "2026-08-18",
          "prev_length": 5854,
          "new_length": 5846,
          "length_delta": -8
        },
        {
          "req_id": "UMGUK-UMG-27204",
          "title": "Technical Operations Manager - 6 Month FTC",
          "department": "",
          "change_date": "2026-08-18",
          "prev_length": 6421,
          "new_length": 5114,
          "length_delta": -1307
        },
        {
          "req_id": "UMGUS-UMG-27363",
          "title": "Director, Label Management",
          "department": "Label Management",
          "change_date": "2026-08-15",
          "prev_length": 5855,
          "new_length": 5854,
          "length_delta": -1
        }
      ],
      "novel_terms": []
    },
    "W": {
      "ticker": "W",
      "sector": "Ecom",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 379,
        "open_end": 384,
        "net_change": 5,
        "pct_change": 1.3,
        "new_postings": 42,
        "closed_postings": 19,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Physical Retail In-Store",
          "open_end": 124,
          "open_start": 124,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 32.3
        },
        {
          "dept": "Warehouse",
          "open_end": 120,
          "open_start": 125,
          "net_change": -5,
          "pct_change": -4.0,
          "avg_salary_usd": null,
          "share_pct_postings": 31.2
        },
        {
          "dept": "Category Management & Lifestyle Brands",
          "open_end": 19,
          "open_start": 15,
          "net_change": 4,
          "pct_change": 26.7,
          "avg_salary_usd": null,
          "share_pct_postings": 4.9
        },
        {
          "dept": "Talent",
          "open_end": 18,
          "open_start": 15,
          "net_change": 3,
          "pct_change": 20.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.7
        },
        {
          "dept": "Full Stack Engineering",
          "open_end": 13,
          "open_start": 12,
          "net_change": 1,
          "pct_change": 8.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.4
        },
        {
          "dept": "",
          "open_end": 12,
          "open_start": 14,
          "net_change": -2,
          "pct_change": -14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.1
        },
        {
          "dept": "Data Science & Machine Learning",
          "open_end": 11,
          "open_start": 12,
          "net_change": -1,
          "pct_change": -8.3,
          "avg_salary_usd": null,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Operations Support",
          "open_end": 11,
          "open_start": 9,
          "net_change": 2,
          "pct_change": 22.2,
          "avg_salary_usd": null,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Marketing Strategy & Analytics",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.6
        },
        {
          "dept": "Finance & Legal",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 65,
          "open_start": 65,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 73,
          "open_start": 68,
          "net_change": 5,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 217,
          "open_start": 218,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 15,
          "open_start": 14,
          "net_change": 1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 108,
          "net_change": -8
        },
        "IC": {
          "open_end": 136,
          "net_change": 9
        },
        "IC-Senior": {
          "open_end": 37,
          "net_change": 3
        },
        "Manager": {
          "open_end": 100,
          "net_change": 1
        },
        "Director+": {
          "open_end": 3,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Boston, MA",
          "open_end": 65,
          "net_change": 3
        },
        {
          "city": "Denver, CO",
          "open_end": 21,
          "net_change": 0
        },
        {
          "city": "Shanghai, CHN",
          "open_end": 18,
          "net_change": 1
        },
        {
          "city": "Wilmette, IL",
          "open_end": 17,
          "net_change": 2
        },
        {
          "city": "Columbus, OH",
          "open_end": 16,
          "net_change": 1
        },
        {
          "city": "Aberdeen, MD",
          "open_end": 13,
          "net_change": 1
        },
        {
          "city": "Romeoville, IL",
          "open_end": 13,
          "net_change": 1
        },
        {
          "city": "Yonkers, NY",
          "open_end": 13,
          "net_change": -2
        },
        {
          "city": "Cranbury, NJ",
          "open_end": 12,
          "net_change": -1
        },
        {
          "city": "London, GBR",
          "open_end": 11,
          "net_change": 2
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "18818",
          "title": "Warehouse Supervisor",
          "department": "Warehouse",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T20:46:16.770000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18818",
          "description_excerpt": "What You'll Do:\nSupervise the functions and working of the warehouse workers.\nDelegate and assign tasks and targets and evaluate the work of the staff.\nAdhere to the compliance of all legal and safety procedures.\nSupervise proper shift allocations and ensure efficiency of all warehouse staff.\nOrgani"
        },
        {
          "req_id": "18758",
          "title": "Retail Sales Associate",
          "department": "Physical Retail In-Store",
          "location": "San Marcos, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T15:46:13.150000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18758",
          "description_excerpt": "responsibilities such as unloading trucks, moving and unpacking boxes, building furniture, stocking shelves and cleaning\nPerform other duties as assigned by the shift supervisor\nFollow all company policies and Wayfair standards\nCriteria:\nCustomer service experience preferred, but open to entry-level"
        },
        {
          "req_id": "14795",
          "title": "Mattress Professional",
          "department": "Physical Retail In-Store",
          "location": "Columbus, OH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T14:46:13.690000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=14795",
          "description_excerpt": "Salary Range: $24.00 per hour + uncapped bonus\nNOTE: The hourly rate is a fixed entry rate for this position and applies to all new hires. While our system may display a pay range, this role\u2019s starting rate is non-negotiable. Future pay increases are determined by performance, growth, and time in ro"
        },
        {
          "req_id": "18787",
          "title": "Outlet Store Manager",
          "department": "Physical Retail In-Store",
          "location": "Chandler, AZ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T11:46:11.673000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18787",
          "description_excerpt": "***Note: This position is located in Chandler, AZ***\nThe salary range for this position is $85,736 - 95,262 per year . The base salary offered may vary depending on location, job-related knowledge, skills, and experience.\nCome join the team that is reinventing home! Wayfair is hiring a General Store"
        },
        {
          "req_id": "18761",
          "title": "Marketing Associate (Promotions)",
          "department": "Marketing Strategy & Analytics",
          "location": "London, GBR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T11:16:19.283000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18761",
          "description_excerpt": "Location: London (Hybrid: Mon-Thu Office, Fri Remote)\nThe Team: EU Promotions (Commercial Strategy & Marketing Operations)\nWayfair believes everyone should live in a home they love. Through technology and innovation, Wayfair makes it possible for shoppers to quickly and easily find exactly what they"
        },
        {
          "req_id": "18727",
          "title": "Senior Associate, Category Management",
          "department": "Category Management & Lifestyle Brands",
          "location": "London, GBR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-20T06:46:37.147000+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18727",
          "description_excerpt": "Who We Are\nThe Category Management team offers a unique opportunity to drive strategy for Wayfair\u2019s largest product categories through tight internal and external partnership. We serve as ambassadors of the product categories we manage. We are at the forefront as Wayfair redefines the supplier exper"
        },
        {
          "req_id": "18633",
          "title": "Senior Executive Assistant, Enterprise",
          "department": "Talent",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T19:46:18.557000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18633",
          "description_excerpt": "About the Team:\nOur Executive Assistant and Executive Business Partner team is the driving force behind our executives\u2019 success. We are strategic partners who enable focus, efficiency, and operational excellence across the organization. From managing complex global calendars and coordinating seamles"
        },
        {
          "req_id": "18791",
          "title": "Associate Director, Product Management \u2013 Martech Platform",
          "department": "Product Management",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T17:16:20.813000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18791",
          "description_excerpt": "An important note about Wayfair's in-office expectations: this is a hybrid role based in Boston and will require you to work from the office on Tuesday, Wednesday, and Thursday.\nWho We Are\nWayfair is one of the largest advertisers in eCommerce, investing more than $1B annually across search, social,"
        },
        {
          "req_id": "18805",
          "title": "Warehouse Returns Administrator",
          "department": "Warehouse",
          "location": "Perris, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T17:16:20.813000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18805",
          "description_excerpt": "Responsibilities)\nYour primary focus is high-accuracy data entry, document management, and logistics coordination:\nLogistics & Yard Management:\nGate in and out all incoming (truckload, LTL, shuttle) and outgoing shipments, including all returns shipments.\nPhysically check in and out all trailers ent"
        },
        {
          "req_id": "18615",
          "title": "Industrial Engineer \u2013 Supply Chain Engineering & MHE",
          "department": "Operations Support",
          "location": "Romeoville, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:16:21.790000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18615",
          "description_excerpt": "Location: Romeoville, IL | Job Type: Full Time | Shift: Days | Annual Salary: $81,225 - 89,538\nAt this time, Wayfair will not sponsor applicants for employment authorization for this position for the following work visas: STEM OPT EAD, H-1B, H-1B1, E-3, O-1, J-1, or TN\nAs a member of the Wayfair Ind"
        },
        {
          "req_id": "18802",
          "title": "Software Engineer II - Plan Services",
          "department": "Full Stack Engineering",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:16:17.903000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18802",
          "description_excerpt": "What You'll Do\nOwn the design and hands-on building of applications that are reliable, scalable, and easy to maintain.\nEnsure the quality of engineering direction across multiple teams within the organization.\nContribute to architectural and code review discussions that impact our engineering ecosys"
        },
        {
          "req_id": "17922",
          "title": "Operations Manager",
          "department": "Warehouse",
          "location": "Jacksonville, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T13:16:16.080000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17922",
          "description_excerpt": "Job location: Jacksonville, Florida\nCompensation: $80,500.00 - $88,780.00\nOperations Manager\nWe are Wayfair; we deliver a best-in-class customer experience in the furniture and home space because of people like you, who are driven, determined, collaborative, and thrive in a fast-paced environment. I"
        },
        {
          "req_id": "18396",
          "title": "Visual Presentation Associate",
          "department": "Physical Retail Corporate",
          "location": "Norton, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T12:16:14.820000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18396",
          "description_excerpt": "responsibilities include, but are not limited to:\nIn partnership with SRB VM leads, support concept process and execute overall visual merchandising strategies within retail labs and stores , ensuring strategy is in line with brand priorities to deliver a consistent omni-channel experience. Executio"
        },
        {
          "req_id": "18786",
          "title": "Senior Associate, Merchant",
          "department": "E-Commerce Merchandising",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T10:46:16.840000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18786",
          "description_excerpt": "Senior Associate, Merchant\nThis position is a hybrid in-office role that works out of our Boston HQ (Monday-Thursday will be working in office and Friday is work from home). This is not a virtual / remote position.\nAt this time, Wayfair will not sponsor applicants for this position for the following"
        },
        {
          "req_id": "18524",
          "title": "Performance Strategy Manager",
          "department": "Talent",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T09:46:14.893000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18524",
          "description_excerpt": "This role is eligible for annual equity grants subject to Board approval and company performance. Typical grant ranges vary by level and may significantly impact total compensation. For this position, equity could equal $19,000 subject to final approval by the company\u2019s Board of Directors. Equity aw"
        },
        {
          "req_id": "18794",
          "title": "Regional  Sales Development Representative",
          "department": "",
          "location": "Ft. Lauderdale, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T09:46:14.893000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18794",
          "description_excerpt": "Position is based in Ft. Lauderdale, FL.\nAnnualized On Target Earnings (OTE) for the role are estimated between $75,000 - $95,000, inclusive of the base pay and performance against a monthly variable compensation plan with an on-target variable (OTV) of ~$4,000/month. Note: Actual compensation may v"
        },
        {
          "req_id": "18780",
          "title": "Mechanic 1",
          "department": "Warehouse",
          "location": "Aberdeen, MD",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T06:16:19.687000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18780",
          "description_excerpt": "Responsibilities)\nYour primary duties will focus on maintenance, repair, and compliance:\nTroubleshooting & Repair: Troubleshoot, repair, and diagnose basic and complex issues on conveyor material handling systems , sorters, unloaders, dock doors, dock levelers, electrical, plumbing, mechanical, and"
        },
        {
          "req_id": "18795",
          "title": "Associate, Supply Inventory Management",
          "department": "Category Management & Lifestyle Brands",
          "location": "Shanghai, CHN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T04:16:24.667000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18795",
          "description_excerpt": "What You'll Do\nAssist in developing and executing strategies to optimize sales, turns, in-stock rates, and network balance\nWork cross-functionally with a variety of teams including Analytics, Category Management, and Forecasting to understand sales and market trends in your space impacting forecasts"
        },
        {
          "req_id": "18789",
          "title": "Compensation Manager",
          "department": "Talent",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T19:46:18.073000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18789",
          "description_excerpt": "What You'll Do:\nPartner with senior Legal, Sales, Finance, and Business leadership to design and develop innovative sales incentive compensation plans for various roles in Physical Retail.\nConduct comprehensive modeling and what-if analysis to assess the financial impact and motivational effectivene"
        },
        {
          "req_id": "12778",
          "title": "Wayfair Chicago Hiring Events | Join Our Store Team",
          "department": "Physical Retail In-Store",
          "location": "Wilmette, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T13:46:20.083000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=12778",
          "description_excerpt": "Date: 9/1/2026\nTime: 10:00am - 1:00pm & 2:00pm - 6:00pm\nLocation: 3232 Lake Ave Ste 1, Wilmette, IL 60091\n!! Walk-ins welcome !!\nWe are excited to bring Wayfair to Chicago Land Area. We are hosting in-person hiring events to meet the talented people who will help bring this store to life. Join us to"
        },
        {
          "req_id": "18167",
          "title": "Terminal Supervisor",
          "department": "Warehouse",
          "location": "City of Industry, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T12:46:14.013000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18167",
          "description_excerpt": "What You'll Do\nSupervise the functions and working of the warehouse workers.\nDelegate and assign tasks and targets and evaluate the work of the staff.\nAdhere to the compliance of all legal and safety procedures.\nSupervise proper shift allocations and ensure efficiency of all warehouse staff.\nOrganiz"
        },
        {
          "req_id": "18778",
          "title": "Warehouse Associate",
          "department": "Warehouse",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T11:46:14.073000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18778",
          "description_excerpt": "Responsibilities)\nThis role requires a team player who is willing to move between departments (such as Receiving, Picking, Packing, Shipping, and Returns) based on operational needs. Your primary duties will include, but are not limited to, the following core functions:\nHandling & Movement: Safely l"
        },
        {
          "req_id": "18604",
          "title": "Transport Coordinator",
          "department": "Operations Support",
          "location": "Lutterworth, GBR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-18T04:16:17.883000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18604",
          "description_excerpt": "responsibilities as required.\nThis is a floor-based role and will involve physically moving and processing products in addition to leading drivers.\nWhat You\u2019ll Need\nProven experience in the transport or logistics sector, preferably as a Team Lead, Transport Coordinator or similar.\nAbility to plan, m"
        },
        {
          "req_id": "18233",
          "title": "Senior Analyst, Strategic Finance",
          "department": "Finance & Legal",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-03T06:16:22.243000+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18233",
          "description_excerpt": "This position is a hybrid in-office role that works out of our Boston HQ (Monday-Thursday will be working in office and Friday is work from home). This is not a virtual / remote position.\nAt this time, Wayfair will not sponsor applicants for this position for the following work visas: F1-OPT, STEM O"
        },
        {
          "req_id": "18766",
          "title": "Cashier",
          "department": "Physical Retail In-Store",
          "location": "Wilmette, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T21:46:31.617000+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=18766",
          "description_excerpt": "Responsibilities\nCustomer Experience\nCreate a Memorable Final Impression: Deliver friendly, welcoming, and efficient service throughout every transaction while ensuring customers leave with a positive impression of Wayfair.\nOwn the Checkout Experience: Process purchases, returns, exchanges, gift car"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "10608",
          "title": "Warehouse Associate",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 84
        },
        {
          "req_id": "14247",
          "title": "Compensation Manager",
          "department": "Talent",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 84
        },
        {
          "req_id": "16399",
          "title": "Warehouse Supervisor",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 84
        },
        {
          "req_id": "14458",
          "title": "Operations Manager",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 84
        },
        {
          "req_id": "16550",
          "title": "Warehouse General Maintenance Laborer",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 84
        },
        {
          "req_id": "16742",
          "title": "IC Team Lead",
          "department": "Warehouse",
          "first_seen": "2026-05-28",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 82
        },
        {
          "req_id": "16678",
          "title": "Transportation Team Lead",
          "department": "Warehouse",
          "first_seen": "2026-06-23",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 56
        },
        {
          "req_id": "17884",
          "title": "Assoicate, Category EU (F&D)",
          "department": "Category Management & Lifestyle Brands",
          "first_seen": "2026-07-21",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 28
        },
        {
          "req_id": "18220",
          "title": "Warehouse Associate",
          "department": "Warehouse",
          "first_seen": "2026-07-31",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 18
        },
        {
          "req_id": "18409",
          "title": "Transportation Associate",
          "department": "Warehouse",
          "first_seen": "2026-08-06",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 12
        },
        {
          "req_id": "16200",
          "title": "Terminal Supervisor",
          "department": "Warehouse",
          "first_seen": "2026-08-08",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 10
        },
        {
          "req_id": "18557",
          "title": "Internship in Accounting & Reporting",
          "department": "",
          "first_seen": "2026-08-13",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 5
        },
        {
          "req_id": "10615",
          "title": "Warehouse Associate",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 83
        },
        {
          "req_id": "17600",
          "title": "Retail Sales Associate",
          "department": "Physical Retail In-Store",
          "first_seen": "2026-07-11",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 37
        },
        {
          "req_id": "17584",
          "title": "Outlet Assistant Store Manager",
          "department": "Physical Retail In-Store",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 5
        }
      ],
      "description_changes": [
        {
          "req_id": "13449",
          "title": "Machine Learning Scientist III - Search & Recommendations",
          "department": "Data Science & Machine Learning",
          "change_date": "2026-08-21",
          "prev_length": 6845,
          "new_length": 8716,
          "length_delta": 1871
        },
        {
          "req_id": "18528",
          "title": "Senior Analyst, People Analytics - Technology",
          "department": "Talent",
          "change_date": "2026-08-21",
          "prev_length": 5987,
          "new_length": 6330,
          "length_delta": 343
        },
        {
          "req_id": "18233",
          "title": "Senior Analyst, Strategic Finance",
          "department": "Finance & Legal",
          "change_date": "2026-08-21",
          "prev_length": 5353,
          "new_length": 5696,
          "length_delta": 343
        },
        {
          "req_id": "17364",
          "title": "Senior Analyst, WMS Configuration",
          "department": "Operations Strategy",
          "change_date": "2026-08-21",
          "prev_length": 6716,
          "new_length": 6541,
          "length_delta": -175
        },
        {
          "req_id": "13314",
          "title": "Warehouse Supervisor",
          "department": "Warehouse",
          "change_date": "2026-08-21",
          "prev_length": 5058,
          "new_length": 5056,
          "length_delta": -2
        },
        {
          "req_id": "16305",
          "title": "Procurement Associate",
          "department": "",
          "change_date": "2026-08-20",
          "prev_length": 8546,
          "new_length": 8537,
          "length_delta": -9
        },
        {
          "req_id": "17478",
          "title": "Warehouse Training Coordinator",
          "department": "Warehouse",
          "change_date": "2026-08-20",
          "prev_length": 6346,
          "new_length": 6347,
          "length_delta": 1
        },
        {
          "req_id": "13688",
          "title": "Machine Learning Scientist II",
          "department": "Data Science & Machine Learning",
          "change_date": "2026-08-20",
          "prev_length": 5786,
          "new_length": 5786,
          "length_delta": 0
        },
        {
          "req_id": "17143",
          "title": "Machine Learning Manager - Catalog Duplicates",
          "department": "Data Science & Machine Learning",
          "change_date": "2026-08-20",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "16238",
          "title": "Inventory Control Team Lead",
          "department": "Warehouse",
          "change_date": "2026-08-20",
          "prev_length": 6916,
          "new_length": 6879,
          "length_delta": -37
        }
      ],
      "novel_terms": [
        {
          "term": "experience create",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "create memorable",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "memorable final",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "final impression",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "impression deliver",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "deliver friendly",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "friendly welcoming",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "efficient service",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "service throughout",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "customers leave",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "positive impression",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "wayfair own",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "checkout experience",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "experience process",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "process purchases",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "purchases returns",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "returns exchanges",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "exchanges gift",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "gift car",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "product categories",
          "count": 2,
          "first_seen_in_window": "2026-08-21"
        }
      ]
    },
    "WBTN": {
      "ticker": "WBTN",
      "sector": "Media",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 46,
        "open_end": 48,
        "net_change": 2,
        "pct_change": 4.3,
        "new_postings": 12,
        "closed_postings": 11,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 22,
          "open_start": 23,
          "net_change": -1,
          "pct_change": -4.3,
          "avg_salary_usd": null,
          "share_pct_postings": 45.8
        },
        {
          "dept": "Corporate | WEBTOON | Brand Safety",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 14.6
        },
        {
          "dept": "Corporate | WEBTOON",
          "open_end": 5,
          "open_start": 3,
          "net_change": 2,
          "pct_change": 66.7,
          "avg_salary_usd": null,
          "share_pct_postings": 10.4
        },
        {
          "dept": "Service&Business | WEBTOON",
          "open_end": 4,
          "open_start": 5,
          "net_change": -1,
          "pct_change": -20.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.3
        },
        {
          "dept": "Design | WEBTOON | Creative",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.2
        },
        {
          "dept": "Service&Business | Wattpad | Product",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.2
        },
        {
          "dept": "Corporate | Wattpad | Finance",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.1
        },
        {
          "dept": "Corporate | Wattpad | People",
          "open_end": 1,
          "open_start": 0,
          "net_change": 1,
          "pct_change": null,
          "avg_salary_usd": null,
          "share_pct_postings": 2.1
        },
        {
          "dept": "Service&Business | WEBTOON | Content",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.1
        },
        {
          "dept": "Service&Business | WEBTOON | Marketing",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.1
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 12,
          "open_start": 8,
          "net_change": 4,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 6,
          "net_change": -1
        },
        "IC": {
          "open_end": 27,
          "net_change": 1
        },
        "IC-Senior": {
          "open_end": 1,
          "net_change": -1
        },
        "Manager": {
          "open_end": 13,
          "net_change": 3
        },
        "Director+": {
          "open_end": 1,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "El Segundo, California",
          "open_end": 20,
          "net_change": 0
        },
        {
          "city": "Toronto, Ontario",
          "open_end": 6,
          "net_change": 3
        }
      ],
      "salary_bands": {
        "n_with_band_end": 0,
        "median_midpoint_usd_end": null,
        "p25_midpoint_usd_end": null,
        "p75_midpoint_usd_end": null,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "webtoon-8068",
          "title": "[WEBTOON] International Senior Tax Manager Corporate WEBTOON Entertainment Inc. ( El Segundo, California ) Full time Unt",
          "department": "Corporate | WEBTOON",
          "location": "El Segundo, California",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T21:04:43.807000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.webtoon.com/jobs/8068",
          "description_excerpt": "WEBTOON Entertainment is a leading global entertainment company and home to some of the world's largest storytelling platforms. As the global leader and pioneer of the mobile webcomic format, WEBTOON Entertainment has transformed comics and visual storytelling for fans and creators.\nWith its CANVAS"
        },
        {
          "req_id": "webtoon-8067",
          "title": "[Wattpad] Human Resources Generalist Corporate Wattpad Corp. ( Toronto, Ontario ) Full time Until filled",
          "department": "Corporate | Wattpad | People",
          "location": "Toronto, Ontario",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T19:36:18.826000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.webtoon.com/jobs/8067",
          "description_excerpt": "Wattpad\u2019s vision is to entertain and connect the world through stories. A leading global webnovel platform, Wattpad has democratized storytelling for a new generation of diverse Gen Z writers and their fans. Wattpad is part of WEBTOON Entertainment\u2019s IP & Creator Ecosystem, where approximately 155 m"
        },
        {
          "req_id": "webtoon-8066",
          "title": "[Wattpad] Engineering Manager Tech Wattpad Corp. ( Toronto, Ontario ) Full time Until filled",
          "department": "Tech | Wattpad | Engineering",
          "location": "Toronto, Ontario",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T16:15:15.902000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.webtoon.com/jobs/8066",
          "description_excerpt": "Wattpad\u2019s vision is to entertain and connect the world through stories. A leading global webnovel platform, Wattpad has democratized storytelling for a new generation of diverse Gen Z writers and their fans. Wattpad is part of WEBTOON Entertainment\u2019s IP & Creator Ecosystem, where approximately 155 m"
        },
        {
          "req_id": "webtoon-8065",
          "title": "[Wattpad] Data Engineer - Maternity Cover Tech Wattpad Corp. ( Toronto, Ontario ) Temporary Until filled",
          "department": "Tech | Wattpad | Data",
          "location": "Toronto, Ontario",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T15:08:06.990000+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://careers.webtoon.com/jobs/8065",
          "description_excerpt": ""
        },
        {
          "req_id": "webtoon-8064",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ud55c\uad6d\uc5b4 - \uc77c\ubcf8\uc5b4 \ubc88\uc5ed\uac00 (\uacc4\uc57d\uc9c1) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Temporary 2026.08.18 ~ 2026.09.",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.webtoon.com/jobs/8064",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\nGW Localization\uc740 \ub124\uc774\ubc84\uc6f9\ud230 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\uc758 \ud604\uc9c0\ud654 \ud504\ub85c\uc81d\ud2b8\ub97c \ucd1d\uad04\ud558\ub294 \ucee8\ud2b8\ub864 \ud0c0\uc6cc\uc785\ub2c8\ub2e4.\n\ud558\ub098\uc758 \uc5b8\uc5b4\ub85c \ucc3d\uc791\ub41c \ucf58\ud150\uce20\uac00 \uc804 \uc138\uacc4 \ub3c5\uc790\uc5d0\uac8c \uc18c\uac1c\ub420 \uc218 \uc788\ub3c4\ub85d \ucd5c\uc801\uc758 \ud504\ub85c\uc138\uc2a4\ub97c \uc124\uacc4\ud558\uace0\n\uc0c8\ub85c\uc6b4 \ud604\uc9c0\ud654 \ubc29\ubc95\ub860\uc744 \uac80\uc99d \ubc0f \ub3c4\uc785\ud569\ub2c8\ub2e4.\n\ub2e8\uc21c \uc6b4\uc601\uc744 \ub118\uc5b4 '\ud604\uc9c0\ud654 \ud601\uc2e0\uc744 \ud1b5\ud55c \ube44\uc988\ub2c8\uc2a4 \uc784\ud329\ud2b8 \ucc3d\ucd9c'\uc5d0 \uc9d1\uc911\ud558\uba70,\n\ucd5c\uace0\uc758 \uc804\ubb38\uac00\ub4e4\uacfc \ud568\uaed8 \ud504\ub85c\uc138\uc2a4\ub97c \uac1c\uc120\ud558\uace0 \ube44\uc988\ub2c8\uc2a4 \uc131\uc7a5\uc5d0 \uae30\uc5ec\ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n- \ud55c\uad6d\uc5b4 - \uc77c\ubcf8\uc5b4 \uc6f9\ud230 \ubc88\uc5ed / \uac80\uc218 (\u203b \uc2dd\uc790 \uc791\uc5c5\uc740 \ud3ec\ud568\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 .)\n- Glossary, Style Guide \ub4f1"
        },
        {
          "req_id": "webtoon-8063",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uc77c\ubcf8\uc5b4 - \ud55c\uad6d\uc5b4 \ubc88\uc5ed\uac00 (\uacc4\uc57d\uc9c1) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Temporary 2026.08.18 ~ 2026.09.",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://careers.webtoon.com/jobs/8063",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\nGW Localization\uc740 \ub124\uc774\ubc84\uc6f9\ud230 \uae00\ub85c\ubc8c \uc11c\ube44\uc2a4\uc758 \ud604\uc9c0\ud654 \ud504\ub85c\uc81d\ud2b8\ub97c \ucd1d\uad04\ud558\ub294 \ucee8\ud2b8\ub864 \ud0c0\uc6cc\uc785\ub2c8\ub2e4.\n\ud558\ub098\uc758 \uc5b8\uc5b4\ub85c \ucc3d\uc791\ub41c \ucf58\ud150\uce20\uac00 \uc804 \uc138\uacc4 \ub3c5\uc790\uc5d0\uac8c \uc18c\uac1c\ub420 \uc218 \uc788\ub3c4\ub85d \ucd5c\uc801\uc758 \ud504\ub85c\uc138\uc2a4\ub97c \uc124\uacc4\ud558\uace0\n\uc0c8\ub85c\uc6b4 \ud604\uc9c0\ud654 \ubc29\ubc95\ub860\uc744 \uac80\uc99d \ubc0f \ub3c4\uc785\ud569\ub2c8\ub2e4.\n\ub2e8\uc21c \uc6b4\uc601\uc744 \ub118\uc5b4 '\ud604\uc9c0\ud654 \ud601\uc2e0\uc744 \ud1b5\ud55c \ube44\uc988\ub2c8\uc2a4 \uc784\ud329\ud2b8 \ucc3d\ucd9c'\uc5d0 \uc9d1\uc911\ud558\uba70,\n\ucd5c\uace0\uc758 \uc804\ubb38\uac00\ub4e4\uacfc \ud568\uaed8 \ud504\ub85c\uc138\uc2a4\ub97c \uac1c\uc120\ud558\uace0 \ube44\uc988\ub2c8\uc2a4 \uc131\uc7a5\uc5d0 \uae30\uc5ec\ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n\ufeff - \uc77c\ubcf8\uc5b4 -\ud55c\uad6d \uc5b4 \uc6f9\ud230 \ubc88\uc5ed / \uac80\uc218 (\u203b \uc2dd\uc790 \uc791\uc5c5\uc740 \ud3ec\ud568\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 .)\n- Glossary, Style Guide"
        },
        {
          "req_id": "webtoon-8050",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uad11\uace0 \uc0c1\ud488&\ud50c\ub7ab\ud3fc \uae30\ud68d (Ad Product & Platform Manager) (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.webtoon.com/jobs/8050",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\uc804\uc138\uacc4\ub97c \uc544\uc6b0\ub974\ub294 \uc6f9\ud230 \ud328\ubc00\ub9ac \uc11c\ube44\uc2a4 \uad11\uace0\uc758 \uc804\ub7b5\uacfc \uae30\ud68d\uc744 \ub2f4\ub2f9\ud558\ub294 \uc870\uc9c1\uc73c\ub85c,\n\uad11\uace0 \uc0ac\uc5c5\uc758 \ubc29\ud5a5\uc131\uacfc \uc0ac\uc5c5 \ubaa8\ub378, \ud504\ub85c\ub355\ud2b8\ub97c \uae30\ud68d\ud558\uace0 \uac1c\ubc1c\ud569\ub2c8\ub2e4.\n\ub2e4\uc591\ud55c \uc9c0\uc5ed\uacfc \uad6d\uac00\uc5d0\uc11c \uc11c\ube44\uc2a4 \ub418\uace0 \uc788\ub294 \ub9cc\ud07c , \uac01 \uc2dc\uc7a5\uc5d0 \ub9de\ucd98 \uc2dc\uc7a5 \uc811\uadfc \ubc29\ubc95\uc744 \uace0\ubbfc\ud558\uace0 ,\n\uadf8\uc5d0 \ub9de\ub294 \uc0c1\ud488\uacfc \uc0ac\uc5c5 \ubaa8\ub378\uc744 \uae30\ud68d / \ubc1c\uad74 \ud558\ub294 \uc870\uc9c1\uc785\ub2c8\ub2e4 .\n\uad11\uace0 \uc0dd\ud0dc\uacc4\uc5d0 \uc788\ub294 \ub2e4\uc591\ud55c \uc774\ud574\uad00\uacc4\uc790\ub4e4\uacfc \uc18c\ud1b5\ud558\uba74\uc11c \uc0ac\uc5c5 \uc131\uc7a5\uc5d0 \ud544\uc694\ud55c \uadfc\uac04\uc744 \ub9cc\ub4dc\ub294 \uc77c\uc744 \ud558\uac8c \ub418\uba74\uc11c ,\n\uad11\uace0 \uc0ac\uc5c5\uc5d0 \ub300\ud55c \uc2dc\uc57c\ub97c \ub113\ud788\uace0 \uc804\ubb38\uc131\uc744 \ud0a4\uc6cc \uac11\ub2c8\ub2e4 .\n\uc2e0\uc18d\ud55c \uc758\uc0ac\uacb0\uc815\uacfc \uc2e4\ud5d8\uc744 \uc911\uc694\ud558\uac8c \uc5ec\uae30\ub294 \ubb38\ud654 \uc18d\uc5d0\uc11c ,"
        },
        {
          "req_id": "webtoon-8048",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ucf58\ud150\uce20 \uc804\ub7b5 PMO (Content Strategy PMO) (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full ",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.webtoon.com/jobs/8048",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\ufeff Content Strategy \ud300\uc740 \uc77c\ubcf8, \ubbf8\uad6d, \ud504\ub791\uc2a4, \ub3c5\uc77c, \ub0a8\ubbf8, \uc778\ub3c4\ub124\uc2dc\uc544, \ud0dc\uad6d, \ub300\ub9cc \ub4f1 \ub124\uc774\ubc84\uc6f9\ud230 \uae00\ub85c\ubc8c \uc0ac\uc5c5\uc758 \ucf58\ud150\uce20 \uc804\ub7b5\uc744 \ucd1d\uad04 \uae30\ud68d/\uc218\ud589\ud558\ub294 \uc870\uc9c1\uc785\ub2c8\ub2e4. \uae00\ub85c\ubc8c \uacf5\ud1b5 \ucf58\ud150\uce20 \uacfc\uc81c\uc640 \uc77c\ubcf8 \ucf58\ud150\uce20 \uc804\ub7b5 \uc774\ub2c8\uc154\ud2f0\ube0c\ub97c \ud568\uaed8 \uc774\ub04c\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\uc911\uc7a5\uae30 \ucf58\ud150\uce20 \ube44\uc804 \ubc0f \uc804\ub7b5 \ub85c\ub4dc\ub9f5\uc744 \uc218\ub9bd\ud558\uace0, \uc5ec\ub7ec \uc870\uc9c1\uc5d0 \ud769\uc5b4\uc9c4 \ucf58\ud150\uce20 \uacfc\uc81c\ub97c \ud558\ub098\uc758 \uc6b0\uc120\uc21c\uc704\ub85c \ubb36\uc5b4 \uc2e4\ud589\uae4c\uc9c0 \uc774\ub044\ub294 \uac83\uc774 \ud300\uc758 \ud575\uc2ec \uc5ed\ud560\uc785\ub2c8\ub2e4.\n\uc5f4\uc815\uc801\uc774\uace0 \ucc3d\uc758\uc801\uc778 \uba64\ubc84\ub4e4\uc774 \uc11c\ub85c\uc758 \uc758\uacac\uc744 \uc874\uc911\ud558\uba70 \ud568\uaed8 \uace0\ubbfc\uc744 \ub098\ub204\ub294 \ubb38\ud654 \uc18d\uc5d0\uc11c, \uae09\ubcc0\ud558\ub294 \ub514\uc9c0\ud138 \ucf58\ud150\uce20 \uc2dc\uc7a5\uc758 \uc0c8"
        },
        {
          "req_id": "webtoon-8043",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] Applied AI Backend Engineer (\uacbd\ub825) Tech NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.08.06 ~ ",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.webtoon.com/jobs/8043",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\ufeff \uc6f9\ud230 AI \uc870\uc9c1\uc5d0\uc11c \ud544\uc694\ud55c \uac1c\ubc1c \uad00\ub828 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \uc870\uc9c1\uc785\ub2c8\ub2e4.\nLLM \uae30\ubc18 \uc9c0\ub2a5\ud615 \ucc44\ud305, \uc20f \uc560\ub2c8\uba54\uc774\uc158 \uc0dd\uc131 \ub4f1 AI \uae30\uc220\uc774 \uc811\ubaa9\ub41c \ud504\ub85c\ub355\ud2b8\ub97c \ud3ec\ud568\ud574, \uc11c\ube44\uc2a4 \uc804\ubc18\uc758 \ubc31\uc5d4\ub4dc\ub97c \ud3ed\ub113\uac8c \ub2f4\ub2f9\ud569\ub2c8\ub2e4. AI\ub294 \uc800\ud76c\uac00 \ub2e4\ub8e8\ub294 \uc601\uc5ed \uc911 \ud558\ub098\uc774\uace0, \uadf8 \uae30\ubc18\uc5d0\ub294 \uacac\uace0\ud55c \ubc31\uc5d4\ub4dc \uc5d4\uc9c0\ub2c8\uc5b4\ub9c1\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n- \ub300\ub7c9\uc758 \uc694\uccad\uc774 \ubab0\ub9b4 \ub54c, \ud55c\uc815\ub41c \uc790\uc6d0 \uc704\uc5d0\uc11c \uc751\ub2f5 \uc9c0\uc5f0\uc2dc\uac04\uacfc \ube44\uc6a9\uc744 \ub3d9\uc2dc\uc5d0 \uc9c0\ud0a4\ub294 \uc77c\n- \ubaa8\ub378\uc774 \uc5c5\ub370\uc774\ud2b8\ub420 \ub54c\ub9c8\ub2e4 \uc11c\ube44\uc2a4 \ud488\uc9c8\uc774 \ud754\ub4e4\ub9ac\uc9c0 \uc54a\ub3c4\ub85d \ubc30\ud3ec\u00b7\ub864\ubc31 \uccb4\uacc4\ub97c \ub9cc\ub4dc\ub294 \uc77c\n- \uc5f0\uad6c \uc870\uc9c1\uc758 \uc2e4\ud5d8 \ucf54\ub4dc\ub97c \ud504\ub85c\ub355\uc158 \uc218\uc900\uc758 \uc548\uc815\uc131\uc73c\ub85c"
        },
        {
          "req_id": "webtoon-8062",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uc601\ubbf8\uad8c \ucf58\ud150\uce20 \ud504\ub85c\uadf8\ub798\ubc0d \uc804\ub7b5 \ub9e4\ub2c8\uc800 (EN Content Programming Strategy Manager) (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.webtoon.com/jobs/8062",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\nContent Programming \ud300\uc740 \uae00\ub85c\ubc8c \uc804\uc5ed\uc5d0 \uc11c\ube44\uc2a4\ub418\ub294 \ucf58\ud150\uce20\uc758 \uc18c\uc2f1 \ubc0f \ud3b8\uc131, \uc131\uacfc \uad00\ub9ac\ub97c \ucd1d\uad04\ud569\ub2c8\ub2e4.\n\uae00\ub85c\ubc8c\uc5d0\uc11c \uc7a0\uc7ac\ub825 \uc788\ub294 \ucf58\ud150\uce20\ub97c \ubc1c\uad74\ud558\ub294 \uac83\uc5d0 \uadf8\uce58\uc9c0 \uc54a\uace0, \uac01 \uc9c0\uc5ed\uc758 \uc720\uc800 \ud2b9\uc131\uacfc \ud2b8\ub80c\ub4dc\ub97c \ubc14\ud0d5\uc73c\ub85c \ucd5c\uc801\uc758 \ub7f0\uce6d \ubc0f \uc6b4\uc601 \uc804\ub7b5\uc744 \uc124\uacc4\ud574 \uc2e4\uc81c \uc131\uacfc\ub85c \uc5f0\uacb0\ud569\ub2c8\ub2e4.\n\uae00\ub85c\ubc8c \ucf58\ud150\uce20 \ud50c\ub7ab\ud3fc\uc758 \ubcf8\uc9c8\uc5d0 \uac00\uae4c\uc6b4 \uacf3\uc5d0\uc11c \uac01 \uc9c0\uc5ed\uc758 \ucf58\ud150\uce20 \uc804\ubb38\uac00\ub4e4\uacfc \ud568\uaed8 \uad00\uc810\uc744 \ub098\ub204\uba70 \uae00\ub85c\ubc8c \ud788\ud2b8 \ucf58\ud150\uce20\ub97c \uc9c1\uc811 \ub9cc\ub4e4\uc5b4\uac00\ub294 \uacbd\ud5d8\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n\ufeff - \ucf58\ud150\uce20 \ud3ec\ud2b8\ud3f4\ub9ac\uc624 \ucc28\uc6d0\uc758 \ud3b8\uc131 \uc804\ub7b5 \uc218\ub9bd\n- \ucf58\ud150\uce20 \uc131\uacfc \ubc0f \uc720\uc800 \ud589\ud0dc\ub97c"
        },
        {
          "req_id": "webtoon-8052",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] FR WEBTOON Lead (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.08.12 ~ ",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://careers.webtoon.com/jobs/8052",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\nFR Webtoon\ud300\uc740 \ud504\ub791\uc2a4\uc5b4\uad8c \uc9c0\uc5ed\uc5d0\uc11c\uc758 \uc6f9\ud230 \ud50c\ub7ab\ud3fc \uc0ac\uc5c5 \uc6b4\uc601/\ub9c8\ucf00\ud305 \ubc0f \ud604\uc9c0 \uc6f9\ud230 \ucee8\ud150\uce20 \uac1c\ubc1c\uc744 \uc804\ubc29\uc704\uc801\uc73c\ub85c \ub2f4\ub2f9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\uc774\ubc88 \ucc44\uc6a9\uc740 FR \uc2dc\uc7a5\uc758 \uc0ac\uc5c5 \uc804\ub7b5\uacfc \uc131\uacfc\ub97c \ucd1d\uad04\ud558\uace0, \ud50c\ub7ab\ud3fc\u00b7\ub9c8\ucf00\ud305 \uc804 \uc601\uc5ed\uc758 \uc2e4\ud589\uc744 \uc720\uae30\uc801\uc73c\ub85c \uc5f0\uacb0\ud558\uc5ec \uc9c0\uc18d \uac00\ub2a5\ud55c \uc131\uc7a5\uc744 \uc774\ub04c\uc5b4\uac08 \uc0ac\uc5c5 \ub9ac\ub4dc\uc785\ub2c8\ub2e4.\n\ud504\ub791\uc2a4\uc5b4\uad8c \uc2dc\uc7a5\uc5d0\uc11c WEBTOON\uc758 \ub2e4\uc74c \ub2e8\uacc4 \ub3c4\uc57d\uc744 \ud568\uaed8 \uc124\uacc4\ud558\uace0 \uc2e4\ud589\ud560 \ub9ac\ub354\ub2d8\uc744 \ubaa8\uc2dc\uace0\uc790 \ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\nFR \uc0ac\uc5c5 \uc804\ub7b5 \uc218\ub9bd \ubc0f \uc131\uacfc \ucd1d\uad04\n- \uc911\uc7a5\uae30 \uc0ac\uc5c5 \ubc29\ud5a5\uc131 \uc218\ub9bd \ubc0f \uc5f0\uac04 \uc0ac\uc5c5 \uacc4\ud68d \uc218\ub9bd/\uc2e4\ud589\n- \ub9e4\ucd9c(GMV)\u00b7\uc720\uc800(MUB"
        },
        {
          "req_id": "webtoon-8029",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ubd81\ubbf8\uc9c0\uc5ed \ub9c8\ucf00\ud305 & GTM \uc804\ub7b5 \ub9ac\ub354 (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.07.",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-08-17",
          "url": "https://careers.webtoon.com/jobs/8029",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\ufeff \uc6b0\ub9ac\ub294 \ubd81\ubbf8 \uc2dc\uc7a5\uc5d0\uc11c WEBTOON\uc758 \uc555\ub3c4\uc801 \uc131\uc7a5\uc744 \uc774\ub044\ub294 \ub9c8\ucf00\ud305 \uc804\ub7b5 \uc870\uc9c1\uc785\ub2c8\ub2e4.\n\ub370\uc774\ud130 \uae30\ubc18\uc758 \ud37c\ud3ec\uba3c\uc2a4 \ub9c8\ucf00\ud305\uacfc \uac15\ub825\ud55c IP \uae30\ubc18\uc758 \ube0c\ub79c\ub4dc/\ucf58\ud150\uce20 \uc804\ub7b5\uc744 \ud1b5\ud574,\n\ubd81\ubbf8 \uc18c\ube44\uc790\uc758 \ucde8\ud5a5\uacfc \ubb38\ud654\uc5d0 \ub9de\ub294 Go-To-Market \uc804\ub7b5\uc744 \uc218\ub9bd\ud558\uace0 WEBTOON\uc758 \uce74\ud14c\uace0\ub9ac \ub9ac\ub354\uc2ed\uc744 \ud655\ub9bd\ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n\ufeff \ubd81\ubbf8 GTM \ubc0f \uadf8\ub85c\uc2a4 \uc804\ub7b5 \uc218\ub9bd\n- \ubd81\ubbf8 \ud0c0\uac9f \uc624\ub514\uc5b8\uc2a4 \ubd84\uc11d, \ube0c\ub79c\ub4dc \ud3ec\uc9c0\uc154\ub2dd, \uc2dc\uc7a5 \uce68\ud22c \ub85c\ub4dc\ub9f5\uc744 \uae30\ud68d\ud558\uace0 \ubd81\ubbf8 GTM \uc804\ub7b5\uc744 \uc218\ub9bd\ud569\ub2c8\ub2e4.\n\ud480\ud37c\ub110(Full-Funnel) \ub9c8\ucf00\ud305 \uc561\uc158 \ub9ac\ub529\n- \ud37c\ud3ec\uba3c\uc2a4 \ub9c8\ucf00\ud305\uc744 \ub118\uc5b4 \uc778\ud50c\ub8e8"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "webtoon-8027",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ubcc0\ud638\uc0ac (\uacbd\ub825) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.07.28 ~ 2026.08.18",
          "department": "",
          "first_seen": "2026-08-03",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 15
        },
        {
          "req_id": "webtoon-8051",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] Cuts Make \uae30\ud68d (\uccb4\ud5d8\ud615 \uc778\ud134) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Intern 2026.08.12 ~ 20",
          "department": "",
          "first_seen": "2026-08-12",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 6
        },
        {
          "req_id": "webtoon-7898",
          "title": "[WEBTOON] Staff Accountant - Contractor Corporate WEBTOON Entertainment Inc. ( El Segundo, California ) Temporary Until ",
          "department": "",
          "first_seen": "2026-05-19",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 90
        },
        {
          "req_id": "webtoon-8022",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uae00\ub85c\ubc8c \uacc4\uc57d/\uc815\uc0b0 \uc6b4\uc601 \uc9c0\uc6d0 \ub2f4\ub2f9\uc790 (\uacc4\uc57d\uc9c1) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Temporary 2026.07.27 ~ 20",
          "department": "",
          "first_seen": "2026-07-27",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 21
        },
        {
          "req_id": "webtoon-8019",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ubbf8\uad6d\uc138\ubb34 \ub2f4\ub2f9 (\uacbd\ub825) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.07.24 ~ 2026.08.17",
          "department": "",
          "first_seen": "2026-07-27",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 21
        },
        {
          "req_id": "webtoon-8023",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uc601\uc5b4 \ubc88\uc5ed \ub2f4\ub2f9(\uacc4\uc57d\uc9c1) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Temporary 2026.07.27 ~ 2026.08.17",
          "department": "",
          "first_seen": "2026-07-28",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 20
        },
        {
          "req_id": "webtoon-8016",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ub300\ub9cc \uadf8\ub85c\uc2a4 \ub9e4\ub2c8\uc800 (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.07.24 ~ 2026.",
          "department": "",
          "first_seen": "2026-07-29",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 19
        },
        {
          "req_id": "webtoon-8018",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uad6d\uc81c\uc870\uc138 \ub2f4\ub2f9 (\uacbd\ub825) Corporate NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.07.24 ~ 2026.08.17",
          "department": "",
          "first_seen": "2026-08-05",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 12
        },
        {
          "req_id": "webtoon-8017",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] Disney \ub514\uc9c0\ud138 \ucf54\ubbf9\uc2a4 \uc11c\ube44\uc2a4 \uae30\ud68d\uc790 (Product Manager) (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ",
          "department": "",
          "first_seen": "2026-07-27",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 20
        },
        {
          "req_id": "webtoon-8026",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uc601\uc5b4(\ubd81\ubbf8) \ud604\uc9c0\ud654 \ud504\ub85c\uc81d\ud2b8 \ub9e4\ub2c8\uc800 (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd88\uc815\ub85c 6 \ub124\uc774\ubc84 \uadf8\ub9b0\ud329\ud1a0\ub9ac ) Full time 2026.07.2",
          "department": "",
          "first_seen": "2026-08-03",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 13
        },
        {
          "req_id": "webtoon-8035",
          "title": "[STUDIO LICO] \uc120\ud654 \ud074\ub9b0\uc5c5 / Line Art Cleanup (Freelancer) Tech STUDIO LICO ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd84\ub2f9\ub0b4\uace1\ub85c 131, 7\uce35 (\ubc31\ud604\ub3d9, \ud310\uad50\ud14c\ud06c\uc6d0 \ud0c0\uc6cc1) ) Fre",
          "department": "",
          "first_seen": "2026-08-04",
          "last_seen": "2026-08-16",
          "closed_on": "2026-08-16",
          "days_open": 12
        }
      ],
      "description_changes": [
        {
          "req_id": "webtoon-8062",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \uc601\ubbf8\uad8c \ucf58\ud150\uce20 \ud504\ub85c\uadf8\ub798\ubc0d \uc804\ub7b5 \ub9e4\ub2c8\uc800 (EN Content Programming Strategy Manager) (\uacbd\ub825) Service&Business NAVER WEBTOON Ltd. ( \uacbd\uae30\ub3c4 \uc131\ub0a8",
          "department": "",
          "change_date": "2026-08-19",
          "prev_length": 1903,
          "new_length": 1910,
          "length_delta": 7
        },
        {
          "req_id": "webtoon-8012",
          "title": "[WEBTOON] Marvel Comics Content Reviewer Service&Business WEBTOON Entertainment Inc. ( El Segundo, California ) Until fi",
          "department": "Service&Business | WEBTOON",
          "change_date": "2026-08-19",
          "prev_length": 714,
          "new_length": 1562,
          "length_delta": 848
        }
      ],
      "novel_terms": [
        {
          "term": "09 gw localization",
          "count": 2,
          "first_seen_in_window": "2026-08-19"
        },
        {
          "term": "content strategy",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "content programming",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "fr webtoon",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        },
        {
          "term": "tech wattpad",
          "count": 2,
          "first_seen_in_window": "2026-08-20"
        }
      ]
    },
    "WMG": {
      "ticker": "WMG",
      "sector": "Media",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 25,
        "open_end": 25,
        "net_change": 0,
        "pct_change": 0.0,
        "new_postings": 2,
        "closed_postings": 0,
        "salary_disclosure_rate_pct_end": 28.0,
        "salary_disclosure_rate_pct_start": 28.0
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 14,
          "open_start": 14,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 91706.0,
          "share_pct_postings": 56.0
        },
        {
          "dept": "Data Platform",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 82125.0,
          "share_pct_postings": 16.0
        },
        {
          "dept": "Product Management",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.0
        },
        {
          "dept": "Data Operations",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.0
        },
        {
          "dept": "Data Science",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 89425.0,
          "share_pct_postings": 4.0
        },
        {
          "dept": "Infrastructure",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.0
        },
        {
          "dept": "TPM",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.0
        },
        {
          "dept": "Technology",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 68766.0,
          "share_pct_postings": 4.0
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 23,
          "open_start": 23,
          "net_change": 0,
          "dollar_share_pct": 88.7
        },
        "S&M": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "dollar_share_pct": 11.3
        },
        "G&A": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 13,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 5,
          "net_change": 0
        },
        "Manager": {
          "open_end": 7,
          "net_change": 0
        },
        "Director+": {
          "open_end": 0,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Bangalore",
          "open_end": 13,
          "net_change": 0
        },
        {
          "city": "Ontario",
          "open_end": 6,
          "net_change": 0
        },
        {
          "city": "Tel Aviv",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Toronto, Ontario",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "London",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 7,
        "median_midpoint_usd_end": 86140.0,
        "p25_midpoint_usd_end": 82125.0,
        "p75_midpoint_usd_end": 89425.0,
        "median_midpoint_usd_start": 86140.0
      },
      "new_postings_sample": [
        {
          "req_id": "6dfdc6c8-a1c4-41d2-a821-c288edada1f2",
          "title": "Technical Program Manager",
          "department": "TPM",
          "location": "Tel Aviv",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T19:45:49.584000+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://jobs.lever.co/wmg/6dfdc6c8-a1c4-41d2-a821-c288edada1f2",
          "description_excerpt": "At Warner Music Group, we\u2019re a global collective of music makers and music lovers, tech innovators and inspired entrepreneurs, game-changing creatives and passionate team members. Here, we turn dreams into stardom and audiences into fans. We are guided by three core values that underpin everything w"
        },
        {
          "req_id": "b3de7056-eb3a-4861-a2f1-26055fac748f",
          "title": "Software Engineering Manager",
          "department": "Software Engineering",
          "location": "Bangalore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T15:27:06.442000+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://jobs.lever.co/wmg/b3de7056-eb3a-4861-a2f1-26055fac748f",
          "description_excerpt": ""
        }
      ],
      "closed_postings_sample": [],
      "description_changes": [
        {
          "req_id": "6dfdc6c8-a1c4-41d2-a821-c288edada1f2",
          "title": "Technical Program Manager",
          "department": "TPM",
          "change_date": "2026-08-19",
          "prev_length": 2057,
          "new_length": 2534,
          "length_delta": 477
        },
        {
          "req_id": "cc5124f5-1380-474e-95a5-611dad0654fe",
          "title": "Infrastructure Engineer - Oracle DBA",
          "department": "Infrastructure",
          "change_date": "2026-08-19",
          "prev_length": 2498,
          "new_length": 2586,
          "length_delta": 88
        }
      ],
      "novel_terms": []
    },
    "Z": {
      "ticker": "Z",
      "sector": "Property",
      "market_cap_tier": "mid_cap",
      "report_focus_guidance": "page 2-3 \u2014 grouped summary, callout only when there's a move",
      "headline": {
        "open_start": 116,
        "open_end": 115,
        "net_change": -1,
        "pct_change": -0.9,
        "new_postings": 12,
        "closed_postings": 6,
        "salary_disclosure_rate_pct_end": 50.4,
        "salary_disclosure_rate_pct_start": 53.4
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 43,
          "open_start": 42,
          "net_change": 1,
          "pct_change": 2.4,
          "avg_salary_usd": 98698.0,
          "share_pct_postings": 37.4
        },
        {
          "dept": "Engineering",
          "open_end": 29,
          "open_start": 30,
          "net_change": -1,
          "pct_change": -3.3,
          "avg_salary_usd": 211958.0,
          "share_pct_postings": 25.2
        },
        {
          "dept": "Data & Analytics",
          "open_end": 13,
          "open_start": 14,
          "net_change": -1,
          "pct_change": -7.1,
          "avg_salary_usd": 203389.0,
          "share_pct_postings": 11.3
        },
        {
          "dept": "Product",
          "open_end": 10,
          "open_start": 8,
          "net_change": 2,
          "pct_change": 25.0,
          "avg_salary_usd": 188339.0,
          "share_pct_postings": 8.7
        },
        {
          "dept": "Marketing",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 141500.0,
          "share_pct_postings": 6.1
        },
        {
          "dept": "Sales",
          "open_end": 6,
          "open_start": 10,
          "net_change": -4,
          "pct_change": -40.0,
          "avg_salary_usd": 103349.0,
          "share_pct_postings": 5.2
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": 123750.0,
          "share_pct_postings": 2.6
        },
        {
          "dept": "Security",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.6
        },
        {
          "dept": "Legal",
          "open_end": 1,
          "open_start": 0,
          "net_change": 1,
          "pct_change": null,
          "avg_salary_usd": 319000.0,
          "share_pct_postings": 0.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 40,
          "open_start": 41,
          "net_change": -1,
          "dollar_share_pct": 41.4
        },
        "S&M": {
          "open_end": 13,
          "open_start": 17,
          "net_change": -4,
          "dollar_share_pct": 8.3
        },
        "COGS": {
          "open_end": 0,
          "open_start": 1,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 7,
          "open_start": 4,
          "net_change": 3,
          "dollar_share_pct": 10.1
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": -1
        },
        "IC": {
          "open_end": 50,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 36,
          "net_change": -1
        },
        "Manager": {
          "open_end": 26,
          "net_change": 0
        },
        "Director+": {
          "open_end": 3,
          "net_change": 1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote-USA",
          "open_end": 46,
          "net_change": -4
        },
        {
          "city": "Bengaluru",
          "open_end": 34,
          "net_change": 4
        },
        {
          "city": "Mexico City",
          "open_end": 12,
          "net_change": -1
        },
        {
          "city": "Irvine-CA-Michelson Dr",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Plano-TX-Legacy Dr.-ZHL",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Seattle-WA-2nd Ave",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Overland Park-KS-Foster Street",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Scottsdale-AZ-N Scottsdale Rd",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Washington, DC-DC-Massachusetts Ave NW",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Remote-VA",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 58,
        "median_midpoint_usd_end": 171000.0,
        "p25_midpoint_usd_end": 100500.0,
        "p75_midpoint_usd_end": 209000.0,
        "median_midpoint_usd_start": 141500.0
      },
      "new_postings_sample": [
        {
          "req_id": "P751112",
          "title": "Senior Lead Counsel, Rentals",
          "department": "Legal",
          "location": "Remote-USA",
          "salary_min": 245600.0,
          "salary_max": 392400.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-21",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Lead-Counsel--Rentals_P751112-1",
          "description_excerpt": "About the team\nThe Director, Legal Counsel provides strategic legal leadership across Zillow\u2019s business lines, serving as a senior advisor on complex regulatory, commercial, and product matters. This role leads a team of attorneys and legal professionals, partners closely with executive leadership t"
        },
        {
          "req_id": "P751128",
          "title": "Sr ServiceNow Developer",
          "department": "Engineering",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Sr-ServiceNow-Developer_P751128-1",
          "description_excerpt": "About the team\nZillow's People Technology organization builds and operates the platforms that power how Zillow employees work: Workday, ServiceNow, and the agentic AI layer connecting these systems to the surfaces employees use every day - Slack, Google Workspace, Zoom, and AI tools. The India engin"
        },
        {
          "req_id": "P751127",
          "title": "Sr. Technical Program Manager",
          "department": "Product",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Sr-Technical-Program-Manager_P751127-1",
          "description_excerpt": "About the team\nZillow's People Technology organization builds and operates the platforms that power how Zillow employees work: Workday, ServiceNow, and the agentic AI layer connecting these systems to the surfaces employees use every day - Slack, Google Workspace, Zoom, and AI tools. The India engin"
        },
        {
          "req_id": "P751125",
          "title": "Sr Workday Applications Engineer",
          "department": "Engineering",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Sr-Workday-Applications-Engineer_P751125-1",
          "description_excerpt": "About the team\nZillow's People Technology organization builds and operates the platforms that power how Zillow employees work: Workday, ServiceNow, and the agentic AI layer connecting these systems to the surfaces employees use every day - Slack, Google Workspace, Zoom, and AI tools. The India engin"
        },
        {
          "req_id": "P751126",
          "title": "Sr Workday Analyst",
          "department": "",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-20",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Sr-Workday-Analyst_P751126-1",
          "description_excerpt": "About the team\nZillow's People Technology organization builds and operates the platforms that power how Zillow employees work: Workday, ServiceNow, and the agentic AI layer connecting these systems to the surfaces employees use every day - Slack, Google Workspace, Zoom, and AI tools. The India engin"
        },
        {
          "req_id": "P751113",
          "title": "Principal Product Manager, Rental Listings",
          "department": "Product",
          "location": "Remote-USA",
          "salary_min": 178300.0,
          "salary_max": 284700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Principal-Product-Manager--Rental-Listings_P751113-1",
          "description_excerpt": "About the team\nZillow Rentals is building a best-in-class vertically integrated marketplace that connects renters with property owners and managers \u2014 from large-scale multifamily communities to single-family homes. We provide advertising solutions and a complete set of digital tools to help partners"
        },
        {
          "req_id": "P751153",
          "title": "Director, State & Local Government Affairs",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 201000.0,
          "salary_max": 321000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Director--State---Local-Government-Affairs_P751153",
          "description_excerpt": "About the team\nZillow is seeking a strategic and experienced Director, State & Local Government Affairs to lead the company's state advocacy organization across a multi-region portfolio. This leader will oversee regional government affairs managers, direct complex legislative campaigns, manage exter"
        },
        {
          "req_id": "P751037",
          "title": "Senior Software Development Engineer",
          "department": "Engineering",
          "location": "Remote-USA",
          "salary_min": 160900.0,
          "salary_max": 257100.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Software-Development-Engineer_P751037-1",
          "description_excerpt": "About the team\nThe Agentic AI team at Zillow is transforming the real estate industry by helping millions of people use AI assistants to find their next home. We are building always-on AI experiences that combine personalized user insights with Zillow\u2019s deep real estate knowledge.\nThe Agentic Evals"
        },
        {
          "req_id": "P750448",
          "title": "Senior Applied Scientist, Forecasting",
          "department": "Data & Analytics",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-18",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Senior-Applied-Scientist--Forecasting_P750448-1",
          "description_excerpt": "About the team\nThe business forecasting group at Zillow shapes planning across Zillow\u2019s businesses. We bring together forecasters, economists, applied scientists, data scientists, and data visualization engineers to build and maintain the forecasts that guide decision-making. We translate housing ma"
        },
        {
          "req_id": "P751085",
          "title": "Senior Creative Effectiveness Strategist",
          "department": "",
          "location": "Mexico City",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-08-14T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Mexico-City/Senior-Creative-Effectiveness-Strategist_P751085",
          "description_excerpt": "About the team\nYou\u2019ll join Zillow\u2019s Creative Services team, where storytellers, designers, writers, and creative strategists work together to bring our brand to life in meaningful, customer-centered ways. This team partners closely with marketing, product, and internal stakeholders across Zillow to"
        },
        {
          "req_id": "P751035",
          "title": "Principal Applied Scientist, Agentic AI",
          "department": "Data & Analytics",
          "location": "Remote-USA",
          "salary_min": 191300.0,
          "salary_max": 305700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-08-14T00:00:00+00:00",
          "first_seen_by_scraper": "2026-08-15",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Principal-Applied-Scientist--Agentic-AI_P751035-1",
          "description_excerpt": "About the team\nThe Agentic AI team at Zillow is transforming the real estate industry by helping millions of people navigate one of the most important decisions of their lives with AI-powered guidance. Our mission is to redefine the home shopping and transaction experience through an always-on assis"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "P748831",
          "title": "Transaction Management Associate",
          "department": "",
          "first_seen": "2026-04-24",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 116
        },
        {
          "req_id": "P750401",
          "title": "Sr. Sales Compensation Manager",
          "department": "Sales",
          "first_seen": "2026-06-06",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 73
        },
        {
          "req_id": "P750570",
          "title": "Senior Support Consultant, Follow Up Boss",
          "department": "",
          "first_seen": "2026-07-15",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 34
        },
        {
          "req_id": "P750990",
          "title": "Data Scientist, Trust & Safety - Rentals",
          "department": "Data & Analytics",
          "first_seen": "2026-08-04",
          "last_seen": "2026-08-18",
          "closed_on": "2026-08-18",
          "days_open": 14
        },
        {
          "req_id": "P750067",
          "title": "Senior Machine Learning Engineer",
          "department": "Engineering",
          "first_seen": "2026-05-03",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 106
        },
        {
          "req_id": "P750853",
          "title": "LOA Specialist (Part-Time)",
          "department": "",
          "first_seen": "2026-07-18",
          "last_seen": "2026-08-17",
          "closed_on": "2026-08-17",
          "days_open": 30
        }
      ],
      "description_changes": [],
      "novel_terms": [
        {
          "term": "zillow people",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "technology organization",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "workday servicenow",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "ai layer",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "layer connecting",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "surfaces employees",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "day slack",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "slack google",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "google workspace",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "workspace zoom",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "ai tools",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "india engin",
          "count": 4,
          "first_seen_in_window": "2026-08-20"
        },
        {
          "term": "government affairs",
          "count": 2,
          "first_seen_in_window": "2026-08-18"
        }
      ]
    }
  }
}