{
  "report": {
    "generated_at_utc": "2026-06-23T09:28:36+00:00",
    "window": {
      "start": "2026-06-17",
      "end": "2026-06-23",
      "days": 7
    },
    "universe_size": 35,
    "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",
      "U",
      "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": 10,
      "micro_cap": 3
    },
    "highlights": {
      "universe": {
        "net_change_open": 361,
        "new_postings_total": 5619,
        "closed_postings_total": 3792,
        "tickers_accelerating_3pct": 10,
        "tickers_decelerating_3pct": 10,
        "tickers_total": 35
      },
      "hyperscaler_dashboard": {
        "AMZN": {
          "open_end": 27737,
          "net_change": 302,
          "pct_change": 1.1,
          "new_postings": 3707,
          "closed_postings": 2572,
          "top_dept_by_volume": "aws",
          "top_dept_net_change": -36,
          "salary_disclosure_pct_end": 39.0,
          "n_novel_terms": 2
        },
        "GOOGL": {
          "open_end": 4011,
          "net_change": -111,
          "pct_change": -2.7,
          "new_postings": 783,
          "closed_postings": 517,
          "top_dept_by_volume": "",
          "top_dept_net_change": -25,
          "salary_disclosure_pct_end": 2.3,
          "n_novel_terms": 0
        },
        "META": {
          "open_end": 519,
          "net_change": 1,
          "pct_change": 0.2,
          "new_postings": 68,
          "closed_postings": 31,
          "top_dept_by_volume": "Data Center",
          "top_dept_net_change": -2,
          "salary_disclosure_pct_end": 79.4,
          "n_novel_terms": 20
        }
      },
      "top_gainers_abs": [
        {
          "ticker": "AMZN",
          "abs_change": 302,
          "pct_change": 1.1,
          "open_end": 27737,
          "tier": "hyperscaler"
        },
        {
          "ticker": "UBER",
          "abs_change": 178,
          "pct_change": 26.0,
          "open_end": 862,
          "tier": "large_cap"
        },
        {
          "ticker": "CVNA",
          "abs_change": 21,
          "pct_change": 0.9,
          "open_end": 2281,
          "tier": "mid_cap"
        },
        {
          "ticker": "RDDT",
          "abs_change": 20,
          "pct_change": 13.6,
          "open_end": 167,
          "tier": "mid_cap"
        },
        {
          "ticker": "COMP",
          "abs_change": 17,
          "pct_change": 8.5,
          "open_end": 217,
          "tier": "small_cap"
        }
      ],
      "top_cutters_abs": [
        {
          "ticker": "GOOGL",
          "abs_change": -111,
          "pct_change": -2.7,
          "open_end": 4011,
          "tier": "hyperscaler"
        },
        {
          "ticker": "DASH",
          "abs_change": -18,
          "pct_change": -1.8,
          "open_end": 996,
          "tier": "mid_cap"
        },
        {
          "ticker": "BKNG",
          "abs_change": -14,
          "pct_change": -2.4,
          "open_end": 568,
          "tier": "large_cap"
        },
        {
          "ticker": "EXPE",
          "abs_change": -13,
          "pct_change": -7.3,
          "open_end": 166,
          "tier": "mid_cap"
        },
        {
          "ticker": "CHWY",
          "abs_change": -12,
          "pct_change": -5.7,
          "open_end": 197,
          "tier": "small_cap"
        }
      ],
      "top_pct_gainers": [
        {
          "ticker": "UBER",
          "pct_change": 26.0,
          "abs_change": 178,
          "open_end": 862,
          "tier": "large_cap"
        },
        {
          "ticker": "RDDT",
          "pct_change": 13.6,
          "abs_change": 20,
          "open_end": 167,
          "tier": "mid_cap"
        },
        {
          "ticker": "BMBL",
          "pct_change": 9.7,
          "abs_change": 3,
          "open_end": 34,
          "tier": "micro_cap"
        },
        {
          "ticker": "COMP",
          "pct_change": 8.5,
          "abs_change": 17,
          "open_end": 217,
          "tier": "small_cap"
        },
        {
          "ticker": "LIFE",
          "pct_change": 5.7,
          "abs_change": 3,
          "open_end": 56,
          "tier": "micro_cap"
        }
      ],
      "top_pct_cutters": [
        {
          "ticker": "LYFT",
          "pct_change": -8.3,
          "abs_change": -12,
          "open_end": 133,
          "tier": "small_cap"
        },
        {
          "ticker": "EXPE",
          "pct_change": -7.3,
          "abs_change": -13,
          "open_end": 166,
          "tier": "mid_cap"
        },
        {
          "ticker": "CHWY",
          "pct_change": -5.7,
          "abs_change": -12,
          "open_end": 197,
          "tier": "small_cap"
        },
        {
          "ticker": "SPOT",
          "pct_change": -5.4,
          "abs_change": -7,
          "open_end": 123,
          "tier": "large_cap"
        },
        {
          "ticker": "WBTN",
          "pct_change": -5.3,
          "abs_change": -2,
          "open_end": 36,
          "tier": "small_cap"
        }
      ],
      "most_intriguing_novel_terms": [
        {
          "ticker": "AMZN",
          "term": "time montgomery",
          "count": 34,
          "first_seen_in_window": "2026-06-20",
          "tier": "hyperscaler"
        },
        {
          "ticker": "AMZN",
          "term": "montgomery township",
          "count": 33,
          "first_seen_in_window": "2026-06-20",
          "tier": "hyperscaler"
        },
        {
          "ticker": "CVNA",
          "term": "clean background",
          "count": 6,
          "first_seen_in_window": "2026-06-19",
          "tier": "mid_cap"
        },
        {
          "ticker": "CVNA",
          "term": "background valid",
          "count": 6,
          "first_seen_in_window": "2026-06-19",
          "tier": "mid_cap"
        },
        {
          "ticker": "RDDT",
          "term": "infrastructure tooling",
          "count": 5,
          "first_seen_in_window": "2026-06-20",
          "tier": "mid_cap"
        },
        {
          "ticker": "COMP",
          "term": "ux design",
          "count": 4,
          "first_seen_in_window": "2026-06-19",
          "tier": "small_cap"
        },
        {
          "ticker": "COMP",
          "term": "design development",
          "count": 4,
          "first_seen_in_window": "2026-06-19",
          "tier": "small_cap"
        },
        {
          "ticker": "COMP",
          "term": "agent ledger",
          "count": 4,
          "first_seen_in_window": "2026-06-19",
          "tier": "small_cap"
        }
      ]
    },
    "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": "ok",
        "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",
        "U": "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": 224,
        "open_end": 218,
        "net_change": -6,
        "pct_change": -2.7,
        "new_postings": 18,
        "closed_postings": 9,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 57,
          "open_start": 66,
          "net_change": -9,
          "pct_change": -13.6,
          "avg_salary_usd": null,
          "share_pct_postings": 26.1
        },
        {
          "dept": "Community Support",
          "open_end": 30,
          "open_start": 29,
          "net_change": 1,
          "pct_change": 3.4,
          "avg_salary_usd": null,
          "share_pct_postings": 13.8
        },
        {
          "dept": "Analytics",
          "open_end": 15,
          "open_start": 12,
          "net_change": 3,
          "pct_change": 25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 6.9
        },
        {
          "dept": "Business Development",
          "open_end": 15,
          "open_start": 15,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 6.9
        },
        {
          "dept": "Business Operations/Analysis",
          "open_end": 11,
          "open_start": 10,
          "net_change": 1,
          "pct_change": 10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Product Management",
          "open_end": 11,
          "open_start": 10,
          "net_change": 1,
          "pct_change": 10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Sales",
          "open_end": 11,
          "open_start": 13,
          "net_change": -2,
          "pct_change": -15.4,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Marketing",
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "pct_change": 14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Data Science",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.2
        },
        {
          "dept": "Financial Planning and Analysis",
          "open_end": 6,
          "open_start": 8,
          "net_change": -2,
          "pct_change": -25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 82,
          "open_start": 90,
          "net_change": -8,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 60,
          "open_start": 62,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 47,
          "open_start": 40,
          "net_change": 7,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 5,
          "open_start": 7,
          "net_change": -2,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 6,
          "net_change": -1
        },
        "IC": {
          "open_end": 25,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 66,
          "net_change": -9
        },
        "Manager": {
          "open_end": 118,
          "net_change": 6
        },
        "Director+": {
          "open_end": 3,
          "net_change": -2
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "United States",
          "open_end": 67,
          "net_change": 2
        },
        {
          "city": "Canada",
          "open_end": 22,
          "net_change": 2
        },
        {
          "city": "China",
          "open_end": 11,
          "net_change": 0
        },
        {
          "city": "Remote - USA",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "London, United Kingdom",
          "open_end": 9,
          "net_change": 2
        },
        {
          "city": "Tokyo, Japan",
          "open_end": 6,
          "net_change": 0
        },
        {
          "city": "Brazil",
          "open_end": 6,
          "net_change": -2
        },
        {
          "city": "Paris, France",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "San Francisco, CA",
          "open_end": 5,
          "net_change": 1
        },
        {
          "city": "Gurugram, India",
          "open_end": 5,
          "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": "8021539",
          "title": "Executive Producer ",
          "department": "Non-Software Engineering",
          "location": "San Francisco, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T13:31:43-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.airbnb.com/positions/8021539?gh_jid=8021539",
          "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": "8003341",
          "title": "Staff Analyst, Advanced Analytics, Payments",
          "department": "Analytics",
          "location": "United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:52:38-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.airbnb.com/positions/8003341?gh_jid=8003341",
          "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": "8020619",
          "title": "Senior Marketing Lead, UKI, Northern Europe & MEA",
          "department": "Marketing",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T08:36:29-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.airbnb.com/positions/8020619?gh_jid=8020619",
          "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": "8018706",
          "title": "Lead Counsel, UK",
          "department": "Legal & Communications",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T13:00:17-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.airbnb.com/positions/8018706?gh_jid=8018706",
          "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": "8011165",
          "title": "Lead, Advanced Analytics, Fraud and Safety Operations",
          "department": "Analytics",
          "location": "United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T20:27:10-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.airbnb.com/positions/8011165?gh_jid=8011165",
          "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": "8014904",
          "title": "Senior Machine Learning Engineer, Customer Support Engineering",
          "department": "Software Engineering",
          "location": "Remote-USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:34:30-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.airbnb.com/positions/8014904?gh_jid=8014904",
          "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": "8003786",
          "title": "Staff Platform Manager, Payments Risk",
          "department": "Product Management",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T12:53:02-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.airbnb.com/positions/8003786?gh_jid=8003786",
          "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": "7736820",
          "title": "Senior Programs and Business Operations Lead, Monthly Stays",
          "department": "Business Operations/Analysis",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T20:24:08-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.airbnb.com/positions/7736820?gh_jid=7736820",
          "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": "7977821",
          "title": "Global Law Enforcement Operations Enablement Manager",
          "department": "Trust and Safety",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T13:57:08-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.airbnb.com/positions/7977821?gh_jid=7977821",
          "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": "8013185",
          "title": "Fraud Intelligence Lead",
          "department": "Trust and Safety",
          "location": "United States ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T11:30:40-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.airbnb.com/positions/8013185?gh_jid=8013185",
          "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": "8012481",
          "title": "Safety Specialist",
          "department": "Community Support",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T05:14:44-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.airbnb.com/positions/8012481?gh_jid=8012481",
          "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": "8010639",
          "title": "Gestionnaire principal\u00b7e, excellence des op\u00e9rations mondiales",
          "department": "Community Support",
          "location": "Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T13:02:27-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.airbnb.com/positions/8010639?gh_jid=8010639",
          "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": "8008063",
          "title": "Senior Manager, Global Delivery Excellence",
          "department": "Community Support",
          "location": "Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T13:02:27-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.airbnb.com/positions/8008063?gh_jid=8008063",
          "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": "8000972",
          "title": "Workforce Management Lead,  Enterprise Ops",
          "department": "Operations",
          "location": "Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T09:32:28-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.airbnb.com/positions/8000972?gh_jid=8000972",
          "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": "8000973",
          "title": "Responsable, Gestion des Effectifs, Op\u00e9rations",
          "department": "Operations",
          "location": "Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T09:32:27-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.airbnb.com/positions/8000973?gh_jid=8000973",
          "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": "8009372",
          "title": "Lead - Advanced Analytics, Gurgaon",
          "department": "Analytics",
          "location": "Gurugram, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T05:38:50-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.airbnb.com/positions/8009372?gh_jid=8009372",
          "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": "7871746",
          "title": "Associate Principal, SF&A - CBO",
          "department": "Financial Planning and Analysis",
          "first_seen": "2026-05-02",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 48
        },
        {
          "req_id": "7881559",
          "title": "Associate Principal, SF&A - Host Products",
          "department": "Financial Planning and Analysis",
          "first_seen": "2026-05-06",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 44
        },
        {
          "req_id": "7698274",
          "title": "Associate Principal, SOX Analytics",
          "department": "Finance & Accounting",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7755758",
          "title": " Senior Machine Learning Engineer, Payments",
          "department": "Software Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7974519",
          "title": "Senior Social Lead, India",
          "department": "Public Policy",
          "first_seen": "2026-06-03",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 15
        },
        {
          "req_id": "7683174",
          "title": "Senior Software Engineer, Data Infrastructure",
          "department": "Software Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7834336",
          "title": "Workshop Operations Manager",
          "department": "Program Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7588811",
          "title": "Manager, Connectivity Partner",
          "department": "Sales",
          "first_seen": "2026-04-28",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 50
        },
        {
          "req_id": "7898813",
          "title": "Senior Software Engineer, Guest & Host",
          "department": "Software Engineering",
          "first_seen": "2026-05-07",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 41
        }
      ],
      "description_changes": [
        {
          "req_id": "8001769",
          "title": "Strategic Business Operations Manager - Community Support",
          "department": "Community Support",
          "change_date": "2026-06-23",
          "prev_length": 8224,
          "new_length": 8225,
          "length_delta": 1
        },
        {
          "req_id": "7591196",
          "title": "Senior Market Manager",
          "department": "Partnerships",
          "change_date": "2026-06-19",
          "prev_length": 5952,
          "new_length": 5998,
          "length_delta": 46
        },
        {
          "req_id": "7380185",
          "title": "Staff Android Automation Engineer",
          "department": "Software Engineering",
          "change_date": "2026-06-18",
          "prev_length": 4744,
          "new_length": 4677,
          "length_delta": -67
        },
        {
          "req_id": "7326051",
          "title": "Head of Homes Supply, Canada",
          "department": "Sales",
          "change_date": "2026-06-18",
          "prev_length": 6795,
          "new_length": 6795,
          "length_delta": 0
        },
        {
          "req_id": "7983163",
          "title": "Growth Marketing Lead, Metasearch & Paid Social ",
          "department": "Marketing",
          "change_date": "2026-06-18",
          "prev_length": 5462,
          "new_length": 5464,
          "length_delta": 2
        },
        {
          "req_id": "7979142",
          "title": "Growth Marketing Lead, Metasearch & Paid Social ",
          "department": "Marketing",
          "change_date": "2026-06-18",
          "prev_length": 5482,
          "new_length": 5472,
          "length_delta": -10
        },
        {
          "req_id": "7326052",
          "title": "Chef de l\u2019Approvisionnement en Logements, Canada",
          "department": "Sales",
          "change_date": "2026-06-18",
          "prev_length": 8544,
          "new_length": 8544,
          "length_delta": 0
        }
      ],
      "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": 27435,
        "open_end": 27737,
        "net_change": 302,
        "pct_change": 1.1,
        "new_postings": 3707,
        "closed_postings": 2572,
        "salary_disclosure_rate_pct_end": 39.0,
        "salary_disclosure_rate_pct_start": 38.0
      },
      "by_department_top10": [
        {
          "dept": "aws",
          "open_end": 7435,
          "open_start": 7471,
          "net_change": -36,
          "pct_change": -0.5,
          "avg_salary_usd": 169419.0,
          "share_pct_postings": 26.8
        },
        {
          "dept": "Retail / Store",
          "open_end": 2632,
          "open_start": 2722,
          "net_change": -90,
          "pct_change": -3.3,
          "avg_salary_usd": null,
          "share_pct_postings": 9.5
        },
        {
          "dept": "fulfillment-ops",
          "open_end": 1861,
          "open_start": 1854,
          "net_change": 7,
          "pct_change": 0.4,
          "avg_salary_usd": 115006.0,
          "share_pct_postings": 6.7
        },
        {
          "dept": "fulfillment-and-operations",
          "open_end": 1829,
          "open_start": 1772,
          "net_change": 57,
          "pct_change": 3.2,
          "avg_salary_usd": 110478.0,
          "share_pct_postings": 6.6
        },
        {
          "dept": "DSP / Delivery Driver",
          "open_end": 1736,
          "open_start": 1727,
          "net_change": 9,
          "pct_change": 0.5,
          "avg_salary_usd": null,
          "share_pct_postings": 6.3
        },
        {
          "dept": "Hourly / Warehouse",
          "open_end": 1447,
          "open_start": 1055,
          "net_change": 392,
          "pct_change": 37.2,
          "avg_salary_usd": 506716.0,
          "share_pct_postings": 5.2
        },
        {
          "dept": "alexa-and-amazon-devices",
          "open_end": 1424,
          "open_start": 1428,
          "net_change": -4,
          "pct_change": -0.3,
          "avg_salary_usd": 172592.0,
          "share_pct_postings": 5.1
        },
        {
          "dept": "transportation-and-logistics",
          "open_end": 1210,
          "open_start": 1185,
          "net_change": 25,
          "pct_change": 2.1,
          "avg_salary_usd": 128607.0,
          "share_pct_postings": 4.4
        },
        {
          "dept": "finance",
          "open_end": 816,
          "open_start": 800,
          "net_change": 16,
          "pct_change": 2.0,
          "avg_salary_usd": 126071.0,
          "share_pct_postings": 2.9
        },
        {
          "dept": "operations",
          "open_end": 751,
          "open_start": 783,
          "net_change": -32,
          "pct_change": -4.1,
          "avg_salary_usd": 130856.0,
          "share_pct_postings": 2.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 8120,
          "open_start": 8158,
          "net_change": -38,
          "dollar_share_pct": 37.6
        },
        "S&M": {
          "open_end": 2394,
          "open_start": 2370,
          "net_change": 24,
          "dollar_share_pct": 8.7
        },
        "COGS": {
          "open_end": 13103,
          "open_start": 12734,
          "net_change": 369,
          "dollar_share_pct": 39.4
        },
        "G&A": {
          "open_end": 933,
          "open_start": 928,
          "net_change": 5,
          "dollar_share_pct": 3.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 2414,
          "net_change": 389
        },
        "IC": {
          "open_end": 14552,
          "net_change": -129
        },
        "IC-Senior": {
          "open_end": 2686,
          "net_change": 15
        },
        "Manager": {
          "open_end": 7885,
          "net_change": 20
        },
        "Director+": {
          "open_end": 137,
          "net_change": 7
        },
        "VP+": {
          "open_end": 63,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Seattle, Washington, USA",
          "open_end": 2228,
          "net_change": 30
        },
        {
          "city": "Bengaluru, Karnataka, IND",
          "open_end": 1264,
          "net_change": -2
        },
        {
          "city": "Bellevue, Washington, USA",
          "open_end": 674,
          "net_change": -20
        },
        {
          "city": "New York, New York, USA",
          "open_end": 640,
          "net_change": -14
        },
        {
          "city": "Hyderabad, Telangana, IND",
          "open_end": 599,
          "net_change": -16
        },
        {
          "city": "Arlington, Virginia, USA",
          "open_end": 556,
          "net_change": 7
        },
        {
          "city": "Tokyo, JPN",
          "open_end": 511,
          "net_change": 19
        },
        {
          "city": "London, England, GBR",
          "open_end": 488,
          "net_change": 28
        },
        {
          "city": "Austin, Texas, USA",
          "open_end": 463,
          "net_change": -18
        },
        {
          "city": "Redmond, Washington, USA",
          "open_end": 391,
          "net_change": 4
        }
      ],
      "salary_bands": {
        "n_with_band_end": 10373,
        "median_midpoint_usd_end": 162100.0,
        "p25_midpoint_usd_end": 128300.0,
        "p75_midpoint_usd_end": 194400.0,
        "median_midpoint_usd_start": 160700.0
      },
      "new_postings_sample": [
        {
          "req_id": "10456188",
          "title": "Executive Assistant, Data Center Planning and Delivery",
          "department": "aws",
          "location": "Sydney, New South Wales, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456188/executive-assistant-data-center-planning-and-delivery",
          "description_excerpt": "Responsibilities for this position include the ability to build strategic proactive business partnerships, be a best practice leader in the organization, to think and plan ahead, delegate responsibilities appropriately, and manage time effectively. You must work effectively within a team environment"
        },
        {
          "req_id": "10456085",
          "title": "Data Center Program Manager-Systems Implementation, Global Procore Program",
          "department": "aws",
          "location": "Seattle, Washington, USA",
          "salary_min": 104500.0,
          "salary_max": 160000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456085/data-center-program-manager-systems-implementation-global-procore-program",
          "description_excerpt": "Key job responsibilities\nThe software product is intended to provide a single platform for collaboration between AWS and external vendors to deliver some of the most technical, cost-efficient and fast paced data center construction projects in the world. The Systems Program Manager will be responsib"
        },
        {
          "req_id": "10456174",
          "title": "Network Infrastructure Engineer I, Amazon Dedicated Cloud (NIDD)",
          "department": "aws",
          "location": "Hilliard, Ohio, USA",
          "salary_min": 96000.0,
          "salary_max": 166300.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456174/network-infrastructure-engineer-i-amazon-dedicated-cloud-nidd",
          "description_excerpt": "responsibilities include scaling support of several data center locations and day to day assistance with capacity management. Engineers will work closely with internal customers and external vendors to facilitate smooth project execution as directed by Technical Program Managers.\nThe ideal candidate"
        },
        {
          "req_id": "10456173",
          "title": "Solutions Architect",
          "department": "aws",
          "location": "Bengaluru, Karnataka, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456173/solutions-architect",
          "description_excerpt": "Key job responsibilities\nLead discovery through production rollout for strategic enterprise accounts, co-building and architecting agentic systems on Amazon Bedrock, AgentCore, and Strands Agents\n2. Translate requirements into Guardrails, Automated Reasoning Checks, data residency configurations, an"
        },
        {
          "req_id": "10456172",
          "title": "Solutions Architect",
          "department": "aws",
          "location": "Bengaluru, Karnataka, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456172/solutions-architect",
          "description_excerpt": "Key job responsibilities\nLead discovery through production rollout for strategic enterprise accounts, co-building and architecting agentic systems on Amazon Bedrock, AgentCore, and Strands Agents\n2. Translate requirements into Guardrails, Automated Reasoning Checks, data residency configurations, an"
        },
        {
          "req_id": "10456171",
          "title": "Solutions Architect",
          "department": "aws",
          "location": "Bengaluru, Karnataka, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456171/solutions-architect",
          "description_excerpt": "Key job responsibilities\n1. End-to-End Agentic AI Deployment\n\u2022 Lead discovery workshops with customer CTO / engineering teams to map high-value AI use cases across multiple industry verticals.\n\u2022 Own technical scoping, solution architecture for agentic AI workloads on Amazon Bedrock and AgentCore.\n\u2022"
        },
        {
          "req_id": "10456198",
          "title": "\u30b7\u30cb\u30a2\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u30a2\u30fc\u30ad\u30c6\u30af\u30c8\u3001\u6226\u7565\u9867\u5ba2\u62c5\u5f53, \u30b9\u30c8\u30e9\u30c6\u30b8\u30c3\u30af\u30a8\u30f3\u30bf\u30fc\u30d7\u30e9\u30a4\u30ba\u672c\u90e8",
          "department": "aws",
          "location": "Tokyo, JPN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456198/",
          "description_excerpt": "Key job responsibilities\n- \u62c5\u5f53\u3059\u308b\u6226\u7565\u9867\u5ba2\u306e\u4e8b\u696d\u30fb\u7d44\u7e54\u30fb\u6587\u5316\u3092\u6df1\u304f\u7406\u89e3\u3057\u3001AWS \u3092\u6d3b\u7528\u3057\u305f\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3092\u30a8\u30f3\u30c9\u30c4\u30fc\u30a8\u30f3\u30c9\u3067\u8a2d\u8a08\u30fb\u63a8\u9032\u3059\u308b\n- \u8907\u6570\u306e\u6226\u7565\u9867\u5ba2\u306e\u4e2d\u304b\u3089\u62c5\u5f53\u3059\u308b\u4e00\u793e\u306b\u6df1\u304f\u30b3\u30df\u30c3\u30c8\u3057\u3001\u9867\u5ba2\u306e\u6280\u8853\u30c1\u30fc\u30e0\u304a\u3088\u3073\u30a8\u30b0\u30bc\u30af\u30c6\u30a3\u30d6\u5c64\u3068\u9023\u643a\u3057\u306a\u304c\u3089\u8907\u96d1\u306a\u6280\u8853\u7684\u610f\u601d\u6c7a\u5b9a\u3092\u30ea\u30fc\u30c9\u3059\u308b\n- \u304a\u5ba2\u69d8\u56fa\u6709\u306e\u30d0\u30ea\u30e5\u30fc\u30c1\u30a7\u30fc\u30f3\u3084\u4e8b\u696d\u69cb\u9020\u3092\u8d77\u70b9\u306b\u3001AI\u30fb\u30af\u30e9\u30a6\u30c9\u6d3b\u7528\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u7bc9\u3059\u308b\u3002\u65e2\u5b58\u306e\u67a0\u306b\u3068\u3089\u308f\u308c\u306a\u3044\u5b9f\u9a13\u7684\u306a\u30a2\u30d7\u30ed\u30fc\u30c1\u3084\u3001\u4e2d\u9577\u671f\u3092\u898b\u636e\u3048\u305f\u30a8\u30f3\u30b2\u30fc\u30b8\u30e1\u30f3\u30c8\u3092\u901a\u3058\u3066\u3001\u65b0\u305f\u306a\u4fa1\u5024\u5275\u51fa\u306e\u53ef\u80fd\u6027\u3092\u5207\u308a\u62d3\u304f\n- \u57fa\u5e79\u30b7\u30b9\u30c6\u30e0\u30fb\u793e\u5185 IT \u306e\u30e2\u30c0\u30ca\u30a4\u30bc\u30fc\u30b7\u30e7\u30f3\u3092\u63a8\u9032\u3057\u3001\u30ec\u30ac\u30b7\u30fc\u74b0\u5883"
        },
        {
          "req_id": "10456086",
          "title": "Senior Cloud Architect - Cloud Infrastructure & Migrations, AWS Professional Services - Public Sector",
          "department": "aws",
          "location": "Melbourne, Victoria, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456086/senior-cloud-architect-cloud-infrastructure-migrations-aws-professional-services-public-sector",
          "description_excerpt": "Key job responsibilities\n\u2022 Designing and implementing complex, scalable, and secure AWS solutions tailored to customer needs\n\u2022 Providing technical guidance and troubleshooting support throughout project delivery\n\u2022 Collaborating with stakeholders to gather requirements and propose effective moderniza"
        },
        {
          "req_id": "10456127",
          "title": "Senior Solutions Architect, Solutions Architecture",
          "department": "aws",
          "location": "Taipei City, TWN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456127/senior-solutions-architect-solutions-architecture",
          "description_excerpt": "Key job responsibilities\nAct as a trusted technical advisor to public sector customers \u2014 including government agencies, education institutions, and healthcare organizations \u2014 designing secure, compliant cloud architectures that address mission-critical workloads and regulatory requirements.\nLead tec"
        },
        {
          "req_id": "10456130",
          "title": "Senior Solutions Architect, Solutions Architecture",
          "department": "aws",
          "location": "Taipei City, TWN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456130/senior-solutions-architect-solutions-architecture",
          "description_excerpt": "Key job responsibilities\n- Act as a trusted technical advisor to retail and e-commerce customers, designing cloud architectures that address industry-specific challenges including unified commerce, retail media networks, supply chain optimization, and AI-powered personalization.\n- Lead technical dis"
        },
        {
          "req_id": "10456200",
          "title": "Senior Solutions Architect (Social Infrastructure) / \u30b7\u30cb\u30a2\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u30a2\u30fc\u30ad\u30c6\u30af\u30c8 (\u793e\u4f1a\u30a4\u30f3\u30d5\u30e9\u62c5\u5f53 / \u6771\u4eac or \u5927\u962a\u52e4\u52d9\uff09, ENERGY",
          "department": "aws",
          "location": "Osaka, JPN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456200/senior-solutions-architect-social-infrastructure-or-energy",
          "description_excerpt": "Key job responsibilities\n- \u304a\u5ba2\u69d8\u306e\u6280\u8853\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b5\u30fc\u306b\u5bfe\u3057\u3066\u6280\u8853\u7684\u8996\u70b9\u3067AWS\u306e\u4fa1\u5024\u3092\u8a34\u6c42\u3057\u3001\u30af\u30e9\u30a6\u30c9\u30b8\u30e3\u30fc\u30cb\u30fc\u3092\u4fc3\u9032\n- \u696d\u7a2e\u696d\u614b\u306e\u30d3\u30b8\u30cd\u30b9\u3084\u30ef\u30fc\u30af\u30ed\u30fc\u30c9\u8981\u4ef6\u3092\u6e80\u305f\u3059AWS\u306e\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u3092\u5b9a\u7fa9\u3057\u3001\u5c55\u958b\n- \u304a\u5ba2\u69d8\u306e\u65e2\u5b58\u304a\u3088\u3073\u65b0\u898f\u306e\u30d3\u30b8\u30cd\u30b9\u6210\u529f\u306e\u30de\u30a4\u30eb\u30b9\u30c8\u30fc\u30f3\u3092\u9577\u671f\u7684\u8996\u70b9\u3067\u5b9a\u7fa9\n- \u304a\u5ba2\u69d8\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u6210\u529f\u306e\u305f\u3081\u306b\u5fc5\u8981\u306a\u30d1\u30fc\u30c8\u30ca\u30fc\u306e\u30a8\u30f3\u30b2\u30fc\u30b8\u30e1\u30f3\u30c8\u3084AWS\u30b5\u30fc\u30d3\u30b9\u30c1\u30fc\u30e0\u3068\u306e\u9023\u643a\n- \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u76ee\u6a19\u9054\u6210\u306e\u30af\u30e9\u30a4\u30c6\u30ea\u30a2\u306e\u5b9a\u7fa9\u3068\u305d\u306e\u9042\u884c\n- \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u304a\u3044\u3066\u30aa\u30fc\u30ca\u30fc\u30b7\u30c3\u30d7\u3092\u767a\u63ee\u3057\u3001\u30bf\u30a4\u30e0\u30ea\u30fc\u306a\u30c7\u30ea\u30d0\u30ea\u9054\u6210\u306e\u305f\u3081\u306b\u6280\u8853\u652f\u63f4\n- \u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u7b56\u5b9a\u306b\u304a\u3051\u308b\u6280\u8853\u7684\u306a\u652f"
        },
        {
          "req_id": "10456201",
          "title": "Database Sales Specialist",
          "department": "aws",
          "location": "Bengaluru, Karnataka, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456201/database-sales-specialist",
          "description_excerpt": "Key job responsibilities\n\u2022 Own and exceed AWS Database services revenue and pipeline targets for strategic India Public Sector accounts.\n\u2022 Develop and execute a territory strategy that maximizes database migration and modernization revenue across the India PS segment.\n\u2022 Lead complex, multi-quarter e"
        },
        {
          "req_id": "10456144",
          "title": "Strategic Program Leader, ASEAN Professional Services",
          "department": "aws",
          "location": "Bangkok, THA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456144/strategic-program-leader-asean-professional-services",
          "description_excerpt": "Key job responsibilities\n- Own and drive the end-to-end delivery of large-scale, multi-workstream AI and cloud transformation programs\n- Translate customer strategic objectives into actionable roadmaps, plans, and success metrics\n- Chair executive steering committees, drive critical decisions, and m"
        },
        {
          "req_id": "10456104",
          "title": "Sr. Partner Domain Specialist AI/ML, JAPAN\uff08\u30b7\u30cb\u30a2 \u30d1\u30fc\u30c8\u30ca\u30fc\u30c9\u30e1\u30a4\u30f3\u30b9\u30da\u30b7\u30e3\u30ea\u30b9\u30c8 AI/ML\uff09, AWS Partner Management, JAPAN",
          "department": "aws",
          "location": "Tokyo, JPN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456104/sr-partner-domain-specialist-ai-ml-japan-ai-ml-aws-partner-management-japan",
          "description_excerpt": "Key job responsibilities\n- AI/ML\u30d1\u30fc\u30c8\u30ca\u30fc\u30d5\u30a1\u30f3\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308b\u4e3b\u8981\u306a\u7a93\u53e3\u3068\u3057\u3066\u3001\u30ef\u30fc\u30eb\u30c9\u30ef\u30a4\u30c9\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u30c1\u30fc\u30e0\u3068\u306e\u95a2\u4fc2\u3092\u7dad\u6301\u3057\u3001\u30d7\u30ed\u30bb\u30b9\u306e\u5186\u6ed1\u5316\u3068\u6700\u9069\u306a\u6d3b\u7528\u3092\u63a8\u9032\u3059\u308b\n- \u30d1\u30fc\u30c8\u30ca\u30fc\u306e\u30d1\u30a4\u30d7\u30e9\u30a4\u30f3\u304a\u3088\u3073\u53ce\u76ca\u5b9f\u7e3e\u306e\u5b9a\u671f\u7684\u306a\u30ec\u30d3\u30e5\u30fc\u3092\u5b9f\u65bd\u3057\u3001\u6848\u4ef6\u9032\u6357\u306e\u52a0\u901f\u3084\u30b3\u30f3\u30d0\u30fc\u30b8\u30e7\u30f3\u30ae\u30e3\u30c3\u30d7\u306e\u89e3\u6d88\u306b\u5411\u3051\u305f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u306a\u63d0\u8a00\u3092\u884c\u3046\n- \u30b9\u30da\u30b7\u30e3\u30ea\u30b9\u30c8\u30bb\u30fc\u30eb\u30b9\u30c1\u30fc\u30e0\u3068\u306e\u6226\u7565\u7684AI/ML\u65bd\u7b56\u306b\u304a\u3051\u308b\u4f53\u7cfb\u7684\u306a\u30b3\u30e9\u30dc\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u78ba\u7acb\u3057\u3001\u30d1\u30fc\u30c8\u30ca\u30fc\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u5b9f\u884c\u53ef\u80fd\u306a\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3084\u3001\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u6539\u5584\u9818\u57df\u306b\u5bfe\u3059\u308b\u65bd\u7b56\u63d0\u6848\u3092\u884c\u3046\n- \u6280\u8853\u7684\u306a\u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3\u3001\u30d1\u30fc\u30c8\u30ca\u30fc\u30aa\u30fc\u30b1\u30b9\u30c8"
        },
        {
          "req_id": "10456108",
          "title": "Sr. Partner Domain Specialist, Amazon Connect, JAPAN (\u30b7\u30cb\u30a2 \u30d1\u30fc\u30c8\u30ca\u30fc\u30c9\u30e1\u30a4\u30f3 \u30b9\u30da\u30b7\u30e3\u30ea\u30b9\u30c8 Amazon Connect), AWS Partner Management, JAPAN",
          "department": "aws",
          "location": "Tokyo, JPN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456108/sr-partner-domain-specialist-amazon-connect-japan-amazon-connect-aws-partner-management-japan",
          "description_excerpt": "Key job responsibilities\n- SI\u30d1\u30fc\u30c8\u30ca\u30fc\u3068\u5354\u50cd\u3057\u3001AWS\u30b5\u30fc\u30d3\u30b9\u3001ISV\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3001SI\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30b5\u30fc\u30d3\u30b9\u304a\u3088\u3073\u30de\u30cd\u30fc\u30b8\u30c9\u30b5\u30fc\u30d3\u30b9\u3092\u7d44\u307f\u5408\u308f\u305b\u305f\u3001\u5e02\u5834\u3092\u30ea\u30fc\u30c9\u3059\u308b\u30ab\u30b9\u30bf\u30de\u30fc\u30a8\u30af\u30b9\u30da\u30ea\u30a8\u30f3\u30b9\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u958b\u767a\u30fb\u63d0\u4f9b\u3092\u63a8\u9032\u3059\u308b\n- \u30d1\u30fc\u30c8\u30ca\u30fc\u3068\u9023\u643a\u3057\u3001\u9867\u5ba2\u306b\u3068\u3063\u3066\u306e\u6700\u5927\u9650\u306e\u4fa1\u5024\u3068\u30c1\u30e3\u30cd\u30eb\u306e\u6210\u529f\u3092\u78ba\u4fdd\u3059\u308b\u305f\u3081\u306e\u5171\u540c\u30bb\u30fc\u30eb\u30b9\u304a\u3088\u3073GTM\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u7b56\u5b9a\u30fb\u5b9f\u884c\u3059\u308b\n- \u62c5\u5f53\u30d1\u30fc\u30c8\u30ca\u30fc\u306b\u5bfe\u3057\u3001Amazon Connect\u304a\u3088\u3073 GTM \u306e\u30a8\u30ad\u30b9\u30d1\u30fc\u30c8\u3068\u3057\u3066\u3001\u4e3b\u8981\u30e1\u30c3\u30bb\u30fc\u30b8\u3084\u65b0\u30b5\u30fc\u30d3\u30b9\u6a5f\u80fd\u3092\u3042\u3089\u3086\u308b\u95a2\u4fc2\u8005\u306b\u5bfe\u3057\u3066\u4e00\u8cab\u3057\u3066\u767a\u4fe1\u3059\u308b\n- SI\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u30bb\u30fc\u30eb\u30b9\u7d44\u7e54\u3001"
        },
        {
          "req_id": "10456081",
          "title": "Sr. Account Manager, WWPS ISV Sales, PARTNERS-PS",
          "department": "aws",
          "location": "Arlington, Virginia, USA",
          "salary_min": 142800.0,
          "salary_max": 193200.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456081/sr-account-manager-wwps-isv-sales-partners-ps",
          "description_excerpt": "responsibilities will include building a close partnership with one of the largest ISV customers and driving revenue, adoption, and market penetration in strategic commercial verticals. This includes developing overall business and go-to-market strategies, collaborating across AWS, and engaging with"
        },
        {
          "req_id": "10456112",
          "title": "Partner Development Specialist, APJ , APJ PDS",
          "department": "aws",
          "location": "Seoul, KOR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456112/partner-development-specialist-apj-apj-pds",
          "description_excerpt": "Key job responsibilities\n\u2022 Develop and drive GTM strategies utilizing the APJ PDS sprint methodology to drive outcomes aligned to business needs.\n\u2022 Work with regional leads( AGS and One Partner Team) to identify, develop and promote partners (solutions) that help fill critical business gaps and driv"
        },
        {
          "req_id": "10456103",
          "title": "Partner Solutions Architect Manager, AI & Growth - ASEAN, ASEAN APO PSA Team",
          "department": "aws",
          "location": "SGP",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456103/partner-solutions-architect-manager-ai-growth-asean-asean-apo-psa-team",
          "description_excerpt": "Key job responsibilities\nTechnical Strategy, Migration & Modernization & AI Enablement\n\u2022 Set the technical vision, Migration & Modernization and AI acceleration strategy across teams, identifying common enablement needs and opportunities for shared tooling, mechanisms, agentic tools and AI/ML refere"
        },
        {
          "req_id": "10456164",
          "title": "Sr. Program Manager - Routing SME, AMZL",
          "department": "fulfillment-ops",
          "location": "Bengaluru, Karnataka, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456164/sr-program-manager-routing-sme-amzl",
          "description_excerpt": "Responsibilities\nStandardization & SOP Management\n\u2022 Standardize routing workflows network-wide to ensure uniform configuration and execution across all zones, eliminating regional variability and establishing consistent operational practices\n\u2022 Develop and maintain comprehensive Standard Operating Pr"
        },
        {
          "req_id": "10456199",
          "title": "Team Lead, operation Lead",
          "department": "fulfillment-ops",
          "location": "Gurugram, Haryana, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456199/team-lead-operation-lead",
          "description_excerpt": "Key job responsibilities\nAn ICQA Team Lead is a supervisory role within the Inventory Control & Quality Assurance (ICQA) department at Amazon fulfillment centers. The role bridges operational execution with strategic quality management.\nA day in the life\nQuality & Compliance\nWork on site-level quali"
        },
        {
          "req_id": "10456155",
          "title": "\u30b5\u30a4\u30c8\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b9\u30da\u30b7\u30e3\u30ea\u30b9\u30c8, AMZL RME Maintenance Team",
          "department": "fulfillment-ops",
          "location": "Chiba, JPN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456155/amzl-rme-maintenance-team",
          "description_excerpt": "BASIC QUALIFICATIONS:\n- Essential Skills / Experience:\n- \uff11\uff0e\u9ad8\u5352\u4ee5\u4e0a\n- \uff12\uff0e3\u5e74\u4ee5\u4e0a\u306e\u6280\u8853\u9762\u306b\u304a\u3051\u308b\u80b2\u6210\u7d4c\u9a13\n- \uff13\uff0e\u52b4\u50cd\u5b89\u5168\u885b\u751f\u57fa\u790e\u77e5\u8b58 \uff08\u6cd5\u898f\u306e\u7406\u89e3\u3001\u88fd\u9020\u5de5\u5834\u30fb\u751f\u7523\u8a2d\u5099\u3067\u306e\u5b89\u5168\u77e5\u8b58\uff09\n- \uff14\uff0e\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5de5\u5b66\u57fa\u790e\u77e5\u8b58\uff1a\u6a5f\u68b0\u5de5\u5b66\u3001\u96fb\u6c17\u5de5\u5b66\u3001\u751f\u7523\u5de5\u5b66\u3001\u5236\u5fa1\u5de5\u5b66\n- \uff15\uff0e\u6a5f\u68b0\u90e8\u54c1\uff08\u30e2\u30fc\u30bf\u30fc\u30fb\u30a8\u30a2\u30b7\u30ea\u30f3\u30c0\u30fc\u30fb\u52d5\u529b\u4f1d\u9054\u6a5f\u69cb\u30fb\u30d0\u30eb\u30d6\u306a\u3069\uff09\u3001 \u96fb\u6c17\u90e8\u54c1\uff08\u30a4\u30f3\u30d0\u30fc\u30bf\u30fc\u30fb\u5149\u5b66\u30bb\u30f3\u30b5\u30fc\u30fbBCR\u30fb\u6e29\u5ea6\u30bb\u30f3\u30b5\u30fc\u306a\u3069\uff09\u3001\u5236\u5fa1\u6a5f\u5668\uff08PLC\u30fb\u30b5\u30fc\u30dc\u30a2\u30f3\u30d7\u30fb\u30bf\u30c3\u30c1\u30d1\u30cd\u30eb\u306a\u3069\uff09\u306e\u77e5\u8b58\u30fb\u5b9f\u52d9\u7d4c\u9a13\n- \uff16\uff0eExcel\uff08\u8868\u8a08\u7b97\u3001\u30b0\u30e9\u30d5\u3001\u95a2\u6570\uff09\u3001Word\uff08\u6587\u66f8\u4f5c\u6210\uff09\u3001"
        },
        {
          "req_id": "10456105",
          "title": "WHS Coordinator",
          "department": "fulfillment-and-operations",
          "location": "Brisbane, Queensland, AUS",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456105/whs-coordinator",
          "description_excerpt": "Key job responsibilities\n- Identify and inform management of compliance issues, safety risks, and improvement opportunities through the conduct of daily, weekly, and monthly audits\n- Facilitate incident investigation process\n- Maintain required paperwork to comply with Amazon and local regulations\n-"
        },
        {
          "req_id": "10455953",
          "title": "SAP Plant Maintenance Functional , Project LEO",
          "department": "alexa-and-amazon-devices",
          "location": "Bellevue, Washington, USA",
          "salary_min": 151200.0,
          "salary_max": 204600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10455953/sap-plant-maintenance-functional-project-leo",
          "description_excerpt": "Key job responsibilities\nBuild SAP PM based solution and handle all the deployment related activities. Build reports and deploy.\nAbility to identify and implement best practices to optimize business processes using SAP and championing for utility/intuitiveness/simplicity of process/product\nParticipa"
        },
        {
          "req_id": "10456090",
          "title": "Design Verification Engineer, Silicon and Systems Group",
          "department": "alexa-and-amazon-devices",
          "location": "Bengaluru, Karnataka, IND",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456090/design-verification-engineer-silicon-and-systems-group",
          "description_excerpt": "About the team\nAmazon Lab126 is an inventive research and development company that designs and engineers high-profile consumer electronics. Lab126 began in 2004 as a subsidiary of Amazon.com, Inc., originally creating the best-selling Kindle family of products. Since then, we have produced numerous"
        },
        {
          "req_id": "10456131",
          "title": "Manufacturing Test Technician II, Amazon Leo ",
          "department": "alexa-and-amazon-devices",
          "location": "Kirkland, Washington, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.amazon.jobs/en/jobs/10456131/manufacturing-test-technician-ii-amazon-leo",
          "description_excerpt": "Key job responsibilities\n- Follow work instructions and safety procedures\n- Assemble and test with emphasis to detail, an assortment of LRUs, electrical-mechanical assemblies, avionics, or other complex aerospace builds\n- Participate in process improvements, maintain floor stock inventory\n- You will"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "10394731",
          "title": "Software Development Manager, Sponsored Products and Brands",
          "department": "advertising",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10396775",
          "title": "Senior Water Strategy Manager, AWS Water Team",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10397542",
          "title": "Systems Modeling Mechanical Engineer, Fleet Remediation Engineering",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10395777",
          "title": "Sr. Account Executive, Telecom",
          "department": "advertising",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10393979",
          "title": "Software Dev Engineer II, Amazon Customer Service",
          "department": "cx-and-business-trends",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10387623",
          "title": "Business Analyst 2, Relay Fleet Tech",
          "department": "ats",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10401666",
          "title": "Senior Program Manager, Consumables ",
          "department": "north-america-stores",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10386096",
          "title": "Vendor Manager, Amazon Fresh ",
          "department": "amazonfresh",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10386822",
          "title": "Construction Cost Engineer, AMER Cost Control",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10392566",
          "title": "QAE , ICCS - International Cobranded Credit Cards",
          "department": "international-stores",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10384003",
          "title": "Senior Account Executive, Theatrical, Home Ent & Streaming",
          "department": "advertising",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10396219",
          "title": "Senior Generative AI Strategist, Generative AI Innovation Center",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10390508",
          "title": "Senior Machine Learning Engineer, AWS Identity Analytics Platform",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10377578",
          "title": "Senior Solutions Developer, Prototyping and Customer Engineering (PACE) ",
          "department": "aws",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "10381157",
          "title": "Senior Programmatic Solutions Consultant, Amazon Ads",
          "department": "advertising",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        }
      ],
      "description_changes": [
        {
          "req_id": "3143940",
          "title": "Employee Relations Manager, Ops HR-ER",
          "department": "hr",
          "change_date": "2026-06-23",
          "prev_length": 6751,
          "new_length": 6812,
          "length_delta": 61
        },
        {
          "req_id": "3173831",
          "title": "Sr. Workday Application Architect - HCM, Worldwide Grocery Tech-Business Operations & Program Management ",
          "department": "worldwide-grocery-stores",
          "change_date": "2026-06-23",
          "prev_length": 5952,
          "new_length": 5847,
          "length_delta": -105
        },
        {
          "req_id": "3173824",
          "title": "Sr. Workday Application Architect - Financials, Worldwide Grocery Tech-Business Operations & Program Management ",
          "department": "worldwide-grocery-stores",
          "change_date": "2026-06-23",
          "prev_length": 5921,
          "new_length": 5816,
          "length_delta": -105
        },
        {
          "req_id": "10379075",
          "title": "Sr. Workday Application Analyst, Finance & Adaptive, Grocery Tech Business Operations & Program Management",
          "department": "worldwide-grocery-stores",
          "change_date": "2026-06-23",
          "prev_length": 5066,
          "new_length": 5066,
          "length_delta": 0
        },
        {
          "req_id": "10403995",
          "title": "Business Analyst, Assortment Analytics",
          "department": "worldwide-grocery-stores",
          "change_date": "2026-06-23",
          "prev_length": 2453,
          "new_length": 2453,
          "length_delta": 0
        },
        {
          "req_id": "10414673",
          "title": "Sr. Product Manager, SMB Financing, Small and Medium Business Financing, Amazon B2B Payments & Lending",
          "department": "international-stores",
          "change_date": "2026-06-23",
          "prev_length": 2565,
          "new_length": 2758,
          "length_delta": 193
        },
        {
          "req_id": "10374011",
          "title": "Dock Clerk",
          "department": "fulfillment-ops-team",
          "change_date": "2026-06-23",
          "prev_length": 3878,
          "new_length": 4308,
          "length_delta": 430
        },
        {
          "req_id": "10440332",
          "title": "Sr HR Business Partner, NA RME PXT Team",
          "department": "pxt",
          "change_date": "2026-06-23",
          "prev_length": 4472,
          "new_length": 4469,
          "length_delta": -3
        },
        {
          "req_id": "10378916",
          "title": "Sr Content Marketing Manager, Prime Video Japan",
          "department": "entertainment",
          "change_date": "2026-06-23",
          "prev_length": 2676,
          "new_length": 2491,
          "length_delta": -185
        },
        {
          "req_id": "3179685",
          "title": "Amazon Ads \uff0d Strategic Partner / Senior Account Executive, LCS (\u30d6\u30e9\u30f3\u30c9\u306e\u4e8b\u696d\u6210\u9577\u3092\u63a8\u9032\u3059\u308b\u7d71\u5408\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u30ea\u30fc\u30c9), Health & Personal Care/Beauty",
          "department": "advertising",
          "change_date": "2026-06-23",
          "prev_length": 2154,
          "new_length": 1597,
          "length_delta": -557
        }
      ],
      "novel_terms": [
        {
          "term": "time montgomery",
          "count": 34,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "montgomery township",
          "count": 33,
          "first_seen_in_window": "2026-06-20"
        }
      ]
    },
    "APP": {
      "ticker": "APP",
      "sector": "Ads",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 28,
        "open_end": 26,
        "net_change": -2,
        "pct_change": -7.1,
        "new_postings": 0,
        "closed_postings": 1,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Platform Engineering",
          "open_end": 11,
          "open_start": 12,
          "net_change": -1,
          "pct_change": -8.3,
          "avg_salary_usd": null,
          "share_pct_postings": 42.3
        },
        {
          "dept": "Business Development - Gaming",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 26.9
        },
        {
          "dept": "Business Development - Consumer",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 19.2
        },
        {
          "dept": "Business Operations - Gaming",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Growth Marketing",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Operations - R&D",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 0,
          "open_start": 1,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 3,
          "net_change": 0
        },
        "IC": {
          "open_end": 19,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 0,
          "net_change": -1
        },
        "Manager": {
          "open_end": 3,
          "net_change": 0
        },
        "Director+": {
          "open_end": 1,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Palo Alto, CA",
          "open_end": 8,
          "net_change": -1
        },
        {
          "city": "Berlin",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Singapore",
          "open_end": 3,
          "net_change": -1
        },
        {
          "city": "Shanghai",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "New York City, NY",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Beijing",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Los Angeles/Santa Monica, CA",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "New York",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Toronto",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Remote - United States",
          "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": [],
      "closed_postings_sample": [
        {
          "req_id": "4667083006",
          "title": "\u200b\u200bBackend Engineer - Creator & Content Platform",
          "department": "Platform Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        }
      ],
      "description_changes": [
        {
          "req_id": "4660609006",
          "title": "Business Operations, Strategy & Product Analyst",
          "department": "Business Operations - Apps",
          "change_date": "2026-06-23",
          "prev_length": 7503,
          "new_length": 7503,
          "length_delta": 0
        }
      ],
      "novel_terms": []
    },
    "BKNG": {
      "ticker": "BKNG",
      "sector": "Travel",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 582,
        "open_end": 568,
        "net_change": -14,
        "pct_change": -2.4,
        "new_postings": 71,
        "closed_postings": 62,
        "salary_disclosure_rate_pct_end": 5.6,
        "salary_disclosure_rate_pct_start": 5.3
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 101,
          "open_start": 103,
          "net_change": -2,
          "pct_change": -1.9,
          "avg_salary_usd": null,
          "share_pct_postings": 17.8
        },
        {
          "dept": "Supply",
          "open_end": 80,
          "open_start": 80,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 110000.0,
          "share_pct_postings": 14.1
        },
        {
          "dept": "Finance",
          "open_end": 48,
          "open_start": 41,
          "net_change": 7,
          "pct_change": 17.1,
          "avg_salary_usd": null,
          "share_pct_postings": 8.5
        },
        {
          "dept": "Information Technology",
          "open_end": 44,
          "open_start": 45,
          "net_change": -1,
          "pct_change": -2.2,
          "avg_salary_usd": 99000.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Marketing",
          "open_end": 35,
          "open_start": 53,
          "net_change": -18,
          "pct_change": -34.0,
          "avg_salary_usd": null,
          "share_pct_postings": 6.2
        },
        {
          "dept": "Cost Centers",
          "open_end": 29,
          "open_start": 25,
          "net_change": 4,
          "pct_change": 16.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.1
        },
        {
          "dept": "Customer Experience Group (CEG)",
          "open_end": 20,
          "open_start": 23,
          "net_change": -3,
          "pct_change": -13.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.5
        },
        {
          "dept": "Strategic Partnerships and Programs",
          "open_end": 20,
          "open_start": 23,
          "net_change": -3,
          "pct_change": -13.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.5
        },
        {
          "dept": "Engineering",
          "open_end": 19,
          "open_start": 24,
          "net_change": -5,
          "pct_change": -20.8,
          "avg_salary_usd": null,
          "share_pct_postings": 3.3
        },
        {
          "dept": "Product",
          "open_end": 15,
          "open_start": 16,
          "net_change": -1,
          "pct_change": -6.2,
          "avg_salary_usd": 160100.0,
          "share_pct_postings": 2.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 169,
          "open_start": 169,
          "net_change": 0,
          "dollar_share_pct": 27.3
        },
        "S&M": {
          "open_end": 155,
          "open_start": 173,
          "net_change": -18,
          "dollar_share_pct": 43.0
        },
        "COGS": {
          "open_end": 47,
          "open_start": 44,
          "net_change": 3,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 86,
          "open_start": 82,
          "net_change": 4,
          "dollar_share_pct": 13.7
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 31,
          "net_change": 9
        },
        "IC": {
          "open_end": 151,
          "net_change": -8
        },
        "IC-Senior": {
          "open_end": 105,
          "net_change": -7
        },
        "Manager": {
          "open_end": 248,
          "net_change": -7
        },
        "Director+": {
          "open_end": 33,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Bangkok, Thailand",
          "open_end": 100,
          "net_change": -1
        },
        {
          "city": "Bangkok",
          "open_end": 52,
          "net_change": -16
        },
        {
          "city": "Amsterdam Campus",
          "open_end": 49,
          "net_change": -4
        },
        {
          "city": "Bangalore BH",
          "open_end": 29,
          "net_change": -1
        },
        {
          "city": "Bucharest - BH",
          "open_end": 18,
          "net_change": 4
        },
        {
          "city": "Toronto, Canada",
          "open_end": 16,
          "net_change": 1
        },
        {
          "city": "Tokyo, Japan",
          "open_end": 13,
          "net_change": 0
        },
        {
          "city": "Bangkok (Central World Office)",
          "open_end": 11,
          "net_change": -1
        },
        {
          "city": "Tel Aviv 5",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Berlin Office",
          "open_end": 7,
          "net_change": 1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 32,
        "median_midpoint_usd_end": 135000.0,
        "p25_midpoint_usd_end": 101500.0,
        "p75_midpoint_usd_end": 157500.0,
        "median_midpoint_usd_start": 135000.0
      },
      "new_postings_sample": [
        {
          "req_id": "29470",
          "title": "Data Analytics Engineer",
          "department": "Data Engineering",
          "location": "Bangalore BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T03:40:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.booking.com/booking/jobs/29470",
          "description_excerpt": "responsibilities as they occur.\nB.Responsible:\nDevelopment and support of BI environment in collaboration with finance stakeholders. Ongoing development and maintenance of SAP Hana reporting platform.\nResponsible for data loading, monitoring and system performance.\nEngage with users to understand th"
        },
        {
          "req_id": "29517",
          "title": "Account Executive - Matenrity Leave",
          "department": "",
          "location": "Sevilla",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:38:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.booking.com/booking/jobs/29517",
          "description_excerpt": "Key Job Responsibilities and Duties :\nProactively connect with partners in your region to assist with the development of Booking.com's business;\nLeading a portfolio of partners where you are their primary point of contact, answering questions, and following up when needed;\nMaintaining a stable relat"
        },
        {
          "req_id": "29373",
          "title": "Data Engineer II",
          "department": "Data Engineering",
          "location": "Amsterdam Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:08:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.booking.com/booking/jobs/29373",
          "description_excerpt": "Key Job Responsibilities and Duties:\nAs a Data Engineer, you will be in charge of the development, performance, quality, and scaling of our data pipelines, focusing especially on data quality. You will work independently and will also be responsible for making technical decisions within a team.\nRapi"
        },
        {
          "req_id": "9a924167-ab7b-4f93-99a1-978f7075f6ad",
          "title": "ETL Engineer",
          "department": "Cost Centers",
          "location": "Cambridge Office",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T13:04:51.284000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ashbyhq.com/kayak/9a924167-ab7b-4f93-99a1-978f7075f6ad",
          "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": "29443",
          "title": "Fraud Operations - IC - C",
          "department": "",
          "location": "Bangalore BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T10:41:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.booking.com/booking/jobs/29443",
          "description_excerpt": "The Fraud Specialist investigates and resolves cases of potential fraud from start to finish. They must have great communication skills, the ability to work well on their own but also with others, possess strong decision making ability, and be able to meet or exceed KPI targets. They suggest process"
        },
        {
          "req_id": "8020598",
          "title": "Accounts Payable Manager (Bangkok Based, Relocation Provided)",
          "department": "Finance",
          "location": "Bangkok",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T08:09:58-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/8020598",
          "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": "29464",
          "title": "Data Analytics - IC - E",
          "department": "Data Science & Analytics",
          "location": "Amsterdam Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T07:35:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.booking.com/booking/jobs/29464",
          "description_excerpt": "About the Team\nThe successful candidate will be a key member of the Global Accounting department and Payments Accounting Data Analytics Team. As a member of this team the individual will be responsible for generating data driven analysis, reporting, running root cause analysis and data reconciliatio"
        },
        {
          "req_id": "7451445",
          "title": "Senior Product Designer - CEG(Bangkok - Based, Relocation Provided)",
          "department": "Product",
          "location": "Bangkok, Thailand",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T05:20:09-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/7451445",
          "description_excerpt": "Responsibilities:\nRunning discovery phases and helping define product requirements\nTesting prototypes and hypotheses with users to collect feedback\nPresent your work to peers and leadership, async and in-person\nTake part in weekly design critiques, workshops, all hands, and squad meetings\nThink and"
        },
        {
          "req_id": "r5707",
          "title": "Data Developer, Accommodations",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.priceline.com/job/r5707/",
          "description_excerpt": "This role is eligible for our hybrid work model: 2 days in-office\nThis job posting is for an existing, currently vacant position.\nData Developer, Accommodations\nOur Technology team is the backbone of our company: constantly creating, testing, learning and iterating to better meet the needs of our cu"
        },
        {
          "req_id": "29535",
          "title": "Senior Account Manager, Mexico City",
          "department": "Business Development & Support",
          "location": "Mexico",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T23:16:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29535",
          "description_excerpt": "Key Job Responsibilities and Duties:\nSupport Booking.com strategy & deliver initiatives and vision for regional / national group partners and/or high value properties.\nConsult, support and collaborate with internal stakeholders in managing partners to optimize performance of partners, like connectiv"
        },
        {
          "req_id": "29305",
          "title": "Customer Complaints Executive (Insurance)",
          "department": "Operations",
          "location": "Manchester Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T14:56:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29305",
          "description_excerpt": "Key Job Responsibilities and Duties :\nReceive, log, and triage complaints, ensuring all details and correspondence are accurately recorded in the complaints management system.\nInvestigate complaints end-to-end, reviewing policy documents, claims files, insurer partners decisions, third-party corresp"
        },
        {
          "req_id": "29475",
          "title": "Enterprise Applications Engineering - ServiceNow",
          "department": "ServiceNow",
          "location": "Bangalore BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T12:59:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29475",
          "description_excerpt": "responsibilities\nLead solution design workshops for ITAM, ITSM, and cross-module initiatives, producing solution design documents that meet platform standards.\nConfigure, develop, and where needed extend HAM Pro and SAM Pro to match the organisation's licence and hardware estate, including publisher"
        },
        {
          "req_id": "29480",
          "title": "Machine Learning Engineer I - Traveler Intelligence",
          "department": "ML Engineering",
          "location": "Amsterdam Campus",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:26:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29480",
          "description_excerpt": "Key Job Responsibilities and Duties:\nDevelop production-grade ML systems, from models to features and pipelines, accounting for reliability, scalability, real-time requirements, monitoring and retraining.\nBuild readable and reusable code, applying code quality best practices and using standard libra"
        },
        {
          "req_id": "29509",
          "title": "Booking Holdings Romania - Fraud Analyst Intern",
          "department": "Security & Infrastructure",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:11:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29509",
          "description_excerpt": "Key Job Responsibilities and Duties\nYour focus is to map reality, stress\u2011test flows, and make risk visible.\nDocument end\u2011to\u2011end flows for key areas.\nWalk through existing journeys in test/staging.\nTranslate existing questions from stakeholders (Fraud, Partnerships, Product, PPC, etc.) into a structu"
        },
        {
          "req_id": "29539",
          "title": "Booking Holdings Romania - IT Risk & Compliance Intern",
          "department": "Security & Infrastructure",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:10:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29539",
          "description_excerpt": "Responsibilities and skills required for the IT Risk & Compliance Intern role are tightly linked to the Capability Area they work for, in Risk Management (focus on risk identification, analysis and treatment), Risk Governance & Project Management (focus on policy governance), or Third Party Risk Man"
        },
        {
          "req_id": "29542",
          "title": "Booking Holdings Romania - Accounting Intern",
          "department": "Finance",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:08:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29542",
          "description_excerpt": "Key Job Responsibilities and Duties\nPrepares documentation for monthly balance sheet reconciliations under the guidance of Senior Accountants to ensure the accuracy of financial reporting.\nAssists with the processing of accounts payable and T&E transactions in alignment with company policy.\nSupports"
        },
        {
          "req_id": "29462",
          "title": "Booking Holdings Romania - Data Reporting Analyst Intern",
          "department": "Data Science & Analytics",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:08:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29462",
          "description_excerpt": "Key Job Responsibilities and Duties\nUser Experience: Collaborate with Data Analytics Engineers to develop intuitive front-end layouts and impactful KPI visualizations.\nContinuous Improvement: Actively support in collecting user feedback to identify and implement enhancements for our standardized das"
        },
        {
          "req_id": "29495",
          "title": "Booking Holdings Romania - Internal Communications & Employer Branding Intern",
          "department": "Marketing & Communications",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:07:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29495",
          "description_excerpt": "Key Job Responsibilities and Duties\nBrand & recruitment marketing support\nEvent coordination: assist the Lead in delivering the established event calendar. You will learn the operational side of branding by helping with logistics for recruitment fairs and regional conferences.\nVendor coordination: a"
        },
        {
          "req_id": "29424",
          "title": "Booking Holdings Romania - Learning & Development Intern",
          "department": "People",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:07:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29424",
          "description_excerpt": "Key Job Responsibilities and Duties\nAssists in planning and organizing on-site learning initiatives (workshops, training sessions, peer-learning initiatives).\nHandles L&D administrative tasks and reporting, ensuring data accuracy within our Learning Management System (LMS).\nHelps implement our AI up"
        },
        {
          "req_id": "29471",
          "title": "Booking Holdings Romania - AI Operational Support Intern",
          "department": "Finance",
          "location": "Bucharest - BH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T07:31:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.booking.com/booking/jobs/29471",
          "description_excerpt": "Key Job Responsibilities and Duties\nAI Adoption & Enablement\nSupports the rollout and internal adoption of approved AI tools across GBS, following global strategy, to enhance operational efficiency.\nAssists in delivering training and awareness sessions for GBS employees, in alignment with the enable"
        },
        {
          "req_id": "8599211002",
          "title": "German Speaking Account Manager - Central Queue",
          "department": "Central Queue",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T05:25:23-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8599211002",
          "description_excerpt": "About this role:\nOpenTable helps restaurants run and grow their business while helping diners discover and book the right table for every occasion. As an Account Manager, you will manage a portfolio of restaurant partners and help them get the most value from the OpenTable platform. You will build t"
        },
        {
          "req_id": "8599214002",
          "title": "Onboarding Specialist (Remote)",
          "department": "Onboarding",
          "location": "Vancouver, Canada",
          "salary_min": 72000.0,
          "salary_max": 82000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T20:26:15-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8599214002",
          "description_excerpt": "Responsibilities\nEnd-to-End Implementation: Own the full onboarding lifecycle for a high volume of restaurant partners, guiding them from initial sale through software configuration to a successful go-live.\nConsultative Configuration: Analyze unique restaurant business needs to customize OpenTable C"
        },
        {
          "req_id": "8015227",
          "title": "Chain Connectivity Manager (Florida-Based)",
          "department": "Supply",
          "location": "Florida, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T03:47:29-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/8015227",
          "description_excerpt": "What You'll Do:\nBuild and manage relationships with channel manager partners across North America, acting as their primary point of contact for both day-to-day needs and longer-term growth conversations.\nProactively identify and approach channel managers that are not yet working with Agoda, open tho"
        },
        {
          "req_id": "7975894",
          "title": "Chain Connectivity Manager (New York-Based)",
          "department": "Supply",
          "location": "New York, USA",
          "salary_min": 100000.0,
          "salary_max": 140000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T03:46:45-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/agoda/jobs/7975894",
          "description_excerpt": "What You'll Do:\nBuild and manage relationships with channel manager partners across North America, acting as their primary point of contact for both day-to-day needs and longer-term growth conversations.\nProactively identify and approach channel managers that are not yet working with Agoda, open tho"
        },
        {
          "req_id": "8599085002",
          "title": "Sales Executive - Stuttgart (Baden-W\u00fcrttemberg)\u00a0",
          "department": "International RSS",
          "location": "Stuttgart, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T03:55:50-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/opentable/jobs/8599085002",
          "description_excerpt": "Ort: Stuttgart (Baden-W\u00fcrttemberg)\nVerg\u00fctung: Grundgehalt von \u20ac60.000 + unbegrenzte Provision (ca. \u20ac100.000 + OTE)\n\u00dcber OpenTable\nOpenTable, ein Unternehmen der Booking Holdings, Inc. (NASDAQ: BKNG), ist mit Millionen von G\u00e4sten, \u00fcber 60.000 Restaurantpartnern und mehr als 25 Jahren Erfahrung ein Br"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7864623",
          "title": "Staff Software Engineer - Back End Ai (Gurugram based)",
          "department": "Information Technology",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 38
        },
        {
          "req_id": "29444",
          "title": "Localisation Lead - Hindi",
          "department": "Marketing & Communications",
          "first_seen": "2026-06-16",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 4
        },
        {
          "req_id": "e0ea0b69-0a6a-4de6-969f-439c71db2bfe",
          "title": "Payroll Specialist",
          "department": "Cost Centers",
          "first_seen": "2026-06-16",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 4
        },
        {
          "req_id": "21239",
          "title": "Principal Product Manage, RegTech - FinTech",
          "department": "Product",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "7529291",
          "title": "Account Specialist \u2013 Gurgaon Based",
          "department": "Supply",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "28795",
          "title": "Solution Architect Marketing",
          "department": "Engineering",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 24
        },
        {
          "req_id": "29034",
          "title": "Data Analyst I - IT Services",
          "department": "Data Science & Analytics",
          "first_seen": "2026-05-28",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 22
        },
        {
          "req_id": "29295",
          "title": "Legal Operations Specialist - Part Time",
          "department": "Business Development & Support",
          "first_seen": "2026-05-28",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 22
        },
        {
          "req_id": "28976",
          "title": "Data Scientist- Performance Marketing",
          "department": "Data Science & Analytics",
          "first_seen": "2026-05-29",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 21
        },
        {
          "req_id": "27378",
          "title": "Test Engineer I - Fintech",
          "department": "Engineering",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 10
        },
        {
          "req_id": "29164",
          "title": "Group Technical Program Manager",
          "department": "Fintech",
          "first_seen": "2026-06-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 6
        },
        {
          "req_id": "28777",
          "title": "Quantitative Researcher II - Partner Experience",
          "department": "Design & User Experience",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "28747",
          "title": "Business Application Engineer - Service Now (ITSM)",
          "department": "ServiceNow",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "28605",
          "title": "Booking Holdings Romania - Senior Manager (Data Engineering & Analytics)",
          "department": "Data Science & Analytics",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "28527",
          "title": "Engineering Manager - NoSQL Tooling",
          "department": "Engineering",
          "first_seen": "2026-04-25",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 54
        }
      ],
      "description_changes": [
        {
          "req_id": "8599214002",
          "title": "Onboarding Specialist (Remote)",
          "department": "Onboarding",
          "change_date": "2026-06-23",
          "prev_length": 6210,
          "new_length": 6212,
          "length_delta": 2
        },
        {
          "req_id": "5010501",
          "title": "Customer Experience Specialist - Korean & English Speaker (Bangkok)",
          "department": "Customer Experience Group (CEG)",
          "change_date": "2026-06-23",
          "prev_length": 7334,
          "new_length": 7321,
          "length_delta": -13
        },
        {
          "req_id": "7760383",
          "title": "[Relocation Support Provided] Customer Experience Specialist - Korean Speaking ",
          "department": "Customer Experience Group (CEG)",
          "change_date": "2026-06-23",
          "prev_length": 7334,
          "new_length": 7321,
          "length_delta": -13
        },
        {
          "req_id": "8006970",
          "title": "Customer Experience Team Manager - English Team (Based in Kuala Lumpur)",
          "department": "Customer Experience Group (CEG)",
          "change_date": "2026-06-23",
          "prev_length": 6357,
          "new_length": 6362,
          "length_delta": 5
        },
        {
          "req_id": "7975894",
          "title": "Chain Connectivity Manager (New York-Based)",
          "department": "Supply",
          "change_date": "2026-06-23",
          "prev_length": 5709,
          "new_length": 7160,
          "length_delta": 1451
        },
        {
          "req_id": "8015227",
          "title": "Chain Connectivity Manager (Florida-Based)",
          "department": "Supply",
          "change_date": "2026-06-23",
          "prev_length": 5709,
          "new_length": 6789,
          "length_delta": 1080
        },
        {
          "req_id": "7801117",
          "title": "Accounting Manager (Rocket Travel by Agoda)",
          "department": "Rocket Travel - Finance/BI",
          "change_date": "2026-06-23",
          "prev_length": 7113,
          "new_length": 7439,
          "length_delta": 326
        },
        {
          "req_id": "c6e0bde4-e970-41c7-bfb9-a21a8a64f18c",
          "title": "Senior Talent Acquisition Partner",
          "department": "Cost Centers",
          "change_date": "2026-06-23",
          "prev_length": 4186,
          "new_length": 4199,
          "length_delta": 13
        },
        {
          "req_id": "29275",
          "title": "Account Management",
          "department": "Business Development & Support",
          "change_date": "2026-06-23",
          "prev_length": 5695,
          "new_length": 5827,
          "length_delta": 132
        },
        {
          "req_id": "29442",
          "title": "Booking Holdings Romania - Cyber Defense Technical Operations & Response Team Leader",
          "department": "Security & Infrastructure",
          "change_date": "2026-06-23",
          "prev_length": 5997,
          "new_length": 6006,
          "length_delta": 9
        }
      ],
      "novel_terms": [
        {
          "term": "vacation rental",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "creative vision",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "daily cash",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "commercial operations",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "coordinator kayak",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "channel manager",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "manager partners",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "america acting",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "both day",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "day needs",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "longer term",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "conversations proactively",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "approach channel",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "channel managers",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "agoda open",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "open tho",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "term growth conversations",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "sales executive",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "ln nordrhein",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "nordrhein westfalen",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    },
    "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": 31,
        "open_end": 34,
        "net_change": 3,
        "pct_change": 9.7,
        "new_postings": 4,
        "closed_postings": 1,
        "salary_disclosure_rate_pct_end": 97.1,
        "salary_disclosure_rate_pct_start": 96.8
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 11,
          "open_start": 9,
          "net_change": 2,
          "pct_change": 22.2,
          "avg_salary_usd": 226136.0,
          "share_pct_postings": 32.4
        },
        {
          "dept": "Machine Learning",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 300625.0,
          "share_pct_postings": 11.8
        },
        {
          "dept": "Member Support",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 75958.0,
          "share_pct_postings": 8.8
        },
        {
          "dept": "Product Design",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 202500.0,
          "share_pct_postings": 8.8
        },
        {
          "dept": "Advertising & Promotions",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 122500.0,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Corporate Communications",
          "open_end": 1,
          "open_start": 0,
          "net_change": 1,
          "pct_change": null,
          "avg_salary_usd": 162500.0,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Digital Marketing",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 207500.0,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Executive Assistant",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 140000.0,
          "share_pct_postings": 2.9
        },
        {
          "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": 2.9
        },
        {
          "dept": "Member Safety",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 140000.0,
          "share_pct_postings": 2.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 24,
          "open_start": 22,
          "net_change": 2,
          "dollar_share_pct": 80.2
        },
        "S&M": {
          "open_end": 6,
          "open_start": 5,
          "net_change": 1,
          "dollar_share_pct": 14.1
        },
        "COGS": {
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "dollar_share_pct": 3.6
        },
        "G&A": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 0,
          "net_change": 0
        },
        "IC": {
          "open_end": 3,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 18,
          "net_change": 1
        },
        "Manager": {
          "open_end": 11,
          "net_change": 1
        },
        "Director+": {
          "open_end": 2,
          "net_change": 1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "US TX Austin",
          "open_end": 27,
          "net_change": 3
        },
        {
          "city": "US NY New York",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "UK London",
          "open_end": 3,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 33,
        "median_midpoint_usd_end": 202500.0,
        "p25_midpoint_usd_end": 140000.0,
        "p75_midpoint_usd_end": 240000.0,
        "median_midpoint_usd_start": 202500.0
      },
      "new_postings_sample": [
        {
          "req_id": "a32008bc-82dd-4da8-8dfa-2bbb978236dc",
          "title": "Senior Software Engineer \u2013 BeeAI",
          "department": "Software Engineering",
          "location": "US TX Austin",
          "salary_min": 190000.0,
          "salary_max": 215000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T14:45:44.244000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.lever.co/bumbleinc/a32008bc-82dd-4da8-8dfa-2bbb978236dc",
          "description_excerpt": "At Bumble, our mission is to create a world where all relationships are healthy and equitable. The Trust & Safety team plays a critical role in bringing this to life - building systems that protect our community and ensure millions of people can connect with confidence.\nAs a Senior Software Engineer"
        },
        {
          "req_id": "9dd631a9-ba49-4e71-b2d5-b655c943bed9",
          "title": "Staff iOS Engineer (BFF)",
          "department": "Software Engineering",
          "location": "US TX Austin",
          "salary_min": 265000.0,
          "salary_max": 285000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T17:27:17.019000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://jobs.lever.co/bumbleinc/9dd631a9-ba49-4e71-b2d5-b655c943bed9",
          "description_excerpt": "Bumble is the Love Company, and our mission is to create a world where all relationships are healthy and equitable, through Kind Connections. As a Staff Engineer on the iOS team for BFF and Plans, you\u2019ll help shape the technology behind products that spark real-life friendship, belonging, and commun"
        },
        {
          "req_id": "7256379c-a582-4336-abf7-1bd257396e5c",
          "title": "Lead Backend Engineer (BFF)",
          "department": "Software Engineering",
          "location": "US TX Austin",
          "salary_min": 225000.0,
          "salary_max": 255000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T17:21:20.470000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://jobs.lever.co/bumbleinc/7256379c-a582-4336-abf7-1bd257396e5c",
          "description_excerpt": "BFF is a platform for finding friends and communities online, and getting together IRL. BFF provides a rich set of communication and engagement tools that allows users to discover communities and find friends. Find your people online, get together offline.\nAs a member of the BFF backend team, you'll"
        },
        {
          "req_id": "acbc8616-924d-48b4-acff-aad1eeb7a0fd",
          "title": "Associate Director, Corporate Communications",
          "department": "Corporate Communications",
          "location": "US TX Austin",
          "salary_min": 145000.0,
          "salary_max": 180000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-03T20:48:15.514000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://jobs.lever.co/bumbleinc/acbc8616-924d-48b4-acff-aad1eeb7a0fd",
          "description_excerpt": "At Bumble, our mission is to bring people together, face to face to create more love in the world. As part of the Communications & Corporate Affairs team, the Associate Director, Corporate Communications plays a vital role in protecting and strengthening the trust that makes this mission possible.\nT"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7ecb160d-7840-4185-adda-036a12a8c2e5",
          "title": "Principal Software Engineer, AI & Matching",
          "department": "Software Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        }
      ],
      "description_changes": [],
      "novel_terms": []
    },
    "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": 159,
        "open_end": 160,
        "net_change": 1,
        "pct_change": 0.6,
        "new_postings": 8,
        "closed_postings": 8,
        "salary_disclosure_rate_pct_end": 3.1,
        "salary_disclosure_rate_pct_start": 3.1
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 25,
          "open_start": 24,
          "net_change": 1,
          "pct_change": 4.2,
          "avg_salary_usd": null,
          "share_pct_postings": 15.6
        },
        {
          "dept": "Accounting & Finance",
          "open_end": 20,
          "open_start": 21,
          "net_change": -1,
          "pct_change": -4.8,
          "avg_salary_usd": null,
          "share_pct_postings": 12.5
        },
        {
          "dept": "Customer Experience & Operations",
          "open_end": 16,
          "open_start": 11,
          "net_change": 5,
          "pct_change": 45.5,
          "avg_salary_usd": 89440.0,
          "share_pct_postings": 10.0
        },
        {
          "dept": "Ad Sales",
          "open_end": 14,
          "open_start": 14,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.8
        },
        {
          "dept": "Professional Services",
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 6.9
        },
        {
          "dept": "Retail Business Development",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.6
        },
        {
          "dept": "Commercial Excellence",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Data Science",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Machine Learning",
          "open_end": 8,
          "open_start": 12,
          "net_change": -4,
          "pct_change": -33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Product Management",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.4
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 81,
          "open_start": 82,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 35,
          "open_start": 36,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 20,
          "open_start": 15,
          "net_change": 5,
          "dollar_share_pct": 100.0
        },
        "G&A": {
          "open_end": 15,
          "open_start": 16,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 5,
          "net_change": 0
        },
        "IC": {
          "open_end": 23,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 64,
          "net_change": -2
        },
        "Manager": {
          "open_end": 56,
          "net_change": 3
        },
        "Director+": {
          "open_end": 10,
          "net_change": 0
        },
        "VP+": {
          "open_end": 2,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "United States - Remote",
          "open_end": 83,
          "net_change": -1
        },
        {
          "city": "Canada - Remote (ON, AB, BC, or NS Only)",
          "open_end": 66,
          "net_change": 3
        },
        {
          "city": "Allentown, PA",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "State College, PA",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "North Stanhope, New Jersey",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Roxbury Township, New Jersey",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Canada - Remote (BC Only)",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "United States - Remote (LA, SF and Seattle)",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "San Francisco- Remote",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "US - Remote",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 5,
        "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": "8017073",
          "title": "Senior Product Security Engineer II",
          "department": "Security",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T12:53:21-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://instacart.careers/job/?gh_jid=8017073",
          "description_excerpt": "About the Team -The security team at Instacart is tasked with ensuring the security and privacy of Instacart\u2019s suite of products and the company as a whole. We believe that with the right mixture of tools and engineering prowess, we can secure our most important assets without negatively impacting p"
        },
        {
          "req_id": "8017071",
          "title": "Senior Product Security Engineer II",
          "department": "Security",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T12:52:56-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://instacart.careers/job/?gh_jid=8017071",
          "description_excerpt": "About the Team -The security team at Instacart is tasked with ensuring the security and privacy of Instacart\u2019s suite of products and the company as a whole. We believe that with the right mixture of tools and engineering prowess, we can secure our most important assets without negatively impacting p"
        },
        {
          "req_id": "8017419",
          "title": "Senior Project Manager, CX PMO",
          "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-06-18T19:26:05-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://instacart.careers/job/?gh_jid=8017419",
          "description_excerpt": "About the Team : The Instacart CX Project Management Office (PMO) is the operating backbone of Customer Experience at Instacart. We lead the initiatives that shape how CX scales \u2014 from Hero Projects that move millions of customer and shopper interactions to the AI foundational work that's redefining"
        },
        {
          "req_id": "8017417",
          "title": "Senior Project Manager, CX PMO",
          "department": "Customer Experience & Operations",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T19:26:04-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://instacart.careers/job/?gh_jid=8017417",
          "description_excerpt": "About the Team : The Instacart CX Project Management Office (PMO) is the operating backbone of Customer Experience at Instacart. We lead the initiatives that shape how CX scales \u2014 from Hero Projects that move millions of customer and shopper interactions to the AI foundational work that's redefining"
        },
        {
          "req_id": "8014051",
          "title": "Senior Software Engineer,  Instacart Business",
          "department": "Software Engineering",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T11:39:11-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://instacart.careers/job/?gh_jid=8014051",
          "description_excerpt": "ABOUT THE TEAM\nThe Instacart Business team is tasked with developing Instacart's presence in the B2B ecommerce domain. You will be joining a dynamic team that operates like a startup within Instacart, dedicated to harnessing the vast potential of business users. Our roadmap includes areas such as:\nB"
        },
        {
          "req_id": "8014062",
          "title": "Senior Product Manager, Retailer Platform",
          "department": "Product Management",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:38:48-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://instacart.careers/job/?gh_jid=8014062",
          "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": "8014060",
          "title": "Senior Product Manager, Retailer Platform",
          "department": "Product Management",
          "location": "United States - Remote",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:38:36-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://instacart.careers/job/?gh_jid=8014060",
          "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": "8009366",
          "title": "Senior Solutions Architect II",
          "department": "Professional Services",
          "location": "Canada - Remote (ON, AB, BC, or NS Only)",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T12:33:57-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://instacart.careers/job/?gh_jid=8009366",
          "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"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "6967732",
          "title": "Senior Staff Machine Learning Engineer, Ads Quality",
          "department": "Machine Learning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "7566001",
          "title": "Senior Machine Learning Engineer II, Growth Modeling",
          "department": "Machine Learning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7899355",
          "title": "Senior Technical Program Manager, Ads",
          "department": "Technical Program Management",
          "first_seen": "2026-05-07",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 42
        },
        {
          "req_id": "7967561",
          "title": "Senior Machine Learning Engineer II, Growth Modeling",
          "department": "Machine Learning",
          "first_seen": "2026-05-30",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 19
        },
        {
          "req_id": "7834951",
          "title": "Lead, Sales Development",
          "department": "Ad Sales",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7909581",
          "title": "Integration & Automation Tech Lead",
          "department": "Accounting & Finance",
          "first_seen": "2026-05-14",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 34
        },
        {
          "req_id": "7979354",
          "title": "Senior Product Manager, Agentic Foundations",
          "department": "Product Management",
          "first_seen": "2026-06-05",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 12
        },
        {
          "req_id": "7979356",
          "title": "Senior Product Manager, Agentic Foundations",
          "department": "Product Management",
          "first_seen": "2026-06-05",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 12
        }
      ],
      "description_changes": [
        {
          "req_id": "8014060",
          "title": "Senior Product Manager, Retailer Platform",
          "department": "Product Management",
          "change_date": "2026-06-23",
          "prev_length": 7125,
          "new_length": 7098,
          "length_delta": -27
        },
        {
          "req_id": "8014062",
          "title": "Senior Product Manager, Retailer Platform",
          "department": "Product Management",
          "change_date": "2026-06-23",
          "prev_length": 7079,
          "new_length": 7052,
          "length_delta": -27
        },
        {
          "req_id": "8017073",
          "title": "Senior Product Security Engineer II",
          "department": "Security",
          "change_date": "2026-06-20",
          "prev_length": 4333,
          "new_length": 4332,
          "length_delta": -1
        },
        {
          "req_id": "8017071",
          "title": "Senior Product Security Engineer II",
          "department": "Security",
          "change_date": "2026-06-20",
          "prev_length": 4379,
          "new_length": 4378,
          "length_delta": -1
        },
        {
          "req_id": "8014060",
          "title": "Senior Product Manager, Retailer Platform",
          "department": "Product Management",
          "change_date": "2026-06-19",
          "prev_length": 6161,
          "new_length": 7125,
          "length_delta": 964
        },
        {
          "req_id": "8014062",
          "title": "Senior Product Manager, Retailer Platform",
          "department": "Product Management",
          "change_date": "2026-06-19",
          "prev_length": 6115,
          "new_length": 7079,
          "length_delta": 964
        }
      ],
      "novel_terms": [
        {
          "term": "product manager retailer",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "instacart suite",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "right mixture",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "engineering prowess",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "most important",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "important assets",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "assets without",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "without negatively",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "negatively impacting",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "instacart cx",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "cx project",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "office pmo",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "operating backbone",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "cx scales",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "hero projects",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "move millions",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "shopper interactions",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "ai foundational",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    },
    "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": 209,
        "open_end": 197,
        "net_change": -12,
        "pct_change": -5.7,
        "new_postings": 21,
        "closed_postings": 23,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Veterinary",
          "open_end": 45,
          "open_start": 48,
          "net_change": -3,
          "pct_change": -6.2,
          "avg_salary_usd": null,
          "share_pct_postings": 22.8
        },
        {
          "dept": "Fulfillment Center Operations",
          "open_end": 30,
          "open_start": 27,
          "net_change": 3,
          "pct_change": 11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 15.2
        },
        {
          "dept": "Technology",
          "open_end": 23,
          "open_start": 33,
          "net_change": -10,
          "pct_change": -30.3,
          "avg_salary_usd": null,
          "share_pct_postings": 11.7
        },
        {
          "dept": "Merchandising & Chewy Brands",
          "open_end": 19,
          "open_start": 20,
          "net_change": -1,
          "pct_change": -5.0,
          "avg_salary_usd": null,
          "share_pct_postings": 9.6
        },
        {
          "dept": "Accounting & Finance",
          "open_end": 16,
          "open_start": 13,
          "net_change": 3,
          "pct_change": 23.1,
          "avg_salary_usd": null,
          "share_pct_postings": 8.1
        },
        {
          "dept": "Facilities, Safety, & Real Estate",
          "open_end": 12,
          "open_start": 14,
          "net_change": -2,
          "pct_change": -14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 6.1
        },
        {
          "dept": "Product Management & Product Design",
          "open_end": 10,
          "open_start": 11,
          "net_change": -1,
          "pct_change": -9.1,
          "avg_salary_usd": null,
          "share_pct_postings": 5.1
        },
        {
          "dept": "Human Resources",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.6
        },
        {
          "dept": "Other",
          "open_end": 8,
          "open_start": 9,
          "net_change": -1,
          "pct_change": -11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 4.1
        },
        {
          "dept": "Customer Service",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 43,
          "open_start": 54,
          "net_change": -11,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 32,
          "open_start": 38,
          "net_change": -6,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 80,
          "open_start": 79,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 33,
          "open_start": 31,
          "net_change": 2,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 16,
          "net_change": 1
        },
        "IC": {
          "open_end": 81,
          "net_change": -9
        },
        "IC-Senior": {
          "open_end": 23,
          "net_change": 1
        },
        "Manager": {
          "open_end": 63,
          "net_change": -3
        },
        "Director+": {
          "open_end": 14,
          "net_change": -2
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Plantation, FL",
          "open_end": 36,
          "net_change": 0
        },
        {
          "city": "Bellevue, WA",
          "open_end": 25,
          "net_change": -4
        },
        {
          "city": "Boston, MA",
          "open_end": 25,
          "net_change": -5
        },
        {
          "city": "Mount Juliet, TN",
          "open_end": 6,
          "net_change": -2
        },
        {
          "city": "Reno, NV",
          "open_end": 6,
          "net_change": 0
        },
        {
          "city": "Jessup, PA",
          "open_end": 6,
          "net_change": 2
        },
        {
          "city": "Minneapolis, MN",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Belton, MO",
          "open_end": 5,
          "net_change": -1
        },
        {
          "city": "Atlanta, GA",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Denver, CO",
          "open_end": 4,
          "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": "R30017",
          "title": "Fulfillment Coordinator",
          "department": "Customer Service",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Fulfillment-Coordinator_R30017/apply",
          "description_excerpt": "Job Description:\nOur Opportunity\nWe are seeking a meticulous and customer-focused Fulfillment Coordinator to join our WOW Team. In this role, you will be at the heart of Chewy\u2019s mission to delight and surprise our customers with personalized packages, from care kits to hand-wrapped gifts. With multi"
        },
        {
          "req_id": "R29686",
          "title": "Associate Veterinarian",
          "department": "Veterinary",
          "location": "Highlands Ranch, CO",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Highlands-Ranch-CO/Associate-Veterinarian_R29686/apply",
          "description_excerpt": "What You'll Do:\nEmpower team to deliver an unparalleled client experience.\nDevelop a rapport with clients and resolve their needs and wishes.\nPerform physical examinations and diagnostic/medical/surgical/dental procedures in a way that will deliver quality care while minimizing stress and discomfort"
        },
        {
          "req_id": "R30027",
          "title": "Learning Architect III",
          "department": "Human Resources",
          "location": "Mount Juliet, TN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Mount-Juliet-TN/Learning-Architect-III_R30027-1/apply",
          "description_excerpt": "What You'll Do:\nBuild optimized learning content and process methods for improving learning content directly related to changes led by the SPI Team.\nCoordinate content design changes with the entire Learning and Development Team and external FC Operations Partners.\nFacilitate and implement content c"
        },
        {
          "req_id": "R30028",
          "title": "FC Instructional Designer",
          "department": "Human Resources",
          "location": "Mount Juliet, TN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Mount-Juliet-TN/FC-Instructional-Designer_R30028-1/apply",
          "description_excerpt": "What You'll Do:\nDesign team member and leader development programs in a variety of presentation methods and applications to appeal to adult learning styles.\nConducts needs analysis, planning, manages the design, development, and execution of manager training programs. Assesses and reports results.\nE"
        },
        {
          "req_id": "R29902",
          "title": "Program Manager - Environmental Sustainability & ESG Reporting",
          "department": "Project & Program Management",
          "location": "Houston, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Houston-TX/Program-Manager---Environmental-Sustainability---ESG-Reporting_R29902/apply",
          "description_excerpt": "What you'll do:\nESG Program Development & Reporting: Build and mature Chewy\u2019s ESG and sustainability reporting framework: governance cadence, reporting calendars, data owners, controls, documentation, and leadership-ready updates.\nCoordinate ESG reporting inputs across business units; collect, valid"
        },
        {
          "req_id": "R29554",
          "title": "Sr Program Manager",
          "department": "Project & Program Management",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-21",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Sr-Program-Manager_R29554/apply",
          "description_excerpt": "Job Description:\nOur Opportunity:\nChewy is continuing to build an outstanding team that strives to be the most trusted and convenient destination for pet parents (and partners) everywhere! We are looking for a passionate Customer and People centric Sr Program Manager to come join our Customer Soluti"
        },
        {
          "req_id": "R30006",
          "title": "Associate Director Treasury",
          "department": "Accounting & Finance",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Associate-Director-Treasury_R30006/apply",
          "description_excerpt": "What you'll do:\nLead cash and investment management operations including daily positioning, forecasting, reporting, working capital optimization and governance\nPartner with Treasury and Finance leadership to provide analysis and recommendations related to liquidity planning, financing alternatives,"
        },
        {
          "req_id": "R30000",
          "title": "Associate Veterinarian",
          "department": "Veterinary",
          "location": "Atlanta, GA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Atlanta-GA/Associate-Veterinarian_R30000/apply",
          "description_excerpt": "What You'll Do:\nEmpower team to deliver an unparalleled client experience.\nDevelop a rapport with clients and resolve their needs and wishes.\nPerform physical examinations and diagnostic/medical/surgical/dental procedures in a way that will deliver quality care while minimizing patient stress and di"
        },
        {
          "req_id": "R30032",
          "title": "Director, Paid Social Media",
          "department": "Marketing & Communications",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/Director--Paid-Social-Media_R30032/apply",
          "description_excerpt": "Job Description:\nDirector, Paid Social Media\nAt Chewy, we believe great work starts with great people.\nHere, you\u2019ll be part of a team that values who you are, what you bring, and where you want to grow. We offer meaningful work, competitive compensation, and opportunities to develop your career in a"
        },
        {
          "req_id": "R30002",
          "title": "Veterinary Technician",
          "department": "Veterinary",
          "location": "Austin, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Austin-TX/Veterinary-Technician_R30002/apply",
          "description_excerpt": "What You'll Do:\nServe to support the practice\u2019s team, setting the bar for providing high-level, proficient veterinary medical care and embodying the Chewy mission to work together with your peers and deliver the pet parent WOW experience.\nResponsible for implementing the outlined policies and proced"
        },
        {
          "req_id": "R29963",
          "title": "Buyer",
          "department": "Merchandising & Chewy Brands",
          "location": "Phoenix, AZ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Phoenix-AZ/Buyer_R29963/apply",
          "description_excerpt": "Job Description:\nOur Opportunity\nAt Chewy, we strive to become 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 simply by the amount of pet supplies"
        },
        {
          "req_id": "R29996",
          "title": "Senior Product Manager",
          "department": "Product Management & Product Design",
          "location": "Bellevue, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Bellevue-WA/Senior-Product-Manager_R29996/apply",
          "description_excerpt": "Job Description:\nSenior Product Manager\nBellevue, WA \u2013 Supply Chain - Outbound Technology \u2013 Full time \u2013 R29996\nJob Description:\nWhat you\u2019ll do:\nDefine and execute the Delivery Experience strategy, ensuring alignment between technology, operations, and supply chain teams.\nLeverage data-driven insight"
        },
        {
          "req_id": "R29998",
          "title": "Business Intelligence Engineer II",
          "department": "Technology",
          "location": "Bellevue, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Bellevue-WA/Business-Intelligence-Engineer-II_R29998/apply",
          "description_excerpt": "Job Description:\nBusiness Intelligence Engineer II\nBellevue, WA \u2013 0676 Site Analytics \u2013 Full time \u2013 R29998\nJob Description:\nWhat you\u2019ll do:\nDesign, develop, and maintain end-to-end data pipelines, data models, and reporting solutions, ensuring data quality and integrity.\nAnalyze complex data sets, d"
        },
        {
          "req_id": "R29845",
          "title": "Associate Director Human Resources Business Partner",
          "department": "Human Resources",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Boston-MA/Associate-Director-Human-Resources-Business-Partner_R29845/apply",
          "description_excerpt": "What You'll Do:\nImplement overall HR strategies for a specific client group that drives a high-performing, highly engaged culture\nWork with leaders to collaboratively complete the long-term vision for key talent initiatives that consistently improve effectiveness and help us achieve our business goa"
        },
        {
          "req_id": "R27491",
          "title": "Forklift Operator",
          "department": "Fulfillment Center Operations",
          "location": "Reno, NV",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Reno-NV/Forklift-Operator_R27491/apply",
          "description_excerpt": "Job Description:\nForklift Operator - Full Time\nWages Up to $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, grow"
        },
        {
          "req_id": "R29725",
          "title": "Associate Veterinarian",
          "department": "Veterinary",
          "location": "Fort Collins, CO",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Fort-Collins-CO/Associate-Veterinarian_R29725/apply",
          "description_excerpt": "What You'll Do:\nEmpower team to deliver an unparalleled client experience.\nDevelop a rapport with clients and resolve their needs and wishes.\nPerform physical examinations and diagnostic/medical/surgical/dental procedures in a way that will deliver quality care while minimizing stress and discomfort"
        },
        {
          "req_id": "R29940",
          "title": "Financial Reporting Manager",
          "department": "Accounting & Finance",
          "location": "Plantation, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Plantation-FL/Financial-Reporting-Manager_R29940/apply",
          "description_excerpt": "Job Description:\nAt Chewy, we are committed to being the most trusted and convenient destination for pet parents and partners everywhere by delivering differentiated customer experiences, operational excellence, and innovative solutions across our expanding ecosystem of products and services. As Che"
        },
        {
          "req_id": "R29773",
          "title": "Licensed Healthcare Agent",
          "department": "Customer Service",
          "location": "Richardson, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Richardson-TX/Licensed-Healthcare-Agent_R29773/apply",
          "description_excerpt": "Responsibilities\nRespond to inbound warm leads from pet parents interested in pet insurance policies\nUse a consultative approach to assess customer needs and recommend appropriate coverage\nEducate customers on policy details, coverage options, and benefits\nConfidently and empathetically address obje"
        },
        {
          "req_id": "R29827",
          "title": "Director, Product Management",
          "department": "Product Management & Product Design",
          "location": "Bellevue, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-20T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wd5.myworkdaysite.com/recruiting/chewy/External/job/Bellevue-WA/Director--Product-Management_R29827-1/apply",
          "description_excerpt": "Job Description:\nOur Opportunity\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 simply by the amount of pet supplies we d"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R29126",
          "title": "Category Specialist",
          "department": "Merchandising & Chewy Brands",
          "first_seen": "2026-05-06",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 44
        },
        {
          "req_id": "R29563",
          "title": "Software Engineer III",
          "department": "Technology",
          "first_seen": "2026-05-08",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 42
        },
        {
          "req_id": "R29737",
          "title": "Security Engineer II",
          "department": "Technology",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 27
        },
        {
          "req_id": "R28714",
          "title": "Fulfillment Specialist",
          "department": "Fulfillment Center Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R29438",
          "title": "Director, Benefits",
          "department": "Human Resources",
          "first_seen": "2026-05-02",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 47
        },
        {
          "req_id": "R29870",
          "title": "Software Engineer I",
          "department": "Technology",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "R29866",
          "title": "Research Scientist II",
          "department": "Data Science & Analytics",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "R29814",
          "title": "Switcher Driver I",
          "department": "Fulfillment Center Operations",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "R28820",
          "title": "Client Concierge",
          "department": "Veterinary",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "R29818",
          "title": "HR Business Partner - Fulfillment Center",
          "department": "Human Resources",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "R29864",
          "title": "HR Business Partner - Fulfillment Center - Evenings",
          "department": "Human Resources",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 8
        },
        {
          "req_id": "R29916",
          "title": "Switcher Driver I",
          "department": "Fulfillment Center Operations",
          "first_seen": "2026-06-16",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 2
        },
        {
          "req_id": "R29999",
          "title": "Lead Veterinarian II",
          "department": "Veterinary",
          "first_seen": "2026-06-18",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 0
        },
        {
          "req_id": "R27922",
          "title": "Staff Software Engineer",
          "department": "Technology",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "R28003",
          "title": "Manager, Data Science III",
          "department": "Data Science & Analytics",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        }
      ],
      "description_changes": [
        {
          "req_id": "R29035",
          "title": "Telemedicine Veterinarian II",
          "department": "Other",
          "change_date": "2026-06-23",
          "prev_length": 5182,
          "new_length": 5194,
          "length_delta": 12
        },
        {
          "req_id": "R28674",
          "title": "Research Scientist III",
          "department": "Data Science & Analytics",
          "change_date": "2026-06-20",
          "prev_length": 4393,
          "new_length": 4393,
          "length_delta": 0
        },
        {
          "req_id": "R29849",
          "title": "Regional Manager, FC Learning - East Region",
          "department": "Human Resources",
          "change_date": "2026-06-20",
          "prev_length": 4122,
          "new_length": 4122,
          "length_delta": 0
        },
        {
          "req_id": "R29035",
          "title": "Telemedicine Veterinarian II",
          "department": "Other",
          "change_date": "2026-06-20",
          "prev_length": 174,
          "new_length": 5182,
          "length_delta": 5008
        },
        {
          "req_id": "R28674",
          "title": "Research Scientist III",
          "department": "Data Science & Analytics",
          "change_date": "2026-06-20",
          "prev_length": 4393,
          "new_length": 174,
          "length_delta": -4219
        },
        {
          "req_id": "R29849",
          "title": "Regional Manager, FC Learning - East Region",
          "department": "Human Resources",
          "change_date": "2026-06-20",
          "prev_length": 4122,
          "new_length": 174,
          "length_delta": -3948
        },
        {
          "req_id": "R29563",
          "title": "Software Engineer III",
          "department": "Technology",
          "change_date": "2026-06-19",
          "prev_length": 6115,
          "new_length": 6187,
          "length_delta": 72
        },
        {
          "req_id": "R29035",
          "title": "Telemedicine Veterinarian II",
          "department": "Other",
          "change_date": "2026-06-17",
          "prev_length": 5182,
          "new_length": 174,
          "length_delta": -5008
        }
      ],
      "novel_terms": [
        {
          "term": "director paid",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "paid social",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "learning content",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "fulfillment coordinator",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        }
      ]
    },
    "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": 200,
        "open_end": 217,
        "net_change": 17,
        "pct_change": 8.5,
        "new_postings": 31,
        "closed_postings": 4,
        "salary_disclosure_rate_pct_end": 80.6,
        "salary_disclosure_rate_pct_start": 82.0
      },
      "by_department_top10": [
        {
          "dept": "Strategic Growth",
          "open_end": 47,
          "open_start": 50,
          "net_change": -3,
          "pct_change": -6.0,
          "avg_salary_usd": 95984.0,
          "share_pct_postings": 21.7
        },
        {
          "dept": "Agent Operations",
          "open_end": 41,
          "open_start": 39,
          "net_change": 2,
          "pct_change": 5.1,
          "avg_salary_usd": 58182.0,
          "share_pct_postings": 18.9
        },
        {
          "dept": "Engineering",
          "open_end": 40,
          "open_start": 33,
          "net_change": 7,
          "pct_change": 21.2,
          "avg_salary_usd": 187388.0,
          "share_pct_postings": 18.4
        },
        {
          "dept": "Marketing",
          "open_end": 25,
          "open_start": 26,
          "net_change": -1,
          "pct_change": -3.8,
          "avg_salary_usd": 72470.0,
          "share_pct_postings": 11.5
        },
        {
          "dept": "Product",
          "open_end": 24,
          "open_start": 16,
          "net_change": 8,
          "pct_change": 50.0,
          "avg_salary_usd": 192617.0,
          "share_pct_postings": 11.1
        },
        {
          "dept": "Transaction Management",
          "open_end": 9,
          "open_start": 8,
          "net_change": 1,
          "pct_change": 12.5,
          "avg_salary_usd": 79080.0,
          "share_pct_postings": 4.1
        },
        {
          "dept": "Facilities And Office Operations",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 41600.0,
          "share_pct_postings": 3.7
        },
        {
          "dept": "Finance",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 175000.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "New Development",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 101285.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Real Estate",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 112100.0,
          "share_pct_postings": 2.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 48,
          "open_start": 37,
          "net_change": 11,
          "dollar_share_pct": 33.9
        },
        "S&M": {
          "open_end": 91,
          "open_start": 92,
          "net_change": -1,
          "dollar_share_pct": 33.1
        },
        "COGS": {
          "open_end": 40,
          "open_start": 38,
          "net_change": 2,
          "dollar_share_pct": 7.3
        },
        "G&A": {
          "open_end": 8,
          "open_start": 6,
          "net_change": 2,
          "dollar_share_pct": 6.4
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 2,
          "net_change": 0
        },
        "IC": {
          "open_end": 91,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 30,
          "net_change": 3
        },
        "Manager": {
          "open_end": 92,
          "net_change": 15
        },
        "Director+": {
          "open_end": 2,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "New York City",
          "open_end": 31,
          "net_change": 2
        },
        {
          "city": "Boston",
          "open_end": 24,
          "net_change": 2
        },
        {
          "city": "Seattle",
          "open_end": 23,
          "net_change": 5
        },
        {
          "city": "Aventura",
          "open_end": 10,
          "net_change": 10
        },
        {
          "city": "San Diego",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Houston, Texas, United States",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Beverly Hills",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Boston, Massachusetts, United States",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Austin, Texas, United States",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Miami, Florida, United States",
          "open_end": 3,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 175,
        "median_midpoint_usd_end": 105000.0,
        "p25_midpoint_usd_end": 64800.0,
        "p75_midpoint_usd_end": 175650.0,
        "median_midpoint_usd_start": 105000.0
      },
      "new_postings_sample": [
        {
          "req_id": "8022582",
          "title": "Culture & Events Coordinator",
          "department": "Agent Operations",
          "location": "Denver",
          "salary_min": 75000.0,
          "salary_max": 80000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T20:12:20-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8022582",
          "description_excerpt": "Responsibilities\nEvent Management and Execution: Responsible for the planning and management of all statewide and local events, collaborating with stakeholders, and successfully executing events that aid in agent loyalty and retention efforts.\nAgent Recognition and Retention: Assisting with Compass"
        },
        {
          "req_id": "8022484",
          "title": "Senior Lead, M&A Integration",
          "department": "M&A + Corporate Development",
          "location": "Seattle",
          "salary_min": 160000.0,
          "salary_max": 171000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T19:34:36-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8022484",
          "description_excerpt": "responsibilities include providing tactical support throughout each phase\u2014from operational due diligence to the steady-state transition\u2014working closely with local operations teams and executive leadership. You will lead and manage multiple workstreams, ensuring timely delivery while maintaining stra"
        },
        {
          "req_id": "8022356",
          "title": "Senior Lead, M&A Integration",
          "department": "M&A + Corporate Development",
          "location": "New York City",
          "salary_min": 160000.0,
          "salary_max": 171000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T19:34:36-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8022356",
          "description_excerpt": "responsibilities include providing tactical support throughout each phase\u2014from operational due diligence to the steady-state transition\u2014working closely with local operations teams and executive leadership. You will lead and manage multiple workstreams, ensuring timely delivery while maintaining stra"
        },
        {
          "req_id": "8022426",
          "title": "Marketing Specialist ",
          "department": "Marketing",
          "location": "Boulder",
          "salary_min": 68000.0,
          "salary_max": 72000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:41:27-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8022426",
          "description_excerpt": "responsibilities, and wearing multiple hats.\nPassionate about the intersection of marketing and technology and you have the ability to speak to the benefits of it.\nProficiency in Adobe Creative Suite, specifically InDesign.\nPrior real estate industry experience preferred\nCompensation:\nThe salary pay"
        },
        {
          "req_id": "8022310",
          "title": "Senior Android Engineer",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T16:44:29-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8022310",
          "description_excerpt": "What you will do:\nWork in a startup-like environment building agile products and services\nCollaborate closely with engineers on your team, engineers on other teams, as well as your product and design counterparts to successfully launch projects which solve real-world customer problems\nAct as a strat"
        },
        {
          "req_id": "8020876",
          "title": "Agent Experience Coordinator",
          "department": "Agent Operations",
          "location": "Los Angeles, California, United States",
          "salary_min": 51292.8,
          "salary_max": 57012.8,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T16:23:38-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8020876",
          "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": "8016920",
          "title": "Agent Experience Manager",
          "department": "Agent Operations",
          "location": "PA - Philadelphia - Ambler - 31 East Butler Street",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:54:19-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8016920",
          "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": "8021324",
          "title": "Transaction Coordinator",
          "department": "Transaction Management",
          "location": "Bay St. Louis",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:25:40-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021324",
          "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 Transaction Coordinato"
        },
        {
          "req_id": "7997981",
          "title": "Transaction Coordinator",
          "department": "Transaction Management",
          "location": "New Orleans",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:23:45-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=7997981",
          "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 Transaction Coordinato"
        },
        {
          "req_id": "8021079",
          "title": "Engineering Manager",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:05:41-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021079",
          "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.\nOur Compass Integrated Serv"
        },
        {
          "req_id": "8021078",
          "title": "Senior Technical Program Manager II",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:04:38-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021078",
          "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.\nThe Compass Integrated Serv"
        },
        {
          "req_id": "8021074",
          "title": "Senior Software Engineer II",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:03:31-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021074",
          "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.\nOur Compass Integrated Serv"
        },
        {
          "req_id": "8021067",
          "title": "Senior Software Engineer II",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:03:03-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021067",
          "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.\nThe Compass Integrated Serv"
        },
        {
          "req_id": "8021064",
          "title": "Senior Technical Program Manager II",
          "department": "Enterprise Technology",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:01:34-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021064",
          "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 Technical Program Mana"
        },
        {
          "req_id": "8021056",
          "title": "Engineering Manager",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:00:51-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021056",
          "description_excerpt": "Responsibilities:\nLead Execution: Own the day-to-day agile development processes of the enablement squad. Successfully prioritize deliverables, manage planning, and resolve blockers to maintain high team productivity.\nNurture and Develop Talent: Directly manage, mentor, and grow a hybrid team of ful"
        },
        {
          "req_id": "8021053",
          "title": "Senior Engineering Manager",
          "department": "Engineering",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T10:59:59-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8021053",
          "description_excerpt": "Responsibilities:\nLead and Develop Talent: Directly manage, mentor, and grow a hybrid team of full-time engineers and contractors. Cultivate a high-performing culture through individualized coaching, clear performance standards, and proactive career pathing.\nDrive AI Platform Strategy: Formulate and"
        },
        {
          "req_id": "8020822",
          "title": "Office Administrator",
          "department": "Agent Operations",
          "location": "Seattle",
          "salary_min": 48588.8,
          "salary_max": 53996.8,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:56:18-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8020822",
          "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 Coor"
        },
        {
          "req_id": "8016922",
          "title": "Agent Experience Coordinator",
          "department": "Agent Operations",
          "location": "Seattle",
          "salary_min": 48588.8,
          "salary_max": 53996.8,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:54:40-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.compass.com/careers?gh_jid=8016922",
          "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 Coor"
        },
        {
          "req_id": "8017331",
          "title": "Marketing Advisor",
          "department": "Marketing",
          "location": "Boulder",
          "salary_min": 68000.0,
          "salary_max": 72000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:40:10-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8017331",
          "description_excerpt": "responsibilities, and wearing multiple hats.\nPassionate about the intersection of marketing and technology and you have the ability to speak to the benefits of it.\nProficiency in Adobe Creative Suite, specifically InDesign.\nPrior real estate industry experience preferred\nCompensation:\nThe salary pay"
        },
        {
          "req_id": "8014570",
          "title": "Senior Product Manager II, Notifications & Communications Platform ",
          "department": "Product",
          "location": "Boston",
          "salary_min": 166400.0,
          "salary_max": 184900.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T12:08:24-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8014570",
          "description_excerpt": "Responsibilities:\nDefine and execute the product vision, strategy, and roadmap for the Notifications & Communications Platform, balancing near-term impact with long-term evolution.\nScale the Notifications Platform to enable hundreds of thousands of real estate agents at thousands of independent fran"
        },
        {
          "req_id": "8014521",
          "title": "Senior Product Manager II, Notifications & Communications Platform ",
          "department": "Product",
          "location": "Seattle",
          "salary_min": 166400.0,
          "salary_max": 184900.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T12:08:05-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8014521",
          "description_excerpt": "Responsibilities:\nDefine and execute the product vision, strategy, and roadmap for the Notifications & Communications Platform, balancing near-term impact with long-term evolution.\nScale the Notifications Platform to enable hundreds of thousands of real estate agents at thousands of independent fran"
        },
        {
          "req_id": "8014571",
          "title": "Senior Product Manager II, Notifications & Communications Platform",
          "department": "Product",
          "location": "Aventura",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T12:07:51-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8014571",
          "description_excerpt": "Responsibilities:\nDefine and execute the product vision, strategy, and roadmap for the Notifications & Communications Platform, balancing near-term impact with long-term evolution.\nScale the Notifications Platform to enable hundreds of thousands of real estate agents at thousands of independent fran"
        },
        {
          "req_id": "8013338",
          "title": "Senior Product Manager II, Notifications & Communications Platform",
          "department": "Product",
          "location": "New York City",
          "salary_min": 166400.0,
          "salary_max": 184900.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T12:07:30-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8013338",
          "description_excerpt": "Responsibilities:\nDefine and execute the product vision, strategy, and roadmap for the Notifications & Communications Platform, balancing near-term impact with long-term evolution.\nScale the Notifications Platform to enable hundreds of thousands of real estate agents at thousands of independent fran"
        },
        {
          "req_id": "8016084",
          "title": "Senior Product Manager II",
          "department": "Product",
          "location": "Aventura",
          "salary_min": 166400.0,
          "salary_max": 184900.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T11:20:34-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8016084",
          "description_excerpt": "Responsibilities:\nLead the full product lifecycle from ideation to UX design, development, and launch for products in the Agent Ledger and Financial Grouping spaces, which spans many teams across Compass\u2019 \u2018Transaction Journey,\u2019 including contracts, commissions, and payments.\nPartner across Product &"
        },
        {
          "req_id": "8016082",
          "title": "Senior Product Manager II",
          "department": "Product",
          "location": "Seattle",
          "salary_min": 166400.0,
          "salary_max": 184900.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T11:20:33-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.compass.com/careers?gh_jid=8016082",
          "description_excerpt": "Responsibilities:\nLead the full product lifecycle from ideation to UX design, development, and launch for products in the Agent Ledger and Financial Grouping spaces, which spans many teams across Compass\u2019 \u2018Transaction Journey,\u2019 including contracts, commissions, and payments.\nPartner across Product &"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7852687",
          "title": "Marketing Advisor",
          "department": "Marketing",
          "first_seen": "2026-04-30",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 49
        },
        {
          "req_id": "7918172",
          "title": "Agent Experience Manager",
          "department": "Agent Operations",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 29
        },
        {
          "req_id": "7944235",
          "title": "Customer Success Manager",
          "department": "Agent Operations",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 29
        },
        {
          "req_id": "7947502",
          "title": "Marketing Coordinator",
          "department": "Marketing",
          "first_seen": "2026-05-21",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 28
        }
      ],
      "description_changes": [
        {
          "req_id": "8017331",
          "title": "Marketing Advisor",
          "department": "Marketing",
          "change_date": "2026-06-23",
          "prev_length": 5434,
          "new_length": 5395,
          "length_delta": -39
        },
        {
          "req_id": "8008621",
          "title": "Staff Product Manager",
          "department": "Product",
          "change_date": "2026-06-18",
          "prev_length": 3669,
          "new_length": 3669,
          "length_delta": 0
        },
        {
          "req_id": "8008623",
          "title": "Staff Product Manager",
          "department": "Product",
          "change_date": "2026-06-18",
          "prev_length": 3669,
          "new_length": 3669,
          "length_delta": 0
        },
        {
          "req_id": "8007406",
          "title": "Staff Product Manager",
          "department": "Product",
          "change_date": "2026-06-18",
          "prev_length": 3669,
          "new_length": 3669,
          "length_delta": 0
        },
        {
          "req_id": "8008627",
          "title": "Staff Product Manager",
          "department": "Product",
          "change_date": "2026-06-18",
          "prev_length": 4934,
          "new_length": 4934,
          "length_delta": 0
        },
        {
          "req_id": "8008629",
          "title": "Staff Product Manager",
          "department": "Product",
          "change_date": "2026-06-18",
          "prev_length": 4934,
          "new_length": 4934,
          "length_delta": 0
        },
        {
          "req_id": "8008624",
          "title": "Staff Product Manager",
          "department": "Product",
          "change_date": "2026-06-18",
          "prev_length": 4934,
          "new_length": 4934,
          "length_delta": 0
        },
        {
          "req_id": "7952070",
          "title": "Marketing Specialist ",
          "department": "Marketing",
          "change_date": "2026-06-18",
          "prev_length": 5043,
          "new_length": 5159,
          "length_delta": 116
        },
        {
          "req_id": "7952065",
          "title": "Marketing Specialist",
          "department": "Marketing",
          "change_date": "2026-06-18",
          "prev_length": 5061,
          "new_length": 5159,
          "length_delta": 98
        },
        {
          "req_id": "7952066",
          "title": "Marketing Advisor",
          "department": "Marketing",
          "change_date": "2026-06-18",
          "prev_length": 4998,
          "new_length": 5114,
          "length_delta": 116
        }
      ],
      "novel_terms": [
        {
          "term": "ux design",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "design development",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "agent ledger",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "financial grouping",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "grouping spaces",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "spaces which",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "which spans",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "compass transaction",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "transaction journey",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "contracts commissions",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "payments partner",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "product vision",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "vision strategy",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "notifications communications",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "communications platform",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "platform balancing",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "balancing near",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "near term",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "term impact",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "long term",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    },
    "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": 2260,
        "open_end": 2281,
        "net_change": 21,
        "pct_change": 0.9,
        "new_postings": 253,
        "closed_postings": 122,
        "salary_disclosure_rate_pct_end": 41.5,
        "salary_disclosure_rate_pct_start": 38.7
      },
      "by_department_top10": [
        {
          "dept": "Reconditioning",
          "open_end": 1225,
          "open_start": 1261,
          "net_change": -36,
          "pct_change": -2.9,
          "avg_salary_usd": 52010.0,
          "share_pct_postings": 53.7
        },
        {
          "dept": "Market Operations",
          "open_end": 421,
          "open_start": 402,
          "net_change": 19,
          "pct_change": 4.7,
          "avg_salary_usd": 41109.0,
          "share_pct_postings": 18.5
        },
        {
          "dept": "Post Production",
          "open_end": 181,
          "open_start": 188,
          "net_change": -7,
          "pct_change": -3.7,
          "avg_salary_usd": 49986.0,
          "share_pct_postings": 7.9
        },
        {
          "dept": "Logistics",
          "open_end": 95,
          "open_start": 92,
          "net_change": 3,
          "pct_change": 3.3,
          "avg_salary_usd": 55107.0,
          "share_pct_postings": 4.2
        },
        {
          "dept": "Auction",
          "open_end": 90,
          "open_start": 73,
          "net_change": 17,
          "pct_change": 23.3,
          "avg_salary_usd": 37080.0,
          "share_pct_postings": 3.9
        },
        {
          "dept": "Safe and Secure",
          "open_end": 53,
          "open_start": 48,
          "net_change": 5,
          "pct_change": 10.4,
          "avg_salary_usd": 56755.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Dealership",
          "open_end": 44,
          "open_start": 46,
          "net_change": -2,
          "pct_change": -4.3,
          "avg_salary_usd": 40733.0,
          "share_pct_postings": 1.9
        },
        {
          "dept": "Customer Relations Sales",
          "open_end": 24,
          "open_start": 19,
          "net_change": 5,
          "pct_change": 26.3,
          "avg_salary_usd": 54096.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Detail",
          "open_end": 20,
          "open_start": 12,
          "net_change": 8,
          "pct_change": 66.7,
          "avg_salary_usd": 41080.0,
          "share_pct_postings": 0.9
        },
        {
          "dept": "Wholesale",
          "open_end": 15,
          "open_start": 14,
          "net_change": 1,
          "pct_change": 7.1,
          "avg_salary_usd": 136622.0,
          "share_pct_postings": 0.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 62,
          "open_start": 52,
          "net_change": 10,
          "dollar_share_pct": 2.5
        },
        "S&M": {
          "open_end": 33,
          "open_start": 27,
          "net_change": 6,
          "dollar_share_pct": 1.8
        },
        "COGS": {
          "open_end": 1844,
          "open_start": 1844,
          "net_change": 0,
          "dollar_share_pct": 81.8
        },
        "G&A": {
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 322,
          "net_change": 5
        },
        "IC": {
          "open_end": 1647,
          "net_change": 38
        },
        "IC-Senior": {
          "open_end": 49,
          "net_change": -4
        },
        "Manager": {
          "open_end": 255,
          "net_change": -18
        },
        "Director+": {
          "open_end": 8,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Akron, NY",
          "open_end": 106,
          "net_change": 2
        },
        {
          "city": "Elyria, OH",
          "open_end": 96,
          "net_change": 1
        },
        {
          "city": "Framingham, MA",
          "open_end": 87,
          "net_change": -1
        },
        {
          "city": "Manville, NJ",
          "open_end": 81,
          "net_change": -2
        },
        {
          "city": "Greenfield, IN",
          "open_end": 77,
          "net_change": -4
        },
        {
          "city": "Trenton, OH",
          "open_end": 68,
          "net_change": -1
        },
        {
          "city": "Tempe, AZ",
          "open_end": 68,
          "net_change": 4
        },
        {
          "city": "Concord, NC",
          "open_end": 64,
          "net_change": -5
        },
        {
          "city": "Tolleson, AZ",
          "open_end": 58,
          "net_change": -1
        },
        {
          "city": "Heath, OH",
          "open_end": 57,
          "net_change": -16
        }
      ],
      "salary_bands": {
        "n_with_band_end": 946,
        "median_midpoint_usd_end": 42640.0,
        "p25_midpoint_usd_end": 37440.0,
        "p75_midpoint_usd_end": 52000.0,
        "median_midpoint_usd_start": 42640.0
      },
      "new_postings_sample": [
        {
          "req_id": "8022891",
          "title": "Lead Technician: Competitive Base + $4,000 Bonus",
          "department": "Post Production",
          "location": "Chesterfield , VA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T02:24:06-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022891",
          "description_excerpt": "We\u2019re looking for Automotive Mechanics with a minimum of 5 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\u2019ll b"
        },
        {
          "req_id": "8022890",
          "title": "Automotive Mechanic \u2013 High-Volume Shop with $4,000+ Bonus",
          "department": "Post Production",
          "location": "Richmond,VA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T02:23:02-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022890",
          "description_excerpt": "We\u2019re looking for Automotive Mechanics with a minimum of 5 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\u2019ll b"
        },
        {
          "req_id": "8022889",
          "title": "Senior Mechanic  | Competitive Rate",
          "department": "Post Production",
          "location": "Chesterfield , VA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T02:21:43-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022889",
          "description_excerpt": "We\u2019re looking for Automotive Mechanics with a minimum of 5 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\u2019ll b"
        },
        {
          "req_id": "8022574",
          "title": "Lot Driver",
          "department": "Auction",
          "location": "Flint, MI",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T19:10:41-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://carvana.com/careers/apply?company=adesa&&gh_jid=8022574",
          "description_excerpt": "Responsibilities\nSafe Operations: Always operate motor vehicles safely and practice conservative, cautious, and courteous driving habits.\nVehicle Staging: Support efficient lot flow and ensure vehicles are positioned accurately to meet operational and sale day needs.\nOperational Support: Safely move"
        },
        {
          "req_id": "8022479",
          "title": "Service Lead, Dealership Operations",
          "department": "Dealership",
          "location": "Dallas, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T18:19:50-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022479",
          "description_excerpt": "About the team and position\nThe Service Lead, Dealership Operations is responsible for the success of the dealership\u2019s service businesses, overall facilities management, and OEM relationship. This leader oversees a team of advisors with a focus on driving customer satisfaction, profit growth, compli"
        },
        {
          "req_id": "8022445",
          "title": "Post Production Quality Control Line Lead",
          "department": "Post Production",
          "location": "Tolleson, AZ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T17:57:33-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022445",
          "description_excerpt": "About Carvana\nAt Carvana, we sell cars but we aren\u2019t car salesmen. Our promise is simple: we won\u2019t sell a car to a customer that we wouldn\u2019t sell to our own Mom. Period. To make sure our cars are in first-rate condition, we\u2019ve built multiple vehicle Reconditioning Centers around the country, where o"
        },
        {
          "req_id": "8022420",
          "title": "Security Associate - 2nd Shift",
          "department": "Safe and Secure",
          "location": "Hutchins, TX",
          "salary_min": 35360.0,
          "salary_max": 37440.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:42:50-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022420",
          "description_excerpt": "A Day in the Life\nManage and properly document the movement of cars into and out of the Inspection Center entrance and exit gates.\nYou will be the face of Carvana to our associates, our vendors, and anyone visiting a site.\nLead with effective communication with team, partners, and customers. Ensure"
        },
        {
          "req_id": "8022401",
          "title": "Security Associate - 1st Shift",
          "department": "Safe and Secure",
          "location": "Manville, NJ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T17:33:00-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022401",
          "description_excerpt": "A Day in the Life\nManage and properly document the movement of cars into and out of the Inspection Center entrance and exit gates.\nYou will be the face of Carvana to our associates, our vendors, and anyone visiting a site.\nLead with effective communication with team, partners, and customers. Ensure"
        },
        {
          "req_id": "8022398",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Minneapolis, MN",
          "salary_min": 35360.0,
          "salary_max": 37440.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:27:34-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022398",
          "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": "8022383",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Minneapolis, MN",
          "salary_min": 35360.0,
          "salary_max": 37440.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:22:01-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022383",
          "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": "8022371",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "San Diego , CA",
          "salary_min": 39520.0,
          "salary_max": 41600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:14:28-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022371",
          "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": "8022316",
          "title": "Customer Advocate Field Operations - Columbus, GA",
          "department": "Market Operations",
          "location": "Columbus, GA",
          "salary_min": 35360.0,
          "salary_max": 39520.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T16:49:13-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022316",
          "description_excerpt": "We're looking for Customer Advocates with at least 2 years of customer-facing experience 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!\nWhether it's delivering happiness to customers"
        },
        {
          "req_id": "8022280",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Conway, SC",
          "salary_min": 31200.0,
          "salary_max": 33280.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T16:27:19-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022280",
          "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": "8022191",
          "title": "Post Production Operations Manager ",
          "department": "Post Production",
          "location": "St. Charles, MO ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:55:51-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022191",
          "description_excerpt": "About Carvana\nAt Carvana, we sell cars but we aren\u2019t car salesmen. Our promise is simple: we won\u2019t sell a car to a customer that we wouldn\u2019t sell to our own Mom. Period. To make sure our car\u2019s are in\nfirst-rate condition, we\u2019ve built multiple vehicle Reconditioning Centers around the country, where"
        },
        {
          "req_id": "8022177",
          "title": "Post Production Operations Manager ",
          "department": "Post Production",
          "location": "Hazelwood, MO ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:54:57-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022177",
          "description_excerpt": "About Carvana\nAt Carvana, we sell cars but we aren\u2019t car salesmen. Our promise is simple: we won\u2019t sell a car to a customer that we wouldn\u2019t sell to our own Mom. Period. To make sure our car\u2019s are in\nfirst-rate condition, we\u2019ve built multiple vehicle Reconditioning Centers around the country, where"
        },
        {
          "req_id": "8022150",
          "title": "Car Detailer",
          "department": "Market Operations",
          "location": "Orlando, FL",
          "salary_min": 31200.0,
          "salary_max": 33280.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:48:02-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022150",
          "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": "8022141",
          "title": "Operations Manager - OKC",
          "department": "Reconditioning",
          "location": "Oklahoma City, OK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:42:38-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022141",
          "description_excerpt": "About Carvana\nAt Carvana, we sell cars but we aren\u2019t car salesmen. Our promise is simple: we won\u2019t sell a car to a customer that we wouldn\u2019t sell to our own Mom. Period. To make sure our car\u2019s are in\nfirst-rate condition, we\u2019ve built multiple vehicle Reconditioning Centers around the country, where"
        },
        {
          "req_id": "8022134",
          "title": "Reconditioning Manager - OKC",
          "department": "Reconditioning",
          "location": "Oklahoma City, OK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:41:43-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022134",
          "description_excerpt": "About Carvana\nAt Carvana, we sell cars but we aren\u2019t car salesmen. Our promise is simple: we won\u2019t sell a car to a customer that we wouldn\u2019t sell to our own Mom. Period. To make sure our car\u2019s are in\nfirst-rate condition, we\u2019ve built multiple vehicle Reconditioning Centers around the country, where"
        },
        {
          "req_id": "8022076",
          "title": "Entry-Level Automotive Painter",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:18:42-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022076",
          "description_excerpt": "We\u2019re looking for Auto Painters with a minimum of 1 year of professional automotive painting 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 Painter, you\u2019ll be expected to prime vehicl"
        },
        {
          "req_id": "8022067",
          "title": " Entry-Level Auto Body Painter",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:17:46-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022067",
          "description_excerpt": "We\u2019re looking for Auto Painters with a minimum of 1 year of professional automotive painting 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 Painter, you\u2019ll be expected to prime vehicl"
        },
        {
          "req_id": "8022058",
          "title": "Entry-Level Auto Painter",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:17:14-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022058",
          "description_excerpt": "We\u2019re looking for Auto Painters with a minimum of 1 year of professional automotive painting 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 Painter, you\u2019ll be expected to prime vehicl"
        },
        {
          "req_id": "8022029",
          "title": "Entry-Level Auto Painter",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:16:47-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022029",
          "description_excerpt": "We\u2019re looking for Auto Painters with a minimum of 1 year of professional automotive painting 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 Painter, you\u2019ll be expected to prime vehicl"
        },
        {
          "req_id": "8022056",
          "title": "Entry-Level Auto Body Repair Tech",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:16:38-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022056",
          "description_excerpt": "We\u2019re looking for Autobody Preppers with a minimum of 1 year of professional automotive bodywork 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 Auto Body Repair Technician, you\u2019ll be"
        },
        {
          "req_id": "8022045",
          "title": "Auto Body Prepper",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:16:03-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022045",
          "description_excerpt": "We\u2019re looking for Autobody Preppers with a minimum of 1 year of professional automotive bodywork 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 Auto Body Repair Technician, you\u2019ll be"
        },
        {
          "req_id": "8022052",
          "title": "Auto Body Prepper",
          "department": "Reconditioning",
          "location": "Syracuse, NY",
          "salary_min": 41600.0,
          "salary_max": 49920.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T15:16:02-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.carvana.com/careers/apply?gh_jid=8022052",
          "description_excerpt": "We\u2019re looking for Autobody Preppers with a minimum of 1 year of professional automotive bodywork 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 Auto Body Repair Technician, you\u2019ll be"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7767410",
          "title": "Automotive Prepper- 2nd Shift",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7815177",
          "title": "Auto Painter",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7815184",
          "title": "Auto Painter",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7497268",
          "title": "Brake and Tire Auto Technician",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7767408",
          "title": "Entry Auto Body Tech- 2nd Shift",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7251951",
          "title": "Entry-Level Auto Technician",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7767418",
          "title": "Experienced Automotive Technician - 2nd Shift - Up to $6,000 Bonus",
          "department": "Post Production",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7818532",
          "title": "Experienced Paintless Dent Repair Technician - $6,000 Bonus",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7818531",
          "title": "Experienced Paintless Dent Repair Technician - $6,000 Bonus",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7818524",
          "title": "Experienced Paintless Dent Repair Technician - $6,000 Bonus",
          "department": "Reconditioning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7767419",
          "title": "Master Automotive Technician - 2nd Shift - Bonus Eligible ",
          "department": "Post Production",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7767420",
          "title": "Senior Automotive Mechanic - 2nd Shift - Bonus ",
          "department": "Post Production",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7852694",
          "title": "Mid-Level Paintless Dent Repair Technician",
          "department": "Reconditioning",
          "first_seen": "2026-04-25",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 54
        },
        {
          "req_id": "7819638",
          "title": "Auto Interior/Glass Repair Technician (2nd Shift)",
          "department": "Reconditioning",
          "first_seen": "2026-05-01",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 48
        },
        {
          "req_id": "7819668",
          "title": "Automotive Upholstery Repair Tech (2nd Shift)",
          "department": "Reconditioning",
          "first_seen": "2026-05-01",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 48
        }
      ],
      "description_changes": [
        {
          "req_id": "7994142",
          "title": "Security Associate - 1st Shift",
          "department": "Safe and Secure",
          "change_date": "2026-06-23",
          "prev_length": 6505,
          "new_length": 6503,
          "length_delta": -2
        },
        {
          "req_id": "7994101",
          "title": "Security Associate - 1st Shift",
          "department": "Safe and Secure",
          "change_date": "2026-06-23",
          "prev_length": 6505,
          "new_length": 6503,
          "length_delta": -2
        },
        {
          "req_id": "7757545",
          "title": "Logistics Manager",
          "department": "Logistics",
          "change_date": "2026-06-23",
          "prev_length": 3477,
          "new_length": 3518,
          "length_delta": 41
        },
        {
          "req_id": "7983172",
          "title": "Entry-Level Automotive Detailer / Lot Attendant Post Production",
          "department": "Post Production",
          "change_date": "2026-06-23",
          "prev_length": 4070,
          "new_length": 4053,
          "length_delta": -17
        },
        {
          "req_id": "8014584",
          "title": "Security Guard",
          "department": "Safe and Secure",
          "change_date": "2026-06-19",
          "prev_length": 7360,
          "new_length": 7361,
          "length_delta": 1
        },
        {
          "req_id": "7791758",
          "title": "Lot Driver - ADESA Manville",
          "department": "Auction",
          "change_date": "2026-06-19",
          "prev_length": 5353,
          "new_length": 7100,
          "length_delta": 1747
        },
        {
          "req_id": "8001136",
          "title": "Paintless Dent Repair Technician",
          "department": "Reconditioning",
          "change_date": "2026-06-19",
          "prev_length": 4025,
          "new_length": 4025,
          "length_delta": 0
        },
        {
          "req_id": "8011502",
          "title": " Real Estate Legal Operations Specialist",
          "department": "Legal",
          "change_date": "2026-06-19",
          "prev_length": 6091,
          "new_length": 6079,
          "length_delta": -12
        },
        {
          "req_id": "8001135",
          "title": "PDR Technician",
          "department": "Reconditioning",
          "change_date": "2026-06-19",
          "prev_length": 4025,
          "new_length": 4025,
          "length_delta": 0
        },
        {
          "req_id": "7939649",
          "title": "Experienced Heavy Body Technician (2nd shift) $6000 Bonus",
          "department": "Reconditioning",
          "change_date": "2026-06-19",
          "prev_length": 4655,
          "new_length": 4675,
          "length_delta": 20
        }
      ],
      "novel_terms": [
        {
          "term": "clean background",
          "count": 6,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "background valid",
          "count": 6,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "through friday",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "pm clean",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "valid drivers",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "drivers license",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "license clean",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "safe operations",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "operations always",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "always operate",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "operate motor",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "practice conservative",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "conservative cautious",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "courteous driving",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "driving habits",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "habits vehicle",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "vehicle staging",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "efficient lot",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "lot flow",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "positioned accurately",
          "count": 4,
          "first_seen_in_window": "2026-06-18"
        }
      ]
    },
    "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": 1014,
        "open_end": 996,
        "net_change": -18,
        "pct_change": -1.8,
        "new_postings": 70,
        "closed_postings": 67,
        "salary_disclosure_rate_pct_end": 45.7,
        "salary_disclosure_rate_pct_start": 43.8
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 200,
          "open_start": 225,
          "net_change": -25,
          "pct_change": -11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 20.1
        },
        {
          "dept": "Wolt Market Store",
          "open_end": 119,
          "open_start": 118,
          "net_change": 1,
          "pct_change": 0.8,
          "avg_salary_usd": null,
          "share_pct_postings": 11.9
        },
        {
          "dept": "Sales &amp; Merchant Operations",
          "open_end": 95,
          "open_start": 92,
          "net_change": 3,
          "pct_change": 3.3,
          "avg_salary_usd": null,
          "share_pct_postings": 9.5
        },
        {
          "dept": "112 Order Fulfillment",
          "open_end": 93,
          "open_start": 94,
          "net_change": -1,
          "pct_change": -1.1,
          "avg_salary_usd": 39406.0,
          "share_pct_postings": 9.3
        },
        {
          "dept": "531 Enterprise Outside Sales",
          "open_end": 32,
          "open_start": 29,
          "net_change": 3,
          "pct_change": 10.3,
          "avg_salary_usd": 187569.0,
          "share_pct_postings": 3.2
        },
        {
          "dept": "Support",
          "open_end": 32,
          "open_start": 32,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.2
        },
        {
          "dept": "113 Order Fulfillment Management",
          "open_end": 27,
          "open_start": 26,
          "net_change": 1,
          "pct_change": 3.8,
          "avg_salary_usd": 79813.0,
          "share_pct_postings": 2.7
        },
        {
          "dept": "631 Autonomy Operations",
          "open_end": 23,
          "open_start": 23,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 92092.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "311 Autonomy",
          "open_end": 22,
          "open_start": 19,
          "net_change": 3,
          "pct_change": 15.8,
          "avg_salary_usd": 211477.0,
          "share_pct_postings": 2.2
        },
        {
          "dept": "412 Growth Marketing",
          "open_end": 21,
          "open_start": 19,
          "net_change": 2,
          "pct_change": 10.5,
          "avg_salary_usd": 153867.0,
          "share_pct_postings": 2.1
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 173,
          "open_start": 173,
          "net_change": 0,
          "dollar_share_pct": 36.8
        },
        "S&M": {
          "open_end": 329,
          "open_start": 340,
          "net_change": -11,
          "dollar_share_pct": 29.3
        },
        "COGS": {
          "open_end": 263,
          "open_start": 261,
          "net_change": 2,
          "dollar_share_pct": 23.8
        },
        "G&A": {
          "open_end": 39,
          "open_start": 40,
          "net_change": -1,
          "dollar_share_pct": 1.9
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 109,
          "net_change": -10
        },
        "IC": {
          "open_end": 271,
          "net_change": -6
        },
        "IC-Senior": {
          "open_end": 116,
          "net_change": 6
        },
        "Manager": {
          "open_end": 465,
          "net_change": -5
        },
        "Director+": {
          "open_end": 35,
          "net_change": -3
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Francisco, CA",
          "open_end": 112,
          "net_change": 3
        },
        {
          "city": "New York, NY",
          "open_end": 102,
          "net_change": 10
        },
        {
          "city": "Berlin, Germany",
          "open_end": 28,
          "net_change": -1
        },
        {
          "city": "United States - Remote",
          "open_end": 20,
          "net_change": 1
        },
        {
          "city": "Tempe, AZ",
          "open_end": 16,
          "net_change": -1
        },
        {
          "city": "Ramat Gan, Israel",
          "open_end": 15,
          "net_change": -1
        },
        {
          "city": "Athens, Greece",
          "open_end": 13,
          "net_change": -1
        },
        {
          "city": "Helsinki, Finland",
          "open_end": 12,
          "net_change": 2
        },
        {
          "city": "Chicago, IL",
          "open_end": 11,
          "net_change": 0
        },
        {
          "city": "Budapest, Hungary",
          "open_end": 11,
          "net_change": -1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 454,
        "median_midpoint_usd_end": 130200.0,
        "p25_midpoint_usd_end": 69450.0,
        "p75_midpoint_usd_end": 180600.0,
        "median_midpoint_usd_start": 130200.0
      },
      "new_postings_sample": [
        {
          "req_id": "wolt-8020788",
          "title": "Senior Associate, International Finance &amp; Strategy",
          "department": "Finance",
          "location": "Helsinki, Finland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T01:48:41-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.wolt.com/en/jobs/1/8020788",
          "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": "8017640",
          "title": "Field Service Engineer",
          "department": "631 Autonomy Operations",
          "location": "Dublin, CA",
          "salary_min": 101400.0,
          "salary_max": 149000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:10:32-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8017640",
          "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 want to work on commercializing autonomy and robotics in a service used by millions of people, then we want to talk to you!\nAbout the Role"
        },
        {
          "req_id": "8017259",
          "title": "Site Manager",
          "department": "113 Order Fulfillment Management",
          "location": "Madison, WI",
          "salary_min": 64800.0,
          "salary_max": 95300.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T17:05:37-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8017259",
          "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.\nAbout the Role\nIn this role, you\u2019ll manage a 5-15k sq ft distribution center, the local warehouse ope"
        },
        {
          "req_id": "8017150",
          "title": "Reliability Test Engineer",
          "department": "311 Autonomy",
          "location": "San Francisco, CA",
          "salary_min": 170000.0,
          "salary_max": 250000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T16:57:15-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8017150",
          "description_excerpt": "About the Team\nDoorDash Labs, established in 2018, serves as the innovation hub for DoorDash, focusing on developing automation and robotics solutions to enhance last-mile logistics. The team's mission is to create technologies that support and augment human networks, aiming to improve efficiency fo"
        },
        {
          "req_id": "7993370",
          "title": "Market Support Manager",
          "department": "113 Order Fulfillment Management",
          "location": "Detroit, MI",
          "salary_min": 81600.0,
          "salary_max": 120000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T14:59:25-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/7993370",
          "description_excerpt": "About the Team\nDashMart is part of the New Verticals division with DoorDash and we are a local-fulfillment center owned and operated by DoorDash, offering customers fast, reliable, and high quality delivery.\nAbout the Role\nWe\u2019re looking for a hands-on, people-first leader with strong operational acu"
        },
        {
          "req_id": "7545422",
          "title": "Manager, Strategic Account Development - Marketplace",
          "department": "513 Outside Account Development",
          "location": "New York, NY ; Philadelphia, PA; Boston, MA; Atlanta, GA; Miami, FL; Washington, DC ",
          "salary_min": 180200.0,
          "salary_max": 265000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T14:45:20-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/7545422",
          "description_excerpt": "About the Team\nOn the Outside Account Development team, we develop DoorDash partners to capture engagement, growth, and performance on our platform. Within OAD, the Strategic Account Development team further develops key accounts by connecting these valued merchant partners with new powerful tools o"
        },
        {
          "req_id": "8017176",
          "title": "Sr. Associate, GTM Strategy & Operations",
          "department": "613 Platform Operations",
          "location": "New York, NY; Los Angeles, CA",
          "salary_min": 87000.0,
          "salary_max": 128000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T14:04:24-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8017176",
          "description_excerpt": "About the Team\nDoorDash is building a new category of B2B SaaS products that help restaurants manage and grow their businesses - one of the company's most strategic and high-visibility initiatives, backed directly by senior leadership. The business is one of the fastest-growing segments within DoorD"
        },
        {
          "req_id": "8021654",
          "title": "Senior Specialist - Partner Integrations",
          "department": "542 Partner Integrations",
          "location": "New York, NY; San Francisco, CA; Phoenix, AZ; Seattle, WA; Boston, MA",
          "salary_min": 87000.0,
          "salary_max": 128000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T13:44:44-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8021654",
          "description_excerpt": "About the Team\nThe New Verticals Partner Integrations team develops innovative technological solutions to help merchants seamlessly expand their operations, including our platform for first-party grocery and convenience delivery. As DoorDash scales its integrated delivery offerings, we are seeking i"
        },
        {
          "req_id": "8020898",
          "title": "Senior Director, Hardware & Vehicle Development",
          "department": "311 Autonomy",
          "location": "San Francisco, CA",
          "salary_min": 320000.0,
          "salary_max": 400000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T13:10:46-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8020898",
          "description_excerpt": "About the Team\nDoorDash Labs is a team within DoorDash building autonomous delivery robots from the ground up as part of DoorDash's core delivery platform. Our mission is to make autonomous last-mile delivery a reality at city scale \u2014 reliably, efficiently, and profitably. With autonomy proven on re"
        },
        {
          "req_id": "8017132",
          "title": "Manager, Retail Partnerships",
          "department": "531 Enterprise Outside Sales",
          "location": "New York, NY; San Francisco, CA",
          "salary_min": 180200.0,
          "salary_max": 265000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T10:53:59-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8017132",
          "description_excerpt": "About the Team\nThe DoorDash Enterprise Retail team manages the strategic vision, acquisition, and development of the largest retail partnerships in North America. This team sits within the New Verticals Business Development organization. We support our merchants' broader e-commerce strategy, helping"
        },
        {
          "req_id": "wolt-8018344",
          "title": "Workforce Management Regional Scheduling Lead, Shared Services",
          "department": "Support",
          "location": "Tbilisi, Georgia, Budapest, Hungary, Bucharest, Romania",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T07:49:16-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.wolt.com/en/jobs/1/8018344",
          "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-8020533",
          "title": "Senior Territory Sales Manager/ Vertriebsmitarbeiter (m/w/d)",
          "department": "Sales &amp; Merchant Operations",
          "location": "Freiburg im Breisgau, Germany, Heidelberg, Germany, Karlsruhe, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T07:15:27-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.wolt.com/en/jobs/1/8020533",
          "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-8018173",
          "title": "Senior CRM Designer",
          "department": "Marketing",
          "location": "Helsinki, Finland, Berlin, Germany, Athens, Greece",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T04:42:42-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.wolt.com/en/jobs/1/8018173",
          "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-7586359",
          "title": "Account Management Specialist",
          "department": "Sales &amp; Merchant Operations",
          "location": "Birkirkara, Malta",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-02-04T07:43:25-05:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.wolt.com/en/jobs/1/7586359",
          "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-3a50f96f9320",
          "title": "Senior Associate B2b Content",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://careers.deliveroo.co.uk/role/senior-associate-b2b-content-3a50f96f9320/",
          "description_excerpt": "London - The River Building HQ\nThe Role As a Senior B2B Content Associate, you will be responsible for developing content and communication campaigns that help our restaurant partners manage and grow their Deliveroo business.\nYou will create engaging, accessible and commercially-focused content that"
        },
        {
          "req_id": "deliveroo-2755cf53870e",
          "title": "Product Manager Payments",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://careers.deliveroo.co.uk/role/product-manager-payments-2755cf53870e/",
          "description_excerpt": "London - The River Building HQ\nJoin us in our mission to transform the way people shop and eat, where impact, innovation, and growth drive everything we do. As part of our unified global Fintech organization across Deliveroo and Wolt (DoorDash International), our team shapes and scales our payment p"
        },
        {
          "req_id": "deliveroo-eff5eea038f8",
          "title": "Head Of Product Regulatory Finance",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://careers.deliveroo.co.uk/role/head-of-product-regulatory-finance-eff5eea038f8/",
          "description_excerpt": "London - The River Building HQ\nJoin us in our mission to transform the way people shop and eat, where impact, innovation, and growth drive everything we do. As part of our unified global Fintech organization across Deliveroo and Wolt (DoorDash International), our team shapes and scales the RegTech\nW"
        },
        {
          "req_id": "7983379",
          "title": "Director, Customer Experience Strategy & Operations",
          "department": "621 Support Management",
          "location": "San Francisco, CA; New York, NY; Tempe, AZ; Sunnyvale, CA; Ann Arbor, MI; Chicago, IL; Washington, DC; Seattle, WA; Los Angeles, CA",
          "salary_min": 170000.0,
          "salary_max": 250000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T12:30:42-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/7983379",
          "description_excerpt": "About the Team\nThe Customer Experience team serves as a foundational operations pillar at DoorDash, dedicated to resolving friction within the last mile. We architect and oversee an expansive global network of support centers, obsessing over the user journey to ensure every interaction is seamless a"
        },
        {
          "req_id": "wolt-8018380",
          "title": "Account Management Executive",
          "department": "Sales &amp; Merchant Operations",
          "location": "Frankfurt am Main, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:30:52-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.wolt.com/en/jobs/1/8018380",
          "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": "8016044",
          "title": "Manager, CPG Off Platform Measurement",
          "department": "641 Ads & Promotions Strategy",
          "location": "New York, NY; San Francisco, CA; Los Angeles, CA; Chicago, IL; Seattle, WA; Washington, DC; Tempe, AZ",
          "salary_min": 136000.0,
          "salary_max": 200000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T07:41:42-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8016044",
          "description_excerpt": "About the Team\nOur Advertising & Promotions team operates at the intersection of e-commerce and advertising, surfacing and monetizing relevant content that benefits our core audiences. We provide digital solutions to help advertisers reach all DoorDash audiences (consumer, dasher, and merchant). Thi"
        },
        {
          "req_id": "8016068",
          "title": "Manager, Strategic Partnerships",
          "department": "531 Enterprise Outside Sales",
          "location": "Atlanta, GA; Chicago, IL; New York, NY; San Francisco, CA",
          "salary_min": 184900.0,
          "salary_max": 271900.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T07:37:40-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/doordashusa/jobs/8016068",
          "description_excerpt": "About the Team\nStrategic Partnerships sits within the Enterprise Team and is responsible for the strategic vision, acquisition, management and growth of DoorDash\u2019s partnerships with many of the world\u2019s largest restaurant groups. Given the scale of our key partners, this team is a critical piece of D"
        },
        {
          "req_id": "wolt-8012612",
          "title": "Marketing Manager",
          "department": "Marketing",
          "location": "Bratislava, Slovakia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T07:25:12-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.wolt.com/en/jobs/1/8012612",
          "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-8018134",
          "title": "Support Associate Night-Shift (Remote)",
          "department": "Support",
          "location": "Belgrade, Serbia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T05:53:08-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.wolt.com/en/jobs/1/8018134",
          "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-8015636",
          "title": "Sales Manager",
          "department": "Sales &amp; Merchant Operations",
          "location": "Birkirkara, Malta",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T04:46:48-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.wolt.com/en/jobs/1/8015636",
          "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-09a38404bacb",
          "title": "Catalogue Management Specialist Kuwaiti Nationals Only",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.deliveroo.co.uk/role/catalogue-management-specialist-kuwaiti-nationals-only-09a38404bacb/",
          "description_excerpt": "Responsibilities\nCurate and optimise partner catalogues to ensure menus are complete, accurate, standardised, and conversion-ready.\nMaintain catalogue quality across Grocery & Retail partners, including:\nDescriptions (English & Arabic)\nBuild and maintain category structures, including:\nShop by Aisle"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "wolt-7749024",
          "title": "Regional Restaurant Marketing Manager (West Germany)",
          "department": "Marketing",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "wolt-7903224",
          "title": "Sales Manager",
          "department": "Sales &amp; Merchant Operations",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "deliveroo-ce8ce615e01f",
          "title": "Commerical Strategy Manager Nottingham",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "deliveroo-61405373edee",
          "title": "City Manager Nottingham",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "deliveroo-4d1f9a06dff8",
          "title": "Sales Manager",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "deliveroo-80136e39f11b",
          "title": "Senior Pricing Analyst 12m Ftc",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "deliveroo-74816b925b00",
          "title": "Head Of New Categories Launch 6 Month Ftc",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "deliveroo-552f396b40e1",
          "title": "Senior Finance Manager 12 Month Ftc",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "7768489",
          "title": "DoorDash for Business Support Representative",
          "department": "111 Support",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 27
        },
        {
          "req_id": "wolt-7992232",
          "title": "Key Account Manager",
          "department": "Sales &amp; Merchant Operations",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 9
        },
        {
          "req_id": "wolt-7989072",
          "title": "Support Associate",
          "department": "Support",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 8
        },
        {
          "req_id": "deliveroo-dbabe2cc30a5",
          "title": "Fraud Investigator",
          "department": "",
          "first_seen": "2026-06-17",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 2
        },
        {
          "req_id": "wolt-8009875",
          "title": "Sales Support Associate",
          "department": "Sales &amp; Merchant Operations",
          "first_seen": "2026-06-19",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 0
        },
        {
          "req_id": "7794002",
          "title": "Associate, Go-To-Market Implementation - Strategy & Operations",
          "department": "613 Platform Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7650045",
          "title": "Composite & Prototype Engineering Technician",
          "department": "631 Autonomy Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        }
      ],
      "description_changes": [
        {
          "req_id": "deliveroo-8984ebdb834a",
          "title": "New Partner Experience Advisor French Speaking",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 5911,
          "new_length": 6031,
          "length_delta": 120
        },
        {
          "req_id": "wolt-7959905",
          "title": "Merchant Onboarding Team Lead",
          "department": "Sales &amp; Merchant Operations",
          "change_date": "2026-06-23",
          "prev_length": 6686,
          "new_length": 7063,
          "length_delta": 377
        },
        {
          "req_id": "wolt-7938469",
          "title": "Enterprise Account Management Team Lead - Retail (Fixed-Term Contract)",
          "department": "Sales &amp; Merchant Operations",
          "change_date": "2026-06-23",
          "prev_length": 6545,
          "new_length": 6926,
          "length_delta": 381
        },
        {
          "req_id": "wolt-6694033",
          "title": "Store Operations Associate - Thessaloniki",
          "department": "Wolt Market Store",
          "change_date": "2026-06-23",
          "prev_length": 2753,
          "new_length": 2779,
          "length_delta": 26
        },
        {
          "req_id": "8014319",
          "title": "Senior Product Counsel, AI Data Services & Dasher Tasks",
          "department": "255 Product Counsel",
          "change_date": "2026-06-23",
          "prev_length": 9506,
          "new_length": 9520,
          "length_delta": 14
        },
        {
          "req_id": "7525219",
          "title": "Associate, New Verticals - Alcohol Strategy & Operations ",
          "department": "632 New Business Verticals",
          "change_date": "2026-06-23",
          "prev_length": 8805,
          "new_length": 8933,
          "length_delta": 128
        },
        {
          "req_id": "deliveroo-acd4e947ab20",
          "title": "Business Development Manager Lazio",
          "department": "",
          "change_date": "2026-06-22",
          "prev_length": 0,
          "new_length": 3433,
          "length_delta": null
        },
        {
          "req_id": "deliveroo-49390abc5929",
          "title": "Junior Business Development Manager",
          "department": "",
          "change_date": "2026-06-22",
          "prev_length": 0,
          "new_length": 3432,
          "length_delta": null
        },
        {
          "req_id": "wolt-7904724",
          "title": "Enterprise Account Manager - Retail",
          "department": "Sales &amp; Merchant Operations",
          "change_date": "2026-06-22",
          "prev_length": 4901,
          "new_length": 4859,
          "length_delta": -42
        },
        {
          "req_id": "wolt-6823669",
          "title": "Grocery Associate (part-time)",
          "department": "Wolt Market Store",
          "change_date": "2026-06-21",
          "prev_length": 2792,
          "new_length": 2780,
          "length_delta": -12
        }
      ],
      "novel_terms": [
        {
          "term": "tax controversy",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "shared services",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "b2b content",
          "count": 2,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "global fintech",
          "count": 2,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "fintech organization",
          "count": 2,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "fraud abuse",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "abuse qa",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "manager brighton",
          "count": 2,
          "first_seen_in_window": "2026-06-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": 568,
        "open_end": 580,
        "net_change": 12,
        "pct_change": 2.1,
        "new_postings": 58,
        "closed_postings": 44,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 220,
          "open_start": 217,
          "net_change": 3,
          "pct_change": 1.4,
          "avg_salary_usd": null,
          "share_pct_postings": 37.9
        },
        {
          "dept": "Marketing & Communications",
          "open_end": 98,
          "open_start": 97,
          "net_change": 1,
          "pct_change": 1.0,
          "avg_salary_usd": null,
          "share_pct_postings": 16.9
        },
        {
          "dept": "Product Management",
          "open_end": 58,
          "open_start": 59,
          "net_change": -1,
          "pct_change": -1.7,
          "avg_salary_usd": null,
          "share_pct_postings": 10.0
        },
        {
          "dept": "General Management & Business Support",
          "open_end": 41,
          "open_start": 41,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.1
        },
        {
          "dept": "Finance & Business Analytics",
          "open_end": 34,
          "open_start": 36,
          "net_change": -2,
          "pct_change": -5.6,
          "avg_salary_usd": null,
          "share_pct_postings": 5.9
        },
        {
          "dept": "IT & Technical Operations",
          "open_end": 29,
          "open_start": 31,
          "net_change": -2,
          "pct_change": -6.5,
          "avg_salary_usd": null,
          "share_pct_postings": 5.0
        },
        {
          "dept": "Customer Service",
          "open_end": 21,
          "open_start": 18,
          "net_change": 3,
          "pct_change": 16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Data Science",
          "open_end": 16,
          "open_start": 18,
          "net_change": -2,
          "pct_change": -11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        },
        {
          "dept": "Other",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.2
        },
        {
          "dept": "Design & UX",
          "open_end": 11,
          "open_start": 5,
          "net_change": 6,
          "pct_change": 120.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 339,
          "open_start": 335,
          "net_change": 4,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 116,
          "open_start": 116,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 63,
          "open_start": 54,
          "net_change": 9,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 44,
          "open_start": 48,
          "net_change": -4,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 9,
          "net_change": -2
        },
        "IC": {
          "open_end": 206,
          "net_change": 20
        },
        "IC-Senior": {
          "open_end": 96,
          "net_change": -4
        },
        "Manager": {
          "open_end": 218,
          "net_change": -8
        },
        "Director+": {
          "open_end": 51,
          "net_change": 7
        },
        "VP+": {
          "open_end": 0,
          "net_change": -1
        }
      },
      "by_geo_top10": [
        {
          "city": "Bengaluru, Karn\u0101taka, India",
          "open_end": 132,
          "net_change": 0
        },
        {
          "city": "Toronto, Ontario, Canada",
          "open_end": 130,
          "net_change": 9
        },
        {
          "city": "San Jose, California, United States of America",
          "open_end": 66,
          "net_change": 6
        },
        {
          "city": "Austin, Texas, United States of America",
          "open_end": 50,
          "net_change": -3
        },
        {
          "city": "Kleinmachnow, Brandenburg, Germany",
          "open_end": 37,
          "net_change": 1
        },
        {
          "city": "Dublin, Dublin, Ireland",
          "open_end": 30,
          "net_change": -2
        },
        {
          "city": "London, Surrey, United Kingdom",
          "open_end": 25,
          "net_change": 1
        },
        {
          "city": "Draper, Utah, United States of America",
          "open_end": 16,
          "net_change": 1
        },
        {
          "city": "Amsterdam, North Holland, Netherlands",
          "open_end": 13,
          "net_change": -3
        },
        {
          "city": "Tokyo, Tokyo, Japan",
          "open_end": 12,
          "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": "R0075418",
          "title": "Network Security Automation Engineer",
          "department": "IT & Technical Operations",
          "location": "Austin, Texas, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075418/Network-Security-Automation-Engineer",
          "description_excerpt": "About the team and the role:\nJoin the Network Security Team at eBay, where our mission is to build and secure the backbone of eBay\u2019s network infrastructure.\nAs part of a highly collaborative group, you\u2019ll help shape technical solutions that keep eBay secure and scalable. Our team values work-life ba"
        },
        {
          "req_id": "R0075416",
          "title": "Senior Manager, Global EHS&S",
          "department": "General Management & Business Support",
          "location": "Austin, Texas, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075416/Senior-Manager-Global-EHS-S",
          "description_excerpt": "About the team and the role:\neBay is seeking a dynamic Environmental, Health, Safety & Sustainability (EHS&S) leader to join our Global Site and Safety Resources (GSSR) team! Within eBay\u2019s Enterprise Management Resources (EMR) organization, GSSR owns the environmental, health, safety, sustainability"
        },
        {
          "req_id": "R0075325",
          "title": "Warehouse Associate",
          "department": "Trust, Safety & Fraud",
          "location": "North Las Vegas, Nevada, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075325/Warehouse-Associate",
          "description_excerpt": "About the team:\nWe are passionate about connecting buyers and sellers around the world and creating opportunities through commerce and technology. Our responsibilities include all aspects of eBay\u2019s business in the North America region including eBay\u2019s operations in major US markets -- New York & Las"
        },
        {
          "req_id": "R0075324",
          "title": "Warehouse associate",
          "department": "Trust, Safety & Fraud",
          "location": "North Las Vegas, Nevada, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075324/Warehouse-associate",
          "description_excerpt": "About the team:\nWe are passionate about connecting buyers and sellers around the world and creating opportunities through commerce and technology. Our responsibilities include all aspects of eBay\u2019s business in the North America region including eBay\u2019s operations in major US markets -- New York & Las"
        },
        {
          "req_id": "R0075143",
          "title": "Sr Monetization Strategy Manager",
          "department": "General Management & Business Support",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075143/Sr-Monetization-Strategy-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": "R0074711",
          "title": "Software Engineer 2",
          "department": "Engineering",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0074711/Software-Engineer-2",
          "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": "R0075078",
          "title": "SSO Integrations",
          "department": "IT & Technical Operations",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075078/SSO-Integrations",
          "description_excerpt": "Responsibilities\nArchitecture & Federation: Architect, deploy, and support robust enterprise-grade SSO solutions across eBay's corporate and partner-facing applications utilizing SAML 2.0, OAuth 2.0, OIDC, and WS-Federation , SCIM, and LDAP.\nIdentity Infrastructure Management: Act as the primary sub"
        },
        {
          "req_id": "R0075365",
          "title": "Program Manager - eBay Memory",
          "department": "General Management & Business Support",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075365/Program-Manager-eBay-Memory",
          "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": "R0075448",
          "title": "Director, Design",
          "department": "Design & UX",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075448/Director-Design",
          "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": "R0075437",
          "title": "Working Student Collectibles (f/m/d)",
          "department": "General Management & Business Support",
          "location": "Kleinmachnow, Brandenburg, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075437/Working-Student-Collectibles-f-m-d",
          "description_excerpt": "About the team and the role:\neBay\u2019s Collectibles organization is one of the most dynamic and fast-evolving areas of the business, connecting hard-working communities of buyers and sellers across categories including trading cards, arts & antiques, coins, and collectible toys.\nAs a Working Student in"
        },
        {
          "req_id": "R0075291",
          "title": "Principal, Design",
          "department": "Design & UX",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075291/Principal-Design",
          "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": "R0075447",
          "title": "Principal, Design",
          "department": "Design & UX",
          "location": "San Jose, California, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075447/Principal-Design",
          "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": "R0074586",
          "title": "ML Software Engineer",
          "department": "Engineering",
          "location": "San Jose, California, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0074586/ML-Software-Engineer",
          "description_excerpt": "About the team and role:\nThe Observability Platform team, part of eBay's core Site Reliability Engineering (SRE) organization, is dedicated to enhancing the reliability, performance, and efficiency of eBay's global platform. Our mission is to build intelligent, scalable tools and solutions that empo"
        },
        {
          "req_id": "R0074650",
          "title": "MTS 1, Softwware Engineer",
          "department": "Engineering",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0074650/MTS-1-Softwware-Engineer",
          "description_excerpt": "About the team\nWe are the Digital Services team within Customer Service Technology under eBay\u2019s Global Technology Organization. We own the end-to-end online customer service experience across web and native mobile, helping millions of buyers and sellers get fast, effective help every day.\nOur missio"
        },
        {
          "req_id": "R0075449",
          "title": "Director, Design",
          "department": "Design & UX",
          "location": "San Jose, California, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075449/Director-Design",
          "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": "R0074862",
          "title": "Software Engineer 3 Full Stack",
          "department": "Engineering",
          "location": "Bengaluru, Karn\u0101taka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0074862/Software-Engineer-3-Full-Stack",
          "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": "R0075052",
          "title": "Campaign Optimization Growth Advisor",
          "department": "Customer Service",
          "location": "Draper, Utah, United States of America",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075052/Campaign-Optimization-Growth-Advisor",
          "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": "R0075081",
          "title": "",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075081/Sr-MTS-Software-Engineer",
          "description_excerpt": "Responsibilities\nDesign, build, and own core storage data plane components for distributed systems\nLead the development of high-performance, low-latency code in C++ or GOLANG\nDrive architectural decisions related to I/O paths, concurrency, memory management, and scalability\nIdentify and resolve perf"
        },
        {
          "req_id": "R0075079",
          "title": "",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075079/Software-Engineer",
          "description_excerpt": "Responsibilities\nDesign, build, and own core storage data plane components for distributed systems\nLead the development of high-performance, low-latency code in C++ or GOLANG\nDrive architectural decisions related to I/O paths, concurrency, memory management, and scalability\nIdentify and resolve perf"
        },
        {
          "req_id": "R0075080",
          "title": "",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075080/MTS-2-Software-Engineer",
          "description_excerpt": "Responsibilities\nDesign, build, and own core storage data plane components for distributed systems\nLead the development of high-performance, low-latency code in C++ or GOLANG\nDrive architectural decisions related to I/O paths, concurrency, memory management, and scalability\nIdentify and resolve perf"
        },
        {
          "req_id": "R0073088",
          "title": "Commercial Dir, UK Parts & Accessories",
          "department": "Marketing & Communications",
          "location": "London, Surrey, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-21",
          "url": "https://jobs.ebayinc.com/us/en/job/R0073088/Commercial-Dir-UK-Parts-Accessories",
          "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": "R0075385",
          "title": "Onboarding Advisor - French Market",
          "department": "Customer Service",
          "location": "Dublin 15, Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075385/Onboarding-Advisor-French-Market",
          "description_excerpt": "About the team and the role:\nWe partner with our customers to remove barriers to growth and build long-term loyalty to the eBay marketplace by understanding the unique needs of scaling businesses. As a Pan-European Onboarding Advisor, you will play a key role in the commercial funnel, helping high-p"
        },
        {
          "req_id": "R0075435",
          "title": "Customer Support Representative - Tise",
          "department": "Trust, Safety & Fraud",
          "location": "Oslo, Oslo, Norway",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075435/Customer-Support-Representative-Tise",
          "description_excerpt": "What you will do\nHandle and follow up on user inquiries from Germany in a professional, empathetic, and efficient way\nContribute to a successful launch in Germany by supporting operational processes and routines\nManage cases related to accounts, listings, payments, safety, and user support\nIdentify"
        },
        {
          "req_id": "R0075091",
          "title": "Onboarding Advisor - Spanish Market",
          "department": "Customer Service",
          "location": "Dublin 15, Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075091/Onboarding-Advisor-Spanish-Market",
          "description_excerpt": "About the team and the role:\nWe partner with our customers to remove barriers to growth and build long-term loyalty to the eBay marketplace by understanding the unique needs of scaling businesses. As a Pan-European Onboarding Advisor, you will play a key role in the commercial funnel, helping high-p"
        },
        {
          "req_id": "R0075382",
          "title": "Onboarding Advisor - NL/DE Speaking",
          "department": "Customer Service",
          "location": "Dublin 15, Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://jobs.ebayinc.com/us/en/job/R0075382/Onboarding-Advisor-NL-DE-Speaking",
          "description_excerpt": "About the team and the role:\nWe partner with our customers to remove barriers to growth and build long-term loyalty to the eBay marketplace by understanding the unique needs of scaling businesses. As a Pan-European Onboarding Advisor, you will play a key role in the commercial funnel, helping high-p"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R0073322",
          "title": "Senior Enterprise Account Manager (P&A)",
          "department": "Customer Service",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "R0075145",
          "title": "French Pro Exporter",
          "department": "Customer Service",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 8
        },
        {
          "req_id": "R0075099",
          "title": "eBay Advertising Managed Service Agent",
          "department": "Customer Service",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 8
        },
        {
          "req_id": "R0075370",
          "title": "Strategy Development 4",
          "department": "Marketing & Communications",
          "first_seen": "2026-06-12",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 7
        },
        {
          "req_id": "R0075369",
          "title": "Applied Researcher 1",
          "department": "Engineering",
          "first_seen": "2026-06-12",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 7
        },
        {
          "req_id": "R0075371",
          "title": "Applied Researcher 1",
          "department": "Engineering",
          "first_seen": "2026-06-12",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 7
        },
        {
          "req_id": "R0075372",
          "title": "Applied Researcher 1",
          "department": "Engineering",
          "first_seen": "2026-06-12",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 7
        },
        {
          "req_id": "R0074696",
          "title": "Software Engineer 3",
          "department": "Engineering",
          "first_seen": "2026-06-18",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 1
        },
        {
          "req_id": "R0073791",
          "title": "Sr. Product Manager, Agentic Memory",
          "department": "Product Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R0073164",
          "title": "Sr. Product Marketing Manager",
          "department": "Marketing & Communications",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R0073501",
          "title": "C2C Program Manager, Vehicles",
          "department": "General Management & Business Support",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R0073042",
          "title": "Senior Auditor - IT SOX",
          "department": "Finance & Business Analytics",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R0074155",
          "title": "Tech Ops Bug Lead",
          "department": "IT & Technical Operations",
          "first_seen": "2026-04-29",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 50
        },
        {
          "req_id": "R0074046",
          "title": "Software Engineer",
          "department": "Engineering",
          "first_seen": "2026-05-02",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 47
        },
        {
          "req_id": "R0072274",
          "title": "Senior Analyst",
          "department": "General Management & Business Support",
          "first_seen": "2026-05-06",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 43
        }
      ],
      "description_changes": [
        {
          "req_id": "R0073997",
          "title": "MTS Software Engineer, Data Platform",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 4814,
          "new_length": 5930,
          "length_delta": 1116
        },
        {
          "req_id": "R0074811",
          "title": "EU Export Program Manager",
          "department": "Marketing & Communications",
          "change_date": "2026-06-23",
          "prev_length": 4576,
          "new_length": 4586,
          "length_delta": 10
        },
        {
          "req_id": "R0073964",
          "title": "Full Stack Cybercrime Operator",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 6025,
          "new_length": 6025,
          "length_delta": 0
        },
        {
          "req_id": "R0074981",
          "title": "Software Engineer - Ads G&T Data",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 3097,
          "new_length": 3502,
          "length_delta": 405
        },
        {
          "req_id": "R0072551",
          "title": "Manager, Strategy & Ops",
          "department": "General Management & Business Support",
          "change_date": "2026-06-23",
          "prev_length": 6626,
          "new_length": 6519,
          "length_delta": -107
        },
        {
          "req_id": "R0072691",
          "title": "Software Engineer 2",
          "department": "Engineering",
          "change_date": "2026-06-22",
          "prev_length": 4707,
          "new_length": 61,
          "length_delta": -4646
        },
        {
          "req_id": "R0072809",
          "title": "Applied Researcher",
          "department": "Data Science",
          "change_date": "2026-06-22",
          "prev_length": 4059,
          "new_length": 5070,
          "length_delta": 1011
        },
        {
          "req_id": "R0072560",
          "title": "KYC Data Analyst",
          "department": "Finance & Business Analytics",
          "change_date": "2026-06-22",
          "prev_length": 4748,
          "new_length": 61,
          "length_delta": -4687
        },
        {
          "req_id": "R0075167",
          "title": "Fashion Trading Merchandising Manager",
          "department": "Marketing & Communications",
          "change_date": "2026-06-22",
          "prev_length": 3958,
          "new_length": 4007,
          "length_delta": 49
        },
        {
          "req_id": "R0074761",
          "title": "Senior QE Engineer \u2013 E2E Automation",
          "department": "Engineering",
          "change_date": "2026-06-22",
          "prev_length": 4291,
          "new_length": 61,
          "length_delta": -4230
        }
      ],
      "novel_terms": [
        {
          "term": "unique needs",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "scaling businesses",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "pan european",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "european onboarding",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "onboarding advisor",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "play key",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "commercial funnel",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "funnel helping",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "organization creates",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "creates seamless",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "seamless end",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "focused collaborative",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "solve complex",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "complex problems",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "resolve perf",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "deploy reliable",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "react node",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "typescript translating",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "translating complex",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "architectures collaborate",
          "count": 2,
          "first_seen_in_window": "2026-06-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": 47,
        "open_end": 46,
        "net_change": -1,
        "pct_change": -2.1,
        "new_postings": 3,
        "closed_postings": 2,
        "salary_disclosure_rate_pct_end": 82.6,
        "salary_disclosure_rate_pct_start": 85.1
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 180100.0,
          "share_pct_postings": 28.3
        },
        {
          "dept": "Engineering",
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "pct_change": -7.7,
          "avg_salary_usd": 218650.0,
          "share_pct_postings": 26.1
        },
        {
          "dept": "Product",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 213800.0,
          "share_pct_postings": 15.2
        },
        {
          "dept": "Legal",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 273333.0,
          "share_pct_postings": 6.5
        },
        {
          "dept": "Operations",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 212000.0,
          "share_pct_postings": 6.5
        },
        {
          "dept": "Data & Analytics",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 170750.0,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Design",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 173000.0,
          "share_pct_postings": 4.3
        },
        {
          "dept": "People / HR",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 153000.0,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 165000.0,
          "share_pct_postings": 2.2
        },
        {
          "dept": "Marketing",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 250500.0,
          "share_pct_postings": 2.2
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 23,
          "open_start": 24,
          "net_change": -1,
          "dollar_share_pct": 61.1
        },
        "S&M": {
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "dollar_share_pct": 4.4
        },
        "COGS": {
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "dollar_share_pct": 2.0
        },
        "G&A": {
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "dollar_share_pct": 14.5
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 6,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 17,
          "net_change": 0
        },
        "Manager": {
          "open_end": 18,
          "net_change": -1
        },
        "Director+": {
          "open_end": 4,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Brooklyn, New York",
          "open_end": 39,
          "net_change": -1
        },
        {
          "city": "Dublin, Ireland",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Remote, Ireland",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Remote, India",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Ciudad de M\u00e9xico, CDMX, Mexico",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 38,
        "median_midpoint_usd_end": 190000.0,
        "p25_midpoint_usd_end": 165000.0,
        "p75_midpoint_usd_end": 235000.0,
        "median_midpoint_usd_start": 190000.0
      },
      "new_postings_sample": [
        {
          "req_id": "JR5692",
          "title": "Senior Compensation Partner",
          "department": "",
          "location": "Brooklyn, New York",
          "salary_min": 149000.0,
          "salary_max": 193000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://etsy.wd5.myworkdayjobs.com/Etsy_Careers/job/Brooklyn-New-York/Senior-Compensation-Partner_JR5692-1",
          "description_excerpt": "responsibilities may change from time to time at Etsy's discretion, or otherwise applicable with local law.\nQualities that will help you thrive in this role are:\nBachelor's degree in Human Resources, Business Administration, Finance, or a related field. CCP or Master's preferred.\n7\u20139 years of progre"
        },
        {
          "req_id": "JR5680",
          "title": "Senior Staff Design Program Manger, Buyer Experience",
          "department": "",
          "location": "Brooklyn, New York",
          "salary_min": 200000.0,
          "salary_max": 260000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-16T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://etsy.wd5.myworkdayjobs.com/Etsy_Careers/job/Brooklyn-New-York/Senior-Staff-Design-Program-Manger--Buyer-Experience_JR5680-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": "JR5396",
          "title": "Senior Manager, People Insights & Engineering",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "JR5598",
          "title": "Senior Benefits & Leave Analyst",
          "department": "",
          "first_seen": "2026-05-11",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 37
        }
      ],
      "description_changes": [
        {
          "req_id": "JR5491",
          "title": "Senior Product Manager, Buyer Experience, Search iOS",
          "department": "Product",
          "change_date": "2026-06-23",
          "prev_length": 6844,
          "new_length": 6804,
          "length_delta": -40
        }
      ],
      "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": 179,
        "open_end": 166,
        "net_change": -13,
        "pct_change": -7.3,
        "new_postings": 37,
        "closed_postings": 38,
        "salary_disclosure_rate_pct_end": 49.4,
        "salary_disclosure_rate_pct_start": 48.6
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 66,
          "open_start": 69,
          "net_change": -3,
          "pct_change": -4.3,
          "avg_salary_usd": 200086.0,
          "share_pct_postings": 39.8
        },
        {
          "dept": "",
          "open_end": 35,
          "open_start": 35,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 153469.0,
          "share_pct_postings": 21.1
        },
        {
          "dept": "Sales",
          "open_end": 17,
          "open_start": 17,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 138950.0,
          "share_pct_postings": 10.2
        },
        {
          "dept": "Marketing",
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 178625.0,
          "share_pct_postings": 6.6
        },
        {
          "dept": "Product",
          "open_end": 10,
          "open_start": 13,
          "net_change": -3,
          "pct_change": -23.1,
          "avg_salary_usd": 212925.0,
          "share_pct_postings": 6.0
        },
        {
          "dept": "Data & Analytics",
          "open_end": 8,
          "open_start": 10,
          "net_change": -2,
          "pct_change": -20.0,
          "avg_salary_usd": 217688.0,
          "share_pct_postings": 4.8
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 4,
          "open_start": 8,
          "net_change": -4,
          "pct_change": -50.0,
          "avg_salary_usd": 142500.0,
          "share_pct_postings": 2.4
        },
        {
          "dept": "Operations",
          "open_end": 4,
          "open_start": 6,
          "net_change": -2,
          "pct_change": -33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 2.4
        },
        {
          "dept": "Design",
          "open_end": 3,
          "open_start": 1,
          "net_change": 2,
          "pct_change": 200.0,
          "avg_salary_usd": 283083.0,
          "share_pct_postings": 1.8
        },
        {
          "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
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 83,
          "open_start": 89,
          "net_change": -6,
          "dollar_share_pct": 62.8
        },
        "S&M": {
          "open_end": 38,
          "open_start": 39,
          "net_change": -1,
          "dollar_share_pct": 14.0
        },
        "COGS": {
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "dollar_share_pct": 0.8
        },
        "G&A": {
          "open_end": 5,
          "open_start": 9,
          "net_change": -4,
          "dollar_share_pct": 2.7
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 13,
          "net_change": 4
        },
        "IC": {
          "open_end": 45,
          "net_change": -6
        },
        "IC-Senior": {
          "open_end": 40,
          "net_change": 2
        },
        "Manager": {
          "open_end": 61,
          "net_change": -12
        },
        "Director+": {
          "open_end": 7,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Washington - Seattle Campus",
          "open_end": 32,
          "net_change": -8
        },
        {
          "city": "2 Locations",
          "open_end": 17,
          "net_change": -4
        },
        {
          "city": "UK - London",
          "open_end": 15,
          "net_change": -1
        },
        {
          "city": "Austin Domain 11 - HomeAway",
          "open_end": 14,
          "net_change": 1
        },
        {
          "city": "India - Gurgaon",
          "open_end": 11,
          "net_change": -3
        },
        {
          "city": "Czech Republic - Prague",
          "open_end": 11,
          "net_change": -4
        },
        {
          "city": "D\u00fcsseldorf",
          "open_end": 9,
          "net_change": -1
        },
        {
          "city": "India - Bangalore",
          "open_end": 6,
          "net_change": 2
        },
        {
          "city": "3 Locations",
          "open_end": 5,
          "net_change": 2
        },
        {
          "city": "Spain - Madrid",
          "open_end": 5,
          "net_change": 1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 82,
        "median_midpoint_usd_end": 187750.0,
        "p25_midpoint_usd_end": 142750.0,
        "p75_midpoint_usd_end": 221250.0,
        "median_midpoint_usd_start": 186000.0
      },
      "new_postings_sample": [
        {
          "req_id": "R-106668",
          "title": "D\u00e9veloppeur logiciel III (Connectivit\u00e9 des partenaires) / Software Developer III (Partner Connectivity)",
          "department": "Engineering",
          "location": "Canada - Quebec - Montreal",
          "salary_min": 108500.0,
          "salary_max": 152000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Canada---Quebec---Montreal/Dveloppeur-logiciel-III--Connectivit-des-partenaires----Software-Developer-III--Partner-Connectivity-_R-106668",
          "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-106361",
          "title": "Principal, Experience Designer - AI Incubation Lab",
          "department": "Design",
          "location": "4 Locations",
          "salary_min": 242000.0,
          "salary_max": 338500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Principal--Experience-Designer---AI-Incubation-Lab_R-106361-1",
          "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-106363",
          "title": "Principal UX Designer - AI Incubation Lab",
          "department": "Design",
          "location": "3 Locations",
          "salary_min": 242000.0,
          "salary_max": 338500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Principal-UX-Designer---AI-Incubation-Lab_R-106363",
          "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-104358",
          "title": "Advanced Traveler Escalations Supervisor",
          "department": "",
          "location": "IND0011 - Gurgaon - Downtown - Expedia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/IND0011---Gurgaon---Downtown---Expedia/Advanced-Traveler-Escalations-Supervisor_R-104358",
          "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-106858",
          "title": "Software Development Engineer III",
          "department": "Engineering",
          "location": "India - Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Gurgaon/Software-Development-Engineer-III_R-106858",
          "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-106937",
          "title": "Machine Learning Engineer II",
          "department": "Engineering",
          "location": "India - Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Gurgaon/Machine-Learning-Engineer-II_R-106937",
          "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-105735",
          "title": "Product Manager III, Partner Payments",
          "department": "Product",
          "location": "2 Locations",
          "salary_min": 137500.0,
          "salary_max": 192500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Product-Manager-III--VRBO-Payments_R-105735",
          "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-106556",
          "title": "D\u00e9veloppeur logiciel III (pleine pile \u2013 Contenu) - Software Developer III (Full Stack - Content)",
          "department": "Engineering",
          "location": "Canada - Quebec - Montreal",
          "salary_min": 108500.0,
          "salary_max": 152000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Canada---Quebec---Montreal/Dveloppeur-logiciel-III--pleine-pile---Contenu----Software-Developer-III--Full-Stack---Content-_R-106556",
          "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-106917",
          "title": "Director, Enablement & Growth \u2013 TPSP B2B Operations",
          "department": "Marketing",
          "location": "UK - London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Director--Enablement---Growth---TPSP-B2B-Operations_R-106917",
          "description_excerpt": "What you'll do:\nOperational Continuous Improvement & Enablement\nOwn the end-to-end discipline of protecting traveler experience and driving out systemic friction as B2B expands across non-lodging supply and new verticals\nLead compensation & financial loss management, including goodwill processes & m"
        },
        {
          "req_id": "R-106161",
          "title": "Senior Product Manager, Customer Data Platform",
          "department": "Engineering",
          "location": "Austin Domain 11 - HomeAway",
          "salary_min": 173000.0,
          "salary_max": 242500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Senior-Product-Manager--Customer-Data-Platform_R-106161",
          "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-107195",
          "title": "Traveler Service Associate, Premium",
          "department": "",
          "location": "IND0011 - Gurgaon - Downtown - Expedia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/IND0011---Gurgaon---Downtown---Expedia/Traveler-Service-Associate--Premium_R-107195",
          "description_excerpt": "What you'll do:\nLead the resolution of issues from online (voice & chat) and offline (Service Requests) sources from start to finish\nDevelop and build a world class travel agent skill set\nDevelop and cultivate relationships with a broad network of co-workers, management, and partners\nNavigate sophis"
        },
        {
          "req_id": "R-107012",
          "title": "Senior Operational Resilience Manager",
          "department": "",
          "location": "3 Locations",
          "salary_min": 173000.0,
          "salary_max": 242500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/UK---London/Senior-Operational-Resilience-Manager_R-107012",
          "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-106435",
          "title": "Customer Product Support Associate, Escapia",
          "department": "",
          "location": "Austin Domain 11 - HomeAway",
          "salary_min": 52500.0,
          "salary_max": 73500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Customer-Product-Support-Associate--Escapia_R-106435",
          "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-106551",
          "title": "D\u00e9veloppeur logiciel II (pleine pile \u2013 Contenu) / Software Developer II (Full Stack - Content)",
          "department": "Engineering",
          "location": "Canada - Quebec - Montreal",
          "salary_min": 86000.0,
          "salary_max": 120500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Canada---Quebec---Montreal/Dveloppeur-logiciel-II--pleine-pile---Contenu----Software-Developer-II--Full-Stack---Content-_R-106551-1",
          "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-106609",
          "title": "Gestionnaire Senior, D\u00e9veloppement logiciel (Contenu) / Senior Manager, Software Development",
          "department": "",
          "location": "Canada - Quebec - Montreal",
          "salary_min": 146000.0,
          "salary_max": 204500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Canada---Quebec---Montreal/Gestionnaire-Senior--Dveloppement-logiciel--Contenu----Senior-Manager--Software-Development_R-106609",
          "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-102644",
          "title": "Product Design Lead - BEX",
          "department": "Product",
          "location": "3 Locations",
          "salary_min": 187000.0,
          "salary_max": 261500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---New-York---New-York/Product-Design-Lead--Core-Experiences_R-102644-1",
          "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-106384",
          "title": "Principal Quantitative User Experience Researcher, AI",
          "department": "Design",
          "location": "4 Locations",
          "salary_min": 224000.0,
          "salary_max": 313500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Principal-Quantitative-User-Experience-Researcher--AI_R-106384-1",
          "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-106658",
          "title": "Senior Cloud Infrastructure Development Engineer - Kubernetes",
          "department": "Engineering",
          "location": "USA - Illinois - Chicago",
          "salary_min": 171500.0,
          "salary_max": 240000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/USA---Illinois---Chicago/Senior-Cloud-Infrastructure-Development-Engineer---Kubernetes_R-106658-1",
          "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-106653",
          "title": "Software Development Engineer III",
          "department": "Engineering",
          "location": "India - Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/India---Gurgaon/Software-Development-Engineer-III_R-106653",
          "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": "8593996002",
          "title": "Marketing Growth and Experimentation Lead",
          "department": "Marketing Strategy and Intelligence (Andrei Duchko)",
          "location": "D\u00fcsseldorf",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T08:16:38-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.trivago.com/job/r8593996002?gh_jid=8593996002",
          "description_excerpt": "When travelers are searching for a hotel, we want the obvious choice to be trivago! Our leading metasearch engine is super fast and constantly optimized - enabling millions of travelers to compare hotel prices from hundreds of booking sites and find great deals in just a few clicks. We use cutting-e"
        },
        {
          "req_id": "R-106893",
          "title": "Commercial Graduate - 2026 - Austin",
          "department": "",
          "location": "Austin Domain 11 - HomeAway",
          "salary_min": 70000.0,
          "salary_max": 98000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Commercial-Graduate---2026---Austin_R-106893",
          "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-101584",
          "title": "Sr. Data Scientist - Advertising Technology",
          "department": "Data & Analytics",
          "location": "2 Locations",
          "salary_min": 173000.0,
          "salary_max": 242500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Sr-Data-Scientist---Advertising-Technology_R-101584-1",
          "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-106943",
          "title": "Senior Economist",
          "department": "",
          "location": "Washington - Seattle Campus",
          "salary_min": 173000.0,
          "salary_max": 242500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Washington---Seattle-Campus/Senior-Economist_R-106943-1",
          "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-105910",
          "title": "Advanced Traveler Escalations Manager",
          "department": "",
          "location": "IND0011 - Gurgaon - Downtown - Expedia",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/IND0011---Gurgaon---Downtown---Expedia/Advanced-Traveler-Escalations-Manager_R-105910",
          "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-106825",
          "title": "Software Development Engineer II - Full Stack",
          "department": "Engineering",
          "location": "Austin Domain 11 - HomeAway",
          "salary_min": 119000.0,
          "salary_max": 166500.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-16T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://expedia.wd108.myworkdayjobs.com/search/job/Austin-Domain-11---HomeAway/Software-Development-Engineer-II---Full-Stack_R-106825",
          "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"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R-103955",
          "title": "Machine Learning Scientist III",
          "department": "Data & Analytics",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 57
        },
        {
          "req_id": "R-101647",
          "title": "Senior Manager, Software Development Engineering - Search & Recommendations Platform",
          "department": "Engineering",
          "first_seen": "2026-05-05",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 46
        },
        {
          "req_id": "R-104335",
          "title": "Product Manager II, Agentic Search",
          "department": "Product",
          "first_seen": "2026-05-12",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 39
        },
        {
          "req_id": "R-105902",
          "title": "\u30b7\u30cb\u30a2\u4e8b\u696d\u958b\u767a\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\uff08\u5e83\u544a\uff09Senior Business Development Manager, Advertising (Tokyo)",
          "department": "Sales",
          "first_seen": "2026-05-22",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 29
        },
        {
          "req_id": "R-106152",
          "title": "Associate Account Manager (PGA) - High Demand Markets, German Speaking",
          "department": "Sales",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 28
        },
        {
          "req_id": "R-105963",
          "title": "Product Manager III - B2B AI Solutions",
          "department": "Product",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 28
        },
        {
          "req_id": "R-105040",
          "title": "AI Operations Engineer 2",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "R-102791",
          "title": "Principal Software Development Engineer - Cloud Platform",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "R-102024",
          "title": "B2B FP&A Finance Analyst",
          "department": "Finance & Accounting",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "8520520002",
          "title": "Media Buyer",
          "department": "Europe/LATAM (Ria Thadathil (Inherited))",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "R-105337",
          "title": "Lead Data Scientist (Resiliency Engineering)",
          "department": "Engineering",
          "first_seen": "2026-05-15",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 35
        },
        {
          "req_id": "R-105500",
          "title": "Operational Readiness Manager",
          "department": "",
          "first_seen": "2026-06-03",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 16
        },
        {
          "req_id": "R-104432",
          "title": "Oracle Financial Analyst I",
          "department": "",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 9
        },
        {
          "req_id": "R-106562",
          "title": "D\u00e9veloppeur logiciel III (pleine pile \u2013 Contenu) - Software Developer III (Full Stack - Content)",
          "department": "Engineering",
          "first_seen": "2026-06-19",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 0
        },
        {
          "req_id": "R-107159",
          "title": "Senior Data Scientist, Analytics",
          "department": "Data & Analytics",
          "first_seen": "2026-06-19",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 0
        }
      ],
      "description_changes": [
        {
          "req_id": "8593996002",
          "title": "Marketing Growth and Experimentation Lead",
          "department": "Marketing Strategy and Intelligence (Andrei Duchko)",
          "change_date": "2026-06-23",
          "prev_length": 7103,
          "new_length": 7111,
          "length_delta": 8
        },
        {
          "req_id": "R-106649",
          "title": "Area Manager (Bangkok)",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 5264,
          "new_length": 5276,
          "length_delta": 12
        },
        {
          "req_id": "8464320002",
          "title": "Data Scientist - AI Search & Ranking",
          "department": "Ranking & Search (Bita Shams)",
          "change_date": "2026-06-20",
          "prev_length": 5901,
          "new_length": 8471,
          "length_delta": 2570
        },
        {
          "req_id": "R-106647",
          "title": "Data Scientist II, Supply Engine Operations & Analytics",
          "department": "Data & Analytics",
          "change_date": "2026-06-20",
          "prev_length": 7555,
          "new_length": 7554,
          "length_delta": -1
        },
        {
          "req_id": "R-103372",
          "title": "Loyalty Operations and Experience Manager",
          "department": "Operations",
          "change_date": "2026-06-19",
          "prev_length": 9008,
          "new_length": 8978,
          "length_delta": -30
        },
        {
          "req_id": "R-104199",
          "title": "Senior Account Manager - Las Vegas",
          "department": "Sales",
          "change_date": "2026-06-19",
          "prev_length": 8981,
          "new_length": 9024,
          "length_delta": 43
        },
        {
          "req_id": "R-96749",
          "title": "Partner Growth & Agility, Associate Account Manager - English",
          "department": "Marketing",
          "change_date": "2026-06-18",
          "prev_length": 6241,
          "new_length": 6241,
          "length_delta": 0
        },
        {
          "req_id": "8570574002",
          "title": "Senior Systems Engineer / DevOps Infrastructure Engineer (m/w/d)",
          "department": "Infrastructure Operations (Florian Sch\u00fcrfeld)",
          "change_date": "2026-06-17",
          "prev_length": 2297,
          "new_length": 5207,
          "length_delta": 2910
        },
        {
          "req_id": "R-105530",
          "title": "Principal Product Manager, Data Platform",
          "department": "Engineering",
          "change_date": "2026-06-17",
          "prev_length": 6624,
          "new_length": 6864,
          "length_delta": 240
        },
        {
          "req_id": "R-105347",
          "title": "Mobile Engineer III, iOS",
          "department": "Engineering",
          "change_date": "2026-06-17",
          "prev_length": 6564,
          "new_length": 6607,
          "length_delta": 43
        }
      ],
      "novel_terms": [
        {
          "term": "veloppeur logiciel",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "logiciel iii",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "iii partner",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "ai incubation",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "incubation lab",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "lab expedia",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "advanced traveler",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "traveler escalations",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "pleine pile",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "pile contenu",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "contenu software",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "stack content",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "content expedia",
          "count": 2,
          "first_seen_in_window": "2026-06-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": 4122,
        "open_end": 4011,
        "net_change": -111,
        "pct_change": -2.7,
        "new_postings": 783,
        "closed_postings": 517,
        "salary_disclosure_rate_pct_end": 2.3,
        "salary_disclosure_rate_pct_start": 2.3
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 1360,
          "open_start": 1385,
          "net_change": -25,
          "pct_change": -1.8,
          "avg_salary_usd": 184743.0,
          "share_pct_postings": 33.9
        },
        {
          "dept": "Google Cloud",
          "open_end": 427,
          "open_start": 451,
          "net_change": -24,
          "pct_change": -5.3,
          "avg_salary_usd": null,
          "share_pct_postings": 10.6
        },
        {
          "dept": "Data Center",
          "open_end": 96,
          "open_start": 91,
          "net_change": 5,
          "pct_change": 5.5,
          "avg_salary_usd": null,
          "share_pct_postings": 2.4
        },
        {
          "dept": "Google Customer Solutions",
          "open_end": 82,
          "open_start": 88,
          "net_change": -6,
          "pct_change": -6.8,
          "avg_salary_usd": null,
          "share_pct_postings": 2.0
        },
        {
          "dept": "DeepMind",
          "open_end": 75,
          "open_start": 76,
          "net_change": -1,
          "pct_change": -1.3,
          "avg_salary_usd": null,
          "share_pct_postings": 1.9
        },
        {
          "dept": "Large Customer Sales",
          "open_end": 53,
          "open_start": 47,
          "net_change": 6,
          "pct_change": 12.8,
          "avg_salary_usd": null,
          "share_pct_postings": 1.3
        },
        {
          "dept": "YouTube",
          "open_end": 53,
          "open_start": 55,
          "net_change": -2,
          "pct_change": -3.6,
          "avg_salary_usd": null,
          "share_pct_postings": 1.3
        },
        {
          "dept": "Silicon",
          "open_end": 49,
          "open_start": 51,
          "net_change": -2,
          "pct_change": -3.9,
          "avg_salary_usd": 214138.0,
          "share_pct_postings": 1.2
        },
        {
          "dept": "XR",
          "open_end": 36,
          "open_start": 34,
          "net_change": 2,
          "pct_change": 5.9,
          "avg_salary_usd": null,
          "share_pct_postings": 0.9
        },
        {
          "dept": "AI",
          "open_end": 32,
          "open_start": 34,
          "net_change": -2,
          "pct_change": -5.9,
          "avg_salary_usd": null,
          "share_pct_postings": 0.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 2397,
          "open_start": 2466,
          "net_change": -69,
          "dollar_share_pct": 55.3
        },
        "S&M": {
          "open_end": 514,
          "open_start": 538,
          "net_change": -24,
          "dollar_share_pct": 15.3
        },
        "COGS": {
          "open_end": 375,
          "open_start": 386,
          "net_change": -11,
          "dollar_share_pct": 5.2
        },
        "G&A": {
          "open_end": 77,
          "open_start": 69,
          "net_change": 8,
          "dollar_share_pct": 0.7
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 55,
          "net_change": -5
        },
        "IC": {
          "open_end": 1545,
          "net_change": -24
        },
        "IC-Senior": {
          "open_end": 938,
          "net_change": -32
        },
        "Manager": {
          "open_end": 1400,
          "net_change": -51
        },
        "Director+": {
          "open_end": 70,
          "net_change": 3
        },
        "VP+": {
          "open_end": 3,
          "net_change": -2
        }
      },
      "by_geo_top10": [
        {
          "city": "Sunnyvale, CA, USA",
          "open_end": 501,
          "net_change": -14
        },
        {
          "city": "Mountain View, CA, USA",
          "open_end": 415,
          "net_change": -31
        },
        {
          "city": "New York, NY, USA",
          "open_end": 208,
          "net_change": 1
        },
        {
          "city": "Singapore",
          "open_end": 205,
          "net_change": 0
        },
        {
          "city": "Mountain, View, California, United, States",
          "open_end": 133,
          "net_change": -3
        },
        {
          "city": "Dublin, Ireland",
          "open_end": 112,
          "net_change": -8
        },
        {
          "city": "Mountain, View, California, United, States, San, Francisco",
          "open_end": 98,
          "net_change": -3
        },
        {
          "city": "San Francisco, CA, USA",
          "open_end": 96,
          "net_change": -1
        },
        {
          "city": "Kirkland, WA, USA",
          "open_end": 88,
          "net_change": -2
        },
        {
          "city": "Warsaw, Poland",
          "open_end": 83,
          "net_change": 2
        }
      ],
      "salary_bands": {
        "n_with_band_end": 94,
        "median_midpoint_usd_end": 180200.0,
        "p25_midpoint_usd_end": 155500.0,
        "p75_midpoint_usd_end": 219000.0,
        "median_midpoint_usd_start": 180200.0
      },
      "new_postings_sample": [
        {
          "req_id": "8602856002",
          "title": "Director, Regulatory Affairs ",
          "department": "DEVELOPMENT",
          "location": "South San Francisco, CA",
          "salary_min": 275000.0,
          "salary_max": 280000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T12:07:20-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.calicolabs.com/careers/?gh_jid=8602856002",
          "description_excerpt": "Responsibilities:\nAccountable to develop and execute the world-wide regulatory strategy for assigned programs (from IND-enabling to clinical proof-of-concept and beyond), which may include programs that are first-in-class, where no or limited FDA guidance exists, that have an external business partn"
        },
        {
          "req_id": "109190758199632582",
          "title": "Principal Threat Intelligence Analyst, Google Threat Intelligence Group",
          "department": "",
          "location": "Sydney",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckTjBpMKgFwOVmYmWf7jfjrfH61sDxw0UWItQH6smclpVEjsA1Ny_i1fHMp3FO9-5rpfKupYC5WuJHii5XruPuYifRcwIQI1ZQHv19gWjnjtoHYHmTMU7YGqe9PTKcA%3D%3D_V2\\u0026loc\\u003dAU\\u0026title\\u003dPrincipal+Threat+Intelligence+Analyst",
          "description_excerpt": "Lead ad-hoc teams to coordinate the overall response to significant threat actor operations.\nJump into emerging threat activity to conduct initial analysis, swiftly assessing the scope, severity, and potential impact of the threat.\nLead the publication process for rapid-release threat intelligence,"
        },
        {
          "req_id": "81713962621510342",
          "title": "Strategic Agency Manager",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2Fckc_IrauJWpwpkvX_QXjbnyEVdDna2QS67JjphSFJTQcjEjsA1Ny_iwiZJoA-WODwiMEcCy52Um2owlvPHmpuqYf5q0JtBspool2I9orU-_kS6VQ1R7sR3frKk9A3Dg%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dStrategic+Agency+Manager",
          "description_excerpt": "Collaborate and consult with agencies with the goal of extending relationships, increasing our customer and agency base and optimizing their advertising investment.\nDeliver consistently against strategic goals on new and existing business, while prioritizing and delivering an excellent business expe"
        },
        {
          "req_id": "137173518105092806",
          "title": "Software Engineering Manager, Cloud and Third-Party Platform Security",
          "department": "Cloud and Third-Party Platform Security",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckZYbe0sPq_ADn0NSP7IdsY4sjGWHN78UwjHq9yDxKLnEEjsA1Ny_ix2DYHOms_SarISyTvh1fTWLn5vUs0qdA1u-NlbwuXusonFY8VkyHkkWYzO4QPomwG0n9qejZQ%3D%3D_V2\\u0026loc\\u003dSG\\u0026title\\u003dSoftware+Engineering+Manager",
          "description_excerpt": "Build and lead a team of software engineers, combining technical leadership and people management to build scalable products that identify and remediate security gaps in Alphabet's usage of public cloud infrastructure, third-party vendors, and SaaS.\nDrive the technical roadmap to support risk reduct"
        },
        {
          "req_id": "90693674085556934",
          "title": "Account Strategist, Mid-Market Sales, Google Customer Solutions (German Market)",
          "department": "Google Customer Solutions",
          "location": "Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckXAj_6gsDsRJeDazZ1GuIUVNqfEIbcD8TamIK66JPG9sEjsA1Ny_i1aoRvWCv4yk3dlb8ouIHA-tpY7Uvdh1bomSDwWQBWUdNzAIXyqEd3QXQAOyytXEW74hjDjjww%3D%3D_V2\\u0026loc\\u003dIE\\u0026title\\u003dAccount+Strategist",
          "description_excerpt": "Deliver against ambitious quarterly business and product growth goals.\nOwn a portfolio of medium and large size businesses by thoroughly understanding growth drivers, identifying opportunities for growth, managing risks and building multi-quarter plans for achievement.\nPitch and consult with custome"
        },
        {
          "req_id": "133807930192339654",
          "title": "Strategy and Operations Lead, gTech",
          "department": "gTech",
          "location": "Hyderabad, Telangana, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckcllwJCX6yg8uibpNRIfgwNhI0FqxCoozdeBWhMFEnWLEjsA1Ny_i--uw70AgxGgTBShRfM2LKiJZV4F7xJYxBOA7vPMOAr_6t9WKiCcnA2kBGQfP_1_35e5ifgM7g%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dStrategy+and+Operations+Lead",
          "description_excerpt": "Define, structure, launch and drive strategic and operational initiatives for gTech Ads Solutions teams, while acting as a strategic thought partner to the leadership.\nWork with cross-functional stakeholders and leaders to gather relevant information, context, and drive business analysis with effect"
        },
        {
          "req_id": "133004805667726022",
          "title": "Platform Customer Engineer, IT/ITES",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckSOp0Sf9u-TTW_5H-St0Q2XALNJ2rW5U5m4dptNvHhN2EjsA1Ny_iyxFTSWOfP5JpLt7cYwXyrHPlrOZMHF9CT_VTUoyGAGDxLQWt9lHL1P6mXSQbB0omqTpheFjww%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dPlatform+Customer+Engineer",
          "description_excerpt": "Develop and own the technical account plan and strategy, participating in planning and supporting specific sales motions.\nCombine sales, programming, and solutions architecture to show the value of Google Cloud Platform across the portfolio through demos, pilots, and in-depth workshops.\nArchitect cr"
        },
        {
          "req_id": "97502674718466758",
          "title": "Engineering Analyst, Trust and Safety Account Security",
          "department": "Trust and Safety Account Security",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2Fckf-YS0W3gfUw7-298TctNkfmrWw62lNke8b-hNY8wX3-EjoA1Ny_i4dUVWKEDciDUuRL5VsJn0ZV3hTKD9zSdgsRgBsGo575rnD0oAZxwqQZ-kAY68kGg4b-FT-u_V2\\u0026loc\\u003dIN\\u0026title\\u003dEngineering+Analyst",
          "description_excerpt": "Use large-scale data analysis to discover and understand how attackers are compromising Google accounts or are creating and using them for abuse, identifying weak points in our systems.\nDevelop and deploy policies and interventions within Google's sign-up, sign-in, and reAuth flows to prevent unauth"
        },
        {
          "req_id": "76806086312501958",
          "title": "Software Engineer, Apps, Pixel",
          "department": "Pixel",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckSadRo7ei5YNHPLkP7KUskztExJFVnVcMI_PysgBIeXMEjsA1Ny_i98VVAgX3Uq2og8H5KMuiU7D5IjksR7h46mThM-Wc9t_s30Pl-qebc1AOT47t2X92Odm2MMS8A%3D%3D_V2\\u0026loc\\u003dTW\\u0026title\\u003dSoftware+Engineer",
          "description_excerpt": "Design, build, and maintain high-quality Android components and server components for Pixel apps end to end, ensuring a premium user experience.\nPartner closely with AI/ML teams to integrate AI/ML capabilities into native apps.\nWork with PM, UX, QA and other cross functional partners to define requi"
        },
        {
          "req_id": "124073197837394630",
          "title": "Market Insights and Strategy Partner, DeepMind (Fixed-Term Contract)",
          "department": "DeepMind",
          "location": "Mountain View, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckZb08RogB15Z12mwWmx_QQxnUIL7gJcpvtFqe3j_l2VNEjsA1Ny_i4Va2UQKqBPRr4w8cOi_TskmHxNRWQD81puZV-j8cXYPNmso9od0LM0zdisS4Tuo2yaosNGdBA%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dMarket+Insights+and+Strategy+Partner",
          "description_excerpt": "Partner with TA Leadership and recruiters to deeply understand their workflows, diagnose their blind spots, and determine exactly what market intelligence they need to influence the business and win top talent.\nBring an \"executive researcher\" level of curiosity to our hardest searches. Identify, map"
        },
        {
          "req_id": "131135910778413766",
          "title": "Engineering Manager, Android SRE, Site Reliability Engineering",
          "department": "Site Reliability Engineering",
          "location": "Sydney",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckUSnSPn2L970Psiiagwne58Nnqc94eZM2bsrRC7qS5qDEjsA1Ny_i7_HtX79XBbq5VuxppsShXJsyYEzcc_JiGAsi8rVbATu7bCRaO1UAw7f3uvUuZD3FbbS3RMsqw%3D%3D_V2\\u0026loc\\u003dAU\\u0026title\\u003dEngineering+Manager",
          "description_excerpt": "Lead software and systems engineers through planning, technical execution, and quality delivery. Grow engineering talent through mentoring and coaching strategies.\nManage end-to-end availability and performance for mission-critical services while building automation to prevent recurrence.\nCollaborat"
        },
        {
          "req_id": "140997155690029766",
          "title": "Head of Customer Engineering IV, Security, Google Cloud, APAC",
          "department": "Google Cloud",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckaIThMwC8_di4OmKvcoo9MPBdqwE9zYEhVXwLQpKMU4tEjsA1Ny_i1W-LEwUsv9B4ZFed9P6lNimVqZUwZiTjJlecVQmwe9LKc9gzUKtSUizZ4IKXSOMk2WPvq5iNA%3D%3D_V2\\u0026loc\\u003dSG\\u0026title\\u003dHead+of+Customer+Engineering+IV",
          "description_excerpt": "Lead and empower an organization of GCS CE Managers and specialized CEs, cultivating a high-performance culture focused on continuous skill development and strategic pre-sales execution. Under your leadership, this team will help enterprise customers modernize their security programs and achieve tra"
        },
        {
          "req_id": "113619848734352070",
          "title": "International Growth Consultant, AppDev, Google Customer Solutions (English, Portuguese, Spanish)",
          "department": "Google Customer Solutions",
          "location": "New York, NY, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckZIBvj8P3lzMpIrA78eesrNqXQpjOJJMcXMstgaqdPP3EjsA1Ny_izuy9KtiUIqD0un-R5KFozdeC0nFiJwjgxdqOZHweica1y46Uc9kNm3_P-qxNufyGPQ0IvxGTg%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dInternational+Growth+Consultant",
          "description_excerpt": "Work on a dynamic international team helping Google clients be successful in global markets and understand the digital advertising market.\nDevelop relationships to serve as a trusted consultant to accelerate partners\u2019 international growth objectives. Understand customers\u2019 objectives and help them ac"
        },
        {
          "req_id": "96791840451109574",
          "title": "Technical Leader, Infrastructure and Operations",
          "department": "Infrastructure and Operations",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2Fckb8_rTFbe2pt5u6EWwkCfcnA3pJuW-sy7nCKsp0c72r7EjsA1Ny_i8WZbLdV9S0UGnbIrQ3Cv3yoJuwQa0cZFs_qrIPcCePURVsrQhxXTktChUW9X2VHxRdtWCP_Vw%3D%3D_V2\\u0026loc\\u003dGB\\u0026title\\u003dTechnical+Leader",
          "description_excerpt": "Provide technical leadership on projects.\nInfluence and coach a distributed team of engineers.\nFacilitate alignment and clarity across teams on goals, outcomes, and timelines.\nManage project priorities, deadlines, and deliverables.\nDesign, develop, test, deploy, maintain, and enhance large-scale sof"
        },
        {
          "req_id": "107128349263831750",
          "title": "Technical Program Manager, Play Developer",
          "department": "Play Developer",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckaHaqwqdeFTMhRewk2HuoZzsCvu2AqlLnWra7z3rHGXvEjsA1Ny_i5ln4Ky1KL0rZuerts2z7HeNkekr2Xa-IgUE1RcriOsEzNvke2Y9AWA3OS848GfLLeqKiKiQ7Q%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dTechnical+Program+Manager",
          "description_excerpt": "Lead and coordinate projects that span offices, product areas, and time zones, ensuring all players are aligned on progress and deadline and maintain flexibility to collaborate across global time zones with international stakeholders and cross-site partners.\nPartner with Engineering and Product Lead"
        },
        {
          "req_id": "117063673771369158",
          "title": "Product GTM Strategy and Operations Manager",
          "department": "",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckV9WiROQWCJKK8yPr-HehIfuAQ8G1LzQ2p8SsEzURj8REjsA1Ny_i4EOn2Ag3j0UNxyoLZEPUmSeXKmlOXqjK-fZaj9_j8saU6rh3khbcqNyyC6GOU_Q6lswOooacQ%3D%3D_V2\\u0026loc\\u003dSG\\u0026title\\u003dProduct+GTM+Strategy+and+Operations+Manager",
          "description_excerpt": "Own the product Go-to-Market (GTM) strategy in APAC for key verticals/products. Execute communication documents, lead experiments/trusted tester programs, quarterly forecasting.\nWork seamlessly with Global Product Activation team and the APAC YouTube Partnerships team to drive business outcomes and"
        },
        {
          "req_id": "129226059080966854",
          "title": "Senior Field Sales Account Manager, Google Cloud",
          "department": "Google Cloud",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2Fckc5ogHxmlzX5U9KnqIhsjSeRckoqNw0GY0pmgmpjz76fEjsA1Ny_i9HJHEwyKvQRl8xd4OwsimGPexXxOx5CwMc9DDxAbJH5j-pkeFS0h6_Q77eyf6h8xYIar5iLxQ%3D%3D_V2\\u0026loc\\u003dCH\\u0026title\\u003dSenior+Field+Sales+Account+Manager",
          "description_excerpt": "Create, build, and maintain customer relationships, establishing yourself as a trusted advisor on their long-term strategy, technology, and business decisions, particularly in the context of IT and manufacturing transformation.\nCollaborate closely with the Key Account Director, Principal Architect,"
        },
        {
          "req_id": "116859302047556294",
          "title": "Child Exploitation Investigator, CyberCrime Investigation Group, Victim Identification",
          "department": "",
          "location": "Washington",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckeDfHJYZvRmDI5WX3P_KBCUtfx6cBhthxlP4YhdzDoYNEjoA1Ny_i-GWXdEvkl9Tf6s4gpae8HrGxoFjjUN0Ol56mchXeSh7DjbDQa_1gObsykcwmihQMoQ9WOUD_V2\\u0026loc\\u003dUS\\u0026title\\u003dChild+Exploitation+Investigator",
          "description_excerpt": "Conduct investigations involving child exploitation and child sexual abuse material detected on Google infrastructure.\nTriage incoming leads and conduct research and analysis to assist with identification and location of subjects and victims.\nNavigate internal technical infrastructures to extract an"
        },
        {
          "req_id": "130448990888960710",
          "title": "Software Engineer III, XR World Context",
          "department": "XR World Context",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckbpaVGs3e8kEAQztIaNE9SbTDxliDGx3F0Z8VpqszRFYEjsA1Ny_i8mnUmv32660vK7E3l2Yg0w5qIx-2J_An46x9-OOZPeDTGePN07MTvWxOCcJLnnq-vcdwjX50g%3D%3D_V2\\u0026loc\\u003dCH\\u0026title\\u003dSoftware+Engineer+III",
          "description_excerpt": "Develop innovative computer vision and machine learning technology for applications in the field of spatial AI and context awareness.\nProductionalize innovative computer vision, deep learning and Artificial Intelligence (AI) in the area of third-dimension (3D) scene understanding, including the desi"
        },
        {
          "req_id": "79804660679877318",
          "title": "Senior Operations Manager, Wafer Fabrication, Raxium",
          "department": "Raxium",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckdoiRkKBtfq7m8_tnh5EkM0p2ekfbQ6HUp96feyKjGjlEjsA1Ny_i248b0jPW3_OkBAjx07dU7AZOhVqz_QTppN3Bf4tUGn-Fng_KdEsanWPM5YYG45ZWufXAUae1g%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dSenior+Operations+Manager",
          "description_excerpt": "Lead all production teams (epi, fab, test). Ensure execution against daily, weekly, and quarterly goals, consistently meeting safety, quality, and output objectives.\nMaximize fab throughput by driving daily constraint mitigation for tools, labor, and material, identifying and resolving bottlenecks a"
        },
        {
          "req_id": "130085877173887686",
          "title": "Staff Site Reliability Developer, Protected Data SRE",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckUqZG1k9dRvSxPCrEHG4xVvm1EYwFfg9z3FU0BNRJkWZEjsA1Ny_i0nfTiiK0P706Vu_eUkSdvCjJL7hsc2KMSzuYA3Tu73x5o87y924JeFkVEhNRIO7quif2QZ40w%3D%3D_V2\\u0026loc\\u003dCA\\u0026title\\u003dStaff+Site+Reliability+Developer",
          "description_excerpt": "Drive the strategy to reduce complexity ecosystem-wide, focusing on solution and component reuse to prevent new production risks.\nPartner with executive developing stakeholders and cross-functional programs to balance product reliability against regulatory deadlines.\nDesign company-wide capabilities"
        },
        {
          "req_id": "142801729149117126",
          "title": "Account Manager, Large Customer Sales, SEAS",
          "department": "Large Customer Sales",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckXhmXaq8oL-mKik3eBamrIpMJYhVqzp66L9FjGbunPkeEjsA1Ny_i6Nz79sSOi1ranPejJhjdZXK-gwvfz2QNGhjg-sFPpPPKmpIkw8YLchO44we0y1Egf5ZLvi1ew%3D%3D_V2\\u0026loc\\u003dSG\\u0026title\\u003dAccount+Manager",
          "description_excerpt": "Take responsibility for the account management of clients, thoroughly understanding growth drivers, identifying opportunities for growth, managing risks, and building multi-quarter plans for achievement.\nServe as a liaison with clients regarding new product launches and advertising solutions and coo"
        },
        {
          "req_id": "101062068735484614",
          "title": "Data Center Technician (Swing Weekend Shifts)",
          "department": "Data Center",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckQi0WlQbV233TkrhOcUQHQYK_tNLm_qT2XprhvOp7FVeEjsA1Ny_i2dqkeNPsOQZ0aHEZM08k8f04RzFtgqe8lLC0HvKUx77DYZZO0trernnGqIJijzC5beCH9X_yw%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dData+Center+Technician",
          "description_excerpt": "Deploy and operate new data center infrastructure across projects or functions.\nReport issues and follow data center procedures to troubleshoot and diagnose straightforward issues with equipment or infrastructure as they arise, and applying the resources needed to resolve identified issues.\nMaintain"
        },
        {
          "req_id": "115974470065103558",
          "title": "Software Engineering Manager II, AI/ML, Google Cloud",
          "department": "Google Cloud",
          "location": "Sunnyvale, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2FckV7qM6NrbQbVaSAtHQ_X62RFPWwKpNLRlG6t50GFriIQEjsA1Ny_iy0XgTWS97j8JAQQIGKg2GYzzhj-QVXpu0jY6bYM5drnXBX2xovDdUs6EgvOelxPtZDQVxOgGw%3D%3D_V2\\u0026loc\\u003dUS\\u0026title\\u003dSoftware+Engineering+Manager+II",
          "description_excerpt": "Set and communicate team priorities that support the broader organization's goals. Align strategy, processes, and decision-making across teams.\nSet clear expectations with individuals based on their level and role and aligned to the broader organization's goals. Meet regularly with individuals to di"
        },
        {
          "req_id": "112246026135315142",
          "title": "Technical Program Manager, AI",
          "department": "AI",
          "location": "Hyderabad, Telangana, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.google.com/about/careers/applications/signin?jobId\\u003dCiUAL2Fckb_rDOro2aS4cMqzecc1xrHgMvUYgCL3166h_t48BqUiEjsA1Ny_i8_03hdZh4TP2SPm4XO7QVaN0azm1c934GPEYMSzwjevJMmfrEWnbgxzru86FvMDUbyTTJPm3w%3D%3D_V2\\u0026loc\\u003dIN\\u0026title\\u003dTechnical+Program+Manager",
          "description_excerpt": "Own and drive the planning and execution of complex, cross-functional engineering efforts within a specific domain or product area.\nLead programs using Agile methodologies. Demonstrate a strong understanding of Agile ceremonies and help software teams adopt and mature their Agile practices to improv"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "113959917802398406",
          "title": "Strategic Agency Manager",
          "department": "",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 11
        },
        {
          "req_id": "140848905666339526",
          "title": "Senior Staff Software Engineer, Site Reliability Engineering, Google Cloud",
          "department": "Google Cloud",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "103945973280973510",
          "title": "Senior Software Engineering Manager, AI/ML GenAI, Google Cloud AI",
          "department": "Google Cloud AI",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "120462602340836038",
          "title": "Engineering Manager, Android SRE, Site Reliability Engineering",
          "department": "Android SRE",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "74907312308789958",
          "title": "Senior Software Engineer, Engineering Productivity, Core",
          "department": "Core",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "waymo-software-engineer-post-silicon-testing-bengaluru-karnataka-india",
          "title": "Software Engineer Post Silicon Testing Bengaluru Karnataka India",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "100602880796304070",
          "title": "Senior Software Engineer, Edge TPU Developer Tools",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "138231329794728646",
          "title": "Staff Software Engineer, AlloyDB, Database Internals",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "105691145731744454",
          "title": "Engineering Manager, Woodshed",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "93670966789317318",
          "title": "Mechanical Technician III (Technicien de maintenance)",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "79385888382952134",
          "title": "Software Engineer III, Search, Mobile (Android)",
          "department": "Mobile (Android)",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "77374048392094406",
          "title": "Staff Software Engineer, Cloud Regional Security Isolation",
          "department": "Cloud Regional Security Isolation",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "122272760331150022",
          "title": "Account Strategist, SBS Engage, Google Customer Solutions, Market: Sub Saharan Africa (English)",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "142314915980288710",
          "title": "Technical Program Manager, Data Center Network Infrastructure Construction",
          "department": "Data Center Network Infrastructure Construction",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "109561671474651846",
          "title": "Data Center Technician II, Hardware Operations",
          "department": "Hardware Operations",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        }
      ],
      "description_changes": [
        {
          "req_id": "98510901111333574",
          "title": "Staff Software Engineer, Agent-Centric Data and APIs",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 4610,
          "new_length": 5080,
          "length_delta": 470
        },
        {
          "req_id": "114457223475667654",
          "title": "AI Sales Specialist, Media and Entertainment, Google Cloud",
          "department": "Google Cloud",
          "change_date": "2026-06-23",
          "prev_length": 6522,
          "new_length": 6180,
          "length_delta": -342
        },
        {
          "req_id": "86481917485949638",
          "title": "Program Manager III, Software Engineering, Core",
          "department": "Core",
          "change_date": "2026-06-23",
          "prev_length": 3336,
          "new_length": 3574,
          "length_delta": 238
        },
        {
          "req_id": "136311011362644678",
          "title": "Field Sales Representative, FSI, Google Cloud",
          "department": "Google Cloud",
          "change_date": "2026-06-23",
          "prev_length": 3606,
          "new_length": 3346,
          "length_delta": -260
        },
        {
          "req_id": "126610602138182342",
          "title": "Staff UX Program Manager, XR Studio",
          "department": "XR Studio",
          "change_date": "2026-06-23",
          "prev_length": 4978,
          "new_length": 5721,
          "length_delta": 743
        },
        {
          "req_id": "127518508933096134",
          "title": "Video and Incentive Specialist, YouTube (Fixed-Term Contract) (English, Italian)",
          "department": "YouTube (Fixed-Term Contract)",
          "change_date": "2026-06-23",
          "prev_length": 3639,
          "new_length": 3733,
          "length_delta": 94
        },
        {
          "req_id": "108283102760968902",
          "title": "Field Sales Representative, Telecom and Cable, Google Cloud",
          "department": "Google Cloud",
          "change_date": "2026-06-23",
          "prev_length": 6103,
          "new_length": 5843,
          "length_delta": -260
        },
        {
          "req_id": "130516808422564550",
          "title": "Strategy and Operations Senior Associate, GTM",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 5591,
          "new_length": 5682,
          "length_delta": 91
        },
        {
          "req_id": "139639799995605702",
          "title": "Senior Partner Engineer, Business Messaging",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 3710,
          "new_length": 4324,
          "length_delta": 614
        },
        {
          "req_id": "81068248648295110",
          "title": "AI Sales Specialist, Financial Services, Google Cloud",
          "department": "Google Cloud",
          "change_date": "2026-06-23",
          "prev_length": 5499,
          "new_length": 4810,
          "length_delta": -689
        }
      ],
      "novel_terms": []
    },
    "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": 53,
        "open_end": 56,
        "net_change": 3,
        "pct_change": 5.7,
        "new_postings": 8,
        "closed_postings": 2,
        "salary_disclosure_rate_pct_end": 55.4,
        "salary_disclosure_rate_pct_start": 56.6
      },
      "by_department_top10": [
        {
          "dept": "Marketing",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 196667.0,
          "share_pct_postings": 12.5
        },
        {
          "dept": "Product",
          "open_end": 7,
          "open_start": 6,
          "net_change": 1,
          "pct_change": 16.7,
          "avg_salary_usd": 225500.0,
          "share_pct_postings": 12.5
        },
        {
          "dept": "Software Engineering",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 184000.0,
          "share_pct_postings": 12.5
        },
        {
          "dept": "Finance & Operations",
          "open_end": 5,
          "open_start": 3,
          "net_change": 2,
          "pct_change": 66.7,
          "avg_salary_usd": 206375.0,
          "share_pct_postings": 8.9
        },
        {
          "dept": "Sales",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 146800.0,
          "share_pct_postings": 8.9
        },
        {
          "dept": "Underwriting",
          "open_end": 5,
          "open_start": 4,
          "net_change": 1,
          "pct_change": 25.0,
          "avg_salary_usd": 106500.0,
          "share_pct_postings": 8.9
        },
        {
          "dept": "Revenue Operations",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 224500.0,
          "share_pct_postings": 7.1
        },
        {
          "dept": "Analytics",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 232000.0,
          "share_pct_postings": 5.4
        },
        {
          "dept": "Design",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 228500.0,
          "share_pct_postings": 5.4
        },
        {
          "dept": "People",
          "open_end": 3,
          "open_start": 4,
          "net_change": -1,
          "pct_change": -25.0,
          "avg_salary_usd": 117250.0,
          "share_pct_postings": 5.4
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 16,
          "open_start": 14,
          "net_change": 2,
          "dollar_share_pct": 19.0
        },
        "S&M": {
          "open_end": 21,
          "open_start": 22,
          "net_change": -1,
          "dollar_share_pct": 47.4
        },
        "COGS": {
          "open_end": 8,
          "open_start": 6,
          "net_change": 2,
          "dollar_share_pct": 15.4
        },
        "G&A": {
          "open_end": 1,
          "open_start": 2,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 5,
          "net_change": 0
        },
        "IC": {
          "open_end": 14,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 15,
          "net_change": 2
        },
        "Manager": {
          "open_end": 7,
          "net_change": -3
        },
        "Director+": {
          "open_end": 15,
          "net_change": 4
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote US",
          "open_end": 32,
          "net_change": 2
        },
        {
          "city": "Bangalore, India",
          "open_end": 24,
          "net_change": 1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 31,
        "median_midpoint_usd_end": 208000.0,
        "p25_midpoint_usd_end": 150500.0,
        "p75_midpoint_usd_end": 224500.0,
        "median_midpoint_usd_start": 184000.0
      },
      "new_postings_sample": [
        {
          "req_id": "8592605002",
          "title": "Head of Final Expense Sales",
          "department": "Sales",
          "location": "Remote US",
          "salary_min": 119000.0,
          "salary_max": 210000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T18:42:26-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8592605002",
          "description_excerpt": "Responsibilities\nLead the Final Expense Sales organization, responsible for managing multiple teams and driving performance\nDefine and own KPIs across production, activity, efficiency, and quality; foster a data-driven performance culture with clear accountability at every level\nLead, develop, and s"
        },
        {
          "req_id": "8592553002",
          "title": "Head of Term Life Insurance Sales",
          "department": "Sales",
          "location": "Remote US",
          "salary_min": 119000.0,
          "salary_max": 210000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T18:41:55-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8592553002",
          "description_excerpt": "Responsibilities\nLead the Term Life Insurance Sales organization, responsible for managing multiple teams and driving performance\nDefine and own KPIs across production, activity, efficiency, and quality; foster a data-driven performance culture with clear accountability at every level\nLead, develop,"
        },
        {
          "req_id": "8603350002",
          "title": "Director, Product Management",
          "department": "Product",
          "location": "Remote US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T16:31:17-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8603350002",
          "description_excerpt": "Responsibilities:\nLeadership & People Management\nLead, mentor, and grow a team of product managers, fostering a culture of ownership, experimentation, and continuous improvement\nSet clear goals and development plans for direct reports; conduct regular performance reviews and provide ongoing coaching"
        },
        {
          "req_id": "8570932002",
          "title": "Principal Security Engineer",
          "department": "Security/IT",
          "location": "Bangalore, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T03:45:59-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8570932002",
          "description_excerpt": "Responsibilities:\nConduct Threat Modeling & Architectural Assessments to cover all Information Security domains to ensure Security by Design\nAssess technologies and solutions to develop and enrich security capabilities\nIdentify security gaps and communicate associated business risks to relevant stak"
        },
        {
          "req_id": "8598078002",
          "title": "Senior Life Underwriter",
          "department": "Underwriting",
          "location": "Remote US",
          "salary_min": 77000.0,
          "salary_max": 136000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T13:19:51-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8598078002",
          "description_excerpt": "Responsibilities:\nUnderstand underwriting policies, guidelines, practices and procedures\nDetermine whether to accept, modify, or decline a risk through evaluation of an individual's medical history or physical condition, occupational hazard, and financial background\nCommunicate effectively both writ"
        },
        {
          "req_id": "8595210002",
          "title": "Senior Director Finance, GTM",
          "department": "Finance & Operations",
          "location": "Remote US",
          "salary_min": 191000.0,
          "salary_max": 338000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T12:12:11-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8595210002",
          "description_excerpt": "Responsibilities\nOwn financial planning and forecasting for the GTM business\nDrive our efforts to better serve new customer segments, launch new insurance products, and/or partnership offerings\nApply business judgment and financial insights to drive decision making related to unit economics, custome"
        },
        {
          "req_id": "8585149002",
          "title": "Senior Revenue Operations Analyst",
          "department": "Revenue Operations",
          "location": "Bangalore, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T00:19:50-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8585149002",
          "description_excerpt": "Responsibilities:\nAnalytics & Insights\nOwn end-to-end reporting across the marketing-to-sales funnel, including leading indicators (dial volume, connect rate), in-process metrics (CVR by segment, handle time), and lagging outcomes (issued AP, persistency)\nBuild and maintain dashboards in Mode, Hex,"
        },
        {
          "req_id": "8585148002",
          "title": "Product Analyst",
          "department": "Product",
          "location": "Bangalore, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T05:51:35-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/ethoslife/jobs/8585148002",
          "description_excerpt": "Responsibilities\nChampion a data-driven culture across product teams by setting standards for measurement, instrumentation, and insight communication\nPartner closely with Product Managers to define feature success metrics, implement event tracking, build dashboards, and analyze A/B experiment result"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8538843002",
          "title": "People Director, US",
          "department": "People",
          "first_seen": "2026-05-12",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 39
        },
        {
          "req_id": "8519867002",
          "title": "Strategic Account Manager ",
          "department": "Revenue",
          "first_seen": "2026-05-02",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 46
        }
      ],
      "description_changes": [
        {
          "req_id": "8568156002",
          "title": "People Operations Specialist (Temporary)",
          "department": "People",
          "change_date": "2026-06-23",
          "prev_length": 3956,
          "new_length": 3992,
          "length_delta": 36
        },
        {
          "req_id": "8561485002",
          "title": "Director of Product, Conversational AI",
          "department": "Product",
          "change_date": "2026-06-23",
          "prev_length": 8883,
          "new_length": 8924,
          "length_delta": 41
        },
        {
          "req_id": "8359330002",
          "title": "Full Stack Engineer",
          "department": "Software Engineering",
          "change_date": "2026-06-20",
          "prev_length": 3675,
          "new_length": 3674,
          "length_delta": -1
        },
        {
          "req_id": "8328817002",
          "title": "Senior Manager, Strategy & Operations (Consumer Business)",
          "department": "Finance & Operations",
          "change_date": "2026-06-20",
          "prev_length": 7207,
          "new_length": 7206,
          "length_delta": -1
        },
        {
          "req_id": "8328817002",
          "title": "Senior Manager, Strategy & Operations (Consumer Business)",
          "department": "Finance & Operations",
          "change_date": "2026-06-19",
          "prev_length": 7451,
          "new_length": 7207,
          "length_delta": -244
        },
        {
          "req_id": "8581622002",
          "title": "Underwriting Support Associate",
          "department": "Underwriting",
          "change_date": "2026-06-18",
          "prev_length": 3433,
          "new_length": 3432,
          "length_delta": -1
        },
        {
          "req_id": "8568687002",
          "title": "Underwriting Rules Performance Consultant",
          "department": "Underwriting",
          "change_date": "2026-06-18",
          "prev_length": 5876,
          "new_length": 5875,
          "length_delta": -1
        },
        {
          "req_id": "8534404002",
          "title": "Underwriting Auditor",
          "department": "Underwriting",
          "change_date": "2026-06-18",
          "prev_length": 3070,
          "new_length": 3069,
          "length_delta": -1
        },
        {
          "req_id": "8419978002",
          "title": "Strategic Finance Associate",
          "department": "Finance & Operations",
          "change_date": "2026-06-18",
          "prev_length": 4111,
          "new_length": 4110,
          "length_delta": -1
        },
        {
          "req_id": "8363094002",
          "title": "Staff Software Engineer",
          "department": "Software Engineering",
          "change_date": "2026-06-18",
          "prev_length": 7178,
          "new_length": 7177,
          "length_delta": -1
        }
      ],
      "novel_terms": [
        {
          "term": "sales organization",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "organization responsible",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "multiple teams",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "driving performance",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "performance define",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "own kpis",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "production activity",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "activity efficiency",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "quality foster",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "foster data",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "driven performance",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "performance culture",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "clear accountability",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        }
      ]
    },
    "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": 145,
        "open_end": 133,
        "net_change": -12,
        "pct_change": -8.3,
        "new_postings": 17,
        "closed_postings": 12,
        "salary_disclosure_rate_pct_end": 71.4,
        "salary_disclosure_rate_pct_start": 70.3
      },
      "by_department_top10": [
        {
          "dept": "AV & Fleet Operations",
          "open_end": 13,
          "open_start": 12,
          "net_change": 1,
          "pct_change": 8.3,
          "avg_salary_usd": 95649.0,
          "share_pct_postings": 9.8
        },
        {
          "dept": "Growth",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 153742.0,
          "share_pct_postings": 7.5
        },
        {
          "dept": "Lyft Business",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": 150188.0,
          "share_pct_postings": 6.8
        },
        {
          "dept": "Core Rider",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 174525.0,
          "share_pct_postings": 5.3
        },
        {
          "dept": "Corporate Engineering & IT",
          "open_end": 6,
          "open_start": 7,
          "net_change": -1,
          "pct_change": -14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 4.5
        },
        {
          "dept": "Fulfillment",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 141696.0,
          "share_pct_postings": 4.5
        },
        {
          "dept": "Infrastructure",
          "open_end": 6,
          "open_start": 8,
          "net_change": -2,
          "pct_change": -25.0,
          "avg_salary_usd": 173250.0,
          "share_pct_postings": 4.5
        },
        {
          "dept": "Central Market Management & AI",
          "open_end": 5,
          "open_start": 8,
          "net_change": -3,
          "pct_change": -37.5,
          "avg_salary_usd": 165938.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Executive",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 238374.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Lyft Ads",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 188719.0,
          "share_pct_postings": 3.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 49,
          "open_start": 62,
          "net_change": -13,
          "dollar_share_pct": 30.9
        },
        "S&M": {
          "open_end": 23,
          "open_start": 24,
          "net_change": -1,
          "dollar_share_pct": 20.8
        },
        "COGS": {
          "open_end": 23,
          "open_start": 22,
          "net_change": 1,
          "dollar_share_pct": 14.6
        },
        "G&A": {
          "open_end": 14,
          "open_start": 13,
          "net_change": 1,
          "dollar_share_pct": 12.4
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 8,
          "net_change": 2
        },
        "IC": {
          "open_end": 35,
          "net_change": -3
        },
        "IC-Senior": {
          "open_end": 33,
          "net_change": -3
        },
        "Manager": {
          "open_end": 52,
          "net_change": -8
        },
        "Director+": {
          "open_end": 4,
          "net_change": 0
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Francisco, CA",
          "open_end": 47,
          "net_change": -4
        },
        {
          "city": "Toronto, Canada",
          "open_end": 29,
          "net_change": -5
        },
        {
          "city": "New York, NY",
          "open_end": 26,
          "net_change": -5
        },
        {
          "city": "Mexico City, Mexico",
          "open_end": 8,
          "net_change": -1
        },
        {
          "city": "Nashville, TN",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "Seattle, WA",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "Montreal, Canada",
          "open_end": 2,
          "net_change": 2
        },
        {
          "city": "Washington, DC",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "U.S. Anywhere",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Pittsburgh, PA",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 95,
        "median_midpoint_usd_end": 162000.0,
        "p25_midpoint_usd_end": 132480.0,
        "p75_midpoint_usd_end": 190125.0,
        "median_midpoint_usd_start": 160875.0
      },
      "new_postings_sample": [
        {
          "req_id": "8594866002",
          "title": "Operations Associate, Flexdrive",
          "department": "AV & Fleet Operations",
          "location": "Wheat Ridge, CO",
          "salary_min": 38792.0,
          "salary_max": 48484.8,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:57:26-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594866002?gh_jid=8594866002",
          "description_excerpt": "Responsibilities:\nAssists customers with the car rental process, including but not limited to Express Drive customer support, customer Arrival/Check-In, assigning drivers to rental vehicles and processing rental returns\nPrepares Flexdrive rental vehicles for Lyft Drivers, which includes fueling and"
        },
        {
          "req_id": "8594729002",
          "title": "Operations Associate, Flexdrive",
          "department": "AV & Fleet Operations",
          "location": "Vienna, VA",
          "salary_min": 38792.0,
          "salary_max": 48484.8,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:56:47-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594729002?gh_jid=8594729002",
          "description_excerpt": "Responsibilities:\nAssists customers with the car rental process, including but not limited to Express Drive customer support, customer Arrival/Check-In, assigning drivers to rental vehicles and processing rental returns\nPrepares Flexdrive rental vehicles for Lyft Drivers, which includes fueling and"
        },
        {
          "req_id": "8594136002",
          "title": "Operations Associate, Flexdrive",
          "department": "AV & Fleet Operations",
          "location": "Cleveland, OH",
          "salary_min": 34569.6,
          "salary_max": 42161.6,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:56:24-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594136002?gh_jid=8594136002",
          "description_excerpt": "Responsibilities:\nAssists customers with the car rental process, including but not limited to Express Drive customer support, customer Arrival/Check-In, assigning drivers to rental vehicles and processing rental returns\nPrepares Flexdrive rental vehicles for Lyft Drivers, which includes fueling and"
        },
        {
          "req_id": "8599050002",
          "title": "Paralegal II, Litigation",
          "department": "Litigation",
          "location": "San Francisco, CA",
          "salary_min": 88000.0,
          "salary_max": 110000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-19T15:06:30-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8599050002?gh_jid=8599050002",
          "description_excerpt": "Responsibilities:\nAssist in-house counsel with administrative tasks, pre-litigation and litigation matters, and responding to legal requests.\nConduct deep-dive fact investigations related to pre-litigation matters, arbitrations, and filed lawsuits\nPrepare memoranda and summaries of factual research"
        },
        {
          "req_id": "8594126002",
          "title": "Operations Technology Product Designer ",
          "department": "LUS Supply & Operations Technology",
          "location": "Montreal, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:34:01-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594126002?gh_jid=8594126002",
          "description_excerpt": "Responsibilities:\nProblem solve, think big, and explore divergent concepts/ideas while understanding how to converge and build iteratively towards your vision.\nPlan strategically and think tactically as a partner with product and engineering to define the future of the team.\nInfluence the shape of t"
        },
        {
          "req_id": "8594314002",
          "title": "Concepteur de Produits Technologiques Op\u00e9rationnels",
          "department": "LUS Supply & Operations Technology",
          "location": "Montreal, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T09:33:29-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594314002?gh_jid=8594314002",
          "description_excerpt": "Chez Lyft, notre mission est de servir et de connecter. Nous y parvenons en favorisant un environnement de travail o\u00f9 chacun trouve sa place et a la possibilit\u00e9 de s'\u00e9panouir.\nLyft connecte les gens aux transports pour transformer notre fa\u00e7on de vivre et de nous d\u00e9placer dans nos communaut\u00e9s. Lyft e"
        },
        {
          "req_id": "8555456002",
          "title": "Candidate Experience Lead",
          "department": "Talent Acquisition",
          "location": "Nashville, TN",
          "salary_min": 72160.0,
          "salary_max": 90200.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8555456002?gh_jid=8555456002",
          "description_excerpt": "Responsibilities:\nEstablish and hold the team accountable to scheduling SLAs \u2014 turnaround times, ticket pickups, interview confirmations \u2014 while building the environment where those standards are sustainable, not just enforced.\nSpotting the process gaps before they become escalations, using data to"
        },
        {
          "req_id": "8555333002",
          "title": "Candidate Experience Lead",
          "department": "Talent Acquisition",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8555333002?gh_jid=8555333002",
          "description_excerpt": "Responsibilities:\nEstablish and hold the team accountable to scheduling SLAs \u2014 turnaround times, ticket pickups, interview confirmations \u2014 while building the environment where those standards are sustainable, not just enforced.\nSpotting the process gaps before they become escalations, using data to"
        },
        {
          "req_id": "8571314002",
          "title": "Technical Learning Manager",
          "department": "Team Member Experience",
          "location": "Nashville, TN",
          "salary_min": 104960.0,
          "salary_max": 131200.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T15:15:15-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8571314002?gh_jid=8571314002",
          "description_excerpt": "Responsibilities:\nProgram Ownership\nOwn the strategy and execution of Lyft's technical learning portfolio, including engineering continuing education programs, documentation improvement initiatives and compliance training\nManage mid-cycle programs with active stakeholder relationships and scheduled"
        },
        {
          "req_id": "8594174002",
          "title": "Associate Counsel, Litigation",
          "department": "Litigation",
          "location": "San Francisco, CA",
          "salary_min": 144000.0,
          "salary_max": 180000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594174002?gh_jid=8594174002",
          "description_excerpt": "Responsibilities:\nPrimary responsibility \u2014 meaning, hands-on work, not just supervising outside counsel \u2014 for a wide variety of litigation matters, pre-litigation dispute resolution, internal counseling, and other legal disputes, with an emphasis on consumer litigation, tort claims, and intellectual"
        },
        {
          "req_id": "8594351002",
          "title": "Associate Counsel, Litigation",
          "department": "Litigation",
          "location": "New York, NY",
          "salary_min": 144000.0,
          "salary_max": 180000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594351002?gh_jid=8594351002",
          "description_excerpt": "Responsibilities:\nPrimary responsibility \u2014 meaning, hands-on work, not just supervising outside counsel \u2014 for a wide variety of litigation matters, pre-litigation dispute resolution, internal counseling, and other legal disputes, with an emphasis on consumer litigation, tort claims, and intellectual"
        },
        {
          "req_id": "8594129002",
          "title": "Data Engineer",
          "department": "SCC Tech",
          "location": "Mexico City, Mexico",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594129002?gh_jid=8594129002",
          "description_excerpt": "Responsibilities:\nOwner of the core data pipeline, responsible for scaling up data processing flow to meet the rapid data growth at Lyft\nEvolve data model and data schema based on business and engineering needs\nImplement systems tracking data quality and consistency\nDevelop tools supporting self-ser"
        },
        {
          "req_id": "8594724002",
          "title": "Senior Product Manager, Core Rider",
          "department": "Core Rider",
          "location": "San Francisco, CA",
          "salary_min": 148000.0,
          "salary_max": 185000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594724002?gh_jid=8594724002",
          "description_excerpt": "Responsibilities:\nDrive strategic alignment by analyzing Lyft's competitive landscape and market position to define an ambitious product vision that motivates teams and leadership. Set team goals and success metrics that directly support Lyft's mission while maximizing business impact through rigoro"
        },
        {
          "req_id": "8594759002",
          "title": "Software Engineer, Frontend - Lyft Urban Solutions",
          "department": "LUS Enterprise Delivery",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594759002?gh_jid=8594759002",
          "description_excerpt": "Responsibilities:\nHelp define the roadmap and architecture based on technology and business needs\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 ensure code quality and distr"
        },
        {
          "req_id": "8594607002",
          "title": "Staff Product Manager, Business Travel",
          "department": "Lyft Business",
          "location": "New York, NY",
          "salary_min": 176000.0,
          "salary_max": 220000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594607002?gh_jid=8594607002",
          "description_excerpt": "Responsibilities:\nDefine the full-funnel growth strategy for business travel across acquisition, activation, and engagement, spanning both organic business travelers and managed company accounts. Set the north-star metric and the segment-level targets that anchor how the team prioritizes.\nOwn new-us"
        },
        {
          "req_id": "8594133002",
          "title": "Staff Product Manager, Business Travel",
          "department": "Lyft Business",
          "location": "San Francisco, CA",
          "salary_min": 176000.0,
          "salary_max": 220000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594133002?gh_jid=8594133002",
          "description_excerpt": "Responsibilities:\nDefine the full-funnel growth strategy for business travel across acquisition, activation, and engagement, spanning both organic business travelers and managed company accounts. Set the north-star metric and the segment-level targets that anchor how the team prioritizes.\nOwn new-us"
        },
        {
          "req_id": "8594167002",
          "title": "Staff Product Manager I, Ad Serving",
          "department": "Lyft Ads",
          "location": "New York, NY",
          "salary_min": 176000.0,
          "salary_max": 220000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T02:53:49-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://app.careerpuck.com/job-board/lyft/job/8594167002?gh_jid=8594167002",
          "description_excerpt": "Responsibilities:\nHelp develop the strategy and objectives for our Ad Serving platform. Build a roadmap and lead a core team of engineers and data scientists to achieve it.\nAlign cross functional partners and teams beyond your immediate development team to drive a shared vision. For example, Sales,"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "8492244002",
          "title": "Senior Software Engineer, Marketplace",
          "department": "Core Systems & Platforms",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "8490442002",
          "title": "Senior Software Engineer, Marketplace",
          "department": "Core Systems & Platforms",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "8544636002",
          "title": "Backend Software Engineer, Airports",
          "department": "Verticals",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "8513769002",
          "title": "Machine Learning Engineer, Lyft Business",
          "department": "LUS Hardware",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "8514395002",
          "title": "Product Manager, Driver Experience",
          "department": "Marketplace Product",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "8450611002",
          "title": "Manager, Strategic Finance",
          "department": "FP&A",
          "first_seen": "2026-05-05",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 44
        },
        {
          "req_id": "8565400002",
          "title": "Data Engineer",
          "department": "Central Market Management & AI",
          "first_seen": "2026-05-27",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 22
        },
        {
          "req_id": "8582656002",
          "title": "Software Engineer, Backend",
          "department": "LUS Rider",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 9
        },
        {
          "req_id": "8508269002",
          "title": "Autonomous Vehicle Business Development Manager",
          "department": "Workforce Programs",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "8481812002",
          "title": "Senior Privacy Analyst",
          "department": "Security & Privacy",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "8525191002",
          "title": "Manager of Global Investigations",
          "department": "Security",
          "first_seen": "2026-04-29",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 49
        },
        {
          "req_id": "8532137002",
          "title": "AI Business Solution Architect",
          "department": "Foundations & AI Transformation",
          "first_seen": "2026-05-02",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 46
        }
      ],
      "description_changes": [
        {
          "req_id": "8513769002",
          "title": "Machine Learning Engineer, Lyft Business",
          "department": "LUS Hardware",
          "change_date": "2026-06-18",
          "prev_length": 5602,
          "new_length": 5602,
          "length_delta": 0
        },
        {
          "req_id": "8582822002",
          "title": "Chief of Staff, Policy",
          "department": "Executive",
          "change_date": "2026-06-18",
          "prev_length": 5954,
          "new_length": 6074,
          "length_delta": 120
        }
      ],
      "novel_terms": [
        {
          "term": "scheduling slas",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "slas turnaround",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "turnaround times",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "times ticket",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "ticket pickups",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "pickups interview",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "interview confirmations",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "just enforced",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "enforced spotting",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "process gaps",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "become escalations",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        }
      ]
    },
    "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": 518,
        "open_end": 519,
        "net_change": 1,
        "pct_change": 0.2,
        "new_postings": 68,
        "closed_postings": 31,
        "salary_disclosure_rate_pct_end": 79.4,
        "salary_disclosure_rate_pct_start": 78.0
      },
      "by_department_top10": [
        {
          "dept": "Data Center",
          "open_end": 108,
          "open_start": 110,
          "net_change": -2,
          "pct_change": -1.8,
          "avg_salary_usd": 179342.0,
          "share_pct_postings": 20.8
        },
        {
          "dept": "Sales & Marketing",
          "open_end": 28,
          "open_start": 30,
          "net_change": -2,
          "pct_change": -6.7,
          "avg_salary_usd": 190227.0,
          "share_pct_postings": 5.4
        },
        {
          "dept": "AI Research",
          "open_end": 26,
          "open_start": 27,
          "net_change": -1,
          "pct_change": -3.7,
          "avg_salary_usd": 208117.0,
          "share_pct_postings": 5.0
        },
        {
          "dept": "AR/VR",
          "open_end": 25,
          "open_start": 24,
          "net_change": 1,
          "pct_change": 4.2,
          "avg_salary_usd": 192281.0,
          "share_pct_postings": 4.8
        },
        {
          "dept": "Legal, Finance, Facilities & Admin",
          "open_end": 23,
          "open_start": 26,
          "net_change": -3,
          "pct_change": -11.5,
          "avg_salary_usd": 189089.0,
          "share_pct_postings": 4.4
        },
        {
          "dept": "Data Center, Infrastructure",
          "open_end": 22,
          "open_start": 18,
          "net_change": 4,
          "pct_change": 22.2,
          "avg_salary_usd": 162290.0,
          "share_pct_postings": 4.2
        },
        {
          "dept": "AI Research, Artificial Intelligence",
          "open_end": 18,
          "open_start": 18,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 197708.0,
          "share_pct_postings": 3.5
        },
        {
          "dept": "Infrastructure",
          "open_end": 17,
          "open_start": 14,
          "net_change": 3,
          "pct_change": 21.4,
          "avg_salary_usd": 200625.0,
          "share_pct_postings": 3.3
        },
        {
          "dept": "AR/VR, Facebook Reality Labs",
          "open_end": 16,
          "open_start": 19,
          "net_change": -3,
          "pct_change": -15.8,
          "avg_salary_usd": 190571.0,
          "share_pct_postings": 3.1
        },
        {
          "dept": "Product Management",
          "open_end": 15,
          "open_start": 14,
          "net_change": 1,
          "pct_change": 7.1,
          "avg_salary_usd": 236167.0,
          "share_pct_postings": 2.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 339,
          "open_start": 330,
          "net_change": 9,
          "dollar_share_pct": 70.6
        },
        "S&M": {
          "open_end": 82,
          "open_start": 84,
          "net_change": -2,
          "dollar_share_pct": 10.4
        },
        "COGS": {
          "open_end": 66,
          "open_start": 67,
          "net_change": -1,
          "dollar_share_pct": 13.3
        },
        "G&A": {
          "open_end": 14,
          "open_start": 18,
          "net_change": -4,
          "dollar_share_pct": 2.1
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 13,
          "net_change": -1
        },
        "IC": {
          "open_end": 265,
          "net_change": -5
        },
        "IC-Senior": {
          "open_end": 6,
          "net_change": -1
        },
        "Manager": {
          "open_end": 208,
          "net_change": 11
        },
        "Director+": {
          "open_end": 26,
          "net_change": -3
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Menlo Park, CA",
          "open_end": 57,
          "net_change": 2
        },
        {
          "city": "Sunnyvale, CA",
          "open_end": 23,
          "net_change": -2
        },
        {
          "city": "Redmond, WA",
          "open_end": 19,
          "net_change": -1
        },
        {
          "city": "Menlo Park, CA, New York, NY, San Francisco, CA",
          "open_end": 14,
          "net_change": -2
        },
        {
          "city": "Bellevue, WA, Menlo Park, CA, New York, NY",
          "open_end": 14,
          "net_change": 2
        },
        {
          "city": "Menlo Park, CA, New York, NY",
          "open_end": 14,
          "net_change": 1
        },
        {
          "city": "Singapore",
          "open_end": 14,
          "net_change": 0
        },
        {
          "city": "Sunnyvale, CA, Bellevue, WA, Menlo Park, CA",
          "open_end": 12,
          "net_change": 2
        },
        {
          "city": "Menlo Park, CA, Remote, US",
          "open_end": 10,
          "net_change": 1
        },
        {
          "city": "Bellevue, WA, Menlo Park, CA, Seattle, WA",
          "open_end": 9,
          "net_change": 1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 412,
        "median_midpoint_usd_end": 185502.0,
        "p25_midpoint_usd_end": 163000.0,
        "p75_midpoint_usd_end": 220500.0,
        "median_midpoint_usd_start": 185500.0
      },
      "new_postings_sample": [
        {
          "req_id": "3986871314949257",
          "title": "Sustainability Program Manager, Responsible Supply Chain",
          "department": "Data Center",
          "location": "Denver, CO, Austin, TX, Reston, VA",
          "salary_min": 132000.0,
          "salary_max": 188000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/3986871314949257",
          "description_excerpt": "Meta is hiring a Sustainability Program Manager to join the Sustainability Team focused on the Responsible Supply Chain (RSC) program. Our team enables Meta to operate and grow sustainably and responsibly. The Responsible Supply Chain program helps build safe and resilient communities in our global"
        },
        {
          "req_id": "2880397672324807",
          "title": "Strategic Sourcing and Partnerships Manager, Silicon",
          "department": "Facebook Reality Labs",
          "location": "Sunnyvale, CA",
          "salary_min": 199000.0,
          "salary_max": 272000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/2880397672324807",
          "description_excerpt": "Meta's Strategic Sourcing organization is seeking a Strategic Sourcing and Partnerships Manager to join our Silicon team, with a focus on Application Processors (AP) and System-on-Chip (SoC) sourcing strategy. In this role, you will drive sourcing strategy and supplier partnerships for silicon compo"
        },
        {
          "req_id": "993013143431121",
          "title": "Employee Relations Business Partner",
          "department": "People & Recruiting",
          "location": "Dublin, Ireland, London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/993013143431121",
          "description_excerpt": "The Meta Global Employee Relations team is a trusted partner to the very core of our business, our People. At Meta Global Employee Relations, we redefine the individual experience with empathy and respect. We are truly there in the moments that matter.\nIf you are an experienced EMEA Employee Relatio"
        },
        {
          "req_id": "982762197997295",
          "title": "Research Scientist, Wearables AI",
          "department": "AI Research, Artificial Intelligence",
          "location": "Burlingame, CA, New York, NY",
          "salary_min": 184000.0,
          "salary_max": 257000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/982762197997295",
          "description_excerpt": "Meta is seeking a Research Scientist with experience in product-focused signal processing and machine learning to help us create novel wearable sensors and algorithms to power the next generation of neuromotor interfaces and augmented reality systems. Work to reduce latency and friction between user"
        },
        {
          "req_id": "1426965155339653",
          "title": "Product Manager",
          "department": "Product Management",
          "location": "Menlo Park, CA, New York, NY, San Francisco, CA",
          "salary_min": 114000.0,
          "salary_max": 172000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/1426965155339653",
          "description_excerpt": "Meta Product Managers work with cross-functional teams of engineers, designers, data scientists and researchers to build products. We are looking for Product Managers who value moving quickly.\nBe responsible for driving one or more projects within a product area. Define success metrics, prioritize p"
        },
        {
          "req_id": "4542192286005722",
          "title": "Product Design Prototyper, Human Interface",
          "department": "Design & User Experience",
          "location": "Burlingame, CA",
          "salary_min": 139000.0,
          "salary_max": 199000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/4542192286005722",
          "description_excerpt": "As a Product Design Prototyper on the Reality Labs team, you will be working on the cutting edge of Wearables, VR, and Mobile technology. With our team, you will explore, prototype, and build experiences that define the future of how people interact. Join a multidisciplinary team experimenting with"
        },
        {
          "req_id": "1337433328575539",
          "title": "Product Design Prototyper, Human Interface",
          "department": "Design & User Experience",
          "location": "Burlingame, CA",
          "salary_min": 170000.0,
          "salary_max": 236000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/1337433328575539",
          "description_excerpt": "As a Product Design Prototyper on the Reality Labs team, you will be working on the cutting edge of Wearables, VR, and Mobile technology. With our team, you will explore, prototype, and build experiences that define the future of how people interact. Join a multidisciplinary team experimenting with"
        },
        {
          "req_id": "1020947124223601",
          "title": "Technical Program Manager- AI Infrastructure (Ads Ranking) ",
          "department": "Technical Program Management",
          "location": "Sunnyvale, CA, Bellevue, WA, Menlo Park, CA",
          "salary_min": 199000.0,
          "salary_max": 272000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/1020947124223601",
          "description_excerpt": "Meta Ads Ranking seeks a Technical Program Manager (TPM) to lead complex, large-scale programs advancing our infrastructure and platforms with the state-of-the-art in machine learning and AI systems for ad ranking. In this high-impact role, you will collaborate across engineering, product, data scie"
        },
        {
          "req_id": "2207600183359753",
          "title": "Media Strategy and Planning Lead",
          "department": "Sales & Marketing",
          "location": "Menlo Park, CA, Washington, DC, New York, NY",
          "salary_min": 152000.0,
          "salary_max": 213000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/2207600183359753",
          "description_excerpt": "Meta\u2019s Global Media Organization is seeking a Media Strategy and Planning lead to drive the development and execution of innovative, data-driven media strategies supporting Meta\u2019s Public Affairs priorities, globally. This role will manage a team of media experts, defining clear media strategies, dri"
        },
        {
          "req_id": "2267945047279150",
          "title": "Infrastructure Security Monitoring Engineer",
          "department": "Infrastructure",
          "location": "Menlo Park, CA",
          "salary_min": 122000.0,
          "salary_max": 181000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/2267945047279150",
          "description_excerpt": "Meta's Infrastructure Security Monitoring (ISM) team is seeking an experienced engineer to help secure the infrastructure that connects over a billion users. You will be responsible for building, implementing and operationally supporting detections throughout our infrastructure. We are looking for a"
        },
        {
          "req_id": "1029144689646467",
          "title": "Product Manager, Business Agents Quality",
          "department": "Product Management",
          "location": "New York, NY",
          "salary_min": 173000.0,
          "salary_max": 241000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/1029144689646467",
          "description_excerpt": "Join the Business Agents team in helping businesses around the world automate their conversations and operations. We are an applied AI team that works with the latest models to build solutions for SMBs on Meta\u2019s platforms. Our agents are already live with 1.7M+ businesses on WhatsApp and Messenger,"
        },
        {
          "req_id": "1336229314575283",
          "title": "Regional Logistics Operations Specialist",
          "department": "Data Center, Infrastructure",
          "location": "Denver, CO, Menlo Park, CA",
          "salary_min": 89000.0,
          "salary_max": 135000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.metacareers.com/profile/job_details/1336229314575283",
          "description_excerpt": "responsibilities (prioritization, planning, scheduling, status reporting) Experience with Oracle/ERP systems, MS Office suite, WMS, TMS, and supply chain tools 2+ years of experience in logistics or supply chain Experience in SOX compliance Experience in identifying process gaps and engineering scal"
        },
        {
          "req_id": "954190460953313",
          "title": "Communications Manager, Thailand ",
          "department": "Communications & Public Policy",
          "location": "Bangkok, Thailand",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://www.metacareers.com/profile/job_details/954190460953313",
          "description_excerpt": "Meta is seeking a senior Communications Manager to lead our communications strategy in Thailand. This full-time role is critical to shaping Meta's public narrative, protecting our reputation, and driving business impact in one of our most strategically important markets in Southeast Asia. The ideal"
        },
        {
          "req_id": "1830606738130269",
          "title": "Infrastructure Materials Manager",
          "department": "Infrastructure, Data Center",
          "location": "Menlo Park, CA",
          "salary_min": 138000.0,
          "salary_max": 196000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://www.metacareers.com/profile/job_details/1830606738130269",
          "description_excerpt": "Meta is looking for an experienced Infrastructure Materials Manager to support the service of our physical infrastructure. The team is responsible for logistics support and material fulfillment for various technical teams that operate physical infrastructure.\nThe Infrastructure Materials Manager wou"
        },
        {
          "req_id": "27299132166411637",
          "title": "Infrastructure Materials Manager",
          "department": "Data Center, Infrastructure",
          "location": "Menlo Park, CA",
          "salary_min": 115000.0,
          "salary_max": 163000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://www.metacareers.com/profile/job_details/27299132166411637",
          "description_excerpt": "Meta is looking for an experienced Infrastructure Materials Manager to support the services of our physical infrastructure. The team is responsible for logistics support and material fulfillment for various technical teams that operate physical infrastructure.\nThe Infrastructure Materials Manager wo"
        },
        {
          "req_id": "1723615698957769",
          "title": "Research Scientist, Advanced Control",
          "department": "AI Infrastructure, Data Center",
          "location": "Menlo Park, CA",
          "salary_min": 184000.0,
          "salary_max": 257000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://www.metacareers.com/profile/job_details/1723615698957769",
          "description_excerpt": "At Meta IDC (Infrastructure Data Center), our goal is to deliver the trusted capacity that powers Meta's AI and products worldwide.\nThe Physical Modeling team inside IDC develops physics-based and ML models to inform, de-risk, accelerate, and future-proof decisions across the IDC lifecycle. As Meta'"
        },
        {
          "req_id": "1483162736354738",
          "title": "Manager, Capacity Delivery Operations",
          "department": "Data Center",
          "location": "Fremont, CA",
          "salary_min": 151000.0,
          "salary_max": 210000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://www.metacareers.com/profile/job_details/1483162736354738",
          "description_excerpt": "Meta's Infrastructure Sourcing & Supply Chain Engineering (ISCE) team is responsible for securing and delivering the critical equipment that powers Meta's global data center portfolio. We are seeking a Manager of Capacity Delivery Operations to lead and scale a team of Capacity Delivery Leads (CDLs)"
        },
        {
          "req_id": "2124888874749534",
          "title": "Data Center Development Manager",
          "department": "Data Center",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/2124888874749534",
          "description_excerpt": "Meta designs, builds, leases and operates innovative and efficient data centers. Locating, developing and managing this data center infrastructure the \"right\" way is synonymous with ensuring capacity availability, speed to market, risk management, flexibility, and capital and operational cost effici"
        },
        {
          "req_id": "1018359530562049",
          "title": "AI Transformation Lead, Hardware Engineering",
          "department": "AI Infrastructure",
          "location": "Sunnyvale, CA, Seattle, WA, Remote, US",
          "salary_min": 208000.0,
          "salary_max": 289000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/1018359530562049",
          "description_excerpt": "Meta is seeking a principal-level AI Transformation Lead to define and drive the integration of artificial intelligence across hardware engineering programs within Reality Labs. In this role, you will establish the strategic vision for how AI-powered tools, workflows, and methodologies can fundament"
        },
        {
          "req_id": "1578492430645643",
          "title": "Energy Manager (Energy Supply and Interconnection Contracts)",
          "department": "Infrastructure",
          "location": "Reston, VA, Menlo Park, CA, Seattle, WA",
          "salary_min": 160000.0,
          "salary_max": 232000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/1578492430645643",
          "description_excerpt": "In this role, you will be a key contributor to Meta's Global Energy Team, specifically the Energy Infrastructure Strategy and Investments team. You will be responsible for managing a portfolio of Interconnection and Energy Supply Agreements, including leading, coordinating, and managing contract com"
        },
        {
          "req_id": "2276172136519699",
          "title": "Accounting Manager, Intercompany ",
          "department": "Legal, Finance, Facilities & Admin",
          "location": "Menlo Park, CA",
          "salary_min": 114000.0,
          "salary_max": 167000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/2276172136519699",
          "description_excerpt": "The intercompany accountant role offers a unique opportunity to work with multiple entities within a large organization, providing exposure to various business units and their financial operations. This role requires technical accounting skills, as well as the ability to communicate effectively with"
        },
        {
          "req_id": "2199697410879482",
          "title": "Executive Administrative Partner",
          "department": "Legal, Finance, Facilities & Admin",
          "location": "S\u00e3o Paulo, Brazil",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/2199697410879482",
          "description_excerpt": "Meta is seeking an experienced Executive Administrative Partner to support a VP in the Meta leadership team. The person in this role will need to be a masterful problem-solver and an organizational force given complex calendaring and heavy travel planning. Additionally, the ideal candidate will have"
        },
        {
          "req_id": "1758753945298485",
          "title": "Lease Construction Manager",
          "department": "Infrastructure",
          "location": "Remote, US",
          "salary_min": 123000.0,
          "salary_max": 176000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/1758753945298485",
          "description_excerpt": "Meta is seeking a Lease Construction Manager to oversee the delivery of leased data center facilities that power Meta's global infrastructure. In this role, you will serve as Meta's primary construction representative on colocation and build-to-suit data center projects, ensuring that landlord-deliv"
        },
        {
          "req_id": "1715866899451423",
          "title": "Finance Manager, Payroll Corporate FP&A",
          "department": "Legal, Finance, Facilities & Admin",
          "location": "Menlo Park, CA",
          "salary_min": 120000.0,
          "salary_max": 175000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/1715866899451423",
          "description_excerpt": "The FP&A team manages Meta\u2019s entire budget of revenue and expenses, overseeing our investments in headcount, operating expenses, and capital investments etc. We focus on using our unique view into \u2018the numbers\u2019 to recognize trends and opportunities that are developing within Meta and within related"
        },
        {
          "req_id": "1480651869941122",
          "title": "Energy Portfolio Manager, Wholesale",
          "department": "Data Center",
          "location": "Reston, VA, Menlo Park, CA, Seattle, WA",
          "salary_min": 160000.0,
          "salary_max": 232000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.metacareers.com/profile/job_details/1480651869941122",
          "description_excerpt": "Meta's Global Energy Team is seeking an energy professional to manage wholesale energy and capacity contracts throughout the transaction lifecycle\u2014from execution through settlement and ongoing operational compliance. This role is critical to ensuring Meta's wholesale supply portfolio is actively man"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "870462096062794",
          "title": "Public Policy Manager, Nordics (24 months contract)",
          "department": "Communications & Public Policy",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 38
        },
        {
          "req_id": "1331776965685553",
          "title": "Research Engineer, Robotics",
          "department": "Research, Software Engineering",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 10
        },
        {
          "req_id": "1552639533154578",
          "title": "Performance & Capacity Engineer - Planning Optimization",
          "department": "AI Infrastructure, Data Center",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 9
        },
        {
          "req_id": "1247986147500123",
          "title": "Research Scientist - FAIR",
          "department": "AI Research",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "1262359312587302",
          "title": "HR Business Partner, Instagram",
          "department": "People & Recruiting",
          "first_seen": "2026-05-16",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 34
        },
        {
          "req_id": "971532461939993",
          "title": "Network Engineer, Operations & Support",
          "department": "Data Center",
          "first_seen": "2026-06-05",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 14
        },
        {
          "req_id": "1567759031528421",
          "title": "Member of Product Staff",
          "department": "Product Management",
          "first_seen": "2026-06-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 6
        },
        {
          "req_id": "1001752132553918",
          "title": "Finance Manager, Payroll Corporate FP&A",
          "department": "Legal, Finance, Facilities & Admin",
          "first_seen": "2026-06-19",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 0
        },
        {
          "req_id": "2239056290165397",
          "title": "Director, Product Content Engineering",
          "department": "Design & User Experience, Artificial Intelligence",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "1470153134896953",
          "title": "Silicon Technologies Strategic Partnerships & Sourcing Manager",
          "department": "AR/VR, Facebook Reality Labs",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "25433077622978345",
          "title": "Data Center Production Operations Engineer",
          "department": "Data Center",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "25766888559672059",
          "title": "Research Scientist Intern, Applied Perception Science (PhD)",
          "department": "AR/VR, Facebook Reality Labs",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "1493576408770360",
          "title": "Media Strategy and Planning Manager",
          "department": "Sales & Marketing",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "1356717959645234",
          "title": "Creative Director, Business Marketing ",
          "department": "Creative, Design & User Experience",
          "first_seen": "2026-06-05",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 13
        },
        {
          "req_id": "1531522778637309",
          "title": "Data Science Manager, Analytics",
          "department": "Data & Analytics",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 9
        }
      ],
      "description_changes": [
        {
          "req_id": "2033697763907702",
          "title": "Manufacturing Technical Manager",
          "department": "Facebook Reality Labs",
          "change_date": "2026-06-23",
          "prev_length": 4836,
          "new_length": 4738,
          "length_delta": -98
        },
        {
          "req_id": "1070147800777577",
          "title": "Data Scientist, Product Analytics",
          "department": "Data & Analytics",
          "change_date": "2026-06-23",
          "prev_length": 3543,
          "new_length": 3592,
          "length_delta": 49
        },
        {
          "req_id": "1291229609804568",
          "title": "Display System Architect",
          "department": "AI Research",
          "change_date": "2026-06-22",
          "prev_length": 3572,
          "new_length": 3695,
          "length_delta": 123
        },
        {
          "req_id": "1356112026275636",
          "title": "Area Schedule Lead, Leased Data Centers",
          "department": "Data Center",
          "change_date": "2026-06-22",
          "prev_length": 4196,
          "new_length": 4293,
          "length_delta": 97
        },
        {
          "req_id": "1507599440759522",
          "title": "Research Program Manager, Academic Relations",
          "department": "AI Research",
          "change_date": "2026-06-22",
          "prev_length": 4598,
          "new_length": 4805,
          "length_delta": 207
        },
        {
          "req_id": "1070147800777577",
          "title": "Data Scientist, Product Analytics",
          "department": "Data & Analytics",
          "change_date": "2026-06-22",
          "prev_length": 3592,
          "new_length": 3543,
          "length_delta": -49
        },
        {
          "req_id": "1291229609804568",
          "title": "Display System Architect",
          "department": "AI Research",
          "change_date": "2026-06-21",
          "prev_length": 3695,
          "new_length": 3572,
          "length_delta": -123
        },
        {
          "req_id": "1356112026275636",
          "title": "Area Schedule Lead, Leased Data Centers",
          "department": "Data Center",
          "change_date": "2026-06-21",
          "prev_length": 4293,
          "new_length": 4196,
          "length_delta": -97
        },
        {
          "req_id": "1507599440759522",
          "title": "Research Program Manager, Academic Relations",
          "department": "AI Research",
          "change_date": "2026-06-21",
          "prev_length": 4805,
          "new_length": 4598,
          "length_delta": -207
        },
        {
          "req_id": "2374330646419740",
          "title": "Enterprise Technical Sales Specialist, APAC",
          "department": "Sales & Marketing",
          "change_date": "2026-06-19",
          "prev_length": 5127,
          "new_length": 5165,
          "length_delta": 38
        }
      ],
      "novel_terms": [
        {
          "term": "design prototyper",
          "count": 4,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "infrastructure materials",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "materials manager",
          "count": 4,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "responsible supply",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "employee relations",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "applied ai",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "sustainability program",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "global employee",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "prototyper human",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "mobile technology",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "explore prototype",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "build experiences",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "interact join",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "ads ranking",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "seeks technical",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "complex large",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "passionate about",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "infrastructure security",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "security monitoring",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "helping businesses",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        }
      ]
    },
    "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": 169,
        "open_end": 174,
        "net_change": 5,
        "pct_change": 3.0,
        "new_postings": 8,
        "closed_postings": 3,
        "salary_disclosure_rate_pct_end": 31.0,
        "salary_disclosure_rate_pct_start": 29.6
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 97,
          "open_start": 96,
          "net_change": 1,
          "pct_change": 1.0,
          "avg_salary_usd": null,
          "share_pct_postings": 55.7
        },
        {
          "dept": "Engineering",
          "open_end": 21,
          "open_start": 22,
          "net_change": -1,
          "pct_change": -4.5,
          "avg_salary_usd": 221294.0,
          "share_pct_postings": 12.1
        },
        {
          "dept": "People",
          "open_end": 7,
          "open_start": 6,
          "net_change": 1,
          "pct_change": 16.7,
          "avg_salary_usd": 157678.0,
          "share_pct_postings": 4.0
        },
        {
          "dept": "Product",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 272300.0,
          "share_pct_postings": 4.0
        },
        {
          "dept": "Marketing",
          "open_end": 6,
          "open_start": 7,
          "net_change": -1,
          "pct_change": -14.3,
          "avg_salary_usd": 136333.0,
          "share_pct_postings": 3.4
        },
        {
          "dept": "Development, Technology",
          "open_end": 4,
          "open_start": 1,
          "net_change": 3,
          "pct_change": 300.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Business Development",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": 136500.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Legal",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": 251734.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Marketing & PR",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 215000.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Operations",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.0,
          "avg_salary_usd": 170333.0,
          "share_pct_postings": 1.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 76,
          "open_start": 75,
          "net_change": 1,
          "dollar_share_pct": 52.9
        },
        "S&M": {
          "open_end": 41,
          "open_start": 41,
          "net_change": 0,
          "dollar_share_pct": 17.7
        },
        "COGS": {
          "open_end": 10,
          "open_start": 8,
          "net_change": 2,
          "dollar_share_pct": 10.8
        },
        "G&A": {
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "dollar_share_pct": 14.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 18,
          "net_change": 0
        },
        "IC": {
          "open_end": 47,
          "net_change": 1
        },
        "IC-Senior": {
          "open_end": 41,
          "net_change": 5
        },
        "Manager": {
          "open_end": 45,
          "net_change": 0
        },
        "Director+": {
          "open_end": 22,
          "net_change": -1
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Losangelescaliforn, IA",
          "open_end": 45,
          "net_change": 0
        },
        {
          "city": "New York, New York",
          "open_end": 32,
          "net_change": 1
        },
        {
          "city": "Paloaltocaliforn, IA",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Tokyo",
          "open_end": 8,
          "net_change": 1
        },
        {
          "city": "Los Angeles, California",
          "open_end": 8,
          "net_change": 1
        },
        {
          "city": "Vancouver, British Columbia",
          "open_end": 8,
          "net_change": 1
        },
        {
          "city": "Ghentbelgi, UM",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Seoul, South Korea",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Dublinirela, ND",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Dallas, Texas",
          "open_end": 4,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 54,
        "median_midpoint_usd_end": 175000.0,
        "p25_midpoint_usd_end": 115000.0,
        "p75_midpoint_usd_end": 216750.0,
        "median_midpoint_usd_start": 204500.0
      },
      "new_postings_sample": [
        {
          "req_id": "8edbdf5c-b22f-4449-9c68-08c86ed6dcdf",
          "title": "Full-stack Engineer, Trust & Safety",
          "department": "Development, Technology",
          "location": "Tokyo",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:51:21.824000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.lever.co/matchgroup/8edbdf5c-b22f-4449-9c68-08c86ed6dcdf",
          "description_excerpt": "\u30a8\u30a6\u30ec\u30ab\u306f\u3001\u771f\u5263\u306b\u30d1\u30fc\u30c8\u30ca\u30fc\u3092\u898b\u3064\u3051\u305f\u3044\u3068\u8003\u3048\u3066\u3044\u308b\u65b9\u306b\u5411\u3051\u305f\u604b\u6d3b\u30fb\u5a5a\u6d3b\u30de\u30c3\u30c1\u30f3\u30b0\u30a2\u30d7\u30ea\u300cPairs\uff08\u30da\u30a2\u30fc\u30ba\uff09\u300d\u3092\u904b\u55b6\u3057\u3066\u3044\u308b\u4f1a\u793e\u3067\u3059\u3002\nPairs\u306f\u3001\u65e5\u672c\u56fd\u5185\u3067\u7d2f\u8a08\u767b\u9332\u65702,700\u4e07\u4ee5\u4e0a\u306e\u65e5\u672c\u6700\u5927\u7d1a\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30c7\u30fc\u30c6\u30a3\u30f3\u30b0\u30a2\u30d7\u30ea\u3067\u3059\u30022012\u5e74\u306b\u65e5\u672c\u7248\u30012013\u5e74\u306b\u53f0\u6e7e\u7248\u306e\u30b5\u30fc\u30d3\u30b9\u958b\u59cb\u3057\u3066\u4ee5\u6765\u3001\u9806\u8abf\u306b\u6210\u9577\u3092\u7d9a\u3051\u300170\u4e07\u4eba\u4ee5\u4e0a\u306e\u65b9\u304cPairs\u3067\u304a\u76f8\u624b\u3092\u898b\u3064\u3051\u3066\u3044\u307e\u3059\u3002\n2015\u5e74\u306b\u306f\u3001\u4e16\u754c\u4e2d\u3067\u30aa\u30f3\u30e9\u30a4\u30f3\u30c7\u30fc\u30c6\u30a3\u30f3\u30b0\u30a2\u30d7\u30ea\u3092\u5c55\u958b\u3059\u308bMatch Group\u306b\u30b8\u30e7\u30a4\u30f3\u3057\u3001\u79c1\u305f\u3061\u306e\u30df\u30c3\u30b7\u30e7\u30f3\u3067\u3042\u308b\u300c\u4eba\u751f\u306b\u201d\u3042\u3063\u3066\u3088\u304b\u3063\u305f\u201d\u3068\u601d\u3063\u3066\u3082\u3089\u3048\u308b\u3082\u306e\u3092\u3002\u300d\u3092\u5b9f\u73fe\u3059\u308b\u305f\u3081\u3001\u65e5\u672c\u56fd\u5185\u3060\u3051\u3067\u306a\u304f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u3067\u66f4\u306a"
        },
        {
          "req_id": "81768c51-379c-4f1b-96bd-742e24e76a3e",
          "title": "Business Development Operations Analyst, Events Program",
          "department": "Business Development",
          "location": "Los Angeles, California",
          "salary_min": 80000.0,
          "salary_max": 95000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T21:15:17.159000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://jobs.lever.co/matchgroup/81768c51-379c-4f1b-96bd-742e24e76a3e",
          "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": "c4770de0-292c-4bd5-87ce-c01185294841",
          "title": "Executive Assistant (Temp)",
          "department": "Operations",
          "location": "New York, New York",
          "salary_min": 93600.0,
          "salary_max": 114400.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T23:03:21.462000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://jobs.lever.co/matchgroup/c4770de0-292c-4bd5-87ce-c01185294841",
          "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": "825cc934-7cd6-4462-a9a9-99a61558ebe1",
          "title": "Senior Technical Recruiter",
          "department": "People",
          "location": "New York, New York",
          "salary_min": 140000.0,
          "salary_max": 165000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T21:33:42.093000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://jobs.lever.co/matchgroup/825cc934-7cd6-4462-a9a9-99a61558ebe1",
          "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": "2cd2616d-a5b9-4514-961e-da95fb60112a",
          "title": "Principal, Applied AI Enablement, Legal",
          "department": "Legal",
          "location": "West Hollywood, California",
          "salary_min": 150000.0,
          "salary_max": 220000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T18:42:27.312000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://jobs.lever.co/matchgroup/2cd2616d-a5b9-4514-961e-da95fb60112a",
          "description_excerpt": "The Role\nThe Principal, Applied AI Enablement role sits at the intersection of legal practice and applied AI \u2014 closer to an in-house R&D function than a traditional legal team role. This is a role for a tech-forward, innovative, engineer or product builder. You will identify where AI can do legal wo"
        },
        {
          "req_id": "ea2b6e0a-c164-44d3-9794-d9d1523acfd6",
          "title": "Senior Regulatory Compliance Specialist, Trust & Safety (Temporary - 6 month)",
          "department": "Trust and Safety",
          "location": "New York, New York",
          "salary_min": 145000.0,
          "salary_max": 180000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T13:04:26.884000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://jobs.lever.co/matchgroup/ea2b6e0a-c164-44d3-9794-d9d1523acfd6",
          "description_excerpt": "responsibilities will include leading complex regulatory writing and compliance documentation projects. Additional responsibilities include translating regulatory requirements into product implementation options for product, engineering, and data scientist audiences.\nThis role is primarily focused o"
        },
        {
          "req_id": "88c6e22a-b031-4804-977d-49a8e39995d6",
          "title": "Business Development Manager, Events Program",
          "department": "Business Development",
          "location": "Los Angeles, California",
          "salary_min": 120000.0,
          "salary_max": 139000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-16T18:11:44.238000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://jobs.lever.co/matchgroup/88c6e22a-b031-4804-977d-49a8e39995d6",
          "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": "c2dcb9f4-e00c-43ab-b27c-09c705f85349",
          "title": "Staff Privacy Advisor",
          "department": "Legal",
          "location": "Vancouver, British Columbia",
          "salary_min": 100000.0,
          "salary_max": 1200000.0,
          "salary_ccy": "CAD",
          "posted_at": "2026-06-02T04:12:17.783000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://jobs.lever.co/matchgroup/c2dcb9f4-e00c-43ab-b27c-09c705f85349",
          "description_excerpt": "We\u2019re looking for a Staff Privacy Advisor based in Vancouver to join our global Privacy Team.\nThis role is focused on privacy-by-design \u2013 partnering closely with product, engineering, legal, and other business teams to embed privacy into the development of some of the world\u2019s most recognized consume"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "59b7c482-1fa2-450f-b63a-8c9155413a79",
          "title": "Director, External Communications",
          "department": "Marketing",
          "first_seen": "2026-04-30",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 50
        },
        {
          "req_id": "7b1acab4-b4a2-4612-898f-171103265860",
          "title": "Workplace & Facilities Generalist",
          "department": "MG EMEA",
          "first_seen": "2026-05-12",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 37
        },
        {
          "req_id": "32d2b7bb-88a3-4c91-9931-082d50f7627e",
          "title": "Senior Android Engineer",
          "department": "Engineering",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 28
        }
      ],
      "description_changes": [
        {
          "req_id": "tinder-fb436862-c9d",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 9759,
          "new_length": 9759,
          "length_delta": 0
        },
        {
          "req_id": "tinder-f9eae5df-bdb",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "tinder-edf90392-f93",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 9974,
          "new_length": 9944,
          "length_delta": -30
        },
        {
          "req_id": "tinder-ec8af789-7d7",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 9372,
          "new_length": 9439,
          "length_delta": 67
        },
        {
          "req_id": "tinder-e11e4a00-e59",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 8187,
          "new_length": 8193,
          "length_delta": 6
        },
        {
          "req_id": "tinder-d897eff6-5f1",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 9931,
          "new_length": 9945,
          "length_delta": 14
        },
        {
          "req_id": "tinder-d209b937-de4",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 8159,
          "new_length": 8226,
          "length_delta": 67
        },
        {
          "req_id": "tinder-ce99022d-d46",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 9249,
          "new_length": 9182,
          "length_delta": -67
        },
        {
          "req_id": "tinder-ab0c78f4-999",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "tinder-a8d9b01f-f11",
          "title": "",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        }
      ],
      "novel_terms": [
        {
          "term": "applied ai",
          "count": 3,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "principal applied",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "ai enablement",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    },
    "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": 60,
        "open_end": 57,
        "net_change": -3,
        "pct_change": -5.0,
        "new_postings": 8,
        "closed_postings": 11,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Research & Development",
          "open_end": 24,
          "open_start": 24,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 42.1
        },
        {
          "dept": "Finance",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 14.0
        },
        {
          "dept": "Growth & Marketing",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 10.5
        },
        {
          "dept": "Sales & Partnership",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.8
        },
        {
          "dept": "Business Analytics & Development",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.0
        },
        {
          "dept": "Pricing",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.0
        },
        {
          "dept": "Open Services",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        },
        {
          "dept": "People",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 24,
          "open_start": 24,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 5,
          "open_start": 7,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 10,
          "open_start": 11,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 34,
          "net_change": -2
        },
        "IC-Senior": {
          "open_end": 2,
          "net_change": -1
        },
        "Manager": {
          "open_end": 9,
          "net_change": 0
        },
        "Director+": {
          "open_end": 11,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Toronto, Canada",
          "open_end": 20,
          "net_change": -1
        },
        {
          "city": "Miami, FL",
          "open_end": 15,
          "net_change": -1
        },
        {
          "city": "Seattle, WA",
          "open_end": 9,
          "net_change": 1
        },
        {
          "city": "Tempe, AZ",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "TX",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Phoenix, AZ",
          "open_end": 3,
          "net_change": -1
        },
        {
          "city": "MO",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "NV",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "San Francisco, CA",
          "open_end": 1,
          "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": "fae40156-2a7c-4020-8b7a-9d08bb48b656",
          "title": "IT Support Technician",
          "department": "Research & Development",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T08:27:02.967000-07:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://ats.rippling.com/opendoor/jobs/fae40156-2a7c-4020-8b7a-9d08bb48b656",
          "description_excerpt": "What You'll Do\nEnd User Support\nProvide hands-on support for laptops (Mac and Windows), mobile devices, and peripherals (monitors, docks, keyboards, headsets). Diagnosing and resolving issues efficiently with minimal disruption to the employee.\nTroubleshoot and resolve issues with core tools such as"
        },
        {
          "req_id": "d21186ca-f9f2-40fb-9a7d-c3e4a7c4ab9a",
          "title": "IT Support Technician",
          "department": "Research & Development",
          "location": "Miami, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T08:23:19.422000-07:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://ats.rippling.com/opendoor/jobs/d21186ca-f9f2-40fb-9a7d-c3e4a7c4ab9a",
          "description_excerpt": "What You'll Do\nEnd User Support\nProvide hands-on support for laptops (Mac and Windows), mobile devices, and peripherals (monitors, docks, keyboards, headsets). Diagnosing and resolving issues efficiently with minimal disruption to the employee.\nTroubleshoot and resolve issues with core tools such as"
        },
        {
          "req_id": "6d927217-5cf3-49da-88a3-545f9485fd56",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "location": "Seattle, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T13:19:18.321000-07:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://ats.rippling.com/opendoor/jobs/6d927217-5cf3-49da-88a3-545f9485fd56",
          "description_excerpt": "What You'll Do\n\u25cf Define, build and operate Opendoor\u2019s application vulnerability identification capability - the tooling, triage workflow and remediation techniques across our consumer products, internal admin tools and GraphQL API powering home acquisition, resale, mortgage, title and escrow.\n\u25cf Asse"
        },
        {
          "req_id": "4ae52502-e460-4c22-9226-8cf4c0946d57",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "location": "Miami, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T13:18:36.886000-07:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://ats.rippling.com/opendoor/jobs/4ae52502-e460-4c22-9226-8cf4c0946d57",
          "description_excerpt": "What You'll Do\n\u25cf Define, build and operate Opendoor\u2019s application vulnerability identification capability - the tooling, triage workflow and remediation techniques across our consumer products, internal admin tools and GraphQL API powering home acquisition, resale, mortgage, title and escrow.\n\u25cf Asse"
        },
        {
          "req_id": "9d51e170-8f6d-4569-8aa0-350b2aec8c46",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T13:17:31.992000-07:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://ats.rippling.com/opendoor/jobs/9d51e170-8f6d-4569-8aa0-350b2aec8c46",
          "description_excerpt": "What You'll Do\n\u25cf Define, build and operate Opendoor\u2019s application vulnerability identification capability - the tooling, triage workflow and remediation techniques across our consumer products, internal admin tools and GraphQL API powering home acquisition, resale, mortgage, title and escrow.\n\u25cf Asse"
        },
        {
          "req_id": "dddee112-e814-414d-a140-e4912a0754bd",
          "title": "Infrastructure Security Engineer",
          "department": "Research & Development",
          "location": "Seattle, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T12:51:13.442000-07:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://ats.rippling.com/opendoor/jobs/dddee112-e814-414d-a140-e4912a0754bd",
          "description_excerpt": "What You'll Do\n\u25cf Own the security architecture of our production cloud environment - AWS at the core, spanning multiple accounts, Kubernetes clusters, Terraform-managed infrastructure, and the identity plane that ties everything together.\n\u25cf Evaluate, build out and operate our cloud security visibili"
        },
        {
          "req_id": "07d023a3-6c5d-4964-abe3-f6e75a57c1b5",
          "title": "Infrastructure Security Engineer",
          "department": "Research & Development",
          "location": "Miami, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T12:48:20.471000-07:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://ats.rippling.com/opendoor/jobs/07d023a3-6c5d-4964-abe3-f6e75a57c1b5",
          "description_excerpt": "What You'll Do\n\u25cf Own the security architecture of our production cloud environment - AWS at the core, spanning multiple accounts, Kubernetes clusters, Terraform-managed infrastructure, and the identity plane that ties everything together.\n\u25cf Evaluate, build out and operate our cloud security visibili"
        },
        {
          "req_id": "87e99c45-272f-46e2-ab64-9d2bb6e49415",
          "title": "Infrastructure Security Engineer",
          "department": "Research & Development",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T12:46:51.214000-07:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://ats.rippling.com/opendoor/jobs/87e99c45-272f-46e2-ab64-9d2bb6e49415",
          "description_excerpt": "What You'll Do\n\u25cf Own the security architecture of our production cloud environment - AWS at the core, spanning multiple accounts, Kubernetes clusters, Terraform-managed infrastructure, and the identity plane that ties everything together.\n\u25cf Evaluate, build out and operate our cloud security visibili"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "ce10c609-80af-4eb1-a939-ae5bf86c7618",
          "title": "Operations Specialist",
          "department": "Operations",
          "first_seen": "2026-05-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 26
        },
        {
          "req_id": "b226bae8-9271-4963-a6ac-2dd42e382480",
          "title": "Operations Specialist",
          "department": "Operations",
          "first_seen": "2026-05-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 25
        },
        {
          "req_id": "1eaa7146-48c9-4251-b900-62fa51c890a9",
          "title": "Senior Counsel, Corporate",
          "department": "Legal",
          "first_seen": "2026-05-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 25
        },
        {
          "req_id": "3eeb291d-1b33-4571-99c9-9ef1a2235676",
          "title": "IT Support Technician",
          "department": "Research & Development",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "a545226b-ce78-49c5-afc6-ce74391fc25f",
          "title": "IT Support Technician",
          "department": "Research & Development",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "504fb688-d630-495d-b546-075570bb3271",
          "title": "Cloud Security Engineer",
          "department": "Research & Development",
          "first_seen": "2026-05-27",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 21
        },
        {
          "req_id": "aef7de75-e60c-4a54-95b5-d286b9740092",
          "title": "Cloud Security Engineer",
          "department": "Research & Development",
          "first_seen": "2026-05-27",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 21
        },
        {
          "req_id": "42bb5ed3-ba31-43cc-8518-03ea72d7d063",
          "title": "Cloud Security Engineer ",
          "department": "Research & Development",
          "first_seen": "2026-05-27",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 21
        },
        {
          "req_id": "c5c18ee2-c99b-4441-b115-27fe568cbb40",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 8
        },
        {
          "req_id": "913e41d0-1a19-4f41-b4af-6351a1a81dfc",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 8
        },
        {
          "req_id": "3341f0c1-4af2-407a-9ac2-5ec74c06d8a2",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 8
        }
      ],
      "description_changes": [
        {
          "req_id": "07d023a3-6c5d-4964-abe3-f6e75a57c1b5",
          "title": "Cloud Security Engineer",
          "department": "Research & Development",
          "change_date": "2026-06-19",
          "prev_length": 6323,
          "new_length": 6317,
          "length_delta": -6
        },
        {
          "req_id": "dddee112-e814-414d-a140-e4912a0754bd",
          "title": "Cloud Security Engineer",
          "department": "Research & Development",
          "change_date": "2026-06-19",
          "prev_length": 6325,
          "new_length": 6319,
          "length_delta": -6
        },
        {
          "req_id": "87e99c45-272f-46e2-ab64-9d2bb6e49415",
          "title": "Cloud Security Engineer",
          "department": "Research & Development",
          "change_date": "2026-06-19",
          "prev_length": 6334,
          "new_length": 6328,
          "length_delta": -6
        },
        {
          "req_id": "6d927217-5cf3-49da-88a3-545f9485fd56",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "change_date": "2026-06-19",
          "prev_length": 6068,
          "new_length": 6068,
          "length_delta": 0
        },
        {
          "req_id": "9d51e170-8f6d-4569-8aa0-350b2aec8c46",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "change_date": "2026-06-19",
          "prev_length": 6070,
          "new_length": 6070,
          "length_delta": 0
        },
        {
          "req_id": "4ae52502-e460-4c22-9226-8cf4c0946d57",
          "title": "Application Security Engineer",
          "department": "Research & Development",
          "change_date": "2026-06-19",
          "prev_length": 6068,
          "new_length": 6068,
          "length_delta": 0
        },
        {
          "req_id": "cf64bf1d-1c9e-4480-a4d9-9300ee28656d",
          "title": "Mortgage Loan Originator / Qualified Individual (NV)",
          "department": "Open Services",
          "change_date": "2026-06-17",
          "prev_length": 3261,
          "new_length": 3268,
          "length_delta": 7
        },
        {
          "req_id": "a11c09c0-963f-4c63-b977-1a539f1259fa",
          "title": "Mortgage Loan Originator / Qualified Individual (AZ)",
          "department": "Open Services",
          "change_date": "2026-06-17",
          "prev_length": 3703,
          "new_length": 3710,
          "length_delta": 7
        },
        {
          "req_id": "e0ca61cb-e63f-4024-b752-d53e3849e19f",
          "title": "Mortgage Loan Originator (MO)",
          "department": "Open Services",
          "change_date": "2026-06-17",
          "prev_length": 2853,
          "new_length": 2860,
          "length_delta": 7
        },
        {
          "req_id": "a545226b-ce78-49c5-afc6-ce74391fc25f",
          "title": "IT Support Technician",
          "department": "Research & Development",
          "change_date": "2026-06-17",
          "prev_length": 5604,
          "new_length": 5604,
          "length_delta": 0
        }
      ],
      "novel_terms": [
        {
          "term": "define build",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "operate opendoor",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "opendoor application",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "application vulnerability",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "vulnerability identification",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "identification capability",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "tooling triage",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "triage workflow",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "remediation techniques",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "graphql api",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "api powering",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "escrow asse",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "production cloud",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "cloud environment",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "environment aws",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "core spanning",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "spanning multiple",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "accounts kubernetes",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "kubernetes clusters",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "identity plane",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        }
      ]
    },
    "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": 176,
        "open_end": 184,
        "net_change": 8,
        "pct_change": 4.5,
        "new_postings": 21,
        "closed_postings": 7,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Monetization",
          "open_end": 21,
          "open_start": 21,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 11.4
        },
        {
          "dept": "Core Engineering",
          "open_end": 20,
          "open_start": 18,
          "net_change": 2,
          "pct_change": 11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 10.9
        },
        {
          "dept": "tvScientific",
          "open_end": 16,
          "open_start": 15,
          "net_change": 1,
          "pct_change": 6.7,
          "avg_salary_usd": null,
          "share_pct_postings": 8.7
        },
        {
          "dept": "North America Enterprise Sales",
          "open_end": 15,
          "open_start": 15,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.2
        },
        {
          "dept": "Data Engineering",
          "open_end": 14,
          "open_start": 14,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.6
        },
        {
          "dept": "SMB Sales",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.1
        },
        {
          "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": 6.5
        },
        {
          "dept": "Oversight Engineering",
          "open_end": 9,
          "open_start": 8,
          "net_change": 1,
          "pct_change": 12.5,
          "avg_salary_usd": null,
          "share_pct_postings": 4.9
        },
        {
          "dept": "Design",
          "open_end": 5,
          "open_start": 4,
          "net_change": 1,
          "pct_change": 25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.7
        },
        {
          "dept": "Global Client Solutions",
          "open_end": 5,
          "open_start": 2,
          "net_change": 3,
          "pct_change": 150.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 104,
          "open_start": 100,
          "net_change": 4,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 59,
          "open_start": 57,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 6,
          "open_start": 4,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": -1
        },
        "IC": {
          "open_end": 38,
          "net_change": 2
        },
        "IC-Senior": {
          "open_end": 70,
          "net_change": 8
        },
        "Manager": {
          "open_end": 70,
          "net_change": 0
        },
        "Director+": {
          "open_end": 5,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Francisco, CA, US",
          "open_end": 101,
          "net_change": -1
        },
        {
          "city": "New York, NY, US",
          "open_end": 18,
          "net_change": 0
        },
        {
          "city": "Chicago, IL, US",
          "open_end": 17,
          "net_change": 0
        },
        {
          "city": "Toronto, ON, CA",
          "open_end": 14,
          "net_change": 3
        },
        {
          "city": "Dublin, IE",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "Seattle, WA, US",
          "open_end": 5,
          "net_change": 1
        },
        {
          "city": "Paris, FR",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Tokyo, JP",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Mexico City, MX",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Sydney, AU",
          "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": "8011547",
          "title": "Sr. Software Engineer, iOS",
          "department": "Core Engineering",
          "location": "Toronto, ON, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T14:24:24-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8011547",
          "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": "7940044",
          "title": "Distinguished Engineer",
          "department": "Core Engineering",
          "location": "Seattle, WA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T13:42:29-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7940044",
          "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": "7997974",
          "title": "Staff Technical Program Manager, SOX Compliance",
          "department": "Oversight Engineering",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:50:05-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7997974",
          "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": "5691478",
          "title": "Sr. Machine Learning Engineer, Content Shopping",
          "department": "Core Engineering",
          "location": "Toronto, ON, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:28:03-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=5691478",
          "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": "7990523",
          "title": "Sr. Performance Solutions Partner",
          "department": "Global Client Solutions",
          "location": "Hamburg, DE",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T10:35:45-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7990523",
          "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": "7678251",
          "title": "Sr. Measurement Partner",
          "department": "Global Client Solutions",
          "location": "London, UK",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T05:29:44-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7678251",
          "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": "7989130",
          "title": "Agency Lead",
          "department": "Agency Sales",
          "location": "Paris, FR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:31:55-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7989130",
          "description_excerpt": "What you'll do:\nDrive incremental and new business revenue with top agencies (WPP and France\u2019s largest Independents)\nBuild relationships at the c-level and educate agencies to master the Pinterest ad platform and maximize success for their partners\nPartner closely with Pinterest Sales Managers and l"
        },
        {
          "req_id": "8016982",
          "title": "Client Account Manager II, Nordic Enterprise Sales (English Speaking)",
          "department": "Europe Enterprise Sales",
          "location": "Dublin, IE",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T18:49:28-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8016982",
          "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": "7957887",
          "title": "Content Growth Specialist, LATAM",
          "department": "Global Content Organization",
          "location": "S\u00e3o Paulo, BR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T18:26:31-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7957887",
          "description_excerpt": "What you'll do:\nStrategically support LATAM creator community initiatives with the goal of driving feature adoption and high quality content production on Pinterest\nDevelop engagement and retention programs in conjunction with regional strategic partner managers\nLead creator incentive programs end-t"
        },
        {
          "req_id": "7983543",
          "title": "Performance Solutions Partner II",
          "department": "Global Client Solutions",
          "location": "Mexico City, MX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T16:32:01-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7983543",
          "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": "7982649",
          "title": "Sr. \tSafety Specialist, Escalation Operations",
          "department": "Trust and Safety Ops",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:44:11-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7982649",
          "description_excerpt": "responsibilities.\nPlay a strong supporting role in advocating for the team\u2019s needs, particularly as they relate to our company\u2019s focus on employee health and well-being.\nCollaborate with internal stakeholders to implement policies and procedures, conduct risk assessments, and provide guidance to the"
        },
        {
          "req_id": "7782538",
          "title": "Site Reliability Engineer II, tvScientific",
          "department": "tvScientific",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:38:52-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7782538",
          "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": "8010812",
          "title": "Client Account Manager II",
          "department": "LATAM Enterprise Sales",
          "location": "Mexico City, MX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:12:02-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8010812",
          "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": "8011376",
          "title": "Sr. Data Scientist, Marketing",
          "department": "Marketing",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T12:40:48-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8011376",
          "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": "7770902",
          "title": "Sr. Product Designer, Advertiser Experience",
          "department": "Design",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T12:10:48-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7770902",
          "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": "7994524",
          "title": "Sr. Client Account Manager, Omnichannel Retail",
          "department": "North America Enterprise Sales",
          "location": "Toronto, ON, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:04:09-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7994524",
          "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.\nOrchestrate internal support for clients and agencies to solve high level strategic"
        },
        {
          "req_id": "8010505",
          "title": "Agency Lead",
          "department": "Agency Sales",
          "location": "Tokyo, JP",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T20:06:36-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8010505",
          "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\nPartner closely with Pinterest Sales Managers and leadership to execute the agency strategy"
        },
        {
          "req_id": "8011568",
          "title": "SDET II, tvScientific",
          "department": "tvScientific",
          "location": "San Francisco, CA, US; Remote, US",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:37:39-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=8011568",
          "description_excerpt": "What you'll do:\nOwn and drive quality for web platform features, spanning UI, APIs, and backend services\nDesign and execute manual test cases and exploratory testing for complex web and API workflows\nConduct thorough regression testing when bugs are resolved\nBuild and maintain automated test suites"
        },
        {
          "req_id": "5459622",
          "title": "Software Engineer II, Full Stack",
          "department": "Data Engineering",
          "location": "Toronto, ON, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T10:59:56-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=5459622",
          "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": "7989359",
          "title": "Sr. Manager, Payroll",
          "department": "Accounting",
          "location": "Dublin, IE",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T09:19:10-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://www.pinterestcareers.com/jobs/?gh_jid=7989359",
          "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"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7683723",
          "title": "Engineering Manager I, Growth AI",
          "department": "Core Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7253017",
          "title": "Master's Fall Machine Learning Internship (ATG - Visual Search)",
          "department": "University",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7859359",
          "title": "Sr. Client Account Manager, CPG",
          "department": "North America Enterprise Sales",
          "first_seen": "2026-05-14",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 34
        },
        {
          "req_id": "7871244",
          "title": "Go-to-Market Strategy & Insights Lead",
          "department": "Sales Strategy, Operations, and Enablement",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 28
        },
        {
          "req_id": "7989128",
          "title": "Senior Director, Revenue Technology & Innovation ",
          "department": "Business Operations Oversight",
          "first_seen": "2026-06-09",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 8
        },
        {
          "req_id": "7782544",
          "title": "SDET II, tvScientific",
          "department": "tvScientific",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 7
        },
        {
          "req_id": "7983838",
          "title": "Sr. Client Account Manager, DACH Retail ",
          "department": "Europe Enterprise Sales",
          "first_seen": "2026-06-16",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 1
        }
      ],
      "description_changes": [
        {
          "req_id": "7786418",
          "title": "Software Engineer II",
          "department": "Core Engineering",
          "change_date": "2026-06-23",
          "prev_length": 5741,
          "new_length": 5748,
          "length_delta": 7
        },
        {
          "req_id": "8002076",
          "title": "Manager II, Technical Program Management - Platforms",
          "department": "Oversight Engineering",
          "change_date": "2026-06-23",
          "prev_length": 8477,
          "new_length": 9053,
          "length_delta": 576
        },
        {
          "req_id": "7642249",
          "title": "Sr. ML Platform Engineer, tvScientific",
          "department": "tvScientific",
          "change_date": "2026-06-19",
          "prev_length": 6471,
          "new_length": 6886,
          "length_delta": 415
        },
        {
          "req_id": "7994524",
          "title": "Sr. Client Account Manager, Omnichannel Retail",
          "department": "North America Enterprise Sales",
          "change_date": "2026-06-19",
          "prev_length": 5854,
          "new_length": 5997,
          "length_delta": 143
        },
        {
          "req_id": "7782571",
          "title": "ML Platform Engineer, tvScientific",
          "department": "tvScientific",
          "change_date": "2026-06-19",
          "prev_length": 6688,
          "new_length": 7450,
          "length_delta": 762
        },
        {
          "req_id": "8002076",
          "title": "Manager II, Technical Program Management - Platforms",
          "department": "Oversight Engineering",
          "change_date": "2026-06-19",
          "prev_length": 8296,
          "new_length": 8477,
          "length_delta": 181
        },
        {
          "req_id": "7866306",
          "title": "Lead Client Partner, Travel ",
          "department": "North America Enterprise Sales",
          "change_date": "2026-06-19",
          "prev_length": 8738,
          "new_length": 8738,
          "length_delta": 0
        },
        {
          "req_id": "7481476",
          "title": "Sr. Data Analyst, Pinterest Support Operations",
          "department": "Global Content Organization",
          "change_date": "2026-06-18",
          "prev_length": 7713,
          "new_length": 8068,
          "length_delta": 355
        },
        {
          "req_id": "5773689",
          "title": "Sr. Software Engineer, Android",
          "department": "Engineering, Product and Design (L2)",
          "change_date": "2026-06-17",
          "prev_length": 5472,
          "new_length": 5827,
          "length_delta": 355
        },
        {
          "req_id": "7983951",
          "title": "Lead Client Partner - Retail",
          "department": "APAC Enterprise Sales",
          "change_date": "2026-06-17",
          "prev_length": 6162,
          "new_length": 6550,
          "length_delta": 388
        }
      ],
      "novel_terms": [
        {
          "term": "drive incremental",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "business revenue",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "top agencies",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "build relationships",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "educate agencies",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "ad platform",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "maximize success",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "partners partner",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "partner closely",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "pinterest sales",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "sales managers",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "account manager ii",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    },
    "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": 55,
        "open_end": 53,
        "net_change": -2,
        "pct_change": -3.6,
        "new_postings": 3,
        "closed_postings": 4,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Sales",
          "open_end": 15,
          "open_start": 16,
          "net_change": -1,
          "pct_change": -6.2,
          "avg_salary_usd": null,
          "share_pct_postings": 28.3
        },
        {
          "dept": "Hardware",
          "open_end": 8,
          "open_start": 9,
          "net_change": -1,
          "pct_change": -11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 15.1
        },
        {
          "dept": "Software",
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "pct_change": 14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 15.1
        },
        {
          "dept": "Product Development",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.5
        },
        {
          "dept": "Supply Chain & Logistics",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.5
        },
        {
          "dept": "Marketing",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.7
        },
        {
          "dept": "Security & Risk",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.7
        },
        {
          "dept": "Business Strategy & Delivery",
          "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": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "People",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 23,
          "open_start": 23,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 18,
          "open_start": 20,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 21,
          "net_change": -2
        },
        "IC-Senior": {
          "open_end": 10,
          "net_change": 0
        },
        "Manager": {
          "open_end": 15,
          "net_change": 2
        },
        "Director+": {
          "open_end": 6,
          "net_change": -2
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "New York, New York",
          "open_end": 20,
          "net_change": -2
        },
        {
          "city": "Taichung City, Taiwan",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "Woodinville, Washington",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Poland",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Sydney, New South Wales",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Los Angeles, California",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Portland, Oregon",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Linden, New Jersey",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "London, England",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "United States",
          "open_end": 2,
          "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": "8014257",
          "title": "Sr. Manager, Workplace Operations",
          "department": "Support & Operations",
          "location": "New York, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T16:04:49-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=8014257",
          "description_excerpt": "ABOUT THE ROLE\nAs Peloton's Workplace Senior Manager, you will be the onsite facilities lead based in Peloton\u2019s NYHQ. You will ensure that the building runs smoothly and efficiently, maintaining a high level of project management, organization, and cleanliness. This role reports to the Senior Direct"
        },
        {
          "req_id": "7996674",
          "title": "Android Engineer III",
          "department": "Software",
          "location": "New York, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:59:33-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=7996674",
          "description_excerpt": "ABOUT THE ROLE\nYou will be working on the Peloton Product Engineering team within the Connected Fitness organization, building the core software that powers the screens on our flagship hardware products. This includes developing the primary member-facing application that comes embedded on every Pelo"
        },
        {
          "req_id": "7996672",
          "title": "Sr. Marketing Manager (Fixed Term Contract)",
          "department": "Marketing",
          "location": "Sydney, New South Wales",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T09:47:22-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.onepeloton.com/en/all-jobs/?gh_jid=7996672",
          "description_excerpt": "Senior Marketing Manager- Australia\nLocation: Sydney, Australia\nABOUT THE ROLE\nPeloton empowers people to live fit, strong, long, and happy. We\u2019re on a mission to bring integrated fitness and wellness experience to our Members anytime, anywhere. As we pursue that mission in Australia, we\u2019re looking"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7672674",
          "title": "Director, Global Quality Management Systems",
          "department": "Hardware",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7867893",
          "title": "Store Manager - Hartford Westfarms",
          "department": "Sales",
          "first_seen": "2026-06-12",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 6
        },
        {
          "req_id": "7847214",
          "title": "Associate Creative Director",
          "department": "Marketing",
          "first_seen": "2026-06-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 5
        },
        {
          "req_id": "7976909",
          "title": "Coordinator, Programming Editorial",
          "department": "Studio & Content Production",
          "first_seen": "2026-06-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 5
        }
      ],
      "description_changes": [
        {
          "req_id": "7917097",
          "title": "Operations Supervisor, Refurb",
          "department": "Supply Chain & Logistics",
          "change_date": "2026-06-19",
          "prev_length": 8045,
          "new_length": 8052,
          "length_delta": 7
        },
        {
          "req_id": "7670361",
          "title": "Prinicpal Architect, Site Reliability Engineering",
          "department": "Software",
          "change_date": "2026-06-18",
          "prev_length": 8078,
          "new_length": 8116,
          "length_delta": 38
        },
        {
          "req_id": "7926567",
          "title": "Manager, Demand Planning",
          "department": "Supply Chain & Logistics",
          "change_date": "2026-06-17",
          "prev_length": 7084,
          "new_length": 7128,
          "length_delta": 44
        },
        {
          "req_id": "7993578",
          "title": "Lead Expert - Los Angeles Topanga",
          "department": "Sales",
          "change_date": "2026-06-17",
          "prev_length": 6123,
          "new_length": 7061,
          "length_delta": 938
        }
      ],
      "novel_terms": []
    },
    "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": 226,
        "open_end": 229,
        "net_change": 3,
        "pct_change": 1.3,
        "new_postings": 15,
        "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": 114,
          "open_start": 111,
          "net_change": 3,
          "pct_change": 2.7,
          "avg_salary_usd": null,
          "share_pct_postings": 49.8
        },
        {
          "dept": "Product Management",
          "open_end": 16,
          "open_start": 13,
          "net_change": 3,
          "pct_change": 23.1,
          "avg_salary_usd": null,
          "share_pct_postings": 7.0
        },
        {
          "dept": "Safety Operations (Non-Tech)",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.7
        },
        {
          "dept": "Data Science",
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "pct_change": -7.7,
          "avg_salary_usd": null,
          "share_pct_postings": 5.2
        },
        {
          "dept": "Machine Learning",
          "open_end": 10,
          "open_start": 11,
          "net_change": -1,
          "pct_change": -9.1,
          "avg_salary_usd": null,
          "share_pct_postings": 4.4
        },
        {
          "dept": "Developer Relations (Non-Tech)",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.9
        },
        {
          "dept": "Marketing",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.2
        },
        {
          "dept": "Developer Relations (Tech)",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Engineering",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Legal",
          "open_end": 4,
          "open_start": 3,
          "net_change": 1,
          "pct_change": 33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 1.7
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 190,
          "open_start": 187,
          "net_change": 3,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 4,
          "net_change": 0
        },
        "IC": {
          "open_end": 39,
          "net_change": -2
        },
        "IC-Senior": {
          "open_end": 124,
          "net_change": 5
        },
        "Manager": {
          "open_end": 52,
          "net_change": 1
        },
        "Director+": {
          "open_end": 10,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Mateo, CA, United States",
          "open_end": 184,
          "net_change": 3
        },
        {
          "city": "Gurugram, Haryana, India",
          "open_end": 16,
          "net_change": 0
        },
        {
          "city": "Remote",
          "open_end": 12,
          "net_change": 1
        },
        {
          "city": "Vancouver, British Columbia, Canada",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Singapore",
          "open_end": 3,
          "net_change": 1
        },
        {
          "city": "United Kingdom",
          "open_end": 2,
          "net_change": -1
        },
        {
          "city": "Amsterdam, North Holland, Netherlands",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "S\u00e3o Paulo, Brazil",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Tokyo Prefecture, Japan",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "United States",
          "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": "8014742",
          "title": "Product Lead: User Life Cycle, Engagement",
          "department": "Product Management",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:14:32-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.roblox.com/jobs/8014742?gh_jid=8014742",
          "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": "8015824",
          "title": "Senior Software Engineer, Kubernetes Networking",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T19:19:30-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.roblox.com/jobs/8015824?gh_jid=8015824",
          "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": "8016408",
          "title": "Senior Security Software Engineer, IAM",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T17:22:56-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.roblox.com/jobs/8016408?gh_jid=8016408",
          "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": "8016277",
          "title": "Senior Software Engineer - NPC Behavior ",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T17:04:42-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.roblox.com/jobs/8016277?gh_jid=8016277",
          "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": "8010058",
          "title": "Senior Machine Learning Engineer, Reliability ",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T10:25:57-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.roblox.com/jobs/8010058?gh_jid=8010058",
          "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": "8013437",
          "title": "Principal Software Engineer, Backend - Sharing",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T16:23:43-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/8013437?gh_jid=8013437",
          "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": "7931911",
          "title": "Distinguished Machine Learning Engineer - Safety",
          "department": "Machine Learning",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T20:37:56-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/7931911?gh_jid=7931911",
          "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": "8003825",
          "title": "Senior Product Counsel, Consumer",
          "department": "Legal",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:12:48-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/8003825?gh_jid=8003825",
          "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": "8011079",
          "title": "Senior Software Engineer, Ads Platform",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T14:34:34-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/8011079?gh_jid=8011079",
          "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": "8007947",
          "title": "Senior Software Engineer (Backend / Full Stack), Communications Platform",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T12:20:13-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/8007947?gh_jid=8007947",
          "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": "7981917",
          "title": "Senior Product Policy Manager, Regional Policy (SEA/SA)",
          "department": "Product Management",
          "location": "Singapore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T06:02:31-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/7981917?gh_jid=7981917",
          "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": "8012671",
          "title": "Senior Product Policy Manager, Regional Policy (SEA/ SA)",
          "department": "Product Management",
          "location": "Gurugram, Haryana, India; India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T06:02:30-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.roblox.com/jobs/8012671?gh_jid=8012671",
          "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": "8011015",
          "title": "Senior Frontend Engineer, Voice Communication",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:04:28-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.roblox.com/jobs/8011015?gh_jid=8011015",
          "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": "8009151",
          "title": "Product Manager, Consumer Payments and Subscriptions",
          "department": "Product Management",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T21:10:50-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.roblox.com/jobs/8009151?gh_jid=8009151",
          "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": "8001369",
          "title": "Senior Machine Learning Engineer, User Behavior",
          "department": "Software Engineering",
          "location": "San Mateo, CA, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T16:35:44-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://careers.roblox.com/jobs/8001369?gh_jid=8001369",
          "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": "7870927",
          "title": "Senior Manager, Policy Communications, EMEA (Short Term)",
          "department": "Communications",
          "first_seen": "2026-05-02",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 48
        },
        {
          "req_id": "7985020",
          "title": "Senior Security Operations Engineer",
          "department": "Software Engineering",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 9
        },
        {
          "req_id": "7739622",
          "title": "Machine Learning Engineering Manager, Critical Harms",
          "department": "Machine Learning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "8000879",
          "title": "Senior Data Scientist - Generative AI",
          "department": "Data Science",
          "first_seen": "2026-06-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 5
        },
        {
          "req_id": "7617984",
          "title": "Principal Machine Learning Engineer, Content Safety",
          "department": "Machine Learning",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7786397",
          "title": "Software Engineer, Creator Translation",
          "department": "Software Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7729109",
          "title": "Technical Director, Marketplace",
          "department": "Software Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7904238",
          "title": "Head of Education Policy, Government & Global Impact - India and South Asia",
          "department": "Public Policy",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        }
      ],
      "description_changes": [
        {
          "req_id": "7998438",
          "title": "Senior Talent Business Partner, Early Career - AI/ML PhD (Short-Term)",
          "department": "Talent Acquisition",
          "change_date": "2026-06-19",
          "prev_length": 5862,
          "new_length": 5959,
          "length_delta": 97
        },
        {
          "req_id": "7698330",
          "title": "Senior Software Engineer, Service Mesh",
          "department": "Software Engineering",
          "change_date": "2026-06-19",
          "prev_length": 5074,
          "new_length": 5074,
          "length_delta": 0
        },
        {
          "req_id": "8013437",
          "title": "Principal Software Engineer, Backend - Sharing",
          "department": "Software Engineering",
          "change_date": "2026-06-19",
          "prev_length": 4831,
          "new_length": 4679,
          "length_delta": -152
        },
        {
          "req_id": "7463634",
          "title": "[2026] Data Scientist, Social - PhD Early Career",
          "department": "Early Career Full-Time",
          "change_date": "2026-06-19",
          "prev_length": 5199,
          "new_length": 5198,
          "length_delta": -1
        },
        {
          "req_id": "7947153",
          "title": "Senior Hardware Engineer - Infrastructure",
          "department": "Engineering Operations",
          "change_date": "2026-06-18",
          "prev_length": 5291,
          "new_length": 5291,
          "length_delta": 0
        },
        {
          "req_id": "7463674",
          "title": "Senior Hardware Engineer - GPU & AI Infrastructure",
          "department": "Engineering Operations",
          "change_date": "2026-06-18",
          "prev_length": 5681,
          "new_length": 5681,
          "length_delta": 0
        },
        {
          "req_id": "7826363",
          "title": "Design Engineer",
          "department": "Design & Creative",
          "change_date": "2026-06-18",
          "prev_length": 5122,
          "new_length": 5122,
          "length_delta": 0
        },
        {
          "req_id": "7779120",
          "title": "Product Counsel, Advertising ",
          "department": "Legal",
          "change_date": "2026-06-17",
          "prev_length": 5370,
          "new_length": 5370,
          "length_delta": 0
        },
        {
          "req_id": "7569608",
          "title": "Senior Engineering Manager - Risk & Fraud",
          "department": "Software Engineering",
          "change_date": "2026-06-17",
          "prev_length": 6064,
          "new_length": 6057,
          "length_delta": -7
        }
      ],
      "novel_terms": [
        {
          "term": "policy sea",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "sea sa",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        }
      ]
    },
    "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": 147,
        "open_end": 167,
        "net_change": 20,
        "pct_change": 13.6,
        "new_postings": 33,
        "closed_postings": 11,
        "salary_disclosure_rate_pct_end": 1.8,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Large Customer Sales",
          "open_end": 28,
          "open_start": 25,
          "net_change": 3,
          "pct_change": 12.0,
          "avg_salary_usd": null,
          "share_pct_postings": 16.8
        },
        {
          "dept": "Ads Engineering",
          "open_end": 18,
          "open_start": 9,
          "net_change": 9,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 10.8
        },
        {
          "dept": "Machine Learning",
          "open_end": 14,
          "open_start": 13,
          "net_change": 1,
          "pct_change": 7.7,
          "avg_salary_usd": null,
          "share_pct_postings": 8.4
        },
        {
          "dept": "BE Platform",
          "open_end": 12,
          "open_start": 6,
          "net_change": 6,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.2
        },
        {
          "dept": "Consumer Data Science",
          "open_end": 12,
          "open_start": 12,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 7.2
        },
        {
          "dept": "Mid Market & SMB",
          "open_end": 11,
          "open_start": 8,
          "net_change": 3,
          "pct_change": 37.5,
          "avg_salary_usd": null,
          "share_pct_postings": 6.6
        },
        {
          "dept": "Engineering",
          "open_end": 10,
          "open_start": 7,
          "net_change": 3,
          "pct_change": 42.9,
          "avg_salary_usd": 231446.0,
          "share_pct_postings": 6.0
        },
        {
          "dept": "Growth",
          "open_end": 8,
          "open_start": 9,
          "net_change": -1,
          "pct_change": -11.1,
          "avg_salary_usd": null,
          "share_pct_postings": 4.8
        },
        {
          "dept": "Ads Data Science",
          "open_end": 7,
          "open_start": 7,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.2
        },
        {
          "dept": "Global Client Solutions",
          "open_end": 6,
          "open_start": 9,
          "net_change": -3,
          "pct_change": -33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 101,
          "open_start": 83,
          "net_change": 18,
          "dollar_share_pct": 100.0
        },
        "S&M": {
          "open_end": 55,
          "open_start": 54,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 0,
          "open_start": 0,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 17,
          "net_change": 3
        },
        "IC-Senior": {
          "open_end": 87,
          "net_change": 17
        },
        "Manager": {
          "open_end": 54,
          "net_change": 0
        },
        "Director+": {
          "open_end": 8,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote - United States",
          "open_end": 69,
          "net_change": 2
        },
        {
          "city": "New York City, NY",
          "open_end": 22,
          "net_change": -2
        },
        {
          "city": "Remote - Ontario, Canada",
          "open_end": 14,
          "net_change": 2
        },
        {
          "city": "San Francisco, CA",
          "open_end": 13,
          "net_change": 1
        },
        {
          "city": "London, United Kingdom",
          "open_end": 11,
          "net_change": 6
        },
        {
          "city": "Los Angeles, CA",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "Remote - United Kingdom",
          "open_end": 6,
          "net_change": 4
        },
        {
          "city": "Chicago, IL",
          "open_end": 5,
          "net_change": -3
        },
        {
          "city": "Toronto, Canada",
          "open_end": 4,
          "net_change": 3
        },
        {
          "city": "Remote - The Netherlands",
          "open_end": 4,
          "net_change": 4
        }
      ],
      "salary_bands": {
        "n_with_band_end": 3,
        "median_midpoint_usd_end": 228950.0,
        "p25_midpoint_usd_end": 223837.0,
        "p75_midpoint_usd_end": 228950.0,
        "median_midpoint_usd_start": null
      },
      "new_postings_sample": [
        {
          "req_id": "8022366",
          "title": "Engineering Manager, Ads ML Efficiency",
          "department": "Ads Engineering",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:54-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8022366",
          "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": "8010396",
          "title": "Senior Client Account Manager, Large Customer Sales (Retail)",
          "department": "Large Customer Sales",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:54-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8010396",
          "description_excerpt": "Responsibilities:\nCollaborate closely with Client Partners to meet and exceed your client's marketing goals\nProactively manage and deepen relationships with existing advertising partners, both with agencies and directly with clients to drive year-over-year Reddit revenue growth\nLead and execute camp"
        },
        {
          "req_id": "8010403",
          "title": "Senior Client Account Manager, Large Customer Sales (Telco, Media & Entertainment)",
          "department": "Large Customer Sales",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:54-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8010403",
          "description_excerpt": "Responsibilities:\nCollaborate closely with Client Partners to meet and exceed your client's marketing goals\nProactively manage and deepen relationships with existing advertising partners, both with agencies and directly with clients to drive year-over-year Reddit revenue growth\nLead and execute camp"
        },
        {
          "req_id": "8010389",
          "title": "Senior Client Partner, Large Customer Sales (Retail)",
          "department": "Large Customer Sales",
          "location": "Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:54-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8010389",
          "description_excerpt": "Responsibilities:\nProactively manage and deepen relationships with existing advertising partners, both with agencies and directly with clients to drive year-over-year revenue growth\nProactively construct upfront and joint business plans with top clients\nEstablish mutually beneficial relationships wi"
        },
        {
          "req_id": "8022260",
          "title": "Senior Business Engineer",
          "department": "Ads Engineering",
          "location": "Remote - Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:53-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8022260",
          "description_excerpt": "Responsibilities\nAct as a trusted technical advisor and solutions architect for strategic partners (or direct advertisers), guiding them through the integration and adoption of Reddit\u2019s advertising APIs and tools.\nDesign and prototype proof-of-concept solutions that accelerate technical enablement a"
        },
        {
          "req_id": "8022136",
          "title": "Senior Machine Learning Systems Engineer, Ads ML Experience Platform",
          "department": "Ads Engineering",
          "location": "Remote - United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:52-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8022136",
          "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": "8015018",
          "title": "Agency Development Lead, DACH",
          "department": "Agency Development",
          "location": "Berlin, Germany",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:00:12-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8015018",
          "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": "8014401",
          "title": "Machine Learning Engineer",
          "department": "Engineering",
          "location": "New York City, NY",
          "salary_min": 223000.0,
          "salary_max": 260100.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:53:05-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8014401",
          "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": "8013591",
          "title": "Software Engineer",
          "department": "Engineering",
          "location": "San Francisco, CA",
          "salary_min": 190800.0,
          "salary_max": 267100.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:49:18-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8013591",
          "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": "8014436",
          "title": "Machine Learning Engineer",
          "department": "Engineering",
          "location": "San Francisco, CA",
          "salary_min": 187574.0,
          "salary_max": 260100.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T09:47:09-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8014436",
          "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": "8019018",
          "title": "Creative Strategist - Finance",
          "department": "CRO",
          "location": "New York City, NY",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:31:54-04:00",
          "first_seen_by_scraper": "2026-06-21",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8019018",
          "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": "8018517",
          "title": "Senior Machine Learning Engineer, Ads Foundational Representations",
          "department": "Ads Engineering",
          "location": "Remote - The Netherlands",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T19:13:39-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018517",
          "description_excerpt": "Responsibilities\nDeveloping new or iterating on existing embedding models for advertising use cases, ranging from aggregation pipelines to two-tower architectures and sequence models.\nWorking with local and 3rd-party LLMs/VLMs: extract representations, develop evaluation methodologies, prompt tune a"
        },
        {
          "req_id": "8018513",
          "title": "Senior Machine Learning Engineer, Ads Foundational Representations",
          "department": "Ads Engineering",
          "location": "Remote - United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T19:13:02-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018513",
          "description_excerpt": "Responsibilities\nDeveloping new or iterating on existing embedding models for advertising use cases, ranging from aggregation pipelines to two-tower architectures and sequence models.\nWorking with local and 3rd-party LLMs/VLMs: extract representations, develop evaluation methodologies, prompt tune a"
        },
        {
          "req_id": "8018562",
          "title": "Staff SRE, Ads",
          "department": "BE Platform",
          "location": "Remote - The Netherlands",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:28:54-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018562",
          "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": "8018561",
          "title": "Staff SRE, Ads",
          "department": "BE Platform",
          "location": "Remote - Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:28:53-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018561",
          "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": "8018555",
          "title": "Staff SRE, Ads",
          "department": "BE Platform",
          "location": "Remote - United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:28:52-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018555",
          "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": "8018532",
          "title": "Staff Machine Learning Engineer, ML Efficiency ",
          "department": "Ads Engineering",
          "location": "Remote - The Netherlands",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:11:27-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018532",
          "description_excerpt": "About the Team\nThe ML Efficiency team builds the infrastructure, tooling, and optimization systems that enable machine learning engineers and researchers to train, evaluate, deploy, and operate models efficiently at scale. We focus on improving developer productivity, reducing infrastructure costs,"
        },
        {
          "req_id": "8018527",
          "title": "Staff Machine Learning Engineer, ML Efficiency ",
          "department": "Ads Engineering",
          "location": "Remote - United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:10:12-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018527",
          "description_excerpt": "About the Team\nThe ML Efficiency team builds the infrastructure, tooling, and optimization systems that enable machine learning engineers and researchers to train, evaluate, deploy, and operate models efficiently at scale. We focus on improving developer productivity, reducing infrastructure costs,"
        },
        {
          "req_id": "8018469",
          "title": "Senior SRE, Ads",
          "department": "BE Platform",
          "location": "Remote - The Netherlands",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:04:33-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018469",
          "description_excerpt": "Responsibilities:\nPartner with Ads Engineering teams to improve reliability, scalability, and operational excellence of ad-serving, auction, targeting, measurement, and billing systems.\nDesign, build, and maintain infrastructure, tooling, and automation that improve service reliability and engineeri"
        },
        {
          "req_id": "8016253",
          "title": "Senior SRE, Ads",
          "department": "BE Platform",
          "location": "Remote - United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:01:40-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8016253",
          "description_excerpt": "Responsibilities:\nPartner with Ads Engineering teams to improve reliability, scalability, and operational excellence of ad-serving, auction, targeting, measurement, and billing systems.\nDesign, build, and maintain infrastructure, tooling, and automation that improve service reliability and engineeri"
        },
        {
          "req_id": "8018466",
          "title": "Senior SRE, Ads",
          "department": "BE Platform",
          "location": "Remote - Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T10:48:54-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8018466",
          "description_excerpt": "Responsibilities:\nPartner with Ads Engineering teams to improve reliability, scalability, and operational excellence of ad-serving, auction, targeting, measurement, and billing systems.\nDesign, build, and maintain infrastructure, tooling, and automation that improve service reliability and engineeri"
        },
        {
          "req_id": "8017263",
          "title": "Senior Client Account Manager, Global Strategic Accounts (UK)",
          "department": "Large Customer Sales",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:21:22-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8017263",
          "description_excerpt": "Responsibilities:\nCollaborate closely with Client Partners to meet and exceed clients\u2019 marketing goals\nLead and execute campaign launches from start to finish and deliver insightful optimizations to agency and client partners\nRun end-to-end global account operations: revenue delivery, complex media"
        },
        {
          "req_id": "8017196",
          "title": "Senior Client Partner, Global Strategic Accounts (UK)",
          "department": "Large Customer Sales",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T20:21:22-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8017196",
          "description_excerpt": "Responsibilities:\nOrchestrate and deepen multi-market relationships with C-suite executives and Global Agency Leads to drive sustainable, long-term global revenue growth\nDesign and execute global joint business plans that align Reddit\u2019s capabilities with the partner\u2019s overarching global business pil"
        },
        {
          "req_id": "7731931",
          "title": "Business Lead, Revenue Strategy & Operations",
          "department": "Sales Strategy & Operations",
          "location": "New York City, NY",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T17:46:24-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/7731931",
          "description_excerpt": "Responsibilities:\nCollaborate with sales, sales finance, business operations, product adoption and other cross-functional stakeholders on strategic operational projects designed to increase sales productivity, operational efficiency, and revenue\nProgram manage critical initiatives that shape the LCS"
        },
        {
          "req_id": "8015790",
          "title": "Creative Strategist, KarmaLab",
          "department": "Global Client Solutions",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T09:44:00-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/reddit/jobs/8015790",
          "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"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7617155",
          "title": "3rd Party Partnerships Manager - Commerce",
          "department": "Global Ads Partnerships",
          "first_seen": "2026-05-05",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 44
        },
        {
          "req_id": "7863304",
          "title": "Staff Data Scientist, Safety Insights",
          "department": "Data Science",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 29
        },
        {
          "req_id": "7961895",
          "title": "Engineering Manager, Safety",
          "department": "Safety Engineering",
          "first_seen": "2026-06-02",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 16
        },
        {
          "req_id": "7812004",
          "title": "Global Employee Relations Lead",
          "department": "HR",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7905466",
          "title": "Senior Technical Solutions Manager, Signals",
          "department": "Sales Strategy & Operations",
          "first_seen": "2026-05-08",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 40
        },
        {
          "req_id": "7905432",
          "title": "Senior Technical Solutions Manager, Signals",
          "department": "Sales Strategy & Operations",
          "first_seen": "2026-05-08",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 40
        },
        {
          "req_id": "7758581",
          "title": "GTM Enablement Lead, SMB",
          "department": "Global Client Solutions",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 25
        },
        {
          "req_id": "7954950",
          "title": "GTM Enablement Lead, SMB",
          "department": "Global Client Solutions",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 25
        },
        {
          "req_id": "7954949",
          "title": "GTM Enablement Lead, SMB",
          "department": "Global Client Solutions",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 25
        },
        {
          "req_id": "7954945",
          "title": "GTM Enablement Lead, SMB",
          "department": "Global Client Solutions",
          "first_seen": "2026-05-23",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 25
        },
        {
          "req_id": "7973810",
          "title": "Experience Partner, Programs",
          "department": "Experience",
          "first_seen": "2026-06-02",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 15
        }
      ],
      "description_changes": [
        {
          "req_id": "7991536",
          "title": "Agency Development Group Lead",
          "department": "Agency Development",
          "change_date": "2026-06-17",
          "prev_length": 5928,
          "new_length": 5926,
          "length_delta": -2
        }
      ],
      "novel_terms": [
        {
          "term": "infrastructure tooling",
          "count": 5,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "ml efficiency",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "improve reliability",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "operational excellence",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "ad serving",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "serving auction",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "auction targeting",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "targeting measurement",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "billing systems",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "systems design",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "improve service",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "service reliability",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "ads engineering teams",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "staff sre",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "sre ads",
          "count": 3,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "client marketing",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "existing embedding",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "embedding models",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "cases ranging",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "aggregation pipelines",
          "count": 2,
          "first_seen_in_window": "2026-06-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": 252,
        "open_end": 245,
        "net_change": -7,
        "pct_change": -2.8,
        "new_postings": 16,
        "closed_postings": 18,
        "salary_disclosure_rate_pct_end": 40.0,
        "salary_disclosure_rate_pct_start": 37.7
      },
      "by_department_top10": [
        {
          "dept": "225 - Advertising Engineering",
          "open_end": 45,
          "open_start": 42,
          "net_change": 3,
          "pct_change": 7.1,
          "avg_salary_usd": 307252.0,
          "share_pct_postings": 18.4
        },
        {
          "dept": "224 - Search & Recommendations",
          "open_end": 21,
          "open_start": 19,
          "net_change": 2,
          "pct_change": 10.5,
          "avg_salary_usd": 354658.0,
          "share_pct_postings": 8.6
        },
        {
          "dept": "393 - Viewer Product & Program Mgmt",
          "open_end": 14,
          "open_start": 0,
          "net_change": 14,
          "pct_change": null,
          "avg_salary_usd": 253852.0,
          "share_pct_postings": 5.7
        },
        {
          "dept": "001- PIPELINE",
          "open_end": 12,
          "open_start": 14,
          "net_change": -2,
          "pct_change": -14.3,
          "avg_salary_usd": 292267.0,
          "share_pct_postings": 4.9
        },
        {
          "dept": "206 - OS UI/SDK",
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 287500.0,
          "share_pct_postings": 4.5
        },
        {
          "dept": "377 - Ad Sales",
          "open_end": 10,
          "open_start": 11,
          "net_change": -1,
          "pct_change": -9.1,
          "avg_salary_usd": 147617.0,
          "share_pct_postings": 4.1
        },
        {
          "dept": "260 - Roku TV NPI Americas",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 388375.0,
          "share_pct_postings": 2.4
        },
        {
          "dept": "304 - Ad Marketing",
          "open_end": 6,
          "open_start": 4,
          "net_change": 2,
          "pct_change": 50.0,
          "avg_salary_usd": 154112.0,
          "share_pct_postings": 2.4
        },
        {
          "dept": "321 - Platform Content Operations",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 126100.0,
          "share_pct_postings": 2.4
        },
        {
          "dept": "392 - Ad Rev Ops",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 116000.0,
          "share_pct_postings": 2.4
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 157,
          "open_start": 154,
          "net_change": 3,
          "dollar_share_pct": 55.4
        },
        "S&M": {
          "open_end": 32,
          "open_start": 35,
          "net_change": -3,
          "dollar_share_pct": 9.8
        },
        "COGS": {
          "open_end": 11,
          "open_start": 13,
          "net_change": -2,
          "dollar_share_pct": 7.1
        },
        "G&A": {
          "open_end": 16,
          "open_start": 19,
          "net_change": -3,
          "dollar_share_pct": 5.3
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 9,
          "net_change": -3
        },
        "IC": {
          "open_end": 36,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 117,
          "net_change": -1
        },
        "Manager": {
          "open_end": 75,
          "net_change": -1
        },
        "Director+": {
          "open_end": 8,
          "net_change": -2
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Jose, California",
          "open_end": 49,
          "net_change": -2
        },
        {
          "city": "Bengaluru, India",
          "open_end": 38,
          "net_change": -1
        },
        {
          "city": "New York, New York",
          "open_end": 34,
          "net_change": 1
        },
        {
          "city": "Cambridge, United Kingdom",
          "open_end": 32,
          "net_change": 0
        },
        {
          "city": "Austin, Texas",
          "open_end": 24,
          "net_change": -1
        },
        {
          "city": "Santa Monica, California",
          "open_end": 17,
          "net_change": -1
        },
        {
          "city": "Manchester, United Kingdom",
          "open_end": 16,
          "net_change": -2
        },
        {
          "city": "Boston, Massachusetts",
          "open_end": 9,
          "net_change": 1
        },
        {
          "city": "Mexico City, Mexico",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Hsinchu, Taiwan",
          "open_end": 5,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 98,
        "median_midpoint_usd_end": 207500.0,
        "p25_midpoint_usd_end": 147500.0,
        "p75_midpoint_usd_end": 294750.0,
        "median_midpoint_usd_start": 218500.0
      },
      "new_postings_sample": [
        {
          "req_id": "8014268",
          "title": "Workplace Experience Coordinator",
          "department": "432 - WPS New York NY",
          "location": "New York, New York",
          "salary_min": 60320.0,
          "salary_max": 70720.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:11:11-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8014268?gh_jid=8014268",
          "description_excerpt": "About the team\nThe Workplace Experience team is dynamic and fast-growing. We collaborate to create an inspiring workplace for our amazing colleagues. Our mission is to provide a workplace experience that competes with the best. We strive to exceed our team members' expectations by always thinking on"
        },
        {
          "req_id": "7974536",
          "title": "Senior Machine Learning Engineer",
          "department": "225 - Advertising Engineering",
          "location": "Austin, Texas",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:11:09-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/7974536?gh_jid=7974536",
          "description_excerpt": "About the team\nThe Advertising Performance group focuses on performance for all participants in the Advertising ecosystem - Advertisers, Publishers, and Roku. The systems and solutions span multiple disciplines and technologies to perform real-time multi-objective optimization across distributed sys"
        },
        {
          "req_id": "8016414",
          "title": "Senior Machine Learning Engineer",
          "department": "225 - Advertising Engineering",
          "location": "San Jose, California",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:11:09-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8016414?gh_jid=8016414",
          "description_excerpt": "About the team\nThe Advertising Performance group focuses on performance for all participants in the Advertising ecosystem - Advertisers, Publishers, and Roku. The systems and solutions span multiple disciplines and technologies to perform real-time multi-objective optimization across distributed sys"
        },
        {
          "req_id": "8015952",
          "title": "Brand Activation Manager",
          "department": "378 - Ad Client Services",
          "location": "New York, New York",
          "salary_min": 110000.0,
          "salary_max": 120000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:53-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8015952?gh_jid=8015952",
          "description_excerpt": "About the Team\nAt Roku, we like to say that there are no bystanders, and that is as true in the advertising team as it is in any other facet of the company. We work together to ensure our clients understand this new world of advertising, that they are making the best possible decisions to support th"
        },
        {
          "req_id": "8015914",
          "title": "Senior Ad Research Manager ",
          "department": "304 - Ad Marketing",
          "location": "Santa Monica, California",
          "salary_min": 130000.0,
          "salary_max": 150000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:27-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8015914?gh_jid=8015914",
          "description_excerpt": "What You'll Be Doing\nIndependently scope and lead end-to-end primary research studies, either in-house, through our custom research panel or through 3P vendors. This includes proposing the most appropriate methodology, leading kickoff calls, creating and maintaining timelines, designing and programm"
        },
        {
          "req_id": "7997396",
          "title": "Senior Ad Research Manager ",
          "department": "304 - Ad Marketing",
          "location": "New York, New York",
          "salary_min": 130000.0,
          "salary_max": 150000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:27-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/7997396?gh_jid=7997396",
          "description_excerpt": "What You'll Be Doing\nIndependently scope and lead end-to-end primary research studies, either in-house, through our custom research panel or through 3P vendors. This includes proposing the most appropriate methodology, leading kickoff calls, creating and maintaining timelines, designing and programm"
        },
        {
          "req_id": "8016030",
          "title": "Senior Product Manager, Ads Targeting & Audience Activation",
          "department": "383 - Ad Product",
          "location": "New York, New York",
          "salary_min": 290000.0,
          "salary_max": 310000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:22-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8016030?gh_jid=8016030",
          "description_excerpt": "About the Team\nThe Ads Targeting and Audience Activation team is responsible for the products that enable advertisers to reach the right viewers on Roku. We build the systems that transform Roku's rich identity, behavioral, contextual, and advertiser-provided signals into actionable audiences and ta"
        },
        {
          "req_id": "8016032",
          "title": "Senior Product Manager, Ads Targeting & Audience Activation",
          "department": "383 - Ad Product",
          "location": "Boston, Massachusetts",
          "salary_min": 260000.0,
          "salary_max": 280000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:22-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8016032?gh_jid=8016032",
          "description_excerpt": "About the Team\nThe Ads Targeting and Audience Activation team is responsible for the products that enable advertisers to reach the right viewers on Roku. We build the systems that transform Roku's rich identity, behavioral, contextual, and advertiser-provided signals into actionable audiences and ta"
        },
        {
          "req_id": "8016472",
          "title": "Senior Manager, Customer Intelligence",
          "department": "393 - Viewer Product & Program Mgmt",
          "location": "New York, New York",
          "salary_min": 182750.0,
          "salary_max": 262600.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:19-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.weareroku.com/jobs/8016472?gh_jid=8016472",
          "description_excerpt": "About the team\nThe Customer Intelligence team, part of the broader Planning & Optimization organization, is at the forefront of understanding Roku's customers. We are a commercially astute team dedicated to turning complex data into clear, actionable insights that drive customer growth, improve rete"
        },
        {
          "req_id": "8010308",
          "title": "Sr. Data Scientist",
          "department": "381 - Core Analytics",
          "location": "Santa Monica, California",
          "salary_min": 179900.0,
          "salary_max": 190000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:11:01-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.weareroku.com/jobs/8010308?gh_jid=8010308",
          "description_excerpt": "About the team\nWhen you join our Core Analytics Team, you become part of a centralized hub of analytics excellence. This team provides the unique opportunity to work alongside a world-class peer group, leveraging centrally maintained tools and resources to drive impactful results. We emphasize conti"
        },
        {
          "req_id": "8010236",
          "title": "Sr. Data Scientist",
          "department": "381 - Core Analytics",
          "location": "San Jose, California",
          "salary_min": 179900.0,
          "salary_max": 190000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:11:01-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.weareroku.com/jobs/8010236?gh_jid=8010236",
          "description_excerpt": "About the team\nWhen you join our Core Analytics Team, you become part of a centralized hub of analytics excellence. This team provides the unique opportunity to work alongside a world-class peer group, leveraging centrally maintained tools and resources to drive impactful results. We emphasize conti"
        },
        {
          "req_id": "8010331",
          "title": "Senior Software Engineer, Backend",
          "department": "224 - Search & Recommendations",
          "location": "Bengaluru, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:10:59-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.weareroku.com/jobs/8010331?gh_jid=8010331",
          "description_excerpt": "About the team\nThe primary responsibility of the Content Management team is to develop and manage the Content Management System (CMS). This system processes all content showcased on the Roku Channel, including creating ingestion pipelines, collaborating with partners for content acquisition, process"
        },
        {
          "req_id": "8001052",
          "title": "Senior Account Executive Media and Entertainment",
          "department": "377 - Ad Sales",
          "location": "Toronto, Canada",
          "salary_min": 115000.0,
          "salary_max": 125000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:46-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.weareroku.com/jobs/8001052?gh_jid=8001052",
          "description_excerpt": "About the team\nThe world is cutting the cord and streaming its TV online, a shift that has dramatically changed how advertisers target, reach and measure their preferred audiences in ways that broadcast TV and cable never could.\nAbout the role\nIn this new era of streaming, Roku has redefined the rul"
        },
        {
          "req_id": "7807253",
          "title": "Senior Software Engineer, Search and Recommendations ",
          "department": "224 - Search & Recommendations",
          "location": "Cambridge, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:07:47-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.weareroku.com/jobs/7807253?gh_jid=7807253",
          "description_excerpt": "About the Team\nRoku pioneered streaming to the TV and continues to innovate and lead the industry. While we are well-positioned to help shape the future of television \u2013 including TV advertising \u2013 around the world, continued success relies on our investment in digital services. Our team is a multi-di"
        },
        {
          "req_id": "8010352",
          "title": "Advertising Analyst",
          "department": "392 - Ad Rev Ops",
          "location": "New York, New York",
          "salary_min": 83000.0,
          "salary_max": 97000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-23T00:10:57-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://www.weareroku.com/jobs/8010352?gh_jid=8010352",
          "description_excerpt": "About the Team\nThe Revenue Operations team is responsible for maximizing yield through supply optimization, driving global ad revenue growth with strategic pricing and packaging, managing global publisher partnerships for ad inventory deals and delivery, and enhancing the efficiency of the ad sales"
        },
        {
          "req_id": "8007731",
          "title": "Senior Product Designer - Product Catalogue",
          "department": "369 - User Experience",
          "location": "Bengaluru, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T00:07:02-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://www.weareroku.com/jobs/8007731?gh_jid=8007731",
          "description_excerpt": "About the team\nWe believe that great user experiences come from people who have the vision to see the big picture while maintaining incredible attention to detail. The User Experience team at Roku is comprised of UX designers, researchers, and writers who work collaboratively with our world-class Pr"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7403109",
          "title": "Treasury Manager",
          "department": "407 - Treasury",
          "first_seen": "2026-05-07",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 43
        },
        {
          "req_id": "7991487",
          "title": "Senior Financial Analyst",
          "department": "411 - Finance",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 9
        },
        {
          "req_id": "7818758",
          "title": "AI Program Manager",
          "department": "423 - People Shared Services",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7678160",
          "title": "Senior Director, Partner Management (Technical Engagement) ",
          "department": "365 - Partner Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7818440",
          "title": "Senior Financial Analyst",
          "department": "450 - Frndly G&A",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7680966",
          "title": "Senior UX Product Designer, The Roku Channel",
          "department": "369 - User Experience",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "7926434",
          "title": "Senior UX Product Designer, The Roku Channel",
          "department": "369 - User Experience",
          "first_seen": "2026-05-15",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 34
        },
        {
          "req_id": "7931707",
          "title": "Growth Lead \u2014 Roku Data Cloud ",
          "department": "377 - Ad Sales",
          "first_seen": "2026-05-16",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 33
        },
        {
          "req_id": "7871282",
          "title": "Growth Lead \u2014 Roku Data Cloud ",
          "department": "377 - Ad Sales",
          "first_seen": "2026-05-16",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 33
        },
        {
          "req_id": "7621771",
          "title": "Software Engineer Intern, Mobile",
          "department": "222 - Mobile SW",
          "first_seen": "2026-05-29",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 20
        },
        {
          "req_id": "7253717",
          "title": "Senior Data Engineer - Privacy ",
          "department": "229 - Data Engineering",
          "first_seen": "2026-06-03",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 15
        },
        {
          "req_id": "7819145",
          "title": "Ad Operations Associate",
          "department": "380 - Ad Ops",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7700615",
          "title": "Senior Full Stack Engineer - Web ",
          "department": "223 - Website SW",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7841957",
          "title": "Technology Audit Manager",
          "department": "408 - Internal Audit",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7795883",
          "title": "Senior Software Engineer,\u00a0Embedded\u202fSoftware Automation and Tools\u00a0",
          "department": "213 - Embedded SW Auto and Tools",
          "first_seen": "2026-05-07",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 41
        }
      ],
      "description_changes": [
        {
          "req_id": "7528519",
          "title": "UX Designer, Streaming Experience",
          "department": "369 - User Experience",
          "change_date": "2026-06-23",
          "prev_length": 7432,
          "new_length": 7855,
          "length_delta": 423
        },
        {
          "req_id": "7642909",
          "title": "Senior Product Manager, Account Foundations",
          "department": "393 - Viewer Product - Product & Program Mgmt",
          "change_date": "2026-06-21",
          "prev_length": 6917,
          "new_length": 6916,
          "length_delta": -1
        },
        {
          "req_id": "7215692",
          "title": "Senior Software Engineer, Roku TV",
          "department": "260 - Roku TV NPI Americas",
          "change_date": "2026-06-20",
          "prev_length": 6698,
          "new_length": 6727,
          "length_delta": 29
        },
        {
          "req_id": "7487357",
          "title": "Senior Software Engineer in Test, Python",
          "department": "205 - Consumer & Device OS Quality",
          "change_date": "2026-06-20",
          "prev_length": 7068,
          "new_length": 7352,
          "length_delta": 284
        },
        {
          "req_id": "7997396",
          "title": "Senior Ad Research Manager ",
          "department": "304 - Ad Marketing",
          "change_date": "2026-06-20",
          "prev_length": 8934,
          "new_length": 8934,
          "length_delta": 0
        },
        {
          "req_id": "8015914",
          "title": "Senior Ad Research Manager ",
          "department": "304 - Ad Marketing",
          "change_date": "2026-06-20",
          "prev_length": 8938,
          "new_length": 8938,
          "length_delta": 0
        },
        {
          "req_id": "7931242",
          "title": "Senior Machine Learning Engineer, Ad Serving",
          "department": "225 - Advertising Engineering",
          "change_date": "2026-06-19",
          "prev_length": 6587,
          "new_length": 6587,
          "length_delta": 0
        },
        {
          "req_id": "7991258",
          "title": "Senior Machine Learning Engineer, Ad Serving",
          "department": "225 - Advertising Engineering",
          "change_date": "2026-06-19",
          "prev_length": 6582,
          "new_length": 6582,
          "length_delta": 0
        },
        {
          "req_id": "7862146",
          "title": "Sr. Analyst, Ad Forecasting & Inventory Yield",
          "department": "392 - Ad Rev Ops",
          "change_date": "2026-06-19",
          "prev_length": 9131,
          "new_length": 9752,
          "length_delta": 621
        },
        {
          "req_id": "7992354",
          "title": "Senior Agentic AI Engineer",
          "department": "206 - OS UI/SDK",
          "change_date": "2026-06-17",
          "prev_length": 8065,
          "new_length": 8152,
          "length_delta": 87
        }
      ],
      "novel_terms": [
        {
          "term": "independently scope",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "research studies",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "studies either",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "house through",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "custom research",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "research panel",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "through 3p",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "3p vendors",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "most appropriate",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "appropriate methodology",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "kickoff calls",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "calls creating",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "timelines designing",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "become part",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "centralized hub",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "analytics excellence",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "alongside world",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "group leveraging",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "leveraging centrally",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "drive impactful",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        }
      ]
    },
    "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": 6,
        "open_end": 7,
        "net_change": 1,
        "pct_change": 16.7,
        "new_postings": 3,
        "closed_postings": 1,
        "salary_disclosure_rate_pct_end": 71.4,
        "salary_disclosure_rate_pct_start": 83.3
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 139167.0,
          "share_pct_postings": 42.9
        },
        {
          "dept": "Customer Experience",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 28.6
        },
        {
          "dept": "Marketing",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 75000.0,
          "share_pct_postings": 14.3
        },
        {
          "dept": "Product & UX Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 132500.0,
          "share_pct_postings": 14.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "dollar_share_pct": 88.0
        },
        "S&M": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "dollar_share_pct": 12.0
        },
        "COGS": {
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "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": 2,
          "net_change": 1
        },
        "IC": {
          "open_end": 3,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 1,
          "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": "Chicago, IL",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Coppell, TX",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Remote",
          "open_end": 1,
          "net_change": 1
        }
      ],
      "salary_bands": {
        "n_with_band_end": 5,
        "median_midpoint_usd_end": 132500.0,
        "p25_midpoint_usd_end": 132500.0,
        "p75_midpoint_usd_end": 132500.0,
        "median_midpoint_usd_start": 132500.0
      },
      "new_postings_sample": [
        {
          "req_id": "4712548007",
          "title": "Customer Service Representative - Seller Operations",
          "department": "Customer Experience",
          "location": "Coppell, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:00:07-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://job-boards.greenhouse.io/vividseatsllc/jobs/4712548007?gh_jid=4712548007",
          "description_excerpt": "responsibilities.\nNavigate order queue and determine what requires attention to provide real-time assistance.\n90 days in:\nPlay an active role in continued learnings to advance skill sets necessary for individual and team goals.\nManage in-bound seller calls regarding a wide range of questions and mon"
        },
        {
          "req_id": "5166435007",
          "title": "Senior Product Manager",
          "department": "Product & UX Design",
          "location": "Chicago, IL ",
          "salary_min": 115000.0,
          "salary_max": 150000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-16T17:58:23-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/vividseatsllc/jobs/5166435007?gh_jid=5166435007",
          "description_excerpt": "Who we are : Founded in 2001, Vivid Seats (NASDAQ: SEAT) is a leading online ticket marketplace committed to becoming the ultimate partner for connecting fans to the live events, artists, and teams they love. We believe in the power of experiences and are fiercely dedicated to building products that"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "5167447007",
          "title": "Software Engineer",
          "department": "Engineering",
          "first_seen": "2026-06-18",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 0
        }
      ],
      "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": 138,
        "open_end": 132,
        "net_change": -6,
        "pct_change": -4.3,
        "new_postings": 8,
        "closed_postings": 7,
        "salary_disclosure_rate_pct_end": 66.7,
        "salary_disclosure_rate_pct_start": 65.9
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 69,
          "open_start": 68,
          "net_change": 1,
          "pct_change": 1.5,
          "avg_salary_usd": 250837.0,
          "share_pct_postings": 52.3
        },
        {
          "dept": "",
          "open_end": 26,
          "open_start": 28,
          "net_change": -2,
          "pct_change": -7.1,
          "avg_salary_usd": 179000.0,
          "share_pct_postings": 19.7
        },
        {
          "dept": "Marketing",
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "pct_change": -7.7,
          "avg_salary_usd": 219333.0,
          "share_pct_postings": 9.1
        },
        {
          "dept": "Sales",
          "open_end": 9,
          "open_start": 12,
          "net_change": -3,
          "pct_change": -25.0,
          "avg_salary_usd": 129400.0,
          "share_pct_postings": 6.8
        },
        {
          "dept": "Product",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 262571.0,
          "share_pct_postings": 6.1
        },
        {
          "dept": "Legal",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 228500.0,
          "share_pct_postings": 2.3
        },
        {
          "dept": "Data & Analytics",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 0.8
        },
        {
          "dept": "Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 196000.0,
          "share_pct_postings": 0.8
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 379000.0,
          "share_pct_postings": 0.8
        },
        {
          "dept": "Operations",
          "open_end": 1,
          "open_start": 2,
          "net_change": -1,
          "pct_change": -50.0,
          "avg_salary_usd": 163000.0,
          "share_pct_postings": 0.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 76,
          "open_start": 74,
          "net_change": 2,
          "dollar_share_pct": 62.4
        },
        "S&M": {
          "open_end": 38,
          "open_start": 42,
          "net_change": -4,
          "dollar_share_pct": 24.0
        },
        "COGS": {
          "open_end": 1,
          "open_start": 2,
          "net_change": -1,
          "dollar_share_pct": 0.8
        },
        "G&A": {
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "dollar_share_pct": 2.9
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 4,
          "net_change": 0
        },
        "IC": {
          "open_end": 55,
          "net_change": -1
        },
        "IC-Senior": {
          "open_end": 27,
          "net_change": 0
        },
        "Manager": {
          "open_end": 40,
          "net_change": -5
        },
        "Director+": {
          "open_end": 6,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "2 Locations",
          "open_end": 21,
          "net_change": 1
        },
        {
          "city": "3 Locations",
          "open_end": 18,
          "net_change": 0
        },
        {
          "city": "6 Locations",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Los Angeles, California",
          "open_end": 11,
          "net_change": -3
        },
        {
          "city": "5 Locations",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "4 Locations",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Abingdon - 141 Park Drive",
          "open_end": 5,
          "net_change": 1
        },
        {
          "city": "Taipei City, Taiwan",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Palo Alto, California",
          "open_end": 5,
          "net_change": 0
        },
        {
          "city": "Paris, France",
          "open_end": 5,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 88,
        "median_midpoint_usd_end": 196000.0,
        "p25_midpoint_usd_end": 178000.0,
        "p75_midpoint_usd_end": 286000.0,
        "median_midpoint_usd_start": 216000.0
      },
      "new_postings_sample": [
        {
          "req_id": "R0045907",
          "title": "Software Engineer, C++",
          "department": "Engineering",
          "location": "Vienna, Austria",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Vienna-Austria/Software-Engineer--C--_R0045907-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. The Company\u2019s thr"
        },
        {
          "req_id": "R0045906",
          "title": "Senior Client Partner, SMC",
          "department": "",
          "location": "3 Locations",
          "salary_min": 142000.0,
          "salary_max": 214000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Senior-Client-Partner--SMC_R0045906-1",
          "description_excerpt": "What you'll do:\nIdentify, prioritize, and secure business opportunities\nDrive revenue for Snap by seeking out business challenges with various marketing functions with clients and partner agencies\nUse consultative approach by offering strategic media solutions with all clients through the vertical p"
        },
        {
          "req_id": "R0045905",
          "title": "Software Engineer, AR, Level 4",
          "department": "Engineering",
          "location": "2 Locations",
          "salary_min": 157000.0,
          "salary_max": 235000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Software-Engineer--AR--Level-4_R0045905-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. The Company\u2019s thr"
        },
        {
          "req_id": "R0045875",
          "title": "Senior Account Manager",
          "department": "Sales",
          "location": "2 Locations",
          "salary_min": 107000.0,
          "salary_max": 161000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Los-Angeles-California/Senior-Account-Manager_R0045875-2",
          "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. The Company\u2019s thr"
        },
        {
          "req_id": "R0045873",
          "title": "Senior Software Engineer, Spectacles",
          "department": "Engineering",
          "location": "London, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/London-United-Kingdom/Senior-Software-Engineer--Spectacles_R0045873-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. The Company\u2019s thr"
        },
        {
          "req_id": "R0045872",
          "title": "Nanophotonics Engineer",
          "department": "Engineering",
          "location": "Abingdon - 141 Park Drive",
          "salary_min": 77000.0,
          "salary_max": 96000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Abingdon---141-Park-Drive/Nanophotonics-Engineer_R0045872-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. The Company\u2019s thr"
        },
        {
          "req_id": "R0045870",
          "title": "Technical Program Manager",
          "department": "Product",
          "location": "Taipei City, Taiwan",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://snapchat.wd1.myworkdayjobs.com/snap/job/Taipei-City-Taiwan/Technical-Program-Manager_R0045870",
          "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. The Company\u2019s thr"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "R0045830",
          "title": "Account Manager (Fixed Term - 16 months)",
          "department": "Sales",
          "first_seen": "2026-06-12",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 7
        },
        {
          "req_id": "R0045214",
          "title": "Product Manager - Ads Platform",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R0045040",
          "title": "Senior Manager, Small Customer Sales",
          "department": "Sales",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "R0045494",
          "title": "Senior Client Partner, SMC",
          "department": "",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 29
        },
        {
          "req_id": "R0045525",
          "title": "Software Engineer, AR, Level 4",
          "department": "Engineering",
          "first_seen": "2026-05-21",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 28
        },
        {
          "req_id": "R0045434",
          "title": "Senior Account Manager",
          "department": "Sales",
          "first_seen": "2026-05-14",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 34
        },
        {
          "req_id": "R0045808",
          "title": "Senior Producer",
          "department": "",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 6
        }
      ],
      "description_changes": [
        {
          "req_id": "R0044850",
          "title": "Senior Environmental Health & Safety Specialist",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 8021,
          "new_length": 7712,
          "length_delta": -309
        }
      ],
      "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": 130,
        "open_end": 123,
        "net_change": -7,
        "pct_change": -5.4,
        "new_postings": 8,
        "closed_postings": 10,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Engineering, Machine Learning",
          "open_end": 19,
          "open_start": 21,
          "net_change": -2,
          "pct_change": -9.5,
          "avg_salary_usd": null,
          "share_pct_postings": 15.4
        },
        {
          "dept": "Sales, Ad Sales",
          "open_end": 11,
          "open_start": 10,
          "net_change": 1,
          "pct_change": 10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.9
        },
        {
          "dept": "Engineering, Backend",
          "open_end": 9,
          "open_start": 13,
          "net_change": -4,
          "pct_change": -30.8,
          "avg_salary_usd": null,
          "share_pct_postings": 7.3
        },
        {
          "dept": "Legal",
          "open_end": 6,
          "open_start": 7,
          "net_change": -1,
          "pct_change": -14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 4.9
        },
        {
          "dept": "Product",
          "open_end": 6,
          "open_start": 5,
          "net_change": 1,
          "pct_change": 20.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.9
        },
        {
          "dept": "Engineering",
          "open_end": 5,
          "open_start": 5,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.1
        },
        {
          "dept": "Data, Research & Insights, Research Science",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.3
        },
        {
          "dept": "Marketing",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.3
        },
        {
          "dept": "Marketing, Marketing Operations",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.3
        },
        {
          "dept": "Sales, Sales Operations",
          "open_end": 4,
          "open_start": 4,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 57,
          "open_start": 67,
          "net_change": -10,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 44,
          "open_start": 41,
          "net_change": 3,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 4,
          "open_start": 5,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 3,
          "net_change": 0
        },
        "IC": {
          "open_end": 25,
          "net_change": -8
        },
        "IC-Senior": {
          "open_end": 36,
          "net_change": 0
        },
        "Manager": {
          "open_end": 48,
          "net_change": 0
        },
        "Director+": {
          "open_end": 11,
          "net_change": 1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "New York",
          "open_end": 42,
          "net_change": -2
        },
        {
          "city": "London, Stockholm",
          "open_end": 30,
          "net_change": -4
        },
        {
          "city": "London",
          "open_end": 11,
          "net_change": 1
        },
        {
          "city": "Toronto",
          "open_end": 7,
          "net_change": -1
        },
        {
          "city": "S\u00e3o Paulo",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Stockholm",
          "open_end": 3,
          "net_change": -1
        },
        {
          "city": "Singapore, Singapore",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Mumbai",
          "open_end": 2,
          "net_change": -1
        },
        {
          "city": "Seoul",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Los Angeles",
          "open_end": 2,
          "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": "spotify-project-manager-editorial-product-integration-partnerships",
          "title": "Project Manager, Editorial Product Integration &amp; Partnerships",
          "department": "Content, Editorial",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T18:14:27.643000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.lifeatspotify.com/jobs/project-manager-editorial-product-integration-partnerships",
          "description_excerpt": "The Music Mission team owns Spotify\u2019s end to end proposition for music creators and the experiences they create for fans. The team is dedicated to building tools and services to enable creation, promotion, expression, and monetization at scale.\nThe Editorial Product Integration & Partnerships team s"
        },
        {
          "req_id": "spotify-data-scientist-discovery-mode",
          "title": "Data Scientist, Discovery Mode",
          "department": "Data, Research & Insights, Data Science",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T17:14:00.858000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.lifeatspotify.com/jobs/data-scientist-discovery-mode",
          "description_excerpt": "The Music Mission enables music creators to grow, engage, and monetize their fan bases on Spotify. Central to the Music Mission's vision is the development of promotional tools for artists and label teams, powered by Spotify's deep knowledge of listener behavior. Products like Discovery Mode, Marque"
        },
        {
          "req_id": "spotify-senior-product-manager-core-experience",
          "title": "Senior Product Manager, Core Experience",
          "department": "Product",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-04-21T09:13:29.033000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.lifeatspotify.com/jobs/senior-product-manager-core-experience",
          "description_excerpt": "Delivering the best Spotify experience possible. To as many people as possible. In as many moments as possible. That\u2019s what the Experience team is all about. We use our deep understanding of consumer expectations to enrich the lives of millions of our users all over the world, bringing the music and"
        },
        {
          "req_id": "spotify-director-of-sales-backstage-3",
          "title": "Director of Sales, Backstage",
          "department": "Sales, Business Development",
          "location": "London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T11:23:10.078000+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://www.lifeatspotify.com/jobs/director-of-sales-backstage-3",
          "description_excerpt": "The Platform team creates the technology that enables Spotify to learn quickly and scale easily, enabling rapid growth in our users and our business around the globe. Spanning many disciplines, we work to make the business work; creating the infrastructure, tooling, frameworks, and capabilities need"
        },
        {
          "req_id": "spotify-associate-manager-marketing-science",
          "title": "Associate Manager, Marketing Science",
          "department": "Marketing, Advertising Marketing",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T18:18:40.499000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://www.lifeatspotify.com/jobs/associate-manager-marketing-science",
          "description_excerpt": "Sell what you love. For us and millions of users across the globe, that\u2019s Spotify. Join the Sales team and you\u2019ll build the relationships that help grow our business in existing markets and beyond. We don\u2019t just sell creative solutions to our clients and partners, we help to shape them; using our ex"
        },
        {
          "req_id": "spotify-principal-product-manager-agentic-surfaces",
          "title": "Principal Product Manager, Agentic Surfaces",
          "department": "Product",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:26:43.009000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.lifeatspotify.com/jobs/principal-product-manager-agentic-surfaces",
          "description_excerpt": "Spotify transformed how the world listens. Now we're transforming how the world discovers . With over 600 million users, Home is the surface listeners open first \u2014 where they meet the music, podcasts, and audio they'll love next. We're reimagining Home for an AI-native age: not a static feed, but an"
        },
        {
          "req_id": "spotify-senior-sales-trainer-advertising",
          "title": "Senior Sales Trainer, Advertising",
          "department": "Sales, Ad Sales",
          "location": "Los Angeles, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T17:45:54.623000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://www.lifeatspotify.com/jobs/senior-sales-trainer-advertising",
          "description_excerpt": "Sell what you love. For us and millions of users across the globe, that\u2019s Spotify. Join the Sales team and you\u2019ll build the relationships that help grow our business in existing markets and beyond. We don\u2019t just sell creative solutions to our clients and partners, we help to shape them; using our ex"
        },
        {
          "req_id": "spotify-us-agency-development-lead",
          "title": "US Agency Development Lead",
          "department": "Sales, Ad Sales",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-15T18:33:05.289000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://www.lifeatspotify.com/jobs/us-agency-development-lead",
          "description_excerpt": "Sell what you love. For us and millions of users across the globe, that\u2019s Spotify. Join the Sales team and you\u2019ll build the relationships that help grow our business in existing markets and beyond. We don\u2019t just sell creative solutions to our clients and partners, we help to shape them; using our ex"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "spotify-backend-engineer-data-infrastructure",
          "title": "Backend Engineer , Data Infrastructure",
          "department": "Engineering, Backend",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 37
        },
        {
          "req_id": "spotify-senior-engineering-manager-native-ads",
          "title": "Senior Engineering Manager, Native Ads",
          "department": "Engineering, Engineering Leadership",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "spotify-legal-counsel-music-publishing",
          "title": "Legal Counsel, Music Publishing",
          "department": "Legal",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-machine-learning-engineer-personalization-4",
          "title": "Machine Learning Engineer, Personalization",
          "department": "Engineering, Machine Learning",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-senior-full-stack-engineer-audiobooks",
          "title": "Senior Full Stack Engineer, Audiobooks",
          "department": "Engineering, Machine Learning",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-backend-engineer-release",
          "title": "Backend Engineer- Release",
          "department": "Engineering, Backend",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-android-engineer-platform-engineering",
          "title": "Android Engineer, Platform Engineering",
          "department": "Engineering, Mobile",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-senior-fullstack-engineer-backstage-portal-data-experience",
          "title": "Senior Fullstack Engineer, Backstage Portal, Data Experience",
          "department": "Engineering, Backend",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-backend-engineer-user-platform-3",
          "title": "Backend Engineer, User Platform",
          "department": "Engineering, Backend",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "spotify-analytics-engineer-music-creator-growth",
          "title": "Analytics Engineer, Music Creator Growth",
          "department": "Data, Research & Insights, Data",
          "first_seen": "2026-06-16",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 1
        }
      ],
      "description_changes": [
        {
          "req_id": "spotify-senior-hr-generalist",
          "title": "HR Generalist Japan",
          "department": "Human Resources",
          "change_date": "2026-06-18",
          "prev_length": 864,
          "new_length": 925,
          "length_delta": 61
        }
      ],
      "novel_terms": []
    },
    "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": 307,
        "open_end": 315,
        "net_change": 8,
        "pct_change": 2.6,
        "new_postings": 30,
        "closed_postings": 8,
        "salary_disclosure_rate_pct_end": 1.9,
        "salary_disclosure_rate_pct_start": 1.6
      },
      "by_department_top10": [
        {
          "dept": "Online Services",
          "open_end": 27,
          "open_start": 26,
          "net_change": 1,
          "pct_change": 3.8,
          "avg_salary_usd": null,
          "share_pct_postings": 8.6
        },
        {
          "dept": "Code",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.1
        },
        {
          "dept": "Zynga Studio One",
          "open_end": 12,
          "open_start": 13,
          "net_change": -1,
          "pct_change": -7.7,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Publishing Strategy",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.2
        },
        {
          "dept": "Tools",
          "open_end": 10,
          "open_start": 10,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.2
        },
        {
          "dept": "Analytics",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Art - Cloud Chamber",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 124260.0,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Game Programming - 2K Sports Lab",
          "open_end": 8,
          "open_start": 7,
          "net_change": 1,
          "pct_change": 14.3,
          "avg_salary_usd": null,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Global Marketing Go To Market",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Localization - 2K Madrid",
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.5
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 136,
          "open_start": 131,
          "net_change": 5,
          "dollar_share_pct": 60.2
        },
        "S&M": {
          "open_end": 31,
          "open_start": 32,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 11,
          "open_start": 13,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 15,
          "open_start": 14,
          "net_change": 1,
          "dollar_share_pct": 12.4
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 8,
          "net_change": 2
        },
        "IC": {
          "open_end": 80,
          "net_change": 5
        },
        "IC-Senior": {
          "open_end": 116,
          "net_change": 4
        },
        "Manager": {
          "open_end": 89,
          "net_change": -2
        },
        "Director+": {
          "open_end": 22,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Novato, California, United States",
          "open_end": 32,
          "net_change": 1
        },
        {
          "city": "Montr\u00e9al, Quebec, Canada",
          "open_end": 30,
          "net_change": 2
        },
        {
          "city": "Manhattan, New York, United States",
          "open_end": 26,
          "net_change": 0
        },
        {
          "city": "Bengaluru, Karnataka, India",
          "open_end": 16,
          "net_change": 3
        },
        {
          "city": "Burnaby, British Columbia, Canada",
          "open_end": 16,
          "net_change": 1
        },
        {
          "city": "Austin, Texas",
          "open_end": 13,
          "net_change": 1
        },
        {
          "city": "Brighton, England, United Kingdom",
          "open_end": 13,
          "net_change": 0
        },
        {
          "city": "Austin, TX",
          "open_end": 13,
          "net_change": 0
        },
        {
          "city": "London, England, United Kingdom",
          "open_end": 11,
          "net_change": 1
        },
        {
          "city": "Barcelona, Spain",
          "open_end": 10,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 6,
        "median_midpoint_usd_end": 124260.0,
        "p25_midpoint_usd_end": 89260.0,
        "p75_midpoint_usd_end": 135030.0,
        "median_midpoint_usd_start": 135030.0
      },
      "new_postings_sample": [
        {
          "req_id": "8001165",
          "title": "Legal Billing Coordinator",
          "department": "Legal ",
          "location": "Bengaluru, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-23T01:12:29-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8001165",
          "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": "7767175003",
          "title": "Junior Level Designer",
          "department": "Art - HB Studios",
          "location": "Nova Scotia, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T21:04:43-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7767175003",
          "description_excerpt": "Responsibilities\nAssist in recreating authentic golf courses for in-game use from real-world reference data.\nBuild original courses from scratch, executing all phases of level creation from concept to implementation.\nDesign and implement supplementary level designs on top of existing courses to supp"
        },
        {
          "req_id": "7775670003",
          "title": "Senior Site Reliability Engineer",
          "department": "Core-Tech - 2K Publishing",
          "location": "Austin, Texas, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T19:43:29-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7775670003",
          "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).\nOwn Kubernetes platforms (EKS, GKE) end-to-end cluster lifecycle, multi-tenancy, networking (Istio, Cilium), and autoscalin"
        },
        {
          "req_id": "6098942004",
          "title": "Senior Product Manager - Words With Friends",
          "department": "Zynga Studio One",
          "location": "Bay Area, CA; Toronto, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T17:47:16-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6098942004",
          "description_excerpt": "What You'll Do:\nOwn the Product Lifecycle: Manage the end-to-end lifecycle for new features and optimizations, from initial concept and specification writing through to launch and post-launch analysis.\nDesign Features: Author clear and comprehensive product specifications, user stories, and wirefram"
        },
        {
          "req_id": "7778382003",
          "title": "Senior Systems Software Engineer",
          "department": "Game Programming - 2K Sports Lab",
          "location": "Burnaby, British Columbia, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T16:50:33-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778382003",
          "description_excerpt": "Who We Are\nFounded in 2023, 2K Sports Lab is the newest stand alone studio at 2K looking to push game development boundaries to bring 2K's next groundbreaking sports franchise to life. We're building a world-class team at our new Vancouver, BC location where our goal is to deliver an exceptional exp"
        },
        {
          "req_id": "7778405003",
          "title": "Associate Scan Technician",
          "department": "Motion Capture, Mobile - 2K Publishing",
          "location": "San Rafael, California, United States",
          "salary_min": 58240.0,
          "salary_max": 89440.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-22T13:55:47-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778405003",
          "description_excerpt": "What You Will Do\n\u25cf Calibrate, operate, and maintain the team\u2019s laser scanning and photogrammetry systems\n\u25cf Coordinate with production to ensure on-schedule high-quality data delivery\n\u25cf Support overall 3D data acquisition needs for 2K\u2019s titles\nWho We Think Will Be A Great Fit\n\u25cf 1+ years experience wo"
        },
        {
          "req_id": "7778380003",
          "title": "Applied Scientist",
          "department": "Production/Management Games - 2K Publishing ",
          "location": "Dublin, Ireland",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T13:45:36-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778380003",
          "description_excerpt": "Who We Are\nAt 2K, we create some of the most iconic and culture-shaping video games in entertainment, including NBA\u00ae 2K , one of the top-selling franchises in the world, and legendary titles like BioShock\u00ae , Borderlands\u00ae , Mafia , Sid Meier\u2019s Civilization \u00ae , and XCOM\u00ae , as well as fan favorites WWE"
        },
        {
          "req_id": "7778411003",
          "title": "MLOps Engineer",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "location": "Bengaluru, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T02:59:04-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778411003",
          "description_excerpt": "What You Will Do\nML Lifecycle Automation: Lead the design and maintenance of end-to-end ML pipelines covering data ingestion, feature engineering, model training, and deployment.\nModel Serving Architecture: Architect and manage scalable model serving infrastructure (API-based or streaming) utilizing"
        },
        {
          "req_id": "7778400003",
          "title": "Data Platform Engineer",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "location": "Bengaluru, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T02:58:47-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778400003",
          "description_excerpt": "What You Will Do\nPlatform Architecture & Development: Lead the design, implementation, and optimization of core data platform components, including Snowflake, Databricks, and AWS S3 Data Lakes.\nStreaming Infrastructure: Manage and scale high-throughput streaming systems using Kafka or Kinesis to sup"
        },
        {
          "req_id": "7778402003",
          "title": "Data Ops Engineer",
          "department": "Core Tech/Tools Development - 2K Publishing",
          "location": "Bengaluru, Karnataka, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T02:58:32-04:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778402003",
          "description_excerpt": "What You Will Do\nData Pipeline Operationalization: Lead the design and maintenance of scalable ETL/ELT pipelines to ingest and transform data from diverse sources into central data warehouses.\nAutomation & CI/CD: Implement and manage robust CI/CD pipelines specifically for data assets; automate extr"
        },
        {
          "req_id": "7768457003",
          "title": "Senior Gameplay Animator",
          "department": "Animation - Cloud Chamber",
          "location": "Montr\u00e9al, Quebec, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:23:22-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7768457003",
          "description_excerpt": "As a Senior Gameplay Animator at Cloud Chamber, you will be part of a remarkably talented team of animators who are tasked with breathing life into the world of BioShock. You will be responsible for the creation of exemplary gameplay animations as well as implementation and optimization of your work"
        },
        {
          "req_id": "7768458003",
          "title": "Senior Gameplay Animator",
          "department": "Animation - Cloud Chamber",
          "location": "Novato, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T11:23:22-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7768458003",
          "description_excerpt": "As a Senior Gameplay Animator at Cloud Chamber, you will be part of a remarkably talented team of animators who are tasked with breathing life into the world of BioShock. You will be responsible for the creation of exemplary gameplay animations as well as implementation and optimization of your work"
        },
        {
          "req_id": "7778383003",
          "title": "3D Artist",
          "department": "Motion Capture, Mobile - 2K Publishing",
          "location": "San Rafael, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T01:08:30-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7778383003",
          "description_excerpt": "Who We Are\nAt 2K, we create some of the most iconic and culture-shaping video games in entertainment, including NBA\u00ae 2K , one of the top-selling franchises in the world, and legendary titles like BioShock\u00ae , Borderlands\u00ae , Mafia *,* Sid Meier\u2019s Civilization \u00ae, and XCOM\u00ae , as well as fan favorites WW"
        },
        {
          "req_id": "7772137003",
          "title": "Concepteur Sonore / Sound Designer ",
          "department": "Audio - Gearbox",
          "location": "Montr\u00e9al, Quebec, Canada; Quebec, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T17:46:11-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7772137003",
          "description_excerpt": "English to Follow\nQui nous sommes\nGearbox Studio Qu\u00e9bec rassemble une \u00e9quipe de talents d\u2019exception, anim\u00e9s par la passion de cr\u00e9er des jeux vid\u00e9o prim\u00e9s et embl\u00e9matiques. Nos univers riches prennent vie \u00e0 travers des r\u00e9cits transm\u00e9dia, des exp\u00e9riences en direct et des produits d\u00e9riv\u00e9s, offrant aux"
        },
        {
          "req_id": "8016880",
          "title": "Senior JD Edwards Inventory Distribution Business Analyst",
          "department": "Enterprise Resource Planning",
          "location": "Austin, Texas",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T16:03:07-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8016880",
          "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": "8015947",
          "title": "Senior JD Edwards Inventory Distribution Business Analyst",
          "department": "Enterprise Resource Planning",
          "location": "Toronto, Ontario, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T15:49:11-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/taketwo/jobs/8015947",
          "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": "7651067003",
          "title": "Data Analyst",
          "department": "Production/Management Games - 2K Publishing ",
          "location": "Novato, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:17:16-04:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7651067003",
          "description_excerpt": "What You Will Do\nLeverage a deep understanding of how our titles\u2019 game features & mechanics work and our business priorities to deliver actionable, business-impacting insights\nSupport business narratives and develop business cases with effective data storytelling. Focus on using data and hypothesis-"
        },
        {
          "req_id": "7776241003",
          "title": "Senior Software Engineer, FiveM",
          "department": "Online Services",
          "location": "Leeds, England, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T11:33:53-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://job-boards.greenhouse.io/rockstargames/jobs/7776241003",
          "description_excerpt": "RESPONSIBILITIES\nMaintain and improve existing and new codebases, ensuring high standards of quality, stability, and efficiency in collaboration with cross-functional teams.\nSupport software release processes across multiple branches, coordinating with production and engineering teams to ensure read"
        },
        {
          "req_id": "7767186003",
          "title": "Program Manager, Game Science",
          "department": "Global Marketing Go To Market",
          "location": "London, England, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T10:11:23-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7767186003",
          "description_excerpt": "Who We Are\nAt 2K, we create some of the most iconic and culture-shaping video games in entertainment, including NBA\u00ae 2K , one of the top-selling franchises in the world, and legendary titles like BioShock\u00ae , Borderlands\u00ae , Mafia , Sid Meier\u2019s Civilization \u00ae , and XCOM\u00ae , as well as fan favorites WWE"
        },
        {
          "req_id": "6005691004",
          "title": "Marketing Artist",
          "department": "Zynga Studio One",
          "location": "Istanbul, Turkey",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T09:14:35-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6005691004",
          "description_excerpt": "Level Up Your Career with Zynga!\nAt Zynga, we bring people together through the power of play. As a global leader in interactive entertainment and a proud label of Take-Two Interactive, our games have been downloaded over 6 billion times\u2014connecting players in 175+ countries through fun, strategy, an"
        },
        {
          "req_id": "6005690004",
          "title": "Product Manager",
          "department": "Zynga Studio One",
          "location": "Istanbul, Turkey",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T09:14:35-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/zyngacareers/jobs/6005690004",
          "description_excerpt": "Level Up Your Career with Zynga!\nAt Zynga, we bring people together through the power of play. As a global leader in interactive entertainment and a proud label of Take-Two Interactive, our games have been downloaded over 6 billion times\u2014connecting players in 175+ countries through fun, strategy, an"
        },
        {
          "req_id": "7775219003",
          "title": "Scan Technician",
          "department": "Motion Capture, Mobile - 2K Publishing",
          "location": "San Rafael, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T16:22:32-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7775219003",
          "description_excerpt": "Who We Are\nAt 2K, we create some of the most iconic and culture-shaping video games in entertainment, including NBA\u00ae 2K , one of the top-selling franchises in the world, and legendary titles like BioShock\u00ae , Borderlands\u00ae , Mafia *,* Sid Meier\u2019s Civilization \u00ae, and XCOM\u00ae , as well as fan favorites WW"
        },
        {
          "req_id": "7772139003",
          "title": "Scan Producer",
          "department": "Motion Capture, Mobile - 2K Publishing",
          "location": "San Rafael, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T14:36:46-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7772139003",
          "description_excerpt": "Who We Are\nAt 2K, we create some of the most iconic and culture-shaping video games in entertainment, including NBA\u00ae 2K , one of the top-selling franchises in the world, and legendary titles like BioShock\u00ae , Borderlands\u00ae , Mafia *,* Sid Meier\u2019s Civilization \u00ae, and XCOM\u00ae , as well as fan favorites WW"
        },
        {
          "req_id": "7762613003",
          "title": "Producer",
          "department": "Production/Management Games - 2K Publishing ",
          "location": "Novato, California, United States",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T13:38:46-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7762613003",
          "description_excerpt": "What You Will Do\nResponsibilities in this role could include:\nLeading the overall game submission process for a AAA game from pre-certification to post-launch, triaging effectively between the development team, QA and Release Management to ensure we ship on time and at quality\nActing as \u201cmission con"
        },
        {
          "req_id": "7607493003",
          "title": "Social Strategy Coordinator (French Speaking) ",
          "department": "Global Marketing Strategy, Core - 2K Publishing",
          "location": "London, England, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T13:24:20-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://job-boards.greenhouse.io/2k/jobs/7607493003",
          "description_excerpt": "Who We Are\nAt 2K, we create some of the most iconic and culture-shaping video games in entertainment, including NBA\u00ae 2K , one of the top-selling franchises in the world, and legendary titles like BioShock\u00ae , Borderlands\u00ae , Mafia , Sid Meier\u2019s Civilization \u00ae , and XCOM\u00ae , as well as fan favorites WWE"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7720892003",
          "title": "Sr. Manager of Social Media & Digital Content Strategy",
          "department": "Global Marketing Go To Market",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "7728476003",
          "title": "Technical Lead-TOC",
          "department": "Online Services - 2K Publishing",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "6009310004",
          "title": "Sr UI Designer",
          "department": "Zynga Studio One",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 8
        },
        {
          "req_id": "7703917003",
          "title": "Desktop Support (Nightshift)",
          "department": "IT",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "6006962004",
          "title": "Principal Game Designer",
          "department": "Zynga Studio One",
          "first_seen": "2026-05-29",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 19
        },
        {
          "req_id": "6004574004",
          "title": "Growth Manager(Social Media + Community Management)",
          "department": "Studio I",
          "first_seen": "2026-06-03",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 14
        },
        {
          "req_id": "5832635004",
          "title": "Engineering Manager",
          "department": "Studio I",
          "first_seen": "2026-06-10",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 7
        },
        {
          "req_id": "7996580",
          "title": "Senior Talent Acquisition Technology Analyst",
          "department": "Talent Acquisition",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 6
        }
      ],
      "description_changes": [
        {
          "req_id": "7760460003",
          "title": "People & Operations Coordinator",
          "department": "NEW : Business Operations (CC_6320)",
          "change_date": "2026-06-23",
          "prev_length": 4620,
          "new_length": 3561,
          "length_delta": -1059
        },
        {
          "req_id": "7695704003",
          "title": "Senior Gameplay Programmer",
          "department": "Code",
          "change_date": "2026-06-20",
          "prev_length": 4313,
          "new_length": 4194,
          "length_delta": -119
        },
        {
          "req_id": "6651150003",
          "title": "Senior Localization Producer",
          "department": "Localization - 2K Publishing",
          "change_date": "2026-06-19",
          "prev_length": 7161,
          "new_length": 7152,
          "length_delta": -9
        },
        {
          "req_id": "6650251003",
          "title": "Localization Producer",
          "department": "Localization - 2K Publishing",
          "change_date": "2026-06-19",
          "prev_length": 5970,
          "new_length": 5961,
          "length_delta": -9
        },
        {
          "req_id": "6662788003",
          "title": "Producteur de Localisation",
          "department": "Localization - 2K Publishing",
          "change_date": "2026-06-19",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "7682058003",
          "title": "Manager,  Engineering",
          "department": "Core-Tech - 2K Publishing",
          "change_date": "2026-06-19",
          "prev_length": 4523,
          "new_length": 4632,
          "length_delta": 109
        },
        {
          "req_id": "6005691004",
          "title": "Marketing Artist",
          "department": "Zynga Studio One",
          "change_date": "2026-06-18",
          "prev_length": 5476,
          "new_length": 5159,
          "length_delta": -317
        },
        {
          "req_id": "7767178003",
          "title": "Senior Director, Global Brand Marketing",
          "department": "Global Marketing Go To Market",
          "change_date": "2026-06-18",
          "prev_length": 7466,
          "new_length": 7466,
          "length_delta": 0
        },
        {
          "req_id": "7770748003",
          "title": "Expert Animator",
          "department": "Animation - 31st Union",
          "change_date": "2026-06-17",
          "prev_length": 5334,
          "new_length": 5323,
          "length_delta": -11
        }
      ],
      "novel_terms": [
        {
          "term": "senior gameplay animator",
          "count": 4,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "edwards inventory",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "inventory distribution",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "distribution business",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "model serving",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "remarkably talented",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "animators who",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "breathing life",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "exemplary gameplay",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "gameplay animations",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    },
    "U": {
      "ticker": "U",
      "sector": "Ads",
      "market_cap_tier": "small_cap",
      "report_focus_guidance": "page 3 \u2014 brief mention if there's a notable signal",
      "headline": {
        "open_start": 209,
        "open_end": 208,
        "net_change": -1,
        "pct_change": -0.5,
        "new_postings": 21,
        "closed_postings": 13,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Engineering",
          "open_end": 39,
          "open_start": 44,
          "net_change": -5,
          "pct_change": -11.4,
          "avg_salary_usd": null,
          "share_pct_postings": 18.8
        },
        {
          "dept": "AI & Machine Learning",
          "open_end": 37,
          "open_start": 36,
          "net_change": 1,
          "pct_change": 2.8,
          "avg_salary_usd": null,
          "share_pct_postings": 17.8
        },
        {
          "dept": "Business Development & Sales",
          "open_end": 34,
          "open_start": 33,
          "net_change": 1,
          "pct_change": 3.0,
          "avg_salary_usd": null,
          "share_pct_postings": 16.3
        },
        {
          "dept": "IT & Security",
          "open_end": 21,
          "open_start": 18,
          "net_change": 3,
          "pct_change": 16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 10.1
        },
        {
          "dept": "Product Management",
          "open_end": 17,
          "open_start": 17,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.2
        },
        {
          "dept": "Human Resources",
          "open_end": 11,
          "open_start": 11,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.3
        },
        {
          "dept": "Marketing & Communications",
          "open_end": 8,
          "open_start": 11,
          "net_change": -3,
          "pct_change": -27.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Data & Analytics",
          "open_end": 6,
          "open_start": 4,
          "net_change": 2,
          "pct_change": 50.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Templates",
          "open_end": 6,
          "open_start": 6,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.9
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 146,
          "open_start": 147,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 45,
          "open_start": 47,
          "net_change": -2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 9,
          "open_start": 8,
          "net_change": 1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 6,
          "net_change": 0
        },
        "IC": {
          "open_end": 45,
          "net_change": 4
        },
        "IC-Senior": {
          "open_end": 88,
          "net_change": 0
        },
        "Manager": {
          "open_end": 55,
          "net_change": -5
        },
        "Director+": {
          "open_end": 13,
          "net_change": 0
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Mountain View, CA, USA",
          "open_end": 23,
          "net_change": -2
        },
        {
          "city": "Montreal, Canada",
          "open_end": 22,
          "net_change": 0
        },
        {
          "city": "New York, NY, USA",
          "open_end": 22,
          "net_change": 1
        },
        {
          "city": "San Francisco, CA, USA",
          "open_end": 22,
          "net_change": 2
        },
        {
          "city": "Tel Aviv, Israel",
          "open_end": 12,
          "net_change": 0
        },
        {
          "city": "Bellevue, WA, USA",
          "open_end": 9,
          "net_change": 0
        },
        {
          "city": "Beijing, China",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "Tokyo, Japan",
          "open_end": 7,
          "net_change": 0
        },
        {
          "city": "London, United Kingdom",
          "open_end": 6,
          "net_change": -2
        },
        {
          "city": "Bengaluru, India",
          "open_end": 6,
          "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": "8022183",
          "title": "Senior Business Operations Manager",
          "department": "Finance & Accounting",
          "location": "New York, NY, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:54:26-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://unity.com/careers/positions/8022183?gh_jid=8022183",
          "description_excerpt": "What you'll be doing\nStakeholder Management & Regional Advocacy\nServe as the primary liaison between regional revenue leaders (Sales and Account Management) and central business functions (Product, Marketing, Leadership), representing business teams and ensuring priorities and feedback influence str"
        },
        {
          "req_id": "7664005",
          "title": "D\u00e9veloppeuse ou d\u00e9veloppeur logiciel, Quality  / Software Engineer",
          "department": "Engineering",
          "location": "Montreal, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T12:48:22-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://unity.com/careers/positions/7664005?gh_jid=7664005",
          "description_excerpt": "L\u2019opportunit\u00e9\nChez Unity, les membres de notre \u00e9quipe d\u2019assurance qualit\u00e9 (AQ) sont les sp\u00e9cialistes en mati\u00e8re de test et qualit\u00e9 pour des domaines phares. Nous sommes enti\u00e8rement int\u00e9gr\u00e9s, et nous nous appuyons sur la communication et la collaboration pour aider l\u2019ensemble de l\u2019\u00e9quipe \u00e0 livrer des"
        },
        {
          "req_id": "7992251",
          "title": "D\u00e9veloppeuse ou d\u00e9veloppeur backend s\u00e9nior, Outils IA internes  / Senior Backend Developer, Internal AI Tooling",
          "department": "Engineering",
          "location": "Montreal, Canada",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T04:53:46-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://unity.com/careers/positions/7992251?gh_jid=7992251",
          "description_excerpt": "L\u2019opportunit\u00e9\nNous recrutons une ou un d\u00e9veloppeur backend s\u00e9nior pour joindre notre \u00e9quipe Engine AI. Il s\u2019agit d\u2019une petite \u00e9quipe \u00e0 fort impact qui con\u00e7oit les outils IA internes et l\u2019infrastructure qui permet aux d\u00e9veloppeurs de notre \u00e9quipe Engine d\u2019\u00eatre plus rapides et plus efficaces chaque jo"
        },
        {
          "req_id": "8020196",
          "title": "Senior/Staff Machine Learning Engineer, Data Infrastructure",
          "department": "AI & Machine Learning",
          "location": "Shanghai, China",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T02:28:47-04:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://unity.com/careers/positions/8020196?gh_jid=8020196",
          "description_excerpt": "The Opportunity\nUnity Vector builds an Data platform that powers insight, experimentation, attribution, and AI-driven decision-making across the company.\nOur systems operate at scale across batch and streaming data, supporting analytics, product intelligence, machine learning pipelines, and business"
        },
        {
          "req_id": "7995050",
          "title": "Senior Workday Analyst",
          "department": "IT & Security",
          "location": "Remote, Texas, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T16:36:56-04:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://unity.com/careers/positions/7995050?gh_jid=7995050",
          "description_excerpt": "What you'll be doing\nDefine and execute the AI enablement strategy for Workday HCM\nPartner with HR leaders and business stakeholders to identify, prioritize, and architect high-impact AI and automation use cases across Workday that streamline processes, improve employee experiences, and eliminate re"
        },
        {
          "req_id": "7995048",
          "title": "Senior Workday Analyst",
          "department": "IT & Security",
          "location": "Remote, Arizona, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T16:36:46-04:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://unity.com/careers/positions/7995048?gh_jid=7995048",
          "description_excerpt": "What you'll be doing\nDefine and execute the AI enablement strategy for Workday HCM\nPartner with HR leaders and business stakeholders to identify, prioritize, and architect high-impact AI and automation use cases across Workday that streamline processes, improve employee experiences, and eliminate re"
        },
        {
          "req_id": "7980368",
          "title": "Senior Workday Analyst",
          "department": "IT & Security",
          "location": "Remote, North Carolina, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T16:36:29-04:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://unity.com/careers/positions/7980368?gh_jid=7980368",
          "description_excerpt": "What you'll be doing\nDefine and execute the AI enablement strategy for Workday HCM\nPartner with HR leaders and business stakeholders to identify, prioritize, and architect high-impact AI and automation use cases across Workday that streamline processes, improve employee experiences, and eliminate re"
        },
        {
          "req_id": "7978685",
          "title": "Customer Success Specialist",
          "department": "Business Development & Sales",
          "location": "Beijing, China",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-21T00:00:00-04:00",
          "first_seen_by_scraper": "2026-06-21",
          "url": "https://unity.com/careers/positions/7978685?gh_jid=7978685",
          "description_excerpt": "What you'll be doing\nTechnical Integration & Sprint Execution: Execute the \"Technical Sprint\" with precision, ensuring SDK integration, MMP attribution, and API handshakes are completed with 100% accuracy for new clients.\nAccount Incubation & Activation: Drive newly onboarded accounts toward early \""
        },
        {
          "req_id": "7997364",
          "title": "Senior Account Manager, Programmatic",
          "department": "Business Development & Sales",
          "location": "New York, NY, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:16:04-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7997364?gh_jid=7997364",
          "description_excerpt": "What you'll be doing\nClient portfolio: Serve as the primary point of contact for a book of brand and agency clients across the Central and Eastern US - managing relationships, expectations, and strategic direction across verticals including Entertainment, QSR, CPG, Retail, and Pharma.\nCampaign excel"
        },
        {
          "req_id": "7993528",
          "title": "Credit & Collections Analyst",
          "department": "Finance & Accounting",
          "location": "Bengaluru, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:00:01-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7993528?gh_jid=7993528",
          "description_excerpt": "What you'll be doing\nPerform credit checks for new customer accounts and update credit for existing customers based on positive/negative information\nMonitor, review, follow-up and resolve issues related to overdue account receivables\nContact customers with past due invoices, exercising considerable"
        },
        {
          "req_id": "7989883",
          "title": "Revenue Accountant",
          "department": "Finance & Accounting",
          "location": "Bengaluru, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:00:01-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7989883?gh_jid=7989883",
          "description_excerpt": "What you'll be doing\nManage monthly, quarterly, and annual close processes with precision, including the preparation and review of journal entries and reconciliation schedules.\nConduct thorough research and documentation of accounting treatments for non-standard revenue transactions in accordance wi"
        },
        {
          "req_id": "7901912",
          "title": "Staff Machine Learning Engineer -  Computer Vision & Multi-Modal AI",
          "department": "AI & Machine Learning",
          "location": "San Francisco, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T18:19:36-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7901912?gh_jid=7901912",
          "description_excerpt": "What you'll be doing\nTechnical Leadership\nHelp set the technical vision and roadmap for computer vision and multi-modal AI models, spanning transformers, diffusion models, vision-language models, and JEPA-style generative architectures.\nDrive design and implementation of models for image and video u"
        },
        {
          "req_id": "7990729",
          "title": "Credit & Collections Analyst",
          "department": "Finance & Accounting",
          "location": "Bengaluru, India",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T17:00:00-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7990729?gh_jid=7990729",
          "description_excerpt": "What you'll be doing\nPerform credit checks for new customer accounts and update credit for existing customers based on positive/negative information\nMonitor, review, follow-up and resolve issues related to overdue account receivables\nContact customers with past due invoices, exercising considerable"
        },
        {
          "req_id": "8009566",
          "title": "Senior Data Platform Engineer",
          "department": "Data & Analytics",
          "location": "Copenhagen, Denmark",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:22:05-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/8009566?gh_jid=8009566",
          "description_excerpt": "What you'll be doing\nDesign, build, and operate scalable platform services, backend systems, and self-service tooling used by users across Unity.\nWork across distributed systems, data platform, cloud infrastructure, observability, reliability, and automation.\nCollaborate with teammates and partner t"
        },
        {
          "req_id": "7968114",
          "title": "Staff Data Platform Engineer, ",
          "department": "Data & Analytics",
          "location": "San Francisco, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:20:18-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7968114?gh_jid=7968114",
          "description_excerpt": "What you'll be doing\nOwn the design, build, and evolution of scalable platform services, backend systems, and self-service tooling used across Unity.\nWork across a broad technical surface area, including distributed systems, data pipelines, cloud infrastructure, observability, reliability, automatio"
        },
        {
          "req_id": "7901916",
          "title": "Senior Machine Learning Engineer, On-Device & Mobile AI Optimization",
          "department": "AI & Machine Learning",
          "location": "San Francisco, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:18:25-04:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://unity.com/careers/positions/7901916?gh_jid=7901916",
          "description_excerpt": "What you'll be doing\nInference & On-Device Optimization\nOwn the optimization pipeline for the models you ship: model export, graph transformation, operator fusion, memory-layout planning, and hardware-specific tuning across NPU, mobile GPU, and desktop/laptop GPU.\nApply quantization (INT4/INT8/FP16)"
        },
        {
          "req_id": "8007099",
          "title": "Principal Forward Deployed Engineer",
          "department": "Engineering",
          "location": "San Francisco, CA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:21:56-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://unity.com/careers/positions/8007099?gh_jid=8007099",
          "description_excerpt": "What you'll be doing\nEmbed with a partner department and learn their workflows, decision points, systems, and unwritten rules well enough to know where AI will earn its keep and where it won't.\nDesign, build, and ship agents and automated workflows that solve real problems in that department \u2014 repla"
        },
        {
          "req_id": "7985003",
          "title": " Senior Technical Product Manager, XR Graphics ",
          "department": "Product Management",
          "location": "Bellevue, WA, USA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:20:50-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://unity.com/careers/positions/7985003?gh_jid=7985003",
          "description_excerpt": "What you'll be doing\nDefine and own the product vision, strategy, and roadmap, drawing on your own technical expertise alongside customer and platform partner feedback, production verification, market research, and competitive analysis.\nWork with internal teams, end users, and partners to discover u"
        },
        {
          "req_id": "7985000",
          "title": "Senior Technical Product Manager, Consoles and Media",
          "department": "Product Management",
          "location": "Brighton, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:20:48-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://unity.com/careers/positions/7985000?gh_jid=7985000",
          "description_excerpt": "What you'll be doing\nOwn the relationship between Unity's engine and our console platform ecosystems. This means tracking platform SDK updates, managing the roadmap for platform-specific features, and making sure Unity meets the technical requirements developers need to pass first-party certificatio"
        },
        {
          "req_id": "8009760",
          "title": "Senior Technical Product Manager, Consoles and Media",
          "department": "Product Management",
          "location": "Remote, United Kingdom",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T15:20:48-04:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://unity.com/careers/positions/8009760?gh_jid=8009760",
          "description_excerpt": "What you'll be doing\nOwn the relationship between Unity's engine and our console platform ecosystems. This means tracking platform SDK updates, managing the roadmap for platform-specific features, and making sure Unity meets the technical requirements developers need to pass first-party certificatio"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "7309068",
          "title": "Accounting Manager, Technical Policy - Revenue",
          "department": "Finance & Accounting",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7656442",
          "title": "D\u00e9veloppeur(se) s\u00e9nior des op\u00e9rations de d\u00e9veloppement / Senior Developer Operations Engineer",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7718025",
          "title": "Senior Accountant - Capital Accounting (FA & Capital Software) & Lease Accounting",
          "department": "Finance & Accounting",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "7818537",
          "title": "Manager, Software Engineering - Web-based authoring",
          "department": "Engineering",
          "first_seen": "2026-04-28",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 50
        },
        {
          "req_id": "7846861",
          "title": "Senior Software Engineer",
          "department": "Engineering",
          "first_seen": "2026-04-28",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 50
        },
        {
          "req_id": "7846862",
          "title": "Senior Software Engineer",
          "department": "Engineering",
          "first_seen": "2026-04-28",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 50
        },
        {
          "req_id": "7846863",
          "title": "Senior Software Engineer",
          "department": "Engineering",
          "first_seen": "2026-04-28",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 50
        },
        {
          "req_id": "7904243",
          "title": "D\u00e9veloppeur(se) s\u00e9nior des op\u00e9rations de d\u00e9veloppement / Senior Developer Operations Engineer",
          "department": "Engineering",
          "first_seen": "2026-05-08",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 40
        },
        {
          "req_id": "7912385",
          "title": "Manager, Software Engineering - Web-based authoring",
          "department": "Engineering",
          "first_seen": "2026-05-12",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 36
        },
        {
          "req_id": "7905757",
          "title": "Senior Machine Learning Engineer, Conversion Modeling",
          "department": "AI & Machine Learning",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        },
        {
          "req_id": "7926019",
          "title": "Senior Software Engineer, AI Authoring",
          "department": "AI & Machine Learning",
          "first_seen": "2026-05-15",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 33
        },
        {
          "req_id": "7815395",
          "title": "Senior Performance Manager, Demand",
          "department": "Business Development & Sales",
          "first_seen": "2026-06-03",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 14
        },
        {
          "req_id": "7523879",
          "title": "Senior Accountant - Capital Accounting (FA & Capital Software) & Lease Accounting",
          "department": "Finance & Accounting",
          "first_seen": "2026-06-17",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 0
        }
      ],
      "description_changes": [
        {
          "req_id": "7921865",
          "title": "Technical Writer",
          "department": "Marketing & Communications",
          "change_date": "2026-06-23",
          "prev_length": 4924,
          "new_length": 5377,
          "length_delta": 453
        },
        {
          "req_id": "7774963",
          "title": "Senior Full-Stack Developer, Unity Ads Dashboards | D\u00e9veloppeur ou d\u00e9veloppeuse g\u00e9n\u00e9raliste (Full-Stack) s\u00e9nior, Tableaux de bord Unity Ads",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "7423693",
          "title": "Senior Account Executive",
          "department": "Business Development & Sales",
          "change_date": "2026-06-23",
          "prev_length": 3721,
          "new_length": 3722,
          "length_delta": 1
        },
        {
          "req_id": "7979651",
          "title": "Senior Programmatic Partnership Manager",
          "department": "Business Development & Sales",
          "change_date": "2026-06-23",
          "prev_length": 5603,
          "new_length": 5611,
          "length_delta": 8
        },
        {
          "req_id": "7681232",
          "title": "Head of Strategic Sales - China ",
          "department": "Business Development & Sales",
          "change_date": "2026-06-23",
          "prev_length": 4613,
          "new_length": 4614,
          "length_delta": 1
        },
        {
          "req_id": "7675619",
          "title": " Head of Strategic Sales",
          "department": "Business Development & Sales",
          "change_date": "2026-06-23",
          "prev_length": 5310,
          "new_length": 5310,
          "length_delta": 0
        },
        {
          "req_id": "7591598",
          "title": "Field Marketing Manager",
          "department": "Marketing & Communications",
          "change_date": "2026-06-23",
          "prev_length": 6670,
          "new_length": 6670,
          "length_delta": 0
        },
        {
          "req_id": "7627731",
          "title": "D\u00e9veloppeur ou d\u00e9veloppeuse g\u00e9n\u00e9raliste (Full-Stack) s\u00e9nior, Tableaux de bord Unity Ads  / Senior Full-Stack Developer, Unity Ads Dashboards",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 10012,
          "new_length": 10012,
          "length_delta": 0
        },
        {
          "req_id": "7778831",
          "title": "Senior Content Marketing Manager",
          "department": "Marketing & Communications",
          "change_date": "2026-06-18",
          "prev_length": 6914,
          "new_length": 6569,
          "length_delta": -345
        },
        {
          "req_id": "7525012",
          "title": "Senior Core Engine Engineer",
          "department": "Engineering",
          "change_date": "2026-06-18",
          "prev_length": 6288,
          "new_length": 7413,
          "length_delta": 1125
        }
      ],
      "novel_terms": [
        {
          "term": "ai enablement",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "enablement strategy",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "workday hcm",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "hcm partner",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "identify prioritize",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "impact ai",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "streamline processes",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "processes improve",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "improve employee",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "employee experiences",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "eliminate re",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "credit checks",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "customer accounts",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "update credit",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "existing customers",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "customers based",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "positive negative",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "negative information",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "information monitor",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "monitor review",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        }
      ]
    },
    "UBER": {
      "ticker": "UBER",
      "sector": "Gig",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 684,
        "open_end": 862,
        "net_change": 178,
        "pct_change": 26.0,
        "new_postings": 218,
        "closed_postings": 125,
        "salary_disclosure_rate_pct_end": 4.8,
        "salary_disclosure_rate_pct_start": 4.2
      },
      "by_department_top10": [
        {
          "dept": "Sales & Account Management",
          "open_end": 281,
          "open_start": 228,
          "net_change": 53,
          "pct_change": 23.2,
          "avg_salary_usd": 107095.0,
          "share_pct_postings": 32.6
        },
        {
          "dept": "Operations",
          "open_end": 168,
          "open_start": 141,
          "net_change": 27,
          "pct_change": 19.1,
          "avg_salary_usd": null,
          "share_pct_postings": 19.5
        },
        {
          "dept": "Engineering",
          "open_end": 156,
          "open_start": 117,
          "net_change": 39,
          "pct_change": 33.3,
          "avg_salary_usd": null,
          "share_pct_postings": 18.1
        },
        {
          "dept": "Product",
          "open_end": 40,
          "open_start": 32,
          "net_change": 8,
          "pct_change": 25.0,
          "avg_salary_usd": null,
          "share_pct_postings": 4.6
        },
        {
          "dept": "Business Development",
          "open_end": 31,
          "open_start": 22,
          "net_change": 9,
          "pct_change": 40.9,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Community Operations",
          "open_end": 31,
          "open_start": 30,
          "net_change": 1,
          "pct_change": 3.3,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 26,
          "open_start": 17,
          "net_change": 9,
          "pct_change": 52.9,
          "avg_salary_usd": null,
          "share_pct_postings": 3.0
        },
        {
          "dept": "Marketing",
          "open_end": 25,
          "open_start": 25,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.9
        },
        {
          "dept": "Legal",
          "open_end": 21,
          "open_start": 11,
          "net_change": 10,
          "pct_change": 90.9,
          "avg_salary_usd": null,
          "share_pct_postings": 2.4
        },
        {
          "dept": "Data Science",
          "open_end": 20,
          "open_start": 10,
          "net_change": 10,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.3
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 218,
          "open_start": 163,
          "net_change": 55,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 398,
          "open_start": 321,
          "net_change": 77,
          "dollar_share_pct": 100.0
        },
        "COGS": {
          "open_end": 175,
          "open_start": 151,
          "net_change": 24,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 46,
          "open_start": 31,
          "net_change": 15,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 46,
          "net_change": 11
        },
        "IC": {
          "open_end": 238,
          "net_change": 64
        },
        "IC-Senior": {
          "open_end": 142,
          "net_change": 28
        },
        "Manager": {
          "open_end": 380,
          "net_change": 67
        },
        "Director+": {
          "open_end": 56,
          "net_change": 8
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "San Francisco",
          "open_end": 118,
          "net_change": 26
        },
        {
          "city": "New York",
          "open_end": 108,
          "net_change": 15
        },
        {
          "city": "Chicago",
          "open_end": 58,
          "net_change": 7
        },
        {
          "city": "Tokyo",
          "open_end": 51,
          "net_change": 3
        },
        {
          "city": "Sunnyvale",
          "open_end": 43,
          "net_change": 11
        },
        {
          "city": "Amsterdam",
          "open_end": 37,
          "net_change": 13
        },
        {
          "city": "Berlin",
          "open_end": 28,
          "net_change": 10
        },
        {
          "city": "London",
          "open_end": 28,
          "net_change": 12
        },
        {
          "city": "Sydney",
          "open_end": 25,
          "net_change": 6
        },
        {
          "city": "Bangalore",
          "open_end": 21,
          "net_change": 5
        }
      ],
      "salary_bands": {
        "n_with_band_end": 41,
        "median_midpoint_usd_end": 103750.0,
        "p25_midpoint_usd_end": 55869.0,
        "p75_midpoint_usd_end": 122917.0,
        "median_midpoint_usd_start": 104500.0
      },
      "new_postings_sample": [
        {
          "req_id": "160401",
          "title": "Director, Mobility Analytics, Strategy & Planning",
          "department": "Community Operations",
          "location": "San Francisco",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T17:43:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160401/",
          "description_excerpt": "**About the Role**\nWe're looking for a Director to lead the **Customer Advocacy & Solutions\u2019s** Mobility engine that helps make and scale decisions. This leader owns the AI led analytical backbone, the strategic narrative, and the operating cadence that keeps a multi-billion-dollar business moving i"
        },
        {
          "req_id": "160378",
          "title": "Earner Growth Manager",
          "department": "Operations",
          "location": "Tokyo",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T01:49:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160378/",
          "description_excerpt": "### Earner Growth Marketing \u2014 Uber Eats Japan\n**About Uber**\nUber's mission is to reimagine the way the world moves for the better. Here, bold ideas create real-world impact, challenges drive growth, and speed fuels progress. What moves us, moves the world \u2014 let's move it forward, together.\nOffices"
        },
        {
          "req_id": "160357",
          "title": "Account Manager, Uber Eats - Portugal",
          "department": "Sales & Account Management",
          "location": "Lisbon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T07:04:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160357/",
          "description_excerpt": "What You Will Do**\n1. **Own a high-value book of business**: Manage a portfolio of SMB restaurants, focusing on retention, revenue growth, and client satisfaction.\n2. **Drive growth through consultative strategy**: Develop account plans, uncover upsell and cross-sell opportunities, and support produ"
        },
        {
          "req_id": "160352",
          "title": "Manager, Seller Development - Southeast",
          "department": "Sales & Account Management",
          "location": "Miami",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T02:43:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160352/",
          "description_excerpt": "What You'll Do**\n### **Team Management & Development:**\n1. Recruit, onboard, and develop a team of early-tenure Account Executives within the Sales Development Team\n2. Serve as a **player-coach**, providing high-frequency, hands-on coaching to accelerate rep ramp and performance\n3. Establish clear p"
        },
        {
          "req_id": "160325",
          "title": "Account Manager, Uber Eats",
          "department": "Sales & Account Management",
          "location": "Madrid",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T13:46:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160325/",
          "description_excerpt": "What You'll Do**\n1. Own a high-value book of business: Manage a portfolio of SMB restaurants, focusing on retention, revenue growth, and client satisfaction.\n2. Drive growth through consultative strategy: Develop account plans, uncover upsell and cross-sell opportunities, and support product adoptio"
        },
        {
          "req_id": "160314",
          "title": "Legal Counsel, South Korea",
          "department": "Legal",
          "location": "Seoul",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T02:45:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160314/",
          "description_excerpt": "**Legal Counsel, Uber Korea**\n#GreatMindsDon\u2019tThinkAlike\nAt Uber, we take pride in our diversity and working environment that sees you as more than just a person that can do the job, but a unique individual that can level up our organization with a perspective only you can offer. Uber provides a tru"
        },
        {
          "req_id": "160277",
          "title": "Sr. Strategy & Planning Associate",
          "department": "Operations",
          "location": "Amsterdam",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T14:55:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160277/",
          "description_excerpt": "### The Role\nThe Global Strategy and Planning team's core mission is to unlock growth for the Delivery business by driving strategic alignment and executional excellence across all regions. As a Sr Strategy & Planning Associate, you will own the analytical and strategic backbone of how the Delivery"
        },
        {
          "req_id": "160267",
          "title": "Account Manager with German (m/w/d) \u2013 Mid Market, Uber Eats, Berlin",
          "department": "Sales & Account Management",
          "location": "Berlin",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T11:22:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160267/",
          "description_excerpt": "What You Will Do---**\nAs an Account Manager at Uber Eats, you'll serve as the primary point of contact for a portfolio of our most valued restaurant partners. You'll be responsible for ensuring their continued success and expansion by focusing on:\n- **Strategic Account Growth:** Manage 100-200 high-"
        },
        {
          "req_id": "160262",
          "title": "Business Development Representative, Uber for Business",
          "department": "Sales & Account Management",
          "location": "Tokyo",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T08:42:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160262/",
          "description_excerpt": "**About the Role**\nWe're looking for a driven Business Development Representative (more generally referred to as \"\u30a4\u30f3\u30b5\u30a4\u30c9\u30bb\u30fc\u30eb\u30b9 (Inside Sales) or \"\u5185\u52e4\u55b6\u696d\" in Japanese) to support our Uber for Business sales team. This high impact position will provide sales support to Account Executives through the develo"
        },
        {
          "req_id": "160228",
          "title": "Implementation Lead, Uber for Business",
          "department": "Sales & Account Management",
          "location": "Amsterdam",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T07:10:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160228/",
          "description_excerpt": "What You'll Do\n- Partner with customers and internal stakeholders to understand business objectives, success metrics, and implementation requirements, translating these into actionable launch strategies.\n- Develop and execute seamless implementation plans that drive employee adoption, engagement, an"
        },
        {
          "req_id": "160225",
          "title": "Account Manager II, Eats Enterprise",
          "department": "Sales & Account Management",
          "location": "Chicago",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T02:48:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160225/",
          "description_excerpt": "What You'll Do**\n- Own and manage relationships with key restaurant brands, serving as their main point of contact.\n- Unlock revenue opportunities through strategic upselling and cross-selling\n- Analyze performance metrics to identify growth opportunities\u200b and present data-driven recommendations to"
        },
        {
          "req_id": "160205",
          "title": "Customer Success Manager, Global Delivery Partnerships",
          "department": "Sales & Account Management",
          "location": "Mexico City",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-15T20:16:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160205/",
          "description_excerpt": "What You Will Do**\n- Operational Performance & Reporting: Guide our business review process by shaping monthly and quarterly narratives, gathering insights from account management pods, and delivering leadership-ready updates. You will maintain a continuous tracking system between review cycles to e"
        },
        {
          "req_id": "160090",
          "title": "Senior Account Executive - Global Delivery Partnerships",
          "department": "Sales & Account Management",
          "location": "Chicago",
          "salary_min": 248333.0,
          "salary_max": 276667.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-10T16:54:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160090/",
          "description_excerpt": "What You Will Do**\n- Identify and secure new commercial opportunities with key strategic global brands\n- Build relationships with C-level executives and key decision makers within partner organizations\n- Lead high-stakes negotiations with C-level executives and senior decision makers, structuring de"
        },
        {
          "req_id": "160082",
          "title": "Strategy & Operations Associate",
          "department": "Operations",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-10T14:28:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160082/",
          "description_excerpt": "**About the Role**\nWe\u2019re looking for a highly analytical, proactive, collaborative, top-tier operator to join the Global Membership and Loyalty team as a Strategy & Operations Associate. This role is central to advancing several of Uber\u2019s key near-term strategic objectives within both Membership and"
        },
        {
          "req_id": "160081",
          "title": "Senior Strategy & Operations Associate",
          "department": "Operations",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-10T14:20:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160081/",
          "description_excerpt": "**About the Role**\nWe\u2019re looking for a highly analytical, proactive, collaborative, top-tier operator to join the Global Membership and Loyalty team as a Senior Strategy & Operations Associate. This role is central to advancing several of Uber\u2019s key near-term strategic objectives within both Members"
        },
        {
          "req_id": "160055",
          "title": "Creative Strategist, Uber Advertising",
          "department": "Marketing",
          "location": "New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-09T18:21:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/160055/",
          "description_excerpt": "**About the Role**\nWe are actively looking for a passionate, experienced Creative Strategist to help build the foundation of the Creative Studio team within Uber Advertising.\nAs a Creative Strategist, you will support the Uber Advertising Sales and Account Management team to drive sustainable revenu"
        },
        {
          "req_id": "159985",
          "title": "Growth Mid-Market Sales Manager",
          "department": "Sales & Account Management",
          "location": "Mexico City",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-06T00:17:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/159985/",
          "description_excerpt": "**About the Role**\nThe Growth on Existing Manager for Mid Market, is responsible for leading a team of Growth Account Executives focused on driving expansion, retention, and long-term customer value across Uber for Business' existing Mid Market customer base.\nThis leader will be accountable for buil"
        },
        {
          "req_id": "159693",
          "title": "Senior SMB Account Executive (Automotive Vertical), Uber for Business",
          "department": "Sales & Account Management",
          "location": "Toronto",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-05-26T00:26:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/159693/",
          "description_excerpt": "What You'll Do**\n1. Creatively prospect into the top automotive dealerships within Canada\n2. Communicate the value of the Uber for Business product suite to prospects with a consultative and solution oriented approach\n3. Lead and coordinate end to end sales motion including qualification, education,"
        },
        {
          "req_id": "159341",
          "title": "Safety Investigation Specialist II",
          "department": "Community Operations",
          "location": "Visakhapatnam",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-05-10T14:10:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/159341/",
          "description_excerpt": "**About the Role**\n1. **Phone support** to our customers and driver partners to build trust and encourage customer dedication.\n2. Provide **insights** to members of the Leadership Team to help drive continuous improvement.\n3. You will need to provide thorough, detailed support using various support"
        },
        {
          "req_id": "157583",
          "title": "Global Direct CX Program Lead - Community Operations",
          "department": "Community Operations",
          "location": "San Francisco",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-03-25T09:03:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/157583/",
          "description_excerpt": "What You'll Do:**\n**Persona Strategy, Segmentation & Performance Management**\n- **Strategic alignment:** Articulate a clear, forward-looking Global Direct CX strategy aligned with CommOps and company priorities and incorporating all regional needs and inputs.\n- **Tech Roadmap:** Lead the global alig"
        },
        {
          "req_id": "156427",
          "title": "Account Executive, Uber Advertising, India",
          "department": "Business Development",
          "location": "Mumbai",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-03-02T00:33:00+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://www.uber.com/careers/list/156427/",
          "description_excerpt": "responsibilities and supporting teammates as needed. Act as the voice of the customer to inform future Ads product roadmaps.\n**What the Candidate Will Need**\n1. Minimum 5+ years of full-time sales experience managing end-to-end enterprise or large customer relationships in digital advertising.\n2. Pr"
        },
        {
          "req_id": "160096",
          "title": "Senior Manager, Earner Engagement",
          "department": "Business Development",
          "location": "Tokyo",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-11T04:59:00+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://www.uber.com/careers/list/160096/",
          "description_excerpt": "### Lead, Earner Engagement \u2014 Uber Eats Japan\n**About the Role**\nAt Uber Eats Japan, we are looking for a strategic and highly motivated leader to join us as the Lead, Earner Engagement. In this role, you will be at the forefront of shaping the Delivery Partner (DP) experience, driving our reputatio"
        },
        {
          "req_id": "159974",
          "title": "Enterprise Account Executive",
          "department": "Business Development",
          "location": "Tokyo",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-05T05:14:00+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://www.uber.com/careers/list/159974/",
          "description_excerpt": "### Enterprise Account Executive \u2014 Uber Eats Japan\n**About the Role**\nAs an Enterprise Account Executive, you'll play a leading role in bringing Japan's top restaurant brands onto the Uber Eats platform. You will own the full sales cycle, identifying, pitching, and closing partnerships with high-pot"
        },
        {
          "req_id": "159924",
          "title": "Learning Specialist - BPO",
          "department": "Community Operations",
          "location": "Gurgaon",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-03T10:04:00+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://www.uber.com/careers/list/159924/",
          "description_excerpt": "**About the Role**\n1. Work alongside our Community Operations team, Regional Comm Ops, and Vendor Management on the implementation of strategic and on-the-ground BPO L&D initiatives, and provide L&D support, governance, and performance management to our BPO L&D partners.\n2. This role requires strate"
        },
        {
          "req_id": "159619",
          "title": "Strategy and Operations Manager, Marketplace",
          "department": "Operations",
          "location": "Sydney",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-05-21T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://www.uber.com/careers/list/159619/",
          "description_excerpt": "What You'll Do**\n- Take full ownership of driver incentives and reliability across the ANZ region, driving marketplace health decisions through data-informed decision making.\n- Design, execute, and optimise driver incentive programs using rigorous analysis and experimentation.\n- Develop and maintain"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "157142",
          "title": "Growth Analytics Manager (Virtual Brands)",
          "department": "Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "155849",
          "title": "Performance Lead of Scaled Sales & Account Management, Uber Eats Japan",
          "department": "Sales & Account Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "156439",
          "title": "Strategy & Operations Manager",
          "department": "Operations",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "157180",
          "title": "Customer Success Manager - Uber Direct (ANZ)",
          "department": "Sales & Account Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "157101",
          "title": "Account Coordinator, Enterprise-Mid Market",
          "department": "Sales & Account Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "156106",
          "title": "Group Product Design Manager, Rider Verticals",
          "department": "Design",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "152405",
          "title": "Social Media Manager (Creative)",
          "department": "Marketing",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "156231",
          "title": "Senior Account Manager, Enterprise Accounts, Uber Eats, UK",
          "department": "Sales & Account Management",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "153373",
          "title": "Sr Software Engineer, iOS",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "153382",
          "title": "Software Engineer II, Android",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 56
        },
        {
          "req_id": "153619",
          "title": "Mid-Market New Business Account Executive, Uber for Business Mexico",
          "department": "Sales & Account Management",
          "first_seen": "2026-04-25",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 55
        },
        {
          "req_id": "157281",
          "title": "Account Manager, Uber Eats - Lisbon",
          "department": "Sales & Account Management",
          "first_seen": "2026-04-28",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 52
        },
        {
          "req_id": "152236",
          "title": "Senior Operations Manager, Denmark",
          "department": "Operations",
          "first_seen": "2026-04-29",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 51
        },
        {
          "req_id": "158563",
          "title": "Account Executive, Uber Eats - Belgium (French speaking)",
          "department": "Sales & Account Management",
          "first_seen": "2026-05-27",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 23
        },
        {
          "req_id": "159418",
          "title": "Machine Learning Engineer II - AV Foundation, AV Labs",
          "department": "Engineering",
          "first_seen": "2026-05-29",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 21
        }
      ],
      "description_changes": [
        {
          "req_id": "154672",
          "title": "Staff Software Engineer - Fulfillment Optimization",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 4638,
          "new_length": 4752,
          "length_delta": 114
        },
        {
          "req_id": "156921",
          "title": "US Immigration Program Manager",
          "department": "People & Places",
          "change_date": "2026-06-23",
          "prev_length": 5568,
          "new_length": 5810,
          "length_delta": 242
        },
        {
          "req_id": "159006",
          "title": "Account Manager (m/w/d) \u2013 Uber Eats, Berlin",
          "department": "Sales & Account Management",
          "change_date": "2026-06-23",
          "prev_length": 3682,
          "new_length": 3883,
          "length_delta": 201
        },
        {
          "req_id": "157003",
          "title": "Staff Software Engineer, Uber Eats Search Experience",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 5782,
          "new_length": 5923,
          "length_delta": 141
        },
        {
          "req_id": "158426",
          "title": "Implementation Lead, Uber for Business",
          "department": "Sales & Account Management",
          "change_date": "2026-06-23",
          "prev_length": 4226,
          "new_length": 4237,
          "length_delta": 11
        },
        {
          "req_id": "159571",
          "title": "Senior Account Executive, UberEats, Honolulu",
          "department": "Sales & Account Management",
          "change_date": "2026-06-23",
          "prev_length": 4496,
          "new_length": 4475,
          "length_delta": -21
        },
        {
          "req_id": "156031",
          "title": "Software Engineer II ML, Merchant Intel 8",
          "department": "Engineering",
          "change_date": "2026-06-23",
          "prev_length": 5291,
          "new_length": 5406,
          "length_delta": 115
        },
        {
          "req_id": "156764",
          "title": "Senior Key Account Manager, Uber Eats, Poland",
          "department": "Sales & Account Management",
          "change_date": "2026-06-19",
          "prev_length": 5375,
          "new_length": 5718,
          "length_delta": 343
        },
        {
          "req_id": "158680",
          "title": "Sr. Program Manager, Ethics & Compliance Global Programs",
          "department": "Legal",
          "change_date": "2026-06-19",
          "prev_length": 886,
          "new_length": 3442,
          "length_delta": 2556
        },
        {
          "req_id": "156995",
          "title": "Senior Account Manager, Eats Global",
          "department": "Sales & Account Management",
          "change_date": "2026-06-19",
          "prev_length": 4137,
          "new_length": 4304,
          "length_delta": 167
        }
      ],
      "novel_terms": [
        {
          "term": "strategic alignment",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "data collaboration",
          "count": 3,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "collaboration program",
          "count": 3,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "near term",
          "count": 3,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "earner engagement",
          "count": 3,
          "first_seen_in_window": "2026-06-22"
        },
        {
          "term": "insights partner",
          "count": 3,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "eats spain",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "permanent alien",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "alien labor",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "labor certification",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "documentary evidence",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "evidence bearing",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "certifying officer",
          "count": 2,
          "first_seen_in_window": "2026-06-18"
        },
        {
          "term": "uber korea",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "value book",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "client satisfaction",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "satisfaction drive",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "through consultative",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "consultative strategy",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        },
        {
          "term": "plans uncover",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        }
      ]
    },
    "UMG": {
      "ticker": "UMG",
      "sector": "Other",
      "market_cap_tier": "large_cap",
      "report_focus_guidance": "page 1-2 \u2014 dedicated paragraph each",
      "headline": {
        "open_start": 181,
        "open_end": 188,
        "net_change": 7,
        "pct_change": 3.9,
        "new_postings": 17,
        "closed_postings": 5,
        "salary_disclosure_rate_pct_end": 46.8,
        "salary_disclosure_rate_pct_start": 45.9
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 95,
          "open_start": 97,
          "net_change": -2,
          "pct_change": -2.1,
          "avg_salary_usd": 120240.0,
          "share_pct_postings": 50.5
        },
        {
          "dept": "International Marketing",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.6
        },
        {
          "dept": "Revenue",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 82315.0,
          "share_pct_postings": 1.6
        },
        {
          "dept": "Business Development",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": null,
          "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": "Global Controls and Assurance",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 152075.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Marketing",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 128588.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "People Business Partner",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 147540.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Product Development",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 1.1
        },
        {
          "dept": "A&R Administration",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 44300.0,
          "share_pct_postings": 0.5
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 31,
          "open_start": 32,
          "net_change": -1,
          "dollar_share_pct": 7.9
        },
        "S&M": {
          "open_end": 49,
          "open_start": 44,
          "net_change": 5,
          "dollar_share_pct": 24.6
        },
        "COGS": {
          "open_end": 7,
          "open_start": 8,
          "net_change": -1,
          "dollar_share_pct": 6.4
        },
        "G&A": {
          "open_end": 16,
          "open_start": 13,
          "net_change": 3,
          "dollar_share_pct": 12.5
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 11,
          "net_change": 0
        },
        "IC": {
          "open_end": 55,
          "net_change": 0
        },
        "IC-Senior": {
          "open_end": 18,
          "net_change": 1
        },
        "Manager": {
          "open_end": 69,
          "net_change": 4
        },
        "Director+": {
          "open_end": 26,
          "net_change": 0
        },
        "VP+": {
          "open_end": 9,
          "net_change": 2
        }
      },
      "by_geo_top10": [
        {
          "city": "Kings Cross, London",
          "open_end": 45,
          "net_change": -2
        },
        {
          "city": "Santa Monica, California",
          "open_end": 28,
          "net_change": 4
        },
        {
          "city": "Nashville, Tennessee",
          "open_end": 14,
          "net_change": 1
        },
        {
          "city": "Manila, Philippines",
          "open_end": 10,
          "net_change": 2
        },
        {
          "city": "Sydney, New South Wales",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "New York, New York",
          "open_end": 10,
          "net_change": 2
        },
        {
          "city": "2 Locations",
          "open_end": 10,
          "net_change": 0
        },
        {
          "city": "3 Locations",
          "open_end": 9,
          "net_change": 0
        },
        {
          "city": "Woodland Hills, California",
          "open_end": 8,
          "net_change": 0
        },
        {
          "city": "Singapore, Singapore",
          "open_end": 5,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 88,
        "median_midpoint_usd_end": 94200.0,
        "p25_midpoint_usd_end": 71750.0,
        "p75_midpoint_usd_end": 123272.0,
        "median_midpoint_usd_start": 95005.0
      },
      "new_postings_sample": [
        {
          "req_id": "UMGUS-UMG-26623",
          "title": "Senior\u00a0Specialist, Global Controls",
          "department": "Global Controls",
          "location": "Santa Monica, California",
          "salary_min": 105450.0,
          "salary_max": 135000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Senior-Specialist--Global-Controls_UMG-26623-1",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUS-UMG-26818",
          "title": "Manager, Commercial Partnerships",
          "department": "Commercial Partnerships",
          "location": "Nashville, Tennessee",
          "salary_min": 46800.0,
          "salary_max": 65000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Nashville-Tennessee/Manager--Commercial-Partnerships_UMG-26818",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUS-UMG-26722",
          "title": "Senior Vice President - Strategic Finance & Planning",
          "department": "",
          "location": "Santa Monica, California",
          "salary_min": 181650.0,
          "salary_max": 425000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Senior-Vice-President---Strategic-Finance---Planning_UMG-26722",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUS-UMG-26646",
          "title": "Coordinator, Production Operations",
          "department": "Production Operations",
          "location": "New York, New York",
          "salary_min": 40520.0,
          "salary_max": 55016.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/New-York-New-York/Coordinator--Production-Operations_UMG-26646",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUK-UMG-26309",
          "title": "Audio Producer (11 month FTC )",
          "department": "",
          "location": "Kings Cross, London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUK/job/Kings-Cross-London/Audio-Producer----FTC---10-months-_UMG-26309",
          "description_excerpt": "responsibilities. We also recognise the importance of diversity of thought within our teams and are fully committed to embracing the talents of people with autism, dyslexia, ADHD, and other forms of neurocognitive variation.\nWe will always seek to make appropriate adjustments to recruitment, workpla"
        },
        {
          "req_id": "UMGUK-UMG-26459",
          "title": "UK Administration Assistant - (MATERNITY COVER - 15months)",
          "department": "",
          "location": "Kings Cross, London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUK/job/Kings-Cross-London/UK-Administration-Assistant----MATERNITY-COVER---15months-_UMG-26459",
          "description_excerpt": "responsibilities. We also recognise the importance of diversity of thought within our teams and are fully committed to embracing the talents of people with autism, dyslexia, ADHD, and other forms of neurocognitive variation.\nWe will always seek to make appropriate adjustments to recruitment, workpla"
        },
        {
          "req_id": "UMGAPAC-UMG-26800",
          "title": "Manager, Domestic Marketing",
          "department": "Domestic Marketing",
          "location": "Manila, Philippines",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGAPAC/job/Manila-Philippines/Manager--Domestic-Marketing_UMG-26800",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We identify and develop recording artists and songwriters, and we produce, distribute and promote the most critically acclaimed and com"
        },
        {
          "req_id": "UMGAPAC-UMG-26798",
          "title": "Domestic Marketing Executive",
          "department": "",
          "location": "Manila, Philippines",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGAPAC/job/Manila-Philippines/Domestic-Marketing-Executive_UMG-26798",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We identify and develop recording artists and songwriters, and we produce, distribute and promote the most critically acclaimed and com"
        },
        {
          "req_id": "UMGUS-UMG-26661",
          "title": "Vice President, Business Development",
          "department": "Business Development",
          "location": "New York, New York",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/New-York-New-York/Vice-President--Business-Development_UMG-26661",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUK-UMG-25567",
          "title": "Brand Management Coordinator",
          "department": "",
          "location": "Kings Cross, London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUK/job/Kings-Cross-London/Brand-Management-Coordinator_UMG-25567-1",
          "description_excerpt": "responsibilities. We also recognise the importance of diversity of thought within our teams and are fully committed to embracing the talents of people with autism, dyslexia, ADHD, and other forms of neurocognitive variation.\nWe will always seek to make appropriate adjustments to recruitment, workpla"
        },
        {
          "req_id": "UMGUS-UMG-26571",
          "title": "Coordinator, Release Planning",
          "department": "Release Planning",
          "location": "Santa Monica, California",
          "salary_min": 45010.0,
          "salary_max": 55000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Coordinator--New-Release_UMG-26571",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUS-UMG-26392",
          "title": "Administrative Assistant, Paralegal",
          "department": "Paralegal",
          "location": "Santa Monica, California",
          "salary_min": 38610.0,
          "salary_max": 65000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Administrative-Assistant--Paralegal_UMG-26392",
          "description_excerpt": "responsibilities that are subject to change.\nUniversal Music Group is an Equal Opportunity Employer\nWe are an E-Verify employer in Alabama, Arizona, Georgia, Mississippi, North Carolina, South Carolina, Tennessee, and Utah.\nPlease note, UMG is not enrolled in E-Verify in California and New York, and"
        },
        {
          "req_id": "UMGUS-UMG-25771",
          "title": "Associate Manager, Audio Licensing",
          "department": "Audio Licensing",
          "location": "Santa Monica, California",
          "salary_min": 51260.0,
          "salary_max": 70000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Associate-Manager--Audio-Licensing_UMG-25771",
          "description_excerpt": "responsibilities that are subject to change.\nUniversal Music Group is an Equal Opportunity Employer\nWe are an E-Verify employer in Alabama, Arizona, Georgia, Mississippi, North Carolina, South Carolina, Tennessee, and Utah.\nPlease note, UMG is not enrolled in E-Verify in California and New York, and"
        },
        {
          "req_id": "UMGUS-UMG-26559",
          "title": "Manager, Content",
          "department": "Content",
          "location": "Santa Monica, California",
          "salary_min": 70304.0,
          "salary_max": 100000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Manager--Content_UMG-26559",
          "description_excerpt": "responsibilities that are subject to change.\nUniversal Music Group is an Equal Opportunity Employer\nWe are an E-Verify employer in Alabama, Arizona, Georgia, Mississippi, North Carolina, South Carolina, Tennessee, and Utah.\nPlease note, UMG is not enrolled in E-Verify in California and New York, and"
        },
        {
          "req_id": "UMGUK-UMG-25169",
          "title": "Senior Developer",
          "department": "",
          "location": "Kings Cross, London",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUK/job/Kings-Cross-London/Senior-Developer_UMG-25169-1",
          "description_excerpt": "responsibilities. We also recognise the importance of diversity of thought within our teams and are fully committed to embracing the talents of people with autism, dyslexia, ADHD, and other forms of neurocognitive variation.\nWe will always seek to make appropriate adjustments to recruitment, workpla"
        },
        {
          "req_id": "UMGUS-UMG-26372",
          "title": "Network Engineer Firewall Security",
          "department": "",
          "location": "Nashville, Tennessee",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Nashville-Tennessee/Tech-BAIN-Network-Engineer-Firewall-Security_UMG-26372-1",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        },
        {
          "req_id": "UMGUS-UMG-26573",
          "title": "Coordinator, International Digital",
          "department": "International Digital",
          "location": "Santa Monica, California",
          "salary_min": 40520.0,
          "salary_max": 55000.0,
          "salary_ccy": "USD",
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://umusic.wd5.myworkdayjobs.com/UMGUS/job/Santa-Monica-California/Coordinator--International-Digital_UMG-26573",
          "description_excerpt": "We are UMG, the Universal Music Group. We are the world\u2019s leading music company. In everything we do, we are committed to artistry, innovation and entrepreneurship. We own and operate a broad array of businesses engaged in recorded music, music publishing, merchandising, and audiovisual content in m"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "UMGUK-UMG-23757",
          "title": "IAM Analyst",
          "department": "",
          "first_seen": "2026-05-19",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 31
        },
        {
          "req_id": "UMGUK-UMG-23740",
          "title": "Network Engineer",
          "department": "",
          "first_seen": "2026-04-25",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 54
        },
        {
          "req_id": "UMGUK-UMG-24755",
          "title": "Post Production & Delivery Manager",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 36
        },
        {
          "req_id": "UMGUS-UMG-25668",
          "title": "Analyst, Transportation",
          "department": "",
          "first_seen": "2026-05-06",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 42
        },
        {
          "req_id": "UMGUS-UMG-26667",
          "title": "Administrative Assistant, Paralegal",
          "department": "Paralegal",
          "first_seen": "2026-06-11",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 6
        }
      ],
      "description_changes": [
        {
          "req_id": "UMGAPAC-UMG-22736",
          "title": "Audience Growth Intern, SEAK",
          "department": "",
          "change_date": "2026-06-23",
          "prev_length": 3721,
          "new_length": 3717,
          "length_delta": -4
        },
        {
          "req_id": "UMGAPAC-UMG-26587",
          "title": "Assistant Manager, Finance Accounting",
          "department": "Finance Accounting",
          "change_date": "2026-06-22",
          "prev_length": 3638,
          "new_length": 3659,
          "length_delta": 21
        },
        {
          "req_id": "UMGUS-UMG-25063",
          "title": "Director, Digital Marketing (Label-Managed Catalog)",
          "department": "",
          "change_date": "2026-06-19",
          "prev_length": 7166,
          "new_length": 7166,
          "length_delta": 0
        },
        {
          "req_id": "UMGUS-UMG-26372",
          "title": "Tech-BAIN Network Engineer Firewall Security",
          "department": "",
          "change_date": "2026-06-19",
          "prev_length": 2403,
          "new_length": 5492,
          "length_delta": 3089
        },
        {
          "req_id": "UMGUK-UMG-25169",
          "title": "Senior Developer",
          "department": "",
          "change_date": "2026-06-19",
          "prev_length": 6749,
          "new_length": 6163,
          "length_delta": -586
        },
        {
          "req_id": "UMGUS-UMG-23061",
          "title": "Senior Manager, Campaign Management",
          "department": "",
          "change_date": "2026-06-17",
          "prev_length": 6873,
          "new_length": 6872,
          "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": 360,
        "open_end": 357,
        "net_change": -3,
        "pct_change": -0.8,
        "new_postings": 28,
        "closed_postings": 21,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "Warehouse",
          "open_end": 131,
          "open_start": 136,
          "net_change": -5,
          "pct_change": -3.7,
          "avg_salary_usd": null,
          "share_pct_postings": 36.7
        },
        {
          "dept": "Physical Retail In-Store",
          "open_end": 82,
          "open_start": 78,
          "net_change": 4,
          "pct_change": 5.1,
          "avg_salary_usd": null,
          "share_pct_postings": 23.0
        },
        {
          "dept": "Full Stack Engineering",
          "open_end": 19,
          "open_start": 19,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 5.3
        },
        {
          "dept": "Data Science & Machine Learning",
          "open_end": 17,
          "open_start": 16,
          "net_change": 1,
          "pct_change": 6.2,
          "avg_salary_usd": null,
          "share_pct_postings": 4.8
        },
        {
          "dept": "Category Management & Lifestyle Brands",
          "open_end": 15,
          "open_start": 16,
          "net_change": -1,
          "pct_change": -6.2,
          "avg_salary_usd": null,
          "share_pct_postings": 4.2
        },
        {
          "dept": "",
          "open_end": 14,
          "open_start": 13,
          "net_change": 1,
          "pct_change": 7.7,
          "avg_salary_usd": null,
          "share_pct_postings": 3.9
        },
        {
          "dept": "Operations Support",
          "open_end": 13,
          "open_start": 13,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.6
        },
        {
          "dept": "Product Management",
          "open_end": 9,
          "open_start": 10,
          "net_change": -1,
          "pct_change": -10.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Talent",
          "open_end": 9,
          "open_start": 9,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.5
        },
        {
          "dept": "Finance & Legal",
          "open_end": 7,
          "open_start": 6,
          "net_change": 1,
          "pct_change": 16.7,
          "avg_salary_usd": null,
          "share_pct_postings": 2.0
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 73,
          "open_start": 74,
          "net_change": -1,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 58,
          "open_start": 56,
          "net_change": 2,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 203,
          "open_start": 207,
          "net_change": -4,
          "dollar_share_pct": 0.0
        },
        "G&A": {
          "open_end": 10,
          "open_start": 11,
          "net_change": -1,
          "dollar_share_pct": 0.0
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 104,
          "net_change": 0
        },
        "IC": {
          "open_end": 117,
          "net_change": 2
        },
        "IC-Senior": {
          "open_end": 32,
          "net_change": 1
        },
        "Manager": {
          "open_end": 98,
          "net_change": -6
        },
        "Director+": {
          "open_end": 5,
          "net_change": 0
        },
        "VP+": {
          "open_end": 1,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Boston, MA",
          "open_end": 63,
          "net_change": 0
        },
        {
          "city": "Shanghai, CHN",
          "open_end": 22,
          "net_change": -1
        },
        {
          "city": "Cranbury, NJ",
          "open_end": 19,
          "net_change": 1
        },
        {
          "city": "Atlanta, GA",
          "open_end": 17,
          "net_change": 2
        },
        {
          "city": "Bangalore, IND",
          "open_end": 16,
          "net_change": 1
        },
        {
          "city": "McDonough, GA",
          "open_end": 15,
          "net_change": -2
        },
        {
          "city": "Aberdeen, MD",
          "open_end": 13,
          "net_change": 0
        },
        {
          "city": "Romeoville, IL",
          "open_end": 13,
          "net_change": -1
        },
        {
          "city": "Port Wentworth, GA",
          "open_end": 12,
          "net_change": -1
        },
        {
          "city": "Columbus, OH",
          "open_end": 12,
          "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": "17248",
          "title": "Associate, Global Partner Desk",
          "department": "Operations Support",
          "location": "Shanghai, CHN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T22:16:17.380000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17248",
          "description_excerpt": "What You'll Do\nAct as the go-to person for our suppliers as they resolve day-to-day issues, and provide support by training and educating them on the use of Wayfair tools\nWork effectively across our global team to ensure efficient collaboration\nBuild rapport with our suppliers and internal stakehold"
        },
        {
          "req_id": "17246",
          "title": "Flex Warehouse Associate",
          "department": "Warehouse",
          "location": "Linden, NJ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T15:16:29.590000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17246",
          "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": "11377",
          "title": "Senior Machine Learning Scientist - Recommendations",
          "department": "Data Science & Machine Learning",
          "location": "Mountain View, CA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T14:46:16.380000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=11377",
          "description_excerpt": "About this role\nWe are looking for an experienced Senior Machine Learning Scientist to join our Content Recommendations team. In this role, you will be at the core of building and optimizing ML-based recommender systems (e.g., image and content recommendations, homepage and email optimization and pe"
        },
        {
          "req_id": "14532",
          "title": "Seasonal Retail Sales Associate",
          "department": "Physical Retail In-Store",
          "location": "Dublin, OH",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T14:16:25.183000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=14532",
          "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": "17249",
          "title": "Team lead Middle Mile",
          "department": "Warehouse",
          "location": "Lancaster, TX",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T13:46:13.090000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17249",
          "description_excerpt": "What You'll Do\nThe Warehouse Team Lead will assist your supervisor with managing and overseeing all functions of the warehouse, and ensuring smooth operations of all activities.\nLead the receiving department and ensure the functions are used correctly.\nDelegate and assign work to keep a 100% fill ra"
        },
        {
          "req_id": "11501",
          "title": "Machine Learning Scientist I - Early Careers",
          "department": "Campus - Engineering & Technology",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T13:16:19.847000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=11501",
          "description_excerpt": "Salary Range: $125,000 - $145,000 per year\nNote: This is an ongoing role that we hire for regularly, so some postings may appear to have been open for a while. If you see this job posted, we are actively hiring and encourage you to apply.\nThis is a Boston based opportunity with a 3 day in office exp"
        },
        {
          "req_id": "10141",
          "title": "Birch Lane- Part Time Sales Associate",
          "department": "Physical Retail In-Store",
          "location": "Sarasota, FL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T10:46:18.423000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=10141",
          "description_excerpt": "Location- Sarasota, FL (UTC Mall)\nPart Time Sales Associate for Birch Lane (A Wayfair Specialty Brand)\nCome join the team that is reinventing home! Wayfair is hiring for our All Modern retail store in Austin, Texas! If you are looking for rapid growth, constant learning and dynamic challenges, this"
        },
        {
          "req_id": "14202",
          "title": "Full Time Sales Associate- Joss & Main Oakbrook, IL",
          "department": "Physical Retail In-Store",
          "location": "Oak Brook, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-22T10:16:09.803000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=14202",
          "description_excerpt": "responsibilities. Opening and closing regularly.\nManage and monitor stock levels, merchandise presentations, signing, and assortment in all departments to ensure the sales-floor is adequately stocked. Maintain visual, cleanliness, and safety standards of the store and back of house.\nEngage in a high"
        },
        {
          "req_id": "16678",
          "title": "Transportation Team Lead",
          "department": "Warehouse",
          "location": "Lutterworth, GBR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-10T10:46:12.300000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=16678",
          "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": "16982",
          "title": "Warehouse Associate",
          "department": "Warehouse",
          "location": "Kent, WA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-10T08:46:17.053000+00:00",
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=16982",
          "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": "11157",
          "title": "Senior Associate, Freight Sales",
          "department": "Operations Strategy",
          "location": "Shanghai, CHN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-21T22:46:18.263000+00:00",
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=11157",
          "description_excerpt": "Who We Are\nWayfair is a platform focused on the $800B+ home goods market. We bring together suppliers and customers by leveraging our technology and services to create market-leading experiences for both.\nCastleGate Forwarding (CGF) is a rapidly growing freight forwarding start-up within Wayfair, mo"
        },
        {
          "req_id": "17234",
          "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-06-19T16:16:13.170000+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17234",
          "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": "10117",
          "title": "Community Events Specialist",
          "department": "Physical Retail In-Store",
          "location": "Atlanta, GA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-19T13:16:14.933000+00:00",
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=10117",
          "description_excerpt": "Salary Range: $24.00 hr.\nNOTE: The hourly rate is $24/hr. and a fixed entry rate for this position, which 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 role, in"
        },
        {
          "req_id": "17222",
          "title": "Category Associate, B2B",
          "department": "Category Management & Lifestyle Brands",
          "location": "Shanghai, CHN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T09:16:21.070000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17222",
          "description_excerpt": "What You'll Do:\nBuild strong relationships with existing suppliers and execute negotiations to secure best pricing and promotional support\nAnalyze data to strategize revenue and profit growth opportunities for the category and for specific supplier partners\nAdvance catalog expansion, develop relatio"
        },
        {
          "req_id": "17205",
          "title": "Warehouse Admin 1",
          "department": "Warehouse",
          "location": "Cranbury, NJ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T23:16:11.327000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17205",
          "description_excerpt": "Responsibilities)\nYour primary focus is high-accuracy data entry, document management, and logistics coordination:\nI. Logistics & 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"
        },
        {
          "req_id": "17206",
          "title": "Warehouse Admin 1 - night shift",
          "department": "Warehouse",
          "location": "Cranbury, NJ",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T23:16:11.327000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17206",
          "description_excerpt": "Responsibilities)\nYour primary focus is high-accuracy data entry, document management, and logistics coordination:\nI. Logistics & 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"
        },
        {
          "req_id": "14703",
          "title": "GSOC Specialist, Safety & Security Intelligence",
          "department": "Finance & Legal",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:16:16.293000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=14703",
          "description_excerpt": "This is a Boston-based hybrid role. You are required to be onsite Monday through Thursday in our Boston, MA headquarters. Friday is WFH.\nWe are looking for a talented Intelligence Specialist to join our Global Safety and Security Team. This is an incredible and unique opportunity to join a rapidly g"
        },
        {
          "req_id": "17063",
          "title": "Senior Compensation Analyst",
          "department": "Talent",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T19:16:16.293000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17063",
          "description_excerpt": "This position is a hybrid in-office role that works out of our Headquarters in Boston, MA (this role is not a virtual / remote position). 4 days in office/ 1 day WFH\nAt Wayfair, the Central Talent team enables Wayfair to make thoughtful, data-driven decisions about its people. Our rigorous analyses"
        },
        {
          "req_id": "11176",
          "title": "Part Time Sales Associate- Joss & Main",
          "department": "Physical Retail In-Store",
          "location": "Oak Brook, IL",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T16:46:18.590000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=11176",
          "description_excerpt": "Part Time Sales Associate for Joss & Main (A Wayfair Specialty Brand)\nCome join the team that is reinventing home! Wayfair is hiring for our All Modern retail store in Oak Brook, IL! If you are looking for rapid growth, constant learning and dynamic challenges, this store might be the future home fo"
        },
        {
          "req_id": "17180",
          "title": "Assistant Store Manager, People and Community",
          "department": "Physical Retail In-Store",
          "location": "Atlanta, GA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T16:16:22.700000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17180",
          "description_excerpt": "Overview:\nWayfair is redefining the in-store experience for home shoppers, and we\u2019re looking for a passionate Assistant Store Manager, People & Community to help shape the future of retail. In this role, you\u2019ll lead all things related to training, team development, community engagement, and headcoun"
        },
        {
          "req_id": "16446",
          "title": "Sea Freight Operations Associate",
          "department": "Operations Support",
          "location": "Shanghai, CHN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T23:46:19.537000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=16446",
          "description_excerpt": "Responsibilities\n- Operational Excellence: Execute day-to-day sea export operations, including managing bookings, documentation, and SOPs.\n- Shipment Management: Serve as the primary point of contact for logistics partners & carriers to resolve shipment issues and optimize booking windows.\n- Perform"
        },
        {
          "req_id": "17159",
          "title": "ACQ Sr. Associate",
          "department": "Category Management & Lifestyle Brands",
          "location": "Shanghai, CHN",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T22:17:48.740000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17159",
          "description_excerpt": "What You'll D o\nExecute the steps necessary to setup business development conversations with suppliers on Wayfair\nCommunicating with suppliers (email, phone) as needed throughout setup process\nManaging relationships with our external partners who provide supplier leads and resources for suppliers\nPr"
        },
        {
          "req_id": "17006",
          "title": "BPO Senior Manager",
          "department": "Management",
          "location": "London, GBR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T16:16:30.507000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=17006",
          "description_excerpt": "What You'll Do\nBPO Performance Management: Oversee the daily operations of global BPO partners, acting as the primary liaison between Wayfair and vendor site leadership to ensure alignment on goals and expectations.\nService Excellence: Ensure BPO partners successfully address customer inquiries and"
        },
        {
          "req_id": "16585",
          "title": "Senior Associate Merchant \u2013 Perigold",
          "department": "E-Commerce Merchandising",
          "location": "Boston, MA",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T13:46:19.620000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=16585",
          "description_excerpt": "Salary Range: $83,500 - $92,250 per year.\nThe above base pay range may vary depending on location, job-related knowledge, skills and experience. The range listed is just one component of Wayfair\u2019s total compensation package for employees. Depending on the position offered, equity, bonuses, commissio"
        },
        {
          "req_id": "16907",
          "title": "Warehouse IT Support Associate",
          "department": "Employee Technology",
          "location": "Lutterworth, GBR",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T11:16:25.100000+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://wayfair.avature.net/en_US/careers?folderId=16907",
          "description_excerpt": "An Important Note about Wayfair's In-Office: Please note that this is an onsite role based in Lutterworth, UK and will require you to work in the warehouse on Monday through Friday.\nSalary Range: \u00a313.53/hr - \u00a316.36/hr\nWho We Are\nWayfair.com is a leader in the e-commerce space for all things home. Ou"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "16227",
          "title": "Recruiting Coordinator, Contractor",
          "department": "Talent",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 25
        },
        {
          "req_id": "16628",
          "title": "Inventory Control Associate",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-20",
          "closed_on": "2026-06-20",
          "days_open": 25
        },
        {
          "req_id": "13871",
          "title": "Manager, GTM Engineering \u2013 Wayfair Professional",
          "department": "Marketing Strategy & Analytics",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 24
        },
        {
          "req_id": "14530",
          "title": "Retail Sales Associate",
          "department": "Physical Retail In-Store",
          "first_seen": "2026-05-28",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 22
        },
        {
          "req_id": "16824",
          "title": "Senior Product Manager, Video Ads",
          "department": "Product Management",
          "first_seen": "2026-06-02",
          "last_seen": "2026-06-19",
          "closed_on": "2026-06-19",
          "days_open": 17
        },
        {
          "req_id": "14388",
          "title": "Mattress Sales Professional",
          "department": "Physical Retail In-Store",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 23
        },
        {
          "req_id": "14484",
          "title": "Warehouse Team Lead 1",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 23
        },
        {
          "req_id": "14591",
          "title": "Home Renovation Professional",
          "department": "Physical Retail In-Store",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 23
        },
        {
          "req_id": "16667",
          "title": "Seasonal Warehouse Associate",
          "department": "Warehouse",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 23
        },
        {
          "req_id": "14587",
          "title": "Warehouse Equipment Operator - Cherry Picker",
          "department": "Warehouse",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "16954",
          "title": "Seasonal Warehouse Associate",
          "department": "Warehouse",
          "first_seen": "2026-06-05",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 13
        },
        {
          "req_id": "17127",
          "title": "Senior Creative Strategist - YouTube & Video",
          "department": "Creative & Visual Design",
          "first_seen": "2026-06-13",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 5
        },
        {
          "req_id": "14059",
          "title": "Data Scientist II",
          "department": "Data Science & Machine Learning",
          "first_seen": "2026-06-18",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 0
        },
        {
          "req_id": "14578",
          "title": "Full Time Design Advisor",
          "department": "Physical Retail In-Store",
          "first_seen": "2026-06-18",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 0
        },
        {
          "req_id": "16085",
          "title": "Senior Associate, Sea Freight Operations",
          "department": "Operations Support",
          "first_seen": "2026-05-26",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 22
        }
      ],
      "description_changes": [
        {
          "req_id": "17206",
          "title": "Warehouse Admin 1 - night shift",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 6289,
          "new_length": 6294,
          "length_delta": 5
        },
        {
          "req_id": "17205",
          "title": "Warehouse Admin 1",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 6290,
          "new_length": 6295,
          "length_delta": 5
        },
        {
          "req_id": "16886",
          "title": "Flex Warehouse Associate",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 5298,
          "new_length": 5307,
          "length_delta": 9
        },
        {
          "req_id": "16557",
          "title": "Transportation Associate",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 5634,
          "new_length": 5639,
          "length_delta": 5
        },
        {
          "req_id": "16550",
          "title": "Warehouse General Maintenance Laborer",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 5685,
          "new_length": 5685,
          "length_delta": 0
        },
        {
          "req_id": "16549",
          "title": "Warehouse Admin",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 6304,
          "new_length": 6304,
          "length_delta": 0
        },
        {
          "req_id": "16548",
          "title": "Warehouse Exceptions Associate",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 5806,
          "new_length": 5806,
          "length_delta": 0
        },
        {
          "req_id": "16510",
          "title": "Warehouse Team Lead",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 7480,
          "new_length": 7480,
          "length_delta": 0
        },
        {
          "req_id": "16194",
          "title": "Transportation Specialist",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 6109,
          "new_length": 6118,
          "length_delta": 9
        },
        {
          "req_id": "15914",
          "title": "Warehouse Training Coordinator",
          "department": "Warehouse",
          "change_date": "2026-06-23",
          "prev_length": 6373,
          "new_length": 6378,
          "length_delta": 5
        }
      ],
      "novel_terms": []
    },
    "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": 38,
        "open_end": 36,
        "net_change": -2,
        "pct_change": -5.3,
        "new_postings": 8,
        "closed_postings": 2,
        "salary_disclosure_rate_pct_end": 0.0,
        "salary_disclosure_rate_pct_start": 0.0
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 20,
          "open_start": 22,
          "net_change": -2,
          "pct_change": -9.1,
          "avg_salary_usd": null,
          "share_pct_postings": 55.6
        },
        {
          "dept": "Corporate | WEBTOON | Brand Safety",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 8.3
        },
        {
          "dept": "Service&Business | WEBTOON | Content",
          "open_end": 3,
          "open_start": 2,
          "net_change": 1,
          "pct_change": 50.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": 5.6
        },
        {
          "dept": "Corporate | WEBTOON | Corporate Finance",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        },
        {
          "dept": "Corporate | WEBTOON | Legal",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        },
        {
          "dept": "Corporate | WEBTOON | US Ads",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        },
        {
          "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.8
        },
        {
          "dept": "Corporate | Wattpad | Wattpad Ads",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        },
        {
          "dept": "Service&Business | WEBTOON",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 2.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 5,
          "open_start": 9,
          "net_change": -4,
          "dollar_share_pct": 0.0
        },
        "S&M": {
          "open_end": 8,
          "open_start": 8,
          "net_change": 0,
          "dollar_share_pct": 0.0
        },
        "COGS": {
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "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": 12,
          "net_change": 0
        },
        "IC": {
          "open_end": 20,
          "net_change": -2
        },
        "IC-Senior": {
          "open_end": 1,
          "net_change": 0
        },
        "Manager": {
          "open_end": 3,
          "net_change": 1
        },
        "Director+": {
          "open_end": 0,
          "net_change": -1
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "El Segundo, California",
          "open_end": 12,
          "net_change": -1
        },
        {
          "city": "Remote - Singapore",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Remote - France",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Toronto, Ontario",
          "open_end": 1,
          "net_change": 0
        },
        {
          "city": "Los Angeles, California",
          "open_end": 1,
          "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": "webtoon-7960",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] KR Growth 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 ) Full time 2026.06.23 ",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-23",
          "url": "https://careers.webtoon.com/jobs/7960",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\ufeffKR Growth\ub294\n\ucf58\ud150\uce20 \ud37c\ud3ec\uba3c\uc2a4 \uadf9\ub300\ud654 \ub178\ud558\uc6b0\uc640 \ub370\uc774\ud130 \uae30\ubc18\uc758 \uc720\uc800 \uad00\ub9ac\ub97c \uacb0\ud569\ud574 \uc6f9\ud230\u00b7\uc2dc\ub9ac\uc988 \uc11c\ube44\uc2a4\uc758 \uc131\uc7a5\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.\n\uc720\uc800\uc758 \ud50c\ub7ab\ud3fc \ub0b4 \uc720\uc785\u2013\ud65c\ub3d9\u2013\ub9ac\ud150\uc158/\uc774\ud0c8\uc744 \ud558\ub098\uc758 \ud1b5\ud569 \ubdf0\ub85c \ubc14\ub77c\ubcf4\uba70 \uc131\uc7a5 \uc804\ub7b5\uc744 \uc218\ub9bd\ud558\uace0 \uc2e4\ud589\ud569\ub2c8\ub2e4.\n\uac1c\ubcc4 \uc791\ud488\uc758 \ud37c\ud3ec\uba3c\uc2a4 \uad00\ub9ac\ub97c \ub118\uc5b4, \uc791\ud488 \ucd94\ucc9c\uc774 \uc720\uc800 LTV\uc5d0 \uae30\uc5ec\ud558\ub3c4\ub85d \ucf58\ud150\uce20\uc640 \uc720\uc800\ub97c \uc5f0\uacb0\ud574 \uc2e4\ud589\ud558\uace0 \uc131\uacfc\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.\n\ub370\uc774\ud130\ub97c \uae30\ubc18\uc73c\ub85c \uac00\uc124\uc744 \uc138\uc6b0\uace0 \ube60\ub974\uac8c \uc2e4\ud5d8\ud558\uba70, \uc720\uc800 \ucf00\uc5b4 \uc561\uc158\uc744 \uae30\ud68d\ud558\uace0 \uace0\ub3c4\ud654\ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n\ufeff - \uc720\uc800 \uadf8\ub85c\uc2a4 \uc804\ub7b5 : \uc720\uc785\u2013\ud65c\ub3d9\u2013\ub9ac\ud150\uc158/\uc774\ud0c8\uc5d0 \uc774\ub974\ub294 \uc720\uc800 \uc5ec\uc815"
        },
        {
          "req_id": "webtoon-7959",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] Localization Specialist \u2013 \ud504\ub791\uc2a4\uc5b4 \ubc88\uc5ed \ud488\uc9c8 \uc5f0\uad6c\uac1c\ubc1c (\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 ) Tem",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-22",
          "url": "https://careers.webtoon.com/jobs/7959",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\uc6b0\ub9ac\uc870\uc9c1\uc740 Global WEBTOON\uc758 Localization* \ud504\ub85c\uc138\uc2a4 \ud601\uc2e0\uc744 \ucd94\uc9c4\ud558\ub294 \uc870\uc9c1\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\u00b7\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* \ud558\ub098\uc758 \ucf58\ud150\uce20\ub97c \uac01 \uc5b8\uc5b4\uad8c \ub3c5\uc790\uac00 \uc790\uad6d \ucf58\ud150\uce20\ucc98\ub7fc \uc790\uc5f0\uc2a4\ub7fd\uac8c \ub290\ub084 \uc218 \uc788\ub3c4\ub85d \uc5b8\uc5b4\u00b7\ubb38\ud654\u00b7\ub9e5\ub77d\uc744 \ud604\uc9c0\ud654\ud558\ub294 \uacfc\uc815\n\ub2f4\ub2f9 \uc5c5\ubb34\n\ufeff - \ud504\ub791\uc2a4\uc5b4\uc758"
        },
        {
          "req_id": "webtoon-7958",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] KR Webtoon \ud37c\ud3ec\uba3c\uc2a4 \ub9c8\ucf00\ud130 (\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.06.",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.webtoon.com/jobs/7958",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\nKW Marketing\uc740\n- \uc6f9\ud230 \ud50c\ub7ab\ud3fc\uacfc IP\uc758 \uac00\uce58\ub97c \ud655\uc7a5\uc2dc\ud0a4\ub294 \ub9c8\ucf00\ud305 \uc804\ub7b5\uc744 \uc218\ub9bd\ud558\uace0 \uc2e4\ud589\ud569\ub2c8\ub2e4.\n- \ube0c\ub79c\ub4dc \uc804\ub7b5\uc744 \uae30\ubc18\uc73c\ub85c \uc628\u00b7\uc624\ud504\ub77c\uc778 \ud1b5\ud569 \ucea0\ud398\uc778\uc744 \uae30\ud68d\ud569\ub2c8\ub2e4.\n- \ud50c\ub7ab\ud3fc \uc720\uc800 \uc720\uc785\uacfc \ud65c\uc131\ud654\ub97c \uc704\ud55c \ub9c8\ucf00\ud305 \uc804\ub7b5\uc744 \uc124\uacc4\ud558\uace0 \uc6b4\uc601\ud569\ub2c8\ub2e4.\n- \uc6f9\ud230 IP\uc758 \ub9e4\ub825\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uc804\ub2ec\ud560 \uc218 \uc788\ub294 \ub514\uc9c0\ud138 \uc911\uc2ec\uc758 \ud1b5\ud569 \ub9c8\ucf00\ud305\uc744 \uc2e4\ud589\ud569\ub2c8\ub2e4.\n- \ud37c\ud3ec\uba3c\uc2a4 \uae30\ubc18\uc758 \ub9e4\uccb4 \uc6b4\uc601 \ubc0f \ub370\uc774\ud130 \ubd84\uc11d\uc744 \ud1b5\ud574 \ud6a8\uc728\uc744 \uadf9\ub300\ud654\ud569\ub2c8\ub2e4.\n- \ube0c\ub79c\ub4dc \ucf5c\ub77c\ubcf4\ub808\uc774\uc158\uc744 \ud1b5\ud574 \uc0c8\ub85c\uc6b4 \ub9c8\ucf00\ud305 \uc811\uc810\uc744 \ubc1c\uad74\ud558\uace0 \ud655\uc7a5\ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n\ub124\uc774\ubc84\uc6f9\ud230\uc758 \ud37c\ud3ec\uba3c\uc2a4 \ub9c8\ucf00\ud305 \uc6b4\uc601"
        },
        {
          "req_id": "webtoon-7957",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] KR Webtoon \ucf58\ud150\uce20 \ub9c8\ucf00\ud130 (\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.06.1",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-20",
          "url": "https://careers.webtoon.com/jobs/7957",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\nKW Marketing\uc740\n- \uc6f9\ud230 \ud50c\ub7ab\ud3fc\uacfc IP\uc758 \uac00\uce58\ub97c \ud655\uc7a5\uc2dc\ud0a4\ub294 \ub9c8\ucf00\ud305 \uc804\ub7b5\uc744 \uc218\ub9bd\ud558\uace0 \uc2e4\ud589\ud569\ub2c8\ub2e4.\n- \ube0c\ub79c\ub4dc \uc804\ub7b5\uc744 \uae30\ubc18\uc73c\ub85c \uc628\u00b7\uc624\ud504\ub77c\uc778 \ud1b5\ud569 \ucea0\ud398\uc778\uc744 \uae30\ud68d\ud569\ub2c8\ub2e4.\n- \ud50c\ub7ab\ud3fc \uc720\uc800 \uc720\uc785\uacfc \ud65c\uc131\ud654\ub97c \uc704\ud55c \ub9c8\ucf00\ud305 \uc804\ub7b5\uc744 \uc124\uacc4\ud558\uace0 \uc6b4\uc601\ud569\ub2c8\ub2e4.\n- \uc6f9\ud230 IP\uc758 \ub9e4\ub825\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \uc804\ub2ec\ud560 \uc218 \uc788\ub294 \ub514\uc9c0\ud138 \uc911\uc2ec\uc758 \ud1b5\ud569 \ub9c8\ucf00\ud305\uc744 \uc2e4\ud589\ud569\ub2c8\ub2e4.\n- \ud37c\ud3ec\uba3c\uc2a4 \uae30\ubc18\uc758 \ub9e4\uccb4 \uc6b4\uc601 \ubc0f \ub370\uc774\ud130 \ubd84\uc11d\uc744 \ud1b5\ud574 \ud6a8\uc728\uc744 \uadf9\ub300\ud654\ud569\ub2c8\ub2e4.\n- \ube0c\ub79c\ub4dc \ucf5c\ub77c\ubcf4\ub808\uc774\uc158\uc744 \ud1b5\ud574 \uc0c8\ub85c\uc6b4 \ub9c8\ucf00\ud305 \uc811\uc810\uc744 \ubc1c\uad74\ud558\uace0 \ud655\uc7a5\ud569\ub2c8\ub2e4.\n\ub2f4\ub2f9 \uc5c5\ubb34\n- \uc6f9\ud230 IP \ubc0f \ud50c\ub7ab\ud3fc\uc758 \ube0c\ub79c\ub529"
        },
        {
          "req_id": "webtoon-7956",
          "title": "[STUDIO LICO] *\ub2e8\uae30* \ud6c4\ubcf4\uc815 \ubc0f \uc2dd\uc790 - \uc561\uc158 \ud310\ud0c0\uc9c0 / Editing and Lettering (Freelancer) Tech STUDIO LICO ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd84\ub2f9\ub0b4\uace1\ub85c 131, 7\uce35 (",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://careers.webtoon.com/jobs/7956",
          "description_excerpt": "ABOUT STUDIO LICO\nSTUDIO LICO\ub294 'LIFE WITH CONTENT' \ub97c \ubaa8\ud1a0\ub85c,\n\uc804\ubb38\uc801\uc778 \ub514\uc9c0\ud138 \ucf58\ud150\uce20 \uc81c\uc791\uc744 \uc704\ud574 2017\ub144\uc5d0 \uc124\ub9bd\ub41c \ub124\uc774\ubc84\uc6f9\ud230\uc758 \uc790\ud68c\uc0ac\uc785\ub2c8\ub2e4.\n\uc6f9\ud230\uacfc \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud544\ub450\ub85c \ub2e4\uc591\ud55c \ub514\uc9c0\ud138 \ucf58\ud150\uce20\ub97c \uc81c\uc791\ud558\uba70,\n\ube60\ub974\uac8c \ubcc0\ud654\ud558\ub294 \ud2b8\ub80c\ub4dc\uc5d0 \ubc1c\ub9de\ucdb0 \uc0c8\ub85c\uc6b4 \ucf58\ud150\uce20\uc758 \ubc1c\uad74\uacfc \ud65c\uc6a9\uc744 \ud1b5\ud574\n\uae00\ub85c\ubc8c \uc2dc\uc7a5\uc744 \uc120\ub3c4\ud558\ub294 \ucf58\ud150\uce20 \uc81c\uc791\uc744 \ubaa9\ud45c\ub85c \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\ud604\uc7ac \uc6f9\ud230 \ubfd0 \uc544\ub2c8\ub77c\n\ub4f1 \ub2e4\uc591\ud55c \uc7a5\ub974\uc758 \uc6f9\ud230 \uc791\ud488\uc744 \uc81c\uc791\ud558\uba70\n\ub124\uc774\ubc84\uc6f9\ud230 \uadf9\uc7a5\uc6a9 \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud504\ub85c\ub4c0\uc2f1\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\u203b \uc2a4\ud29c\ub514\uc624\ub9ac\ucf54 \uc5f0\uc7ac \uc791\ud488 \ubc14\ub85c\uac00\uae30\n\ubaa8\uc9d1 \uc7a5\ub974"
        },
        {
          "req_id": "webtoon-7955",
          "title": "[WEBTOON] Editor Service&Business WEBTOON Entertainment Inc. ( El Segundo, California ) Full time Until filled",
          "department": "Service&Business | WEBTOON | Content",
          "location": "El Segundo, California",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-17T00:55:16.698000+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.webtoon.com/jobs/7955",
          "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-7954",
          "title": "[\ub124\uc774\ubc84\uc6f9\ud230] \ud55c\uad6d \uc6f9\ud230 iOS \uac1c\ubc1c (\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.06.17 ~ 2026.07.06",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.webtoon.com/jobs/7954",
          "description_excerpt": "\uc870\uc9c1 \uc18c\uac1c\n\ufeff \uc218\ubc31\ub9cc \uc720\uc800\uac00 \uc774\uc6a9\ud558\ub294 \uad6d\ub0b4 1\uc704 \ub124\uc774\ubc84\uc6f9\ud230 iOS \uc571 \uc11c\ube44\uc2a4\uc758 \uac1c\ubc1c \ubc0f \uc6b4\uc601\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\uc6f9\ud230\uc758 \uc0dd\ub3d9\uac10 \ub118\uce58\ub294 \uc2a4\ud1a0\ub9ac\ub97c \ub354 \ub9ce\uc740 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc804\ub2ec\ud558\uae30 \uc704\ud574\n\ucd5c\uc2e0 iOS \uae30\uc220\uc744 \uc5f0\uad6c\ud558\uace0 \ud601\uc2e0\uc801\uc778 \uae30\ub2a5\uc744 \uac1c\ubc1c\ud558\uba70,\n\uc0ac\uc6a9\uc790\uac00 \uc5b8\uc81c \uc5b4\ub514\uc11c\ub098 \ucd5c\uc0c1\uc758 \uc6f9\ud230 \uacbd\ud5d8\uc744 \ud560 \uc218 \uc788\ub3c4\ub85d \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\uc720\uc5f0\ud558\uace0 \ucc3d\uc758\uc801\uc778 \ubd84\uc704\uae30\ub97c \uc790\ub791\ud569\ub2c8\ub2e4.\n\uc0c8\ub85c\uc6b4 \uc544\uc774\ub514\uc5b4\uc640 \ub3c4\uc804\uc740 \uc5b8\uc81c\ub098 \ud658\uc601\ud558\uba70 \uac01\uc790\uc758 \uc758\uacac\uc744 \uc874\uc911\ud569\ub2c8\ub2e4.\n\ud300\uc6d0 \uac04\uc758 \uc18c\ud1b5\uacfc \ud611\uc5c5\uc744 \uc911\uc694\uc2dc\ud558\uace0 \uc801\uadf9\uc801\uc778 \ucf54\ub4dc \ub9ac\ubdf0\uc640 \uc2a4\ud130\ub514 \ub4f1\uc744 \ud1b5\ud574 \ucf54\ub4dc \ud004\ub9ac\ud2f0\ub97c \ub192\uc5ec\uac00\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\ub2e4\uc591\ud55c"
        },
        {
          "req_id": "webtoon-7953",
          "title": "[STUDIO LICO] \uc804\uacf5\uc815, \uc120\ud654 \uc791\uac00 - \uc5ec\uc131\ud5a5 \ud604\ub300\ub85c\ub9e8\uc2a4 (\u2460\uc11c\uc815\uadf9 \u2461\uc0ac\uadf9 \u2462\ubcf5\uc218\uadf9) / Foundational Work, Line Art (Freelancer) Tech STUDIO LICO ( \uacbd\uae30\ub3c4 \uc131",
          "department": "",
          "location": "",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": null,
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://careers.webtoon.com/jobs/7953",
          "description_excerpt": "ABOUT STUDIO LICO\nSTUDIO LICO\ub294 'LIFE WITH CONTENT' \ub97c \ubaa8\ud1a0\ub85c,\n\uc804\ubb38\uc801\uc778 \ub514\uc9c0\ud138 \ucf58\ud150\uce20 \uc81c\uc791\uc744 \uc704\ud574 2017\ub144\uc5d0 \uc124\ub9bd\ub41c \ub124\uc774\ubc84\uc6f9\ud230\uc758 \uc790\ud68c\uc0ac\uc785\ub2c8\ub2e4.\n\uc6f9\ud230\uacfc \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud544\ub450\ub85c \ub2e4\uc591\ud55c \ub514\uc9c0\ud138 \ucf58\ud150\uce20\ub97c \uc81c\uc791\ud558\uba70,\n\ube60\ub974\uac8c \ubcc0\ud654\ud558\ub294 \ud2b8\ub80c\ub4dc\uc5d0 \ubc1c\ub9de\ucdb0 \uc0c8\ub85c\uc6b4 \ucf58\ud150\uce20\uc758 \ubc1c\uad74\uacfc \ud65c\uc6a9\uc744 \ud1b5\ud574\n\uae00\ub85c\ubc8c \uc2dc\uc7a5\uc744 \uc120\ub3c4\ud558\ub294 \ucf58\ud150\uce20 \uc81c\uc791\uc744 \ubaa9\ud45c\ub85c \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\ud604\uc7ac \uc6f9\ud230 \ubfd0 \uc544\ub2c8\ub77c\n\ub4f1 \ub2e4\uc591\ud55c \uc7a5\ub974\uc758 \uc6f9\ud230 \uc791\ud488\uc744 \uc81c\uc791\ud558\uba70\n\ub124\uc774\ubc84\uc6f9\ud230 \uadf9\uc7a5\uc6a9 \uc560\ub2c8\uba54\uc774\uc158\uc744 \ud504\ub85c\ub4c0\uc2f1\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\u203b \uc2a4\ud29c\ub514\uc624\ub9ac\ucf54 \uc5f0\uc7ac \uc791\ud488 \ubc14\ub85c\uac00\uae30\n* \uc785\uc0ac\uc9c0\uc6d0"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "webtoon-7936",
          "title": "[STUDIO LICO] \ud6c4\ubcf4\uc815 \ubc0f \uc2dd\uc790 - \uc561\uc158 \ud310\ud0c0\uc9c0 / Editing and Lettering (Freelancer) Tech STUDIO LICO ( \uacbd\uae30\ub3c4 \uc131\ub0a8\uc2dc \ubd84\ub2f9\uad6c \ubd84\ub2f9\ub0b4\uace1\ub85c 131, 7\uce35 (\ubc31\ud604\ub3d9, ",
          "department": "",
          "first_seen": "2026-06-04",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 14
        },
        {
          "req_id": "webtoon-7846",
          "title": "[WEBTOON] Head of Marketing, D Comics Project Service&Business WEBTOON Entertainment Inc. ( Los Angeles, California | El",
          "department": "",
          "first_seen": "2026-05-13",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 35
        }
      ],
      "description_changes": [
        {
          "req_id": "webtoon-7898",
          "title": "[WEBTOON] Staff Accountant - Contractor Corporate WEBTOON Entertainment Inc. ( El Segundo, California ) Temporary Until ",
          "department": "",
          "change_date": "2026-06-17",
          "prev_length": 714,
          "new_length": 1316,
          "length_delta": 602
        }
      ],
      "novel_terms": [
        {
          "term": "kw marketing",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "marketing ip",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "kr webtoon service",
          "count": 2,
          "first_seen_in_window": "2026-06-20"
        },
        {
          "term": "kr growth",
          "count": 2,
          "first_seen_in_window": "2026-06-23"
        }
      ]
    },
    "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": 26,
        "net_change": 1,
        "pct_change": 4.0,
        "new_postings": 1,
        "closed_postings": 0,
        "salary_disclosure_rate_pct_end": 53.8,
        "salary_disclosure_rate_pct_start": 56.0
      },
      "by_department_top10": [
        {
          "dept": "Software Engineering",
          "open_end": 16,
          "open_start": 16,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 90364.0,
          "share_pct_postings": 61.5
        },
        {
          "dept": "Product Management",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 84862.0,
          "share_pct_postings": 11.5
        },
        {
          "dept": "Data Platform",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 82125.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Infrastructure",
          "open_end": 2,
          "open_start": 1,
          "net_change": 1,
          "pct_change": 100.0,
          "avg_salary_usd": 84406.0,
          "share_pct_postings": 7.7
        },
        {
          "dept": "Data Operations",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Data Science",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 85775.0,
          "share_pct_postings": 3.8
        },
        {
          "dept": "Service Delivery",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 49400.0,
          "share_pct_postings": 3.8
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 25,
          "open_start": 24,
          "net_change": 1,
          "dollar_share_pct": 95.8
        },
        "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": 4.2
        },
        "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": 0
        },
        "IC": {
          "open_end": 13,
          "net_change": 1
        },
        "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": "Ontario",
          "open_end": 11,
          "net_change": 0
        },
        {
          "city": "Bangalore",
          "open_end": 10,
          "net_change": 1
        },
        {
          "city": "Toronto, Ontario",
          "open_end": 4,
          "net_change": 0
        },
        {
          "city": "Nashville, TN",
          "open_end": 1,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 14,
        "median_midpoint_usd_end": 84406.0,
        "p25_midpoint_usd_end": 82125.0,
        "p75_midpoint_usd_end": 93075.0,
        "median_midpoint_usd_start": 84406.0
      },
      "new_postings_sample": [
        {
          "req_id": "cc5124f5-1380-474e-95a5-611dad0654fe",
          "title": "Infrastructure Engineer - Oracle DBA",
          "department": "Infrastructure",
          "location": "Bangalore",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T20:51:20.330000+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://jobs.lever.co/wmg/cc5124f5-1380-474e-95a5-611dad0654fe",
          "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"
        }
      ],
      "closed_postings_sample": [],
      "description_changes": [
        {
          "req_id": "7fdd0b70-e552-4543-a1c3-7849778aa0d4",
          "title": "Senior Software Engineer, Dimensional Data",
          "department": "Software Engineering",
          "change_date": "2026-06-20",
          "prev_length": 1941,
          "new_length": 2508,
          "length_delta": 567
        }
      ],
      "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": 188,
        "open_end": 178,
        "net_change": -10,
        "pct_change": -5.3,
        "new_postings": 16,
        "closed_postings": 23,
        "salary_disclosure_rate_pct_end": 62.9,
        "salary_disclosure_rate_pct_start": 62.2
      },
      "by_department_top10": [
        {
          "dept": "",
          "open_end": 81,
          "open_start": 84,
          "net_change": -3,
          "pct_change": -3.6,
          "avg_salary_usd": 107127.0,
          "share_pct_postings": 45.5
        },
        {
          "dept": "Engineering",
          "open_end": 42,
          "open_start": 45,
          "net_change": -3,
          "pct_change": -6.7,
          "avg_salary_usd": 223862.0,
          "share_pct_postings": 23.6
        },
        {
          "dept": "Data & Analytics",
          "open_end": 13,
          "open_start": 15,
          "net_change": -2,
          "pct_change": -13.3,
          "avg_salary_usd": 216611.0,
          "share_pct_postings": 7.3
        },
        {
          "dept": "Product",
          "open_end": 13,
          "open_start": 14,
          "net_change": -1,
          "pct_change": -7.1,
          "avg_salary_usd": 202909.0,
          "share_pct_postings": 7.3
        },
        {
          "dept": "Sales",
          "open_end": 12,
          "open_start": 14,
          "net_change": -2,
          "pct_change": -14.3,
          "avg_salary_usd": 142674.0,
          "share_pct_postings": 6.7
        },
        {
          "dept": "Marketing",
          "open_end": 7,
          "open_start": 5,
          "net_change": 2,
          "pct_change": 40.0,
          "avg_salary_usd": 133500.0,
          "share_pct_postings": 3.9
        },
        {
          "dept": "Finance & Accounting",
          "open_end": 3,
          "open_start": 3,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 133500.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "Operations",
          "open_end": 3,
          "open_start": 4,
          "net_change": -1,
          "pct_change": -25.0,
          "avg_salary_usd": 159525.0,
          "share_pct_postings": 1.7
        },
        {
          "dept": "People / HR",
          "open_end": 2,
          "open_start": 2,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": 118000.0,
          "share_pct_postings": 1.1
        },
        {
          "dept": "Design",
          "open_end": 1,
          "open_start": 1,
          "net_change": 0,
          "pct_change": 0.0,
          "avg_salary_usd": null,
          "share_pct_postings": 0.6
        }
      ],
      "by_pnl_bucket": {
        "R&D": {
          "open_end": 58,
          "open_start": 62,
          "net_change": -4,
          "dollar_share_pct": 46.1
        },
        "S&M": {
          "open_end": 24,
          "open_start": 25,
          "net_change": -1,
          "dollar_share_pct": 15.6
        },
        "COGS": {
          "open_end": 6,
          "open_start": 5,
          "net_change": 1,
          "dollar_share_pct": 2.7
        },
        "G&A": {
          "open_end": 5,
          "open_start": 4,
          "net_change": 1,
          "dollar_share_pct": 2.7
        }
      },
      "by_seniority": {
        "IC-Junior": {
          "open_end": 1,
          "net_change": 0
        },
        "IC": {
          "open_end": 84,
          "net_change": -5
        },
        "IC-Senior": {
          "open_end": 47,
          "net_change": -8
        },
        "Manager": {
          "open_end": 40,
          "net_change": 3
        },
        "Director+": {
          "open_end": 6,
          "net_change": 0
        },
        "VP+": {
          "open_end": 0,
          "net_change": 0
        }
      },
      "by_geo_top10": [
        {
          "city": "Remote-USA",
          "open_end": 90,
          "net_change": -5
        },
        {
          "city": "Mexico City",
          "open_end": 28,
          "net_change": -4
        },
        {
          "city": "Bengaluru",
          "open_end": 8,
          "net_change": -1
        },
        {
          "city": "Remote-CA",
          "open_end": 3,
          "net_change": 1
        },
        {
          "city": "Seattle-WA-2nd Ave",
          "open_end": 3,
          "net_change": 0
        },
        {
          "city": "Plano-TX-Legacy Dr.-ZHL",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Overland Park-KS-Foster Street",
          "open_end": 2,
          "net_change": 0
        },
        {
          "city": "Irvine-CA-Michelson Dr",
          "open_end": 2,
          "net_change": -1
        },
        {
          "city": "Remote-GA",
          "open_end": 2,
          "net_change": 1
        },
        {
          "city": "Remote-WA",
          "open_end": 2,
          "net_change": 0
        }
      ],
      "salary_bands": {
        "n_with_band_end": 112,
        "median_midpoint_usd_end": 166500.0,
        "p25_midpoint_usd_end": 91520.0,
        "p75_midpoint_usd_end": 209000.0,
        "median_midpoint_usd_start": 165050.0
      },
      "new_postings_sample": [
        {
          "req_id": "P750693",
          "title": "Senior Manager, Preferred",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 155200.0,
          "salary_max": 247800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Manager--Preferred_P750693-2",
          "description_excerpt": "About the team\nThe Zillow Preferred team partners with top real estate professionals to help them deliver outstanding experiences for home shoppers through a combination of strong partnership, operational excellence, and differentiated Zillow products. Today, that means more than simply supporting p"
        },
        {
          "req_id": "P750144",
          "title": "Business Advisor, Mid-Market, Rentals",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 76200.0,
          "salary_max": 121800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Business-Advisor--Mid-Market--Rentals_P750144-2",
          "description_excerpt": "About the team\nThe Rentals Sales Team provides outstanding advertising solutions and business consultation for Multi-Family partners. We are a team of fun, high-energy individuals committed to helping Zillow Group users make more thoughtful decisions about buying, renting, owning, and selling homes."
        },
        {
          "req_id": "P750674",
          "title": "Growth Advisor, Preferred",
          "department": "Marketing",
          "location": "Remote-USA",
          "salary_min": 118600.0,
          "salary_max": 189400.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Growth-Advisor--Preferred_P750674-2",
          "description_excerpt": "About the team\nZillow Group is transforming the real estate transaction\u2014and our partners are at the center of that journey. As a Growth Advisor, you will act as a trusted advisor and business consultant to Zillow\u2019s high-performing real estate partners in Preferred Markets. Your portfolio will includ"
        },
        {
          "req_id": "P750676",
          "title": "Growth Specialist, Preferred",
          "department": "Marketing",
          "location": "Remote-USA",
          "salary_min": 98900.0,
          "salary_max": 158100.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Growth-Specialist--Preferred_P750676-2",
          "description_excerpt": "About the team\nZillow Group is transforming the real estate transaction\u2014and our partners are at the center of that journey. As a Growth Specialist, you will support Zillow\u2019s real estate partners in Preferred Markets by helping them adopt Zillow tools, follow best practices, and implement operational"
        },
        {
          "req_id": "P750741",
          "title": "Support Consultant",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 44928.0,
          "salary_max": 71968.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Support-Consultant_P750741-1",
          "description_excerpt": "About the team\nZillow, Inc. is transforming real estate by providing innovative products and services to agents, brokers, and multiple listing services (MLSs). ShowingTime+, a brand under Zillow, delivers world-class customer experiences and tools that help real estate professionals streamline their"
        },
        {
          "req_id": "P749914",
          "title": "Manager, Preferred",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 128200.0,
          "salary_max": 204800.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Manager--Preferred_P749914-2",
          "description_excerpt": "About the team\nThe Zillow Preferred team is a best in class team who is working to partner with top real professionals, enabling them to deliver outstanding experiences for home shoppers through tight partnership and phenomenal products. We are a dynamic group of strategists, marketers, relationship"
        },
        {
          "req_id": "P750500",
          "title": "Senior Product Manager, Social Impact",
          "department": "Product",
          "location": "Remote-USA",
          "salary_min": 148600.0,
          "salary_max": 237400.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Product-Manager--Social-Impact_P750500-1",
          "description_excerpt": "About the team\nZillow's mission is to make home a reality for more people. For millions of Americans, the path to homeownership feels out of reach, not because they'll never be ready, but because no one is helping them get there. Closing that gap is a top priority for Zillow, and it's the core focus"
        },
        {
          "req_id": "P749709",
          "title": "Photographer, Zillow Media Experts (Sacramento, CA)",
          "department": "",
          "location": "Remote-CA",
          "salary_min": 50128.0,
          "salary_max": 80080.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-CA/Photographer--Zillow-Media-Experts--Sacramento--CA-_P749709-1",
          "description_excerpt": "About the team\nZillow Media Experts is seeking experienced photographers for part-time real estate media work in Sacramento, CA. Apply your photography skills to the Real Estate industry, capturing high quality photos, videos and Zillow's 3D interactive floor plans to help real estate agents profess"
        },
        {
          "req_id": "P750648",
          "title": "Principal Product Technologist",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 178300.0,
          "salary_max": 284700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Principal-Product-Technologist_P750648-2",
          "description_excerpt": "About the team\nThe Product Development Transformation team is building something genuinely new at Zillow. We\u2019re a small, mission-driven team charged with evolving how Zillow develops products: bringing experimentation earlier into the process, creating a shared language for learning and discovery, a"
        },
        {
          "req_id": "P750524",
          "title": "Senior Sales Planning Manager",
          "department": "Sales",
          "location": "Remote-USA",
          "salary_min": 127100.0,
          "salary_max": 203000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Sales-Planning-Manager_P750524-1",
          "description_excerpt": "About the team\nThe Zillow Preferred team is at the forefront of transforming how real estate professionals grow their businesses through Zillow's platform. As the organization continues to scale, the complexity of our sales motion, spanning multiple segments, regions, and partner types, has grown si"
        },
        {
          "req_id": "P750669",
          "title": "Workplace Coordinator",
          "department": "",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-18T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-19",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Workplace-Coordinator_P750669",
          "description_excerpt": "About the team\nThe Corporate Real Estate and Workplace team builds and runs the spaces and services that enable Zillow to do its best work. The Office Assistant serves as the face of the office and a key contributor to delivering a seamless, hospitality-driven workplace experience. As the first poin"
        },
        {
          "req_id": "P750215",
          "title": "Senior Strategy and Business Operations Manager",
          "department": "Operations",
          "location": "Remote-USA",
          "salary_min": 127100.0,
          "salary_max": 203000.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Strategy-and-Business-Operations-Manager_P750215-1",
          "description_excerpt": "About the team\nThe Agent Software and Advertising organization at Zillow Group is at the forefront of technology for the real estate industry. We develop cutting-edge software, marketing, and media solutions that power real estate transactions and support professionals including Brokers, Agents, and"
        },
        {
          "req_id": "P750622",
          "title": "Photographer, Zillow Media Experts (Raleigh, NC)",
          "department": "",
          "location": "Remote-USA",
          "salary_min": 50128.0,
          "salary_max": 80080.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-17T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-18",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Photographer--Zillow-Media-Experts--Raleigh--NC-_P750622",
          "description_excerpt": "About the team\nZillow Media Experts is seeking experienced photographers for part-time real estate media work in Raleigh, NC. Apply your photography skills to the Real Estate industry, capturing high quality photos, videos and Zillow's 3D interactive floor plans to help real estate agents profession"
        },
        {
          "req_id": "P750593",
          "title": "Software Development Engineer, iOS",
          "department": "Engineering",
          "location": "Remote-USA",
          "salary_min": 136300.0,
          "salary_max": 217700.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-16T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Software-Development-Engineer--iOS_P750593-2",
          "description_excerpt": "About the team\nZillow Experience Design (ZxD) helps teams across Zillow build useful, accessible, and cohesive experiences across web and mobile. Within ZxD, the Design Foundations team creates and evolves Zillow\u2019s iOS design system, giving product teams the shared components, patterns, and standard"
        },
        {
          "req_id": "P750594",
          "title": "Senior Software Development Engineer, Android",
          "department": "Engineering",
          "location": "Remote-USA",
          "salary_min": 160900.0,
          "salary_max": 257100.0,
          "salary_ccy": "USD",
          "posted_at": "2026-06-16T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Remote-USA/Senior-Software-Development-Engineer--Android_P750594-2",
          "description_excerpt": "About the team\nThe Design Foundations team helps product teams across Zillow Group build consistent, accessible, and high-performing experiences on Android. As part of Zillow Experience Design, this team creates and evolves the shared components, patterns, and standards that power Zillow\u2019s mobile pr"
        },
        {
          "req_id": "P750699",
          "title": "Fraud Operations Consultant, Rentals",
          "department": "Operations",
          "location": "Bengaluru",
          "salary_min": null,
          "salary_max": null,
          "salary_ccy": null,
          "posted_at": "2026-06-16T00:00:00+00:00",
          "first_seen_by_scraper": "2026-06-17",
          "url": "https://zillow.wd5.myworkdayjobs.com/Zillow_Group_External/job/Bengaluru/Fraud-Operations-Consultant--Rentals_P750699",
          "description_excerpt": "About the team\nZillow has streamlined the way people search, tour, apply and pay rent for leased properties. Zillow\u2019s rental listings offer our customers a variety of property types, from large-scale multifamily complexes, to unique, single family homes. Simultaneously, we provide our valued partner"
        }
      ],
      "closed_postings_sample": [
        {
          "req_id": "P749824",
          "title": "Photographer, Zillow Media Experts",
          "department": "",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "P749639",
          "title": "Senior Software Engineer, Big Data",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "P748761",
          "title": "Senior Product Manager, Quote-to-Cash",
          "department": "Product",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "P744612",
          "title": "Senior Software Development Engineer - Big Data",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "P747625",
          "title": "Senior Software Development Engineer, Big Data",
          "department": "Engineering",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "P748117",
          "title": "Senior Sales Operations Manager, Enhanced Market Sales Operations",
          "department": "Sales",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 55
        },
        {
          "req_id": "P750035",
          "title": "Photographer, Zillow Media Experts (Raleigh, NC)",
          "department": "",
          "first_seen": "2026-04-29",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 50
        },
        {
          "req_id": "P750137",
          "title": "Senior Product Designer",
          "department": "Product",
          "first_seen": "2026-05-06",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 43
        },
        {
          "req_id": "P750217",
          "title": "Senior Analyst, Revenue Billing Operations",
          "department": "Operations",
          "first_seen": "2026-05-20",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 29
        },
        {
          "req_id": "P750550",
          "title": "Senior Payroll Analyst",
          "department": "",
          "first_seen": "2026-06-05",
          "last_seen": "2026-06-18",
          "closed_on": "2026-06-18",
          "days_open": 13
        },
        {
          "req_id": "P749929",
          "title": "Photographer, Zillow Media Experts",
          "department": "",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "P749877",
          "title": "Photographer, Zillow Media Experts",
          "department": "",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "P749133",
          "title": "Photographer, Zillow Media Experts",
          "department": "",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "P749429",
          "title": "Photographer, Zillow Media Experts",
          "department": "",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        },
        {
          "req_id": "P747301",
          "title": "Data Scientist",
          "department": "Data & Analytics",
          "first_seen": "2026-04-24",
          "last_seen": "2026-06-17",
          "closed_on": "2026-06-17",
          "days_open": 54
        }
      ],
      "description_changes": [],
      "novel_terms": [
        {
          "term": "deliver outstanding",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "outstanding experiences",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "shoppers through",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "estate partners",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        },
        {
          "term": "preferred markets",
          "count": 2,
          "first_seen_in_window": "2026-06-19"
        }
      ]
    }
  }
}