[
  {
    "path": ".github/ISSUE_TEMPLATE/edit_role.yaml",
    "content": "name: Edit Role\ndescription: Edit a Job Posting on our list\ntitle: \"Editing Role\"\nlabels: [\"edit_role\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        ## Edit Job Posting Form\n        Thanks for taking the time to contribute!\n        Make sure you've read `CONTRIBUTING.md` before submitting your edits\n        Please only fill in **link, reason, and whichever fields you would like to edit**\n        You may leave the others empty\n  - type: input\n    id: url\n    attributes:\n      label: Link to Job Posting\n      placeholder: ex. example.com/link/to/posting\n    validations:\n      required: true\n  - type: input\n    id: company_name\n    attributes:\n      label: Company Name\n      placeholder: ex. Google\n    validations:\n      required: false\n  - type: input\n    id: title\n    attributes:\n      label: Job Title\n      placeholder: ex. ML Software Engineer\n    validations:\n      required: false\n  - type: input\n    id: location\n    attributes:\n      label: Location\n      description: |\n        Where is the job located?\n        Please separate locations with a pipe \"|\" if there are multiple options. \n        Include Remote if remote option available.\n      placeholder: ex. San Franciso, CA | Austin, TX | Remote\n    validations:\n      required: false\n  - type: dropdown\n    id: sponsorship\n    attributes:\n      label: Does this job offer sponsorship?\n      description: |\n        If the posting does not fall into one of these\n        categories, select \"Other\" then specify in parentheses at the end of\n        the Job Title what the sponsorship status is\n      multiple: false\n      options:\n        - Offers Sponsorship\n        - Does Not Offer Sponsorship\n        - U.S. Citizenship is Required\n        - Other\n    validations:\n      required: false\n  - type: dropdown\n    id: active\n    attributes:\n      label: Is this job posting currently accepting applications? \n      description: Mark this as \"false\" if the job is no longer active.\n      multiple: false\n      options:\n        - \"Yes\"\n        - \"No\"\n    validations:\n      required: false\n  - type: checkboxes\n    id: is_visible\n    attributes:\n      label: Permanently remove this job from the list?\n      description: Only check this box if this job is fake, does not fit the theme of the repo, or is offensive. DO NOT check this box for jobs that are no longer active\n      options:\n        - label: \"Yes, remove this job\"\n  - type: input\n    id: email\n    attributes:\n      label: Email associated with your GitHub account (Optional)\n      description: |\n        If you would like to be listed as the contributor to the repository when our github action \n        commits your contribution to the repo, please provide your email. This is the only time your \n        email will be used. If left blank, your contribution will still be made, but it will be made \n        by the bot actions@github.com.\n      placeholder: ex. firstLast@gmail.com\n    validations:\n      required: false\n  - type: textarea\n    id: reason\n    attributes:\n      label: Reason for edit\n      description: If the reason for your edit is not obvious, please explain here.\n      placeholder: This job is no longer accepting applications...\n    validations:\n      required: false"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_suggestion.yaml",
    "content": "name: New Feature Request\ndescription: Submit your ideas for improvements to the repo!\ntitle: \"New Feature Request\"\nlabels: [\"enhancement\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to suggest a new feature or improvement\n  - type: textarea\n    id: improvement\n    attributes:\n      label: Improvement\n      placeholder: ex. I think the repo should be more colorful...\n    validations:\n      required: true"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/misc.yaml",
    "content": "name: Miscellaneous Issue\ndescription: Ask us a question or tell us what we could do better\ntitle: \"Misc Issue\"\nlabels: [\"misc\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to give us feedback\n  - type: textarea\n    id: misc\n    attributes:\n      label: Issue/Question\n      description: Ask us a question or tell us what we could do better\n      placeholder: ex. There are a few jobs that aren't actually technical...\n    validations:\n      required: true"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/new_role.yaml",
    "content": "name: New Role\ndescription: Contribute a Job Posting to our list\ntitle: \"New Role\"\nlabels: [\"new_role\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        ## New Job Posting Contribution Form\n        Thanks for taking the time to contribute!\n        > Make sure you've read `CONTRIBUTING.md` before submitting your internship\n  - type: input\n    id: url\n    attributes:\n      label: Link to Job Posting\n      placeholder: ex. example.com/link/to/posting\n    validations:\n      required: true\n  - type: input\n    id: company_name\n    attributes:\n      label: Company Name\n      placeholder: ex. Google\n    validations:\n      required: true\n  - type: input\n    id: title\n    attributes:\n      label: Job Title\n      placeholder: ex. ML Software Engineer\n    validations:\n      required: true\n  - type: input\n    id: location\n    attributes:\n      label: Location\n      description: |\n        Where is the job located? \n        Please separate locations with a pipe \"|\" if there are multiple options. \n        Include Remote if remote option available.\n      placeholder: San Franciso, CA | Austin, TX | Remote\n    validations:\n      required: true\n  - type: dropdown\n    id: sponsorship\n    attributes:\n      label: Does this job offer sponsorship?\n      description: |\n        If the posting does not fall into one of these\n        categories, select \"Other\" then specify in parentheses at the end of\n        the Internship Title what the sponsorship status is\n      multiple: false\n      options:\n        - Offers Sponsorship\n        - Does Not Offer Sponsorship\n        - U.S. Citizenship is Required\n        - Other\n    validations:\n      required: true\n  - type: dropdown\n    id: active\n    attributes:\n      label: Is this internship currently accepting applications?\n      multiple: false\n      options:\n        - \"Yes\"\n        - \"No\"\n    validations:\n      required: true\n  - type: input\n    id: email\n    attributes:\n      label: Email associated with your GitHub account (Optional)\n      description: |\n        If you would like to be listed as the contributor to the repository when our github action \n        commits your contribution to the repo, please provide your email. This is the only time your \n        email will be used. If left blank, your contribution will still be made, but it will be made \n        by the bot actions@github.com.\n      placeholder: ex. firstLast@gmail.com\n    validations:\n      required: false\n  - type: textarea\n    id: reason\n    attributes:\n      label: Extra Notes (Optional)\n      description: |\n        Optionally, you may provide extra context/insights to our team about the job.\n        This will not be shown anywhere on the repo, but might ensure your contribution is accepted.\n      placeholder: This is an exciting new company in the vr space...\n    validations:\n      required: false"
  },
  {
    "path": ".github/scripts/contribution_approved.py",
    "content": "import sys\nimport json\nimport subprocess\nimport sys\nimport uuid\nfrom datetime import datetime\nimport os\nimport util\nimport re\n\n\ndef add_https_to_url(url):\n    if not url.startswith((\"http://\", \"https://\")):\n        url = \"https://\" + url\n    return url\n\n\ndef getData(body, is_edit, username):\n    data = {}\n    lines = [text.strip(\"# \") for text in re.split('[\\n\\r]+', body)]\n    #[\"Company Name\", \"_No response_\", \"Internship Title\", \"_No response_\", \"Link to Internship Posting\", \"example.com/link/to/posting\", \"Locatio\", \"San Franciso, CA | Austin, TX | Remote\" ,\"What term(s) is this internship offered for?\", \"_No response_\"]\n    \n    data[\"date_updated\"] = int(datetime.now().timestamp())\n\n    if \"no response\" not in lines[1].lower():\n        data[\"url\"] = add_https_to_url(lines[1].strip())\n    if \"no response\" not in lines[3].lower():\n        data[\"company_name\"] = lines[3]\n    if \"no response\" not in lines[5].lower():\n        data[\"title\"] = lines[5]\n    if \"no response\" not in lines[7].lower():\n        data[\"locations\"] = [line.strip() for line in lines[7].split(\"|\")]\n    if \"no response\" not in lines[9].lower():\n        data[\"sponsorship\"] = \"Other\"\n        for option in [\"Offers Sponsorship\", \"Does Not Offer Sponsorship\", \"U.S. Citizenship is Required\"]:\n            if option in lines[9]:\n                data[\"sponsorship\"] = option\n    if \"none\" not in lines[11].lower():\n        data[\"active\"] = \"yes\" in lines[11].lower()\n    if is_edit:\n        data[\"is_visible\"] = \"[x]\" not in lines[13].lower()\n\n    email = lines[15 if is_edit else 13].lower()\n    if \"no response\" not in email:\n        util.setOutput(\"commit_email\", email)\n        util.setOutput(\"commit_username\", username)\n    else:\n        util.setOutput(\"commit_email\", \"action@github.com\")\n        util.setOutput(\"commit_username\", \"GitHub Action\")\n    \n    return data\n\n\ndef main():\n    event_file_path = sys.argv[1]\n\n    with open(event_file_path) as f:\n        event_data = json.load(f)\n\n    \n    # CHECK IF NEW OR OLD JOB\n\n    new_role = \"new_role\" in [label[\"name\"] for label in event_data[\"issue\"][\"labels\"]]\n    edit_role = \"edit_role\" in [label[\"name\"] for label in event_data[\"issue\"][\"labels\"]]\n    \n    if not new_role and not edit_role:\n        util.fail(\"Only new_role and edit_role issues can be approved\")\n    \n\n    # GET DATA FROM ISSUE FORM\n\n    issue_body = event_data['issue']['body']\n    issue_user = event_data['issue']['user']['login']\n\n    data = getData(issue_body, is_edit=edit_role, username=issue_user)\n    \n    if new_role:\n        data[\"source\"] = issue_user\n        data[\"id\"] = str(uuid.uuid4())\n        data[\"date_posted\"] = int(datetime.now().timestamp())\n        data[\"company_url\"] = \"\"\n        data[\"is_visible\"] = True\n\n    # remove utm-source\n    utm = data[\"url\"].find(\"?utm_source\")\n    if utm == -1:\n        utm = data[\"url\"].find(\"&utm_source\")\n    if utm != -1:\n        data[\"url\"] = data[\"url\"][:utm]\n\n\n    # UPDATE LISTINGS\n\n    listings = []\n    with open(\".github/scripts/listings.json\", \"r\") as f:\n        listings = json.load(f)\n\n    listing_to_update = next(\n        (item for item in listings if item[\"url\"] == data[\"url\"]), None)\n    if listing_to_update:\n        if new_role:\n            util.fail(\"This role is already in our list. See CONTRIBUTING.md for how to edit a listing\")\n        for key, value in data.items():\n            listing_to_update[key] = value\n        \n        util.setOutput(\"commit_message\", \"updated listing: \" + listing_to_update[\"title\"] + \" at \" + listing_to_update[\"company_name\"])\n    else:\n        if edit_role:\n            util.fail(\"We could not find this role in our list. Please double check you inserted the right url\")\n        listings.append(data)\n        util.setOutput(\"commit_message\", \"added listing: \" + data[\"title\"] + \" at \" + data[\"company_name\"])\n\n    with open(\".github/scripts/listings.json\", \"w\") as f:\n        f.write(json.dumps(listings, indent=4))\n\n\nif __name__ == \"__main__\":\n    main()"
  },
  {
    "path": ".github/scripts/listings.json",
    "content": "[\n    {\n        \"date_updated\": 1743415809,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446704474013\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Embedded DSP Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5dac35b2-b148-49f8-b3f5-828ba68da99c\",\n        \"date_posted\": 1743415809,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649274,\n        \"url\": \"https://redhat.wd5.myworkdayjobs.com/jobs/job/Raleigh/Software-Quality-Engineer_R-043779\",\n        \"company_name\": \"Red Hat\",\n        \"title\": \"Software Quality Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9bd7188b-7f56-4003-8263-af808ccbfe0d\",\n        \"date_posted\": 1743415983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437821,\n        \"url\": \"https://explore.jobs.netflix.net/careers/job/790301953900\",\n        \"company_name\": \"Netflix\",\n        \"title\": \"Software Engineer, Cloud Security\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"09c8ec92-f735-42fd-b7bc-2fba1c889d1b\",\n        \"date_posted\": 1743416023,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649277,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Deep-Learning-Computer-Architect---New-College-Grad-2025_JR1996025\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Deep Learning Computer Architect\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d42bf112-3742-45ee-b464-478c12e27318\",\n        \"date_posted\": 1743852912,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743853058,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/6774164/Machine-Learning-Engineer-I-Data-Insights\",\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Machine Learning Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1d46f93f-ca3b-4f28-9f10-1f05d72e7a8b\",\n        \"date_posted\": 1743853058,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743853380,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2945843/system-development-engineer-project-kuiper\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, Project Kuiper\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9cbd8738-c04e-4434-9035-032d154629a3\",\n        \"date_posted\": 1743853380,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743853467,\n        \"url\": \"https://careers.roblox.com/jobs/6759944\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"Software Engineer, Builder Tools\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ee508fa1-ac39-4d8c-8b2a-4a04b4aa0997\",\n        \"date_posted\": 1743853467,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649279,\n        \"url\": \"https://bloomberg.wd1.myworkdayjobs.com/Bloombergindustrygroup_External_Career_Site/job/Arlington---1801-S-Bell-INDG/Software-Engineer--Associate_133810\",\n        \"company_name\": \"Bloomberg\",\n        \"title\": \"Software Engineer, Associate\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"74669a0e-8162-41de-9b23-7366b720ebde\",\n        \"date_posted\": 1743853506,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024602,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/7938822002\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Development Engineer - Safety ML\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7e15c90e-ab8e-4fc6-bb07-a39b7a07cc43\",\n        \"date_posted\": 1743853769,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198824,\n        \"url\": \"https://jobs.lever.co/layup/e6d2ab2b-4c92-45bc-9b10-17217aa46181\",\n        \"company_name\": \"Layup Parts\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Huntington Beach, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e58ea55f-088e-4821-a4ea-dfe11ff86f66\",\n        \"date_posted\": 1743853814,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743853872,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2944002/software-engineer\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b4856bd2-329b-44a8-ad50-76aaad47a547\",\n        \"date_posted\": 1743853872,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283134,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1816830/Software-Engineer-Fullstack-Charlotte\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"65ab7eda-d316-4a8e-b2e5-06a691a5402d\",\n        \"date_posted\": 1743854117,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755438040,\n        \"url\": \"https://www.ycombinator.com/companies/corgi/jobs/i4ErH1r-junior-full-stack-engineer-we-work-7-days-a-week\",\n        \"company_name\": \"Corgi - YC\",\n        \"title\": \"Junior Full Stack Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ec5ff8fc-6224-454b-be74-be4bc32d94d4\",\n        \"date_posted\": 1743854185,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755438040,\n        \"url\": \"https://www.ycombinator.com/companies/corgi/jobs/tuERhvX-sde-i-engineer-we-work-7-days-a-week\",\n        \"company_name\": \"Corgi - YC\",\n        \"title\": \"SDE I Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9fdb930c-32b9-401a-b199-74be274cf103\",\n        \"date_posted\": 1743854228,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743854268,\n        \"url\": \"https://www.tesla.com/careers/search/job/240332\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Traction Control & Stability\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fc942483-7ef4-4281-8187-1278fca8904a\",\n        \"date_posted\": 1743854268,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743854358,\n        \"url\": \"https://careers.roblox.com/jobs/6749070\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Game Solutions Engineering\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7b5acac0-f9bd-41ec-9452-d6b4e40f8488\",\n        \"date_posted\": 1743854358,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649282,\n        \"url\": \"https://blueorigin.wd5.myworkdayjobs.com/blueorigin/job/Seattle-WA/Software-Development-Engineer-I---Early-Career-2025-University-Grad_R50741\",\n        \"company_name\": \"Blue Origin\",\n        \"title\": \"New Grad 2025: Software Development Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Van Horn, TX\",\n            \"Huntsville, AL\",\n            \"Denver, CO\",\n            \"Space Coast, FL\",\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"721d546e-f692-4f24-b1ba-62f51bf7281a\",\n        \"date_posted\": 1743854598,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744154107,\n        \"url\": \"https://nordstrom.wd5.myworkdayjobs.com/en-US/nordstrom_careers/job/Seattle-WA/Developer-Tools-Support-Engineer-1--Hybrid---Seattle--WA-_R-729931\",\n        \"company_name\": \"Nordstrom\",\n        \"title\": \"Developer Tools Support Engineer 1\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"mr4tt\",\n        \"id\": \"99a52adf-e234-4e75-9829-e9c4291565b7\",\n        \"date_posted\": 1744154107,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744157845,\n        \"url\": \"https://jobs.ashbyhq.com/creditgenie/016056e0-61cd-4a19-9d42-5f3cd88fed02\",\n        \"company_name\": \"Credit Genie\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b26e4dea-7809-4ece-96c8-ebd97f5e3021\",\n        \"date_posted\": 1744157845,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649287,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/AZ807-RMS-AP-Bldg-807-1151-East-Hermans-Road-Building-807-Tucson-AZ-85756-USA/Software-Engineer-I_01761917\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Tucson, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"01760a81-0c04-4221-ae32-969c9c216e41\",\n        \"date_posted\": 1744309947,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649289,\n        \"url\": \"https://synchronyfinancial.wd5.myworkdayjobs.com/careers/job/Alpharetta-Site/Android-Engineer-I---Digital-Servicing_2501251-1\",\n        \"company_name\": \"Synchrony\",\n        \"title\": \"Android Engineer I \\u2013 Digital Servicing\",\n        \"locations\": [\n            \"Newport Beach, CA\",\n            \"Stamford, CT\",\n            \"Dallas, TX\",\n            \"Chicago, IL\",\n            \"Altamonte Springs, FL\",\n            \"Charlotte, NC\",\n            \"Alpharetta, GA\",\n            \"Rapid City, SD\",\n            \"New York, NY\",\n            \"Kansas City, KS\",\n            \"St Paul, MN\",\n            \"Cincinnati, OH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f3615e58-90dc-4e24-bb3b-3b94251180f6\",\n        \"date_posted\": 1744310045,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649292,\n        \"url\": \"https://pae.wd1.myworkdayjobs.com/en-US/amentum_careers/job/US-VA-Dahlgren/Entry-Level-Software-Engineer_R0137457\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Dahlgren, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"742fffec-9126-4e88-8c6f-7c36c88b490a\",\n        \"date_posted\": 1744310091,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649294,\n        \"url\": \"https://pae.wd1.myworkdayjobs.com/en-US/amentum_careers/job/US-VA-Fredericksburg/Entry-Level-Software-Engineer_R0137459-1\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Fredericksburg, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e4eaf89b-576e-44e2-8236-cca72fc02295\",\n        \"date_posted\": 1744310125,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755183332,\n        \"url\": \"https://jobs.lever.co/palantir/08de0376-68e1-460b-bd4c-42b57f8a0ecc\",\n        \"company_name\": \"Palantir\",\n        \"title\": \"Forward Deployed Software Engineer - Build to Apply\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"33a9107c-942f-49c1-903a-5427ba075409\",\n        \"date_posted\": 1744344065,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755183332,\n        \"url\": \"https://jobs.lever.co/palantir/4d35c1a0-bbb7-4e97-b989-3a294c8be078\",\n        \"company_name\": \"Palantir\",\n        \"title\": \"Deployment Strategist - Build to Apply\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"52d98df0-2e34-4be9-907e-1fbf33e79bc7\",\n        \"date_posted\": 1744344105,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461114,\n        \"url\": \"https://www.tesla.com/careers/search/job/240828\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Drivers & Control Plane, Dojo\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f0c2be17-3aca-4d9f-b2b0-deabfbda7824\",\n        \"date_posted\": 1744461114,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461156,\n        \"url\": \"https://www.tesla.com/careers/search/job/software-engineer-metrics-genai-model-evaluation-226926\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Metrics, GenAI Model Evaluation\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d58dd8cd-d5b1-4b7e-afba-c8a0952ed039\",\n        \"date_posted\": 1744461156,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461195,\n        \"url\": \"https://www.tesla.com/careers/search/job/frontend-engineer-genai-model-evaluation-226925\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Frontend Engineer, GenAI Model Evaluation\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"407a24d3-3108-4887-a98f-fccebb440501\",\n        \"date_posted\": 1744461195,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461221,\n        \"url\": \"https://www.tesla.com/careers/search/job/235630\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, AI Driven Test Automation\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"252ef5c1-95c3-4c8b-ac3c-aec374a22f41\",\n        \"date_posted\": 1744461221,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461378,\n        \"url\": \"https://www.tesla.com/careers/search/job/241276\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Linux Site Reliability Engineer, IT Manufacturing Site Reliability Engineering\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f35d66b7-9622-4422-ba7c-4f209b3b96fc\",\n        \"date_posted\": 1744461378,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461456,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2950609/software-dev-engineer-computer-science\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"New York, NY\",\n            \"Seattle, WA\",\n            \"Culver City, CA\",\n            \"Santa Clara, CA\",\n            \"Bellevue, WA\",\n            \"Denver, CO\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f09dd0db-3818-4822-9386-f33f414113fb\",\n        \"date_posted\": 1744461456,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744461490,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2953226/systems-development-engineer-mechatronics-and-sustainable-packaging\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Systems Development Engineer, Mechatronics and Sustainable Packaging\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"13365f9a-2971-485b-9148-90cac76f3f3d\",\n        \"date_posted\": 1744461490,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649297,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/SRAM-CAD-Engineer---New-College-Grad-2025_JR1996519\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: SRAM CAD Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"031dca8d-4bd2-49fc-87fb-6253f2238951\",\n        \"date_posted\": 1744461525,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187634,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/SRAM-Circuit-Design-Engineer---New-College-Grad-2025_JR1996520\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: SRAM Circuit Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ae5619d7-9832-405b-92a8-f805af17ec4a\",\n        \"date_posted\": 1744461547,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649302,\n        \"url\": \"https://crowdstrike.wd5.myworkdayjobs.com/en-GB/crowdstrikecareers/job/USA---Remote/Engineer-I---Product-Security--Remote-_R22819\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"season\": \"Summer\",\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Crowdstrike\",\n        \"title\": \"Application Security Engineer I - Product Security\",\n        \"source\": \"vanshb03\",\n        \"id\": \"56abf872-e358-46ab-8359-c6c4500f9bda\",\n        \"date_posted\": 1744461687,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653341,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/7950562002\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a4a7d133-c6d7-410f-831f-37bab673b4b5\",\n        \"date_posted\": 1744461923,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653341,\n        \"url\": \"https://job-boards.greenhouse.io/sonyinteractiveentertainmentglobal/jobs/5496919004\",\n        \"company_name\": \"Playstation\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7fad275b-0228-4b30-8f05-750e91925b88\",\n        \"date_posted\": 1744461990,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744462129,\n        \"url\": \"https://amperity.com/careers/6799726?gh_jid=6799726&gh_src=053ff1fc1us&gh_jid=6799726\",\n        \"company_name\": \"Amperity\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7403096c-37ed-4440-8f23-871cdc957c4b\",\n        \"date_posted\": 1744462129,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744462175,\n        \"url\": \"https://amazon.jobs/en/jobs/2855790/software-development-engineer-i-2025-computer-science\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Development Engineer I\",\n        \"locations\": [\n            \"Vancouver, BC\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"17c35d70-b2fc-4725-be99-5f4707b80d62\",\n        \"date_posted\": 1744462175,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744462229,\n        \"url\": \"https://www.esri.com/careers/4700976007?gh_jid=4700976007\",\n        \"company_name\": \"Esri\",\n        \"title\": \"Backend Java Engineer I - Data Pipelines\",\n        \"locations\": [\n            \"Redlands, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5bf6c42e-5b70-43db-b340-58297de9224d\",\n        \"date_posted\": 1744462229,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744462260,\n        \"url\": \"https://join.softheon.com/_/j/4AFE55D62D/\",\n        \"company_name\": \"Softheon\",\n        \"title\": \"Software Engineer I - Membership\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5c957a94-8716-4ec1-9761-94b06cfda64b\",\n        \"date_posted\": 1744462260,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649305,\n        \"url\": \"https://athene.wd5.myworkdayjobs.com/en-US/Apollo_Careers/job/El-Segundo-California/Full-Stack-Engineer_R240715-1\",\n        \"locations\": [\n            \"El Segundo, California\"\n        ],\n        \"season\": \"Summer\",\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Apollo\",\n        \"title\": \"Full Stack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5ad771e6-9c7f-46cf-b440-a6dad72d49e2\",\n        \"date_posted\": 1744462531,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744658217,\n        \"url\": \"https://jobs.bentley.com/job/Exton-Software-Engineer-PA-19341/1281097600\",\n        \"company_name\": \"Bentley\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Exton, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f7e1156c-709a-4cc3-a9ba-db7b853fc330\",\n        \"date_posted\": 1744658217,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744658336,\n        \"url\": \"https://canada-appliedsystems.icims.com/jobs/6506/software-engineer/job\",\n        \"company_name\": \"Applied Systems\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d99e9ba5-1107-4b80-81b8-e25705c8d5aa\",\n        \"date_posted\": 1744658336,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744658370,\n        \"url\": \"https://www.careers.peraton.com/jobs/junior-software-engineer-sterling-virginia-156109-jobs--information-technology--?iis=Job%2BBoard&iisn=Vansh\",\n        \"company_name\": \"Peraton\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Sterling, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fab300f9-0870-4674-98e2-bbfb2fc9307f\",\n        \"date_posted\": 1744658370,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744658401,\n        \"url\": \"https://recruiting.ultipro.com/VMS1002VMOO/JobBoard/3dde3e78-a60b-47af-93cf-ef6db6ed312b/OpportunityDetail?opportunityId=fa0772d7-fa49-4ce9-b7ae-de1a0da018eb\",\n        \"company_name\": \"21CS\",\n        \"title\": \"Graduate Software Engineer\",\n        \"locations\": [\n            \"Morehead City, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8f371c86-66af-4fb5-b691-d8e1f3497d40\",\n        \"date_posted\": 1744658401,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649307,\n        \"url\": \"https://earlywarning.wd5.myworkdayjobs.com/earlywarningcareers/job/Scottsdale/Software-Engineer_REQ2025270\",\n        \"company_name\": \"Early Warning\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Scottsdale, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"050c5f24-3b5a-454a-9a12-26786eb3f364\",\n        \"date_posted\": 1744658479,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187638,\n        \"url\": \"https://medela.wd103.myworkdayjobs.com/en-US/Medela_Careers/job/Software-Development-Engineer_R2129-2\",\n        \"company_name\": \"Medela\",\n        \"title\": \"Associate Software Development Engineer\",\n        \"locations\": [\n            \"McHenry, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0bd2a801-adfe-45bb-a06a-9309e6f02c8e\",\n        \"date_posted\": 1744658532,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744658627,\n        \"url\": \"https://linksquares.com/careers/open-positions/?gh_jid=4537585005\",\n        \"company_name\": \"LinkSquares\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"98d1b1c5-e4cb-41a5-bddf-ef210fd5fa62\",\n        \"date_posted\": 1744658627,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1744658719,\n        \"url\": \"https://thorsolutionsllc.applytojob.com/C8LIaGu8So/Software-Engineer-I?referrer=20250414192432YMUDC3C4I6XZL15U\",\n        \"company_name\": \"Thor Solutions\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Philadelphia, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8be0d853-a214-4dfe-96ae-f5c0819942b4\",\n        \"date_posted\": 1744658719,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749185400,\n        \"url\": \"https://job-boards.greenhouse.io/canonicaljobs/jobs/6695573\",\n        \"company_name\": \"Canonical\",\n        \"title\": \"Graduate Software Engineer, Open Source and Linux, Canonical Ubuntu\",\n        \"locations\": [\n            \"Remote\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"aliraeisdanaei\",\n        \"id\": \"c00cadae-5841-4f8e-a46a-21419b7c186e\",\n        \"date_posted\": 1745103611,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1745103655,\n        \"url\": \"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/264377\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"Software Developer - Rotational Program - NetSuite\",\n        \"locations\": [\n            \"Kitchiner, Canada\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"aliraeisdanaei\",\n        \"id\": \"ba74994c-96e8-4997-8f6d-2bb2ea5d9feb\",\n        \"date_posted\": 1745103655,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1745103730,\n        \"url\": \"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/287106\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"aliraeisdanaei\",\n        \"id\": \"f0b29636-fe93-45c4-9d58-4e50269709d0\",\n        \"date_posted\": 1745103730,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762348974,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=4447610006\",\n        \"company_name\": \"AppLovin\",\n        \"title\": \"New Grad: Backend Infrastructure Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7160d222-a500-4e1f-94ac-c6e45c8ba607\",\n        \"date_posted\": 1745661241,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751756893,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=4420849005\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"003279c0-802c-4e7d-a58e-6b857e82d077\",\n        \"date_posted\": 1746307611,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753974076,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/VLSI-Physical-Design-Engineer---New-College-Grad-2025_JR1997079\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: VLSI Physical Design Engineer\",\n        \"locations\": [\n            \"Westford, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b0cb447a-55c1-46cd-81af-dcdb3fe6adfe\",\n        \"date_posted\": 1746307655,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198929,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Design-Engineer--Coherent-High-Speed-Interconnect---New-College-Grad-2025_JR1997017\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Design Engineer, Coherent High Speed Interconnect\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Westford, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b18a6534-dfc2-4c0a-a97d-baa133704d54\",\n        \"date_posted\": 1746307696,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649317,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Software-Development-Engineer-in-Test--Graphics---New-College-Grad-2025_JR1996858\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Development Engineer in Test, Graphics\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Santa Clara, CA\",\n            \"Redmond, WA\",\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"855aae66-8f4c-4daf-813a-f6fb6f7477d3\",\n        \"date_posted\": 1746307770,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1746307804,\n        \"url\": \"https://lifeattiktok.com/search/7275869814408300837?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"Full-stack Engineer, Data Platform\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"211dd6c2-1173-4ba1-af25-01eff1dfc19e\",\n        \"date_posted\": 1746307804,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747650217,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/80725916816\",\n        \"company_name\": \"Disney\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Burbank, CA\",\n            \"Orlando, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"05a4dd9a-92a4-4258-8493-c1e06cec5d4c\",\n        \"date_posted\": 1746307847,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1746307881,\n        \"url\": \"https://careers.sig.com/job/SUSQA004Y9261\",\n        \"company_name\": \"SIG\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Bala Cynwyd, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fec7501c-18a5-4233-9d14-fed4d85a8a32\",\n        \"date_posted\": 1746307881,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526322,\n        \"url\": \"https://wd1.myworkdaysite.com/en-US/recruiting/snapchat/snap/job/San-Diego-California/Software-Engineer--Embedded--Level-3_R0040311\",\n        \"company_name\": \"Snap Inc\",\n        \"title\": \"Embedded Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\",\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3707c09a-e92d-4030-b22d-2c0b40a92e46\",\n        \"date_posted\": 1746307943,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1746308073,\n        \"url\": \"https://tower-research.com/open-positions/?gh_jid=6855851\",\n        \"company_name\": \"Tower Research Capital\",\n        \"title\": \"New Grad: C++ Software Engineer, MTL\",\n        \"locations\": [\n            \"Montreal, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"82124178-abca-4f2e-8dd2-06ce3d3399a9\",\n        \"date_posted\": 1746308073,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649323,\n        \"url\": \"https://leidos.wd5.myworkdayjobs.com/External/job/Fort-Sill-OK/Software-Developer---Entry-level_R-00158332\",\n        \"company_name\": \"Leidos\",\n        \"title\": \"Entry Level Software Developer\",\n        \"locations\": [\n            \"Fort Sill, OK\",\n            \"Lawton, OK\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6d27a598-3ae7-4faf-8129-0f9f240b4476\",\n        \"date_posted\": 1746308128,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649326,\n        \"url\": \"https://adobe.wd5.myworkdayjobs.com/external_experienced/job/New-York/XMLNAME-2025-University-Graduate---Software-Engineer_R148217\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d68c19c6-a385-421e-b99d-7ab025f9d81c\",\n        \"date_posted\": 1746308159,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650093,\n        \"url\": \"https://jobs.lever.co/1password/7d7731c0-6a65-433b-bb8e-41d21a6434f3\",\n        \"company_name\": \"1Password\",\n        \"title\": \"Junior Developer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"46b67bbd-b7ed-46a8-9304-026903a35ee2\",\n        \"date_posted\": 1746308194,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755266788,\n        \"url\": \"https://ouryahoo.wd5.myworkdayjobs.com/en-US/careers/job/United-States-of-America/Big-Data-Tools-Engineer---Software-Dev-Engineer-I_JR0025664\",\n        \"company_name\": \"Yahoo\",\n        \"title\": \"Big Data Tools Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3fbf124b-1eee-4edc-889a-b4c467adf146\",\n        \"date_posted\": 1746308279,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649331,\n        \"url\": \"https://boeing.wd1.myworkdayjobs.com/external_careers/job/USA---Berkeley-MO/Entry-Level-Embedded-Software-Engineers_JR2025454206\",\n        \"company_name\": \"Boeing\",\n        \"title\": \"Entry Level Embedded Software Engineer\",\n        \"locations\": [\n            \"Berkeley, MO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"102f5139-685f-4c25-86e9-8c8db8967f5f\",\n        \"date_posted\": 1746308303,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747298295,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2981483/mission-operations-engineer-project-kuiper-mission-operations-ground-software\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Mission Operations Engineer, Project Kuiper\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"0c35e9f4-a5ce-4927-bd98-ed37816d8816\",\n        \"date_posted\": 1747298295,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747298441,\n        \"url\": \"https://www.nuro.ai/careersitem?gh_jid=6725455\",\n        \"company_name\": \"Nuro\",\n        \"title\": \"New Grad: Software Engineer, Autonomy\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"ebcf7f36-de1b-4a59-846e-60e6b1ebb496\",\n        \"date_posted\": 1747298441,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747298469,\n        \"url\": \"https://jobs.ashbyhq.com/pylon/6f714dd0-e472-4e70-a749-80493cd29420\",\n        \"company_name\": \"Pylon\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"0231c8fb-8945-471c-9d37-74ff2806b84a\",\n        \"date_posted\": 1747298469,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369030,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1997597\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Verification Engineer\",\n        \"locations\": [\n            \"Durham, NC\",\n            \"Madison, AL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"748742e6-bd6c-4255-a700-40a0eef569b0\",\n        \"date_posted\": 1747298504,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747298543,\n        \"url\": \"https://www.metacareers.com/jobs/683948047917677\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer, Systems ML\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7706bb18-0137-42fb-8163-bf992a450bbf\",\n        \"date_posted\": 1747298543,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747298650,\n        \"url\": \"https://www.tesla.com/careers/search/job/233715\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Mobile Robotics Control & Perception\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2a1e80ef-c263-4b31-9201-a1eddd07aa28\",\n        \"date_posted\": 1747298650,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747298686,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=3920890\",\n        \"company_name\": \"Mixpanel\",\n        \"title\": \"Software Engineer, Fullstack\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"16ff41c1-0386-4488-b43b-164ca11e6c42\",\n        \"date_posted\": 1747298686,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749185400,\n        \"url\": \"https://job-boards.greenhouse.io/affirm/jobs/6570371003\",\n        \"company_name\": \"Affirm\",\n        \"title\": \"Machine Learning Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f6290b7a-b966-4b43-bf7f-b98c477b9ec6\",\n        \"date_posted\": 1747298737,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649336,\n        \"url\": \"https://comcast.wd5.myworkdayjobs.com/Comcast_Careers/job/PA---Philadelphia-1800-Arch-St/Engineer-1--Software-Development---Engineering_R410445\",\n        \"company_name\": \"Comcast\",\n        \"title\": \"Software Development & Engineer 1\",\n        \"locations\": [\n            \"Philadelphia, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"55d701b4-b993-49a7-bd24-8d4809080e4a\",\n        \"date_posted\": 1747298777,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747299236,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/92218003445162694-relations-developer-cloud-and-generative-ai\",\n        \"company_name\": \"Google\",\n        \"title\": \"Relations Developer, Cloud and Generative AI\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cambridge, MA\",\n            \"Kirkland, WA\",\n            \"New York, NY\",\n            \"San Francisco, CA\",\n            \"Sunnyvale, CA\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b6459484-ed25-4466-833a-b71ff611ee69\",\n        \"date_posted\": 1747299236,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747299256,\n        \"url\": \"https://www.tesla.com/careers/search/job/242774\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, AI Systems Performance Modeling\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"99336b31-6fba-4e76-aeae-0cc552ba89ed\",\n        \"date_posted\": 1747299256,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747299286,\n        \"url\": \"https://careers.snowflake.com/us/en/job/SNCOUSEBC678A52AB04A4EB7946E4E684BA055EXTERNALENUSAA0C5E9173DE47C2B57EF66519942F19/-Software-Engineer-Traffic\",\n        \"company_name\": \"Snowflake\",\n        \"title\": \"Software Engineer - Traffic\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8ae00741-2219-448f-b49e-9d5a6ccaba61\",\n        \"date_posted\": 1747299286,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747299426,\n        \"url\": \"https://fa-evmr-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/20842\",\n        \"company_name\": \"Nokia\",\n        \"title\": \"Jr. Applied R&D Engineer\",\n        \"locations\": [\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"12506280-4642-48a4-a296-95ba6d259ff4\",\n        \"date_posted\": 1747299426,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747299459,\n        \"url\": \"https://jobs.ea.com/en_US/careers/JobDetail/Gameplay-Software-Engineer/208511\",\n        \"company_name\": \"Electronic Arts\",\n        \"title\": \"Gameplay Software Engineer\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b48f46f6-b2a2-46e6-a886-4be91b269618\",\n        \"date_posted\": 1747299459,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747299485,\n        \"url\": \"https://careers.mastercard.com/us/en/job/MASRUSR245943EXTERNALENUS/Software-Engineer-I-SDET-Java\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2b64a7c3-2798-4646-8e75-76a20fdd2b3d\",\n        \"date_posted\": 1747299485,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638643,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/6886051?gh_jid=6886051\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Access Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5d35a071-5044-4c8c-85ac-6dc8705fc670\",\n        \"date_posted\": 1747461336,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747461370,\n        \"url\": \"https://www.doppel.com/jobs?ashby_jid=07905bfc-1c21-465d-a6bb-39ef71744c3d\",\n        \"company_name\": \"Doppel\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"682fb056-f540-4193-a942-a2a2bc8ba0f3\",\n        \"date_posted\": 1747461370,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755438041,\n        \"url\": \"https://www.ycombinator.com/companies/furtherai/jobs/7GSUCXy-software-ai-engineer-new-grad\",\n        \"company_name\": \"FurtherAI\",\n        \"title\": \"New Grad: Software/AI Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"96998a15-41d7-4313-9eda-894bdbc3e708\",\n        \"date_posted\": 1747461402,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747461567,\n        \"url\": \"https://jobs.apple.com/en-us/details/200604992/embedded-system-software-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Embedded System Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e1fec251-a2b9-4672-8d5d-da147b496732\",\n        \"date_posted\": 1747461567,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653344,\n        \"url\": \"https://job-boards.greenhouse.io/marqeta/jobs/6774484\",\n        \"company_name\": \"Marqeta\",\n        \"title\": \"Software Engineer I, Core Edge Processing\",\n        \"locations\": [\n            \"Toronto, Canada\",\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2e340dbc-3961-4fb1-85b5-46b3e6734de5\",\n        \"date_posted\": 1747461706,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187655,\n        \"url\": \"https://truist.wd1.myworkdayjobs.com/en-US/Careers/job/Charlotte-NC/Testing-Software-Engineer-I_R0100249\",\n        \"company_name\": \"Truist\",\n        \"title\": \"Testing Software Engineer I\",\n        \"locations\": [\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4e0dbfa3-60c4-41c4-bd1c-a0499352cc5c\",\n        \"date_posted\": 1747461738,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653345,\n        \"url\": \"https://job-boards.greenhouse.io/marqeta/jobs/6832149\",\n        \"company_name\": \"Marqeta\",\n        \"title\": \"Software Engineer I, Transaction Engine Foundation\",\n        \"locations\": [\n            \"Toronto, Canada\",\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4fd4261e-5303-44ed-8c78-39ebc49c5720\",\n        \"date_posted\": 1747461946,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649341,\n        \"url\": \"https://caci.wd1.myworkdayjobs.com/External/job/US-MD-Annapolis-Junction/Software-Engineer-1_312023-1\",\n        \"company_name\": \"CACI\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c6586514-2411-4e6c-b38d-81d0a2d3c90f\",\n        \"date_posted\": 1747461973,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747462008,\n        \"url\": \"https://www.esri.com/careers/4735889007?gh_jid=4735889007\",\n        \"company_name\": \"Esri\",\n        \"title\": \"C++ Software Engineer I, Maps SDKs\",\n        \"locations\": [\n            \"Redlands, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"749308cb-6a36-4030-9529-3d42908816e3\",\n        \"date_posted\": 1747462008,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1747650194,\n        \"url\": \"https://job-boards.greenhouse.io/affirm/jobs/6563811003?gh_src=91eb70b63us\",\n        \"company_name\": \"Affirm\",\n        \"title\": \"Machine Learning Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"jxudata\",\n        \"id\": \"a79ce4e5-84b8-4a7f-8f0b-13731da36894\",\n        \"date_posted\": 1747650194,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653345,\n        \"url\": \"https://job-boards.greenhouse.io/twilio/jobs/6891933\",\n        \"company_name\": \"Twilio\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6e52624a-bae4-4811-adab-b1322a67ef71\",\n        \"date_posted\": 1748013316,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649344,\n        \"url\": \"https://cox.wd1.myworkdayjobs.com/Cox_External_Career_Site_1/job/Austin-TX/Software-Engineer-I_R202561161\",\n        \"company_name\": \"Cox Automotive\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"22cf9607-3daf-41f9-b37f-3a7cf82c35b8\",\n        \"date_posted\": 1748024309,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653346,\n        \"url\": \"https://job-boards.greenhouse.io/horacemannservicecorporation/jobs/5545426004\",\n        \"company_name\": \"Horace Mann\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Springfield, IL\",\n            \"Addison, TX\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ac360bf8-0467-42d8-938f-f5a5a0a8106d\",\n        \"date_posted\": 1748024346,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468780,\n        \"url\": \"https://remitly.wd5.myworkdayjobs.com/en-US/Remitly_Careers/job/Seattle-Washington-United-States/Software-Development-Engineer-I_R_104015\",\n        \"company_name\": \"Remitly\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"11e97b60-cf13-469e-be35-277e5fd72f57\",\n        \"date_posted\": 1748024404,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649351,\n        \"url\": \"https://td.wd3.myworkdayjobs.com/TD_Bank_Careers/job/Toronto-Ontario/Software-Engineer-I_R_1421940\",\n        \"company_name\": \"TD Bank\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8bec2c68-aa5f-4afd-99b4-381a2c4def85\",\n        \"date_posted\": 1748024443,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748024476,\n        \"url\": \"https://bs.com/KBR_Careers/job/Moffett-Field-California/Full-Stack-Software-Engineer_R2106782\",\n        \"company_name\": \"KBR\",\n        \"title\": \"Full Stack Software Engineer\",\n        \"locations\": [\n            \"Moffett Field, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a4b2e1e4-05ea-40d6-a64e-69d51e43f186\",\n        \"date_posted\": 1748024476,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649353,\n        \"url\": \"https://fifththird.wd5.myworkdayjobs.com/en-US/53careers/job/Cincinnati-OH/Data-Engineer-I---Finance-IT_R58869\",\n        \"company_name\": \"Fifth Third Bank\",\n        \"title\": \"Data Engineer I - Finance IT\",\n        \"locations\": [\n            \"Cincinnati, OH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"249193bb-834c-4cf1-ae90-453d647d7b51\",\n        \"date_posted\": 1748024532,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748024718,\n        \"url\": \"https://jobs.apple.com/en-us/details/200605754/cellular-platform-software-engineer-embedded-analytics?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Cellular Platform Software Engineer, Embedded Analytics\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2c2cb04d-b4d0-4601-86f2-11ebe0a48903\",\n        \"date_posted\": 1748024718,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653346,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/6885717\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer, Experiment and Data Capture\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Atlanta, GA\",\n            \"Denver, CO\",\n            \"Washington D.C., DC\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"41d25e85-060e-420e-826c-27e9dcbf2bed\",\n        \"date_posted\": 1748025017,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526288,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/6889115\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer, Network Protocols\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"59395973-c509-4b03-89e6-f25cf72a8324\",\n        \"date_posted\": 1748025053,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025115,\n        \"url\": \"https://careers.garmin.com/careers-home/jobs/15924\",\n        \"company_name\": \"Garmin\",\n        \"title\": \"C#/.NET Software Engineer 1\",\n        \"locations\": [\n            \"Cary, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3832d89d-def2-4d3d-b33b-214faf17c758\",\n        \"date_posted\": 1748025115,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025205,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446705907067\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a04a4e7a-9654-40f6-bbec-da50d8860211\",\n        \"date_posted\": 1748025205,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025249,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446705739046\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Graphics Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"88d81075-d28e-42b2-ac17-495575c2ac2f\",\n        \"date_posted\": 1748025249,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025335,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446704371557\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Software Engineer, Gaming AI, PC Compute\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"713c1cd7-921d-4df9-b142-27b3871ce0e6\",\n        \"date_posted\": 1748025335,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025370,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446705709910\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Graphics Software Kernel Mode Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e2a00ee9-c0d0-4531-beaf-068f649be7ec\",\n        \"date_posted\": 1748025370,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043097,\n        \"url\": \"https://bostondynamics.wd1.myworkdayjobs.com/Boston_Dynamics/job/Waltham-Office-POST/Software-Engineer_R1830\",\n        \"company_name\": \"Boston Dynamics\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Waltham, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"224b2d98-1608-4cf2-aa6d-25e005e77747\",\n        \"date_posted\": 1748025416,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024769,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1822239/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d4aa7954-53c4-4325-a970-dbe3c7448627\",\n        \"date_posted\": 1748025511,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024769,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1821540/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e08d0345-8682-414e-ad08-d9c960ec597d\",\n        \"date_posted\": 1748025538,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025566,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR155500EXTERNALENUS/Software-Development-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"Software Development Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8661ae07-7db1-48fe-b7b4-366060961ce4\",\n        \"date_posted\": 1748025566,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758126261,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1997551\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Verification Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c57cbd91-a34b-47f2-aa7b-01d70d72a16a\",\n        \"date_posted\": 1748025597,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650094,\n        \"url\": \"https://jobs.lever.co/perforce/9bc3fe3d-f82e-45ee-8207-221ebdc5533f\",\n        \"company_name\": \"Perforce\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Minneapolis, MN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4365d5cf-23bb-4abb-87ef-1f36f6cfa505\",\n        \"date_posted\": 1748025626,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043048,\n        \"url\": \"https://job-boards.greenhouse.io/lucidmotors/jobs/4674882007\",\n        \"company_name\": \"Lucid\",\n        \"title\": \"Software Engineer, Linux System Software\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"96ee447c-09a1-412e-b5a9-0cb4f24bbea9\",\n        \"date_posted\": 1748025650,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043102,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Floorplan-Design-Engineer---New-College-Grad-2025_JR1997894\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Floorplan Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d249848f-9c23-478f-82f6-c5b3142c5632\",\n        \"date_posted\": 1748025703,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748025848,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/QUALUS6889008EXTERNALENUS/Software-Development-Engineer-I-Customer-Experience-Seattle\",\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Software Development Engineer I, Customer Experience\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"ca43347d-2b94-49e5-9ba2-dca0f9058d20\",\n        \"date_posted\": 1748025848,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755699011,\n        \"url\": \"https://baincapital.wd1.myworkdayjobs.com/External_Public/job/Boston/XMLNAME-2026-Analyst--Tech-Opps_REQ_107847\",\n        \"company_name\": \"BainCapital\",\n        \"title\": \"New Grad 2026: Tech Opps Analyst\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0910874b-4cc5-48a7-b902-9d278341c101\",\n        \"date_posted\": 1748135688,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043049,\n        \"url\": \"https://job-boards.greenhouse.io/fiveringsllc/jobs/4090119008\",\n        \"company_name\": \"Five Rings\",\n        \"title\": \"New Grad 2025: Quantitative Trader\",\n        \"locations\": [\n            \"Boca Raton, FL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"92b33e0f-92bc-47fa-a72e-baaa6d7e9660\",\n        \"date_posted\": 1748138125,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748405137,\n        \"url\": \"https://careers.point72.com/CSJobDetail?jobName=quantitative-developer&jobCode=CSS-0013369&location=New%20York&locale=English\",\n        \"company_name\": \"Point72\",\n        \"title\": \"Quantitative Developer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"323441d2-75af-4f83-a5d9-ee90164ba785\",\n        \"date_posted\": 1748405137,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748405185,\n        \"url\": \"https://www.drw.com/work-at-drw/listings/research-engineer-2930985\",\n        \"company_name\": \"DRW\",\n        \"title\": \"Research Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f0cab146-21eb-4760-9b63-eaff1edf79dc\",\n        \"date_posted\": 1748405185,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748405233,\n        \"url\": \"https://www.citadelsecurities.com/careers/details/systematic-options-trader/\",\n        \"company_name\": \"Citadel Securities\",\n        \"title\": \"Systematic Options Trader\",\n        \"locations\": [\n            \"Miami, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3f157fb5-4fde-4548-9ad4-98f3193cf736\",\n        \"date_posted\": 1748405233,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442803,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?for=aquaticcapitalmanagement&token=7997477002\",\n        \"company_name\": \"Aquatic Capital Management\",\n        \"title\": \"Research Engineer\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1e847dad-0949-47e2-a6f9-23426147dd9d\",\n        \"date_posted\": 1748405493,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050228,\n        \"url\": \"https://job-boards.greenhouse.io/truveta/jobs/5546481004\",\n        \"company_name\": \"Truveta\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"947d576b-922e-48ab-80bd-b9e4a73bf314\",\n        \"date_posted\": 1748489887,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751237684,\n        \"url\": \"https://job-boards.greenhouse.io/truveta/jobs/5549326004\",\n        \"company_name\": \"Truveta\",\n        \"title\": \"Software Engineer - Data Processing\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"cca22736-3dea-4261-833b-55dd9e4f4a09\",\n        \"date_posted\": 1748489974,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748583125,\n        \"url\": \"https://www.ixl.com/company/careers?gh_jid=8017366002\",\n        \"company_name\": \"IXL Learning\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3139597e-c985-4a80-818f-c3a711d3ce34\",\n        \"date_posted\": 1748583125,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748583139,\n        \"url\": \"https://www.ixl.com/company/careers?gh_jid=8017370002\",\n        \"company_name\": \"IXL Learning\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b30a177a-6bb9-4bca-a603-459e98f57d88\",\n        \"date_posted\": 1748583139,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187671,\n        \"url\": \"https://cox.wd1.myworkdayjobs.com/Cox_External_Career_Site_1/job/Atlanta-GA/Software-Engineer-I_R202563166\",\n        \"company_name\": \"Cox Automotive\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8458ac7b-926b-4b86-b01a-4a33b9b67a17\",\n        \"date_posted\": 1748583202,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187673,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/rec_rtx_ext_gateway/job/RI101-1847-W-Main-Rd-1847-W-Main-Road-Nimitz-Building-Portsmouth-RI-02871-USA/C-C---and-Java-Software-Development-Engineer-I--Onsite-_01770233\",\n        \"company_name\": \"RTX\",\n        \"title\": \"C/C++ and Java Software Development Engineer I\",\n        \"locations\": [\n            \"Portsmouth, RI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1bed73c5-cb97-4934-8acf-053653d10f28\",\n        \"date_posted\": 1748583271,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526342,\n        \"url\": \"https://jda.wd5.myworkdayjobs.com/en-US/JDA_Careers/job/Dallas/Software-Engineer-I_251265\",\n        \"company_name\": \"BlueYonder\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"471eb66d-46cd-4526-9428-1bf7e57dbdde\",\n        \"date_posted\": 1748583301,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526345,\n        \"url\": \"https://cadence.wd1.myworkdayjobs.com/en-US/External_Careers/job/SAN-JOSE/Software-Engineer-II_R48302\",\n        \"company_name\": \"Cadence\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7f5cf340-a274-4b78-badb-97bfe8667f1e\",\n        \"date_posted\": 1748583345,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748583495,\n        \"url\": \"https://www.pega.com/about/careers/21949/associate-software-engineer-ux-engineering\",\n        \"company_name\": \"Pega\",\n        \"title\": \"Associate Software Engineer, UX Engineering\",\n        \"locations\": [\n            \"Waltham, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e0c6321d-2747-4446-954d-57f30119f246\",\n        \"date_posted\": 1748583495,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748583524,\n        \"url\": \"https://jobs.spectrum.com/job/-/-/4673/81850982400\",\n        \"company_name\": \"Spectrum\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Englewood, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a21fd6a2-935b-4644-b202-2269be829a7e\",\n        \"date_posted\": 1748583524,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748583625,\n        \"url\": \"https://jobs.smartrecruiters.com/SquareTrade1/744000045758179-associate-software-engineer?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73\",\n        \"company_name\": \"SquareTrade\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Brisbane, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"34e6d9f1-3982-42b3-944a-df9b33b26baf\",\n        \"date_posted\": 1748583625,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369007,\n        \"url\": \"https://jobs.lever.co/nium/882bf808-4205-4fdd-8a2c-96f730d9f77e\",\n        \"company_name\": \"Nium\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bd121e2b-d5be-424a-9879-a832bfc51b20\",\n        \"date_posted\": 1748583726,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748584030,\n        \"url\": \"https://www.nuro.ai/careersitem?gh_jid=6932596\",\n        \"company_name\": \"Nuro\",\n        \"title\": \"New Grad: Software Engineer, Autonomy\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8426a8c5-f1bc-4f4e-ae84-5031e24fbbe0\",\n        \"date_posted\": 1748584030,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748584049,\n        \"url\": \"https://www.tesla.com/careers/search/job/243628\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, ML Inference Compiler & Deployment, GPU, CPU\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1a76ae58-01c5-477c-865b-16227cf22371\",\n        \"date_posted\": 1748584049,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043107,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/System-Design-Engineer---New-College-Grad-2025_JR1998191\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: System Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"cabd99a6-014a-4140-85da-2d7ebe0f8d94\",\n        \"date_posted\": 1748584237,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649378,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Machine-Learning-Software-Engineer---New-College-Grad-2025_JR1998235\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Machine Learning Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d8971fab-c16e-47fd-8cb2-9770e944a727\",\n        \"date_posted\": 1748584305,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526350,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Power-Architecture-and-Optimization-Engineer---New-College-Grad-2025_JR1988172\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Power Architecture and Optimization Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"083144cc-73ab-4389-baa2-37072307986b\",\n        \"date_posted\": 1748585833,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526352,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-NC-Durham/Deep-Learning-Architect---New-College-Grad-2025_JR1997781\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Deep Learning Architect, Masters/PhD\",\n        \"locations\": [\n            \"Durham, NC\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4aa43162-0bc0-4d33-98b6-dd6051c00dda\",\n        \"date_posted\": 1748585869,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649386,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Software-Engineer--Generative-AI---New-College-Grad-2025_JR1998154\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Engineer, Generative-AI\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f01cdeda-2fff-4cd4-90aa-b83f510e42c5\",\n        \"date_posted\": 1748585971,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748644726,\n        \"url\": \"https://jobs.ashbyhq.com/mandolin/703bd697-dd8f-4a42-8df3-999402605c2f\",\n        \"company_name\": \"Mandolin\",\n        \"title\": \"New Grad: Forward Deployed Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2dafc73c-0316-4ed5-8696-88da13fb1de6\",\n        \"date_posted\": 1748644726,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748645366,\n        \"url\": \"https://jobs.ashbyhq.com/mandolin/30bae6c7-6739-4cd6-97c4-fdb7662edf3b\",\n        \"company_name\": \"Mandolin\",\n        \"title\": \"New Grad: Front-End Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"957d2fb0-fc92-4f86-839f-10824ac54951\",\n        \"date_posted\": 1748645366,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748645453,\n        \"url\": \"https://www.workatastartup.com/jobs/75855\",\n        \"company_name\": \"Greenboard (W24)\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"871c5c89-5787-4ce1-a5fa-b5d254bc1661\",\n        \"date_posted\": 1748645453,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024769,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1826495/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2f8c0ea0-2be5-4f6a-bd01-e93c3f7b2264\",\n        \"date_posted\": 1748717350,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748717473,\n        \"url\": \"https://elrj.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/search/job/4261\",\n        \"company_name\": \"Omnicell\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"565f3ae2-5bf8-487a-9086-724d5c3c981c\",\n        \"date_posted\": 1748717473,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198964,\n        \"url\": \"https://disney.wd5.myworkdayjobs.com/en-US/disneycareer/job/Seattle-WA-USA/Software-Engineer-I_10121473-1\",\n        \"company_name\": \"Disney\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"84e1d446-5a61-4315-bb1f-4cd4216ea654\",\n        \"date_posted\": 1748717502,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187693,\n        \"url\": \"https://vertexinc.wd1.myworkdayjobs.com/en-US/VertexInc/job/Remote-USA/Software-Developer-I_JR101131-1\",\n        \"company_name\": \"Vertex Inc\",\n        \"title\": \"New Grad 2025: Software Developer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ffe83e1d-7634-426c-a5f4-7f7dd5631277\",\n        \"date_posted\": 1748717553,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749294420,\n        \"url\": \"https://disney.wd5.myworkdayjobs.com/en-US/disneycareer/job/Glendale-CA-USA/Software-Engineer-I_10122274\",\n        \"company_name\": \"Disney\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Glendale, CA\",\n            \"Seattle, WA\",\n            \"San Francisco, CA\",\n            \"New York, NY\",\n            \"Bristol, CT\",\n            \"Santa Monica, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a2ce88cf-f822-420c-9947-1ea6fd6c41b5\",\n        \"date_posted\": 1748717578,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749185400,\n        \"url\": \"https://job-boards.greenhouse.io/sonyinteractiveentertainmentglobal/jobs/5544457004\",\n        \"company_name\": \"PlayStation\",\n        \"title\": \"Software Engineer I - Application Framework\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"26c7378a-9a8c-4b95-9ee2-2cfb191dc2d2\",\n        \"date_posted\": 1748751252,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050228,\n        \"url\": \"https://job-boards.greenhouse.io/sigmacomputing/jobs/6589230003\",\n        \"company_name\": \"Sigma\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York City, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"663804de-78fe-4129-abb6-28c1b875f6dd\",\n        \"date_posted\": 1748832967,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749182487,\n        \"url\": \"https://jobs.ashbyhq.com/n1/2213cef6-fbcd-42f7-8e0e-c6a23bfc1119\",\n        \"company_name\": \"N1\",\n        \"title\": \"Software Engineer (Full Stack)\",\n        \"locations\": [\n            \"New York City\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"dfucius\",\n        \"id\": \"cb5d37d1-b132-4ceb-beb7-d8cebded3f61\",\n        \"date_posted\": 1749182487,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749182637,\n        \"url\": \"https://jobs.ashbyhq.com/n1/99a78724-a7eb-4801-9e75-cf4465950567\",\n        \"company_name\": \"N1\",\n        \"title\": \"Software Engineer (Backend Rust)\",\n        \"locations\": [\n            \"New York City\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"dfucius\",\n        \"id\": \"38f3ea74-2f11-4003-9716-622e96c41ef2\",\n        \"date_posted\": 1749182637,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526355,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/rec_rtx_ext_gateway/job/MD440-8170-Maple-Lawn-Blvd-Fulton-MD-8170-Maple-Lawn-Boulevard---Fulton-MD-20759-USA/Software-Engineer-I--Java-----Onsite-_01732642\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer I (Java)\",\n        \"locations\": [\n            \"Fulton, MD\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5cc219b8-6bad-47c0-89bf-b26fa48ccbb4\",\n        \"date_posted\": 1749184860,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749294426,\n        \"url\": \"https://cox.wd1.myworkdayjobs.com/Cox_External_Career_Site_1/job/Carmel-IN/Software-Engineer-1_R202563453\",\n        \"company_name\": \"Cox Automotive\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Carmel, IN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e5a61a44-d6ee-4509-b4f2-2a38482a7ec6\",\n        \"date_posted\": 1749184893,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749184941,\n        \"url\": \"https://elrj.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/search/job/4131\",\n        \"company_name\": \"Omnicell\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3ff357fb-9844-4a3b-947d-97401b3fd93e\",\n        \"date_posted\": 1749184941,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198970,\n        \"url\": \"https://pae.wd1.myworkdayjobs.com/en-US/amentum_careers/job/US-VA-Dahlgren/Entry-Level-Software-Developer_R0140249\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Dahlgren, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a71fd9e9-ac01-4cd9-a19b-ea7948a2778e\",\n        \"date_posted\": 1749184966,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753974089,\n        \"url\": \"https://truist.wd1.myworkdayjobs.com/en-US/Careers/job/Atlanta-GA/Software-Engineer-I---nCino-Developer_R0102738\",\n        \"company_name\": \"Truist\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9ee0c026-fd8d-4ff0-8a7e-92859f109fdf\",\n        \"date_posted\": 1749185000,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750133640,\n        \"url\": \"https://job-boards.greenhouse.io/deepmind/jobs/6949781?gh_src=d39b99f31\",\n        \"company_name\": \"Google DeepMind\",\n        \"title\": \"Full Stack Software Engineer\",\n        \"locations\": [\n            \"Cambridge, MA\",\n            \"Mountain View, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"59f0d7d0-688a-4227-883d-09aeedb1cfed\",\n        \"date_posted\": 1749188221,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749296143,\n        \"url\": \"https://www.lumafield.com/careers/job?id=fb3e17b3-d7fe-47da-85c3-aecda001e2ed\",\n        \"company_name\": \"Lumafield\",\n        \"title\": \"Backend Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"nclliu\",\n        \"id\": \"73eeab36-9415-43e5-a4ef-a7bb1566305e\",\n        \"date_posted\": 1749296143,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198976,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/nvidiaexternalcareersite/job/US-OR-Hillsboro/Systems-Software-Engineer---New-College-Grad-2025_JR1998556\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Systems Software Engineer\",\n        \"locations\": [\n            \"Hillsboro, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8b416450-5f6f-4599-a7dd-0e9ddb22b555\",\n        \"date_posted\": 1749296846,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753974058,\n        \"url\": \"https://job-boards.greenhouse.io/relativity/jobs/8029393002\",\n        \"company_name\": \"Relativity Space\",\n        \"title\": \"Software Engineer I - Factory Platform\",\n        \"locations\": [\n            \"Long Beach, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f4ba4cea-9b10-4bd4-b907-160b60c20f21\",\n        \"date_posted\": 1749296941,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750133660,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/82063302224\",\n        \"company_name\": \"Disney\",\n        \"title\": \"Software Engineer I\\t\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Santa Monica, CA\",\n            \"Glendale, CA\",\n            \"New York, NY\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0339f399-6f44-4ae5-93cb-d01e027f00e7\",\n        \"date_posted\": 1749297143,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526288,\n        \"url\": \"https://job-boards.greenhouse.io/radiant/jobs/4540308005\",\n        \"company_name\": \"Radiant\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"El Segundo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"32959ee9-bf3f-4948-9bce-c8cfe9affee0\",\n        \"date_posted\": 1749297208,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749297259,\n        \"url\": \"https://careers.viasat.com/jobs/4457\",\n        \"company_name\": \"Viasat\",\n        \"title\": \"Full Stack Software Engineer, Early Career\",\n        \"locations\": [\n            \"Carlsbad, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e99e9d74-ff1a-42cd-a01e-32f38fb42973\",\n        \"date_posted\": 1749297259,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749297401,\n        \"url\": \"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25037&siteid=5010&PageType=JobDetails&jobid=792011#jobDetails=792011_5010\",\n        \"company_name\": \"Lockheed Martin\",\n        \"title\": \"AI Platform Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"6997bf4d-a67e-41b4-9b11-d378b82ede26\",\n        \"date_posted\": 1749297401,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198823,\n        \"url\": \"https://job-boards.greenhouse.io/tenstorrent/jobs/4161897007\",\n        \"company_name\": \"Tenstorrent\",\n        \"title\": \"Software Developer, Metal Runtime\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8d046efa-97c6-4588-b2ce-3342abc8216d\",\n        \"date_posted\": 1749297432,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043112,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Hardware-Validation-Engineer---New-College-Grad-2025_JR1997421\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Hardware Validation Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"036171d4-1cfe-44e1-b6db-78f92d12f9fb\",\n        \"date_posted\": 1749297480,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749297520,\n        \"url\": \"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749910007\",\n        \"company_name\": \"TransMarket Group\",\n        \"title\": \"Junior Algorithmic Trader\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"61036364-f08a-45c9-884f-d9172f7d279d\",\n        \"date_posted\": 1749297520,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760410087,\n        \"url\": \"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749914007\",\n        \"company_name\": \"TransMarket Group\",\n        \"title\": \"Python Developer / Data Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"06ea261d-3809-4b13-a033-e4e25b635bb0\",\n        \"date_posted\": 1749297540,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749297553,\n        \"url\": \"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749911007\",\n        \"company_name\": \"TransMarket Group\",\n        \"title\": \"Junior Quantitative Trader\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2251a96c-a962-4073-b7aa-06aad941eb96\",\n        \"date_posted\": 1749297553,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749297585,\n        \"url\": \"https://app.careerpuck.com/job-board/lyft/job/8022809002\",\n        \"company_name\": \"Lyft\",\n        \"title\": \"Software Engineer, Rider\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"6bb6f552-bb9c-46ed-83ea-fc56de6c9a3d\",\n        \"date_posted\": 1749297585,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749441778,\n        \"url\": \"https://www.tesla.com/careers/search/job/243519\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Wireless Bluetooth Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e6bff530-ac69-49ed-b53e-b0bcb86f360c\",\n        \"date_posted\": 1749441778,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749441799,\n        \"url\": \"https://www.tesla.com/careers/search/job/244263\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, AI Systems Performance Modeling, Dojo\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"9cd749ba-242f-45ea-b6e6-364500d9ee47\",\n        \"date_posted\": 1749441799,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750133288,\n        \"url\": \"https://jobs.apple.com/en-us/details/200608455/software-engineer-full-stack?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer - Full Stack\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8210c793-b3a5-4990-86a0-b11d380c4fb7\",\n        \"date_posted\": 1749596228,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043115,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1994930\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ad6d7d69-8293-4e9a-aeaa-5432cec8e72d\",\n        \"date_posted\": 1749596440,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749599880,\n        \"url\": \"https://careers.leonardodrs.com/job/San-Diego-Software-Engineer-CA-92127/1298209000/\",\n        \"company_name\": \"DRS\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"50dbfbb6-86b3-4d28-8be4-8a699807d614\",\n        \"date_posted\": 1749599880,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750133757,\n        \"url\": \"https://wellfound.com/l/2BpbUc\",\n        \"company_name\": \"Strac\",\n        \"title\": \"Full Stack Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"alfred-strac\",\n        \"id\": \"ef6ed6f6-d0bc-4296-b015-cfaea17043e8\",\n        \"date_posted\": 1750133757,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750135082,\n        \"url\": \"https://jobs.ashbyhq.com/sentry/90fb5dd4-410d-4672-9f40-3f11ea01c75d\",\n        \"company_name\": \"Sentry\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b562fdec-1ab1-4886-a2a1-864620b7d2d8\",\n        \"date_posted\": 1750135082,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785094,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1998960\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Verification Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9169c365-cf14-4132-9342-bb4735d09396\",\n        \"date_posted\": 1750135112,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750135447,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706280852\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Product Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7bb5065c-0515-442d-836b-c92af0d8ce9c\",\n        \"date_posted\": 1750135447,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750135470,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706280712\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Modem Software and System Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"6d92991e-adb9-41c2-8c6f-de977f89ea2a\",\n        \"date_posted\": 1750135470,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050228,\n        \"url\": \"https://job-boards.greenhouse.io/lucidmotors/jobs/4753955007\",\n        \"company_name\": \"Lucid\",\n        \"title\": \"DevOps and Build Infrastructure Engineer\",\n        \"locations\": [\n            \"Newark, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7ed60c0c-1450-4625-84f6-abeb328e96b5\",\n        \"date_posted\": 1750135589,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638714,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Datacenter-GPU-Power-Architect---New-College-Grad-2025_JR1995557\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: GPU Power Architect\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"da1181dc-ee12-4268-a8e7-8c5d4a9bb3b4\",\n        \"date_posted\": 1750530915,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750531044,\n        \"url\": \"https://davincitrading.com/job/graduate-c-software-engineer-2/\",\n        \"company_name\": \"Da Vinci\",\n        \"title\": \"Graduate C++ Software Engineer\",\n        \"locations\": [\n            \"Miami, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c86c11fc-cfd4-4cb4-84aa-714553525b62\",\n        \"date_posted\": 1750531044,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750531077,\n        \"url\": \"https://www.collective.com/careers/6614825003\",\n        \"company_name\": \"Collective Hub, Inc\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"eaa94c8f-a590-4ae1-9915-b0947f8f89d5\",\n        \"date_posted\": 1750531077,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526370,\n        \"url\": \"https://nordstrom.wd501.myworkdayjobs.com/en-US/nordstrom_careers/job/Seattle-WA/Engineer-1---iOS-Developer--Hybrid---Seattle--WA-_R-758307\",\n        \"company_name\": \"Nordstrom\",\n        \"title\": \"iOS Developer Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9380a570-05f0-4d9e-a73c-169828c976a8\",\n        \"date_posted\": 1750531107,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526372,\n        \"url\": \"https://nordstrom.wd501.myworkdayjobs.com/en-US/nordstrom_careers/job/Seattle-WA/Engineer-1--Hybrid---Seattle--WA-_R-758299\",\n        \"company_name\": \"Nordstrom\",\n        \"title\": \"Engineer 1\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5cd7c112-9d63-4188-a450-c75195374d8d\",\n        \"date_posted\": 1750531125,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755266822,\n        \"url\": \"https://usaa.wd1.myworkdayjobs.com/en-US/USAAJOBSWD/job/San-Antonio-Home-Office-I/Software-Engineer-I_R0110441\",\n        \"company_name\": \"USAA\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"San Antonio, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"99850069-b69c-45ba-85e0-2f7f1efd54cd\",\n        \"date_posted\": 1751050345,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759786192,\n        \"url\": \"https://job-boards.greenhouse.io/openeye/jobs/8028394002\",\n        \"company_name\": \"OpenEye\",\n        \"title\": \"Software Engineer I - OWS\",\n        \"locations\": [\n            \"Liberty Lake, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a593aa93-7f48-45e2-a602-a4e7d3259b65\",\n        \"date_posted\": 1751050370,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526378,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/rec_rtx_ext_gateway/job/MD440-8170-Maple-Lawn-Blvd-Fulton-MD-8170-Maple-Lawn-Boulevard---Fulton-MD-20759-USA/Software-Engineer-I--Java-----Onsite-_01769315\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer I (Java)\",\n        \"locations\": [\n            \"Fulton, MD\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e19c52a3-bef9-40f6-a57f-0058c82aca7b\",\n        \"date_posted\": 1751050420,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050563,\n        \"url\": \"https://www.tesla.com/careers/search/job/244793\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Firmware Engineer, Silicon Development\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3a7f7d43-6cbf-443a-8d2e-622fa853fd52\",\n        \"date_posted\": 1751050563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050582,\n        \"url\": \"https://www.metacareers.com/jobs/1947521902323717\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"62c184c3-2396-43dd-bb1a-4313a6ce9855\",\n        \"date_posted\": 1751050582,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050825,\n        \"url\": \"https://jobs.smartrecruiters.com/Visa/744000066662880-systems-engineer-virtualization-linux-engineering-junior-level-\",\n        \"company_name\": \"Visa\",\n        \"title\": \"Systems Engineer, Virtualization/Linux Engineering\",\n        \"locations\": [\n            \"Highlands Ranch, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fcd8f6f4-41e9-4247-8af4-763e843d780f\",\n        \"date_posted\": 1751050825,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050870,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706411550\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Software Product Application Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d466a2f1-e8c1-49f1-8187-908af09c3c57\",\n        \"date_posted\": 1751050870,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043124,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-TX-Austin/ASIC-Hardware-Design-Engineer---New-College-Grad-2025_JR1999119\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Hardware Design Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ccc1aa4e-e4da-4606-9d2f-5b66689a5b25\",\n        \"date_posted\": 1751051074,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755183416,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Efficiency-Engineer---New-College-Grad-2026_JR1999430\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: ASIC Design Efficiency Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8ea5b479-cb5f-4350-bf6b-c592af9b5dab\",\n        \"date_posted\": 1751051102,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751051124,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3018378/system-development-engineer-i-ops-tech-solutions\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer I, Ops Tech Solutions\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d9e46800-6754-46cc-8e65-40b67693a643\",\n        \"date_posted\": 1751051124,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751051534,\n        \"url\": \"https://careers.roblox.com/jobs/6993225\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"Software Engineer, Infra Foundation\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"38b53a1d-e8f0-4bba-973b-2f0c6fce07be\",\n        \"date_posted\": 1751051534,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751051629,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706462906\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"IOT Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"511792dd-807b-4e2b-850d-87b4d5064666\",\n        \"date_posted\": 1751051629,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753974101,\n        \"url\": \"https://cadence.wd1.myworkdayjobs.com/External_Careers/job/HOME-MA/C---Software-Engineer---New-College-Graduate--Boston-_R50667-1\",\n        \"company_name\": \"Cadence\",\n        \"title\": \"New Grad: C++ Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e9f12027-90b4-486d-aaac-f93cc194bdfe\",\n        \"date_posted\": 1751051672,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245042,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3013296/mission-operations-engineer-project-kuiper-mission-operations\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Mission Operations Engineer, Project Kuiper - Mission Operations\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"ba0dc511-3973-4881-99f4-c6bf1eeb7199\",\n        \"date_posted\": 1751245042,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245071,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3012833/security-engineer-appsec-testing-automation-and-insights\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Security Engineer, AppSec Testing Automation and Insights\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f3f974a6-676b-4651-8382-b7559f9def36\",\n        \"date_posted\": 1751245071,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437821,\n        \"url\": \"https://job-boards.greenhouse.io/openeye/jobs/8050484002\",\n        \"company_name\": \"OpenEye\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Liberty Lake, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"43378415-1be0-4404-bea6-87a1939bc2d3\",\n        \"date_posted\": 1751245116,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245140,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/QUALUS6957175EXTERNALENUS/Software-Engineer-I-Employee-Experience\",\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Software Engineer I, Employee Experience\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"30e20599-08d5-4f27-a53d-281034abd678\",\n        \"date_posted\": 1751245140,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245162,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3019865/software-engineer-creator\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer - Creator\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"New York, NY\",\n            \"Irvine, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"77906d39-eea8-451c-bf47-22bc038eea15\",\n        \"date_posted\": 1751245162,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245224,\n        \"url\": \"https://www.hashicorp.com/en/career/6914251\",\n        \"company_name\": \"HashiCorp\",\n        \"title\": \"Backend Engineer - Enterprise Identity\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"4b3fb235-b883-4cba-b398-92ad4de7b401\",\n        \"date_posted\": 1751245224,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245244,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706463987\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Display SW Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"48c456d7-6c13-47e0-b54f-e286184f4980\",\n        \"date_posted\": 1751245244,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753974103,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1992617\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"697ccf5e-68b5-4b13-b0fe-e80ecdb48b13\",\n        \"date_posted\": 1751245329,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245352,\n        \"url\": \"https://www.tesla.com/careers/search/job/239333\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Technical Artist, UI Design\",\n        \"locations\": [\n            \"Hawthorne, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b65ad957-daff-4e08-b202-f508f7b8c015\",\n        \"date_posted\": 1751245352,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245403,\n        \"url\": \"https://www.tesla.com/careers/search/job/225609\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Optimus\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"23b5f05e-22a1-485b-b1e6-c37afe513bd2\",\n        \"date_posted\": 1751245403,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245429,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3020911/software-engineer\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Seattle, WA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5fdd3b33-084f-4e98-851b-953cea9d15d1\",\n        \"date_posted\": 1751245429,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526390,\n        \"url\": \"https://kla.wd1.myworkdayjobs.com/Search/job/Milpitas-CA/Software-Engineer--New-College-Grad-_2530130-1\",\n        \"company_name\": \"KLA\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Milpitas, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"900a7159-369d-4218-9239-f6c48a053ab5\",\n        \"date_posted\": 1751245569,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245625,\n        \"url\": \"https://jobs.cvshealth.com/us/en/job/CVSCHLUSR0632604EXTERNALENUS/Associate-Software-Engineer\",\n        \"company_name\": \"CVS Health\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"03761046-05de-4fe9-8754-3ef666d42e4a\",\n        \"date_posted\": 1751245625,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758393064,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=8026923002\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Hawthorne, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"73563134-bf8f-4327-8c2b-a4d53cef7fef\",\n        \"date_posted\": 1751245729,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751245782,\n        \"url\": \"https://jobs.citi.com/job/-/-/287/79829803904\",\n        \"company_name\": \"Citi\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Tampa, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"0f78041c-d885-480c-8999-141a2fc0f165\",\n        \"date_posted\": 1751245782,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760410087,\n        \"url\": \"https://jobs.lever.co/palantir/2e6b0ac8-83e9-4be5-a3aa-cf319f751728\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad 2026: Forward Deployed Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8297c60b-4901-4d26-926f-41af6317263a\",\n        \"date_posted\": 1751749491,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531591,\n        \"url\": \"https://jobs.lever.co/palantir/d1ac83d0-e923-42a5-8e6d-58dd0cab25ca\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad 2026: Forward Deployed Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"238283f6-f30a-444b-a0a8-6b60b9431fc3\",\n        \"date_posted\": 1751749502,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531591,\n        \"url\": \"https://jobs.lever.co/palantir/cbe90327-3e6e-451c-a54c-1d3cbcef5aeb\",\n        \"locations\": [\n            \"Washington, D.C.\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad 2026: Forward Deployed Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b9f4929b-7350-4a1e-a4fb-159955d172ae\",\n        \"date_posted\": 1751749513,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750917,\n        \"url\": \"https://jobs.lever.co/palantir/c34b424e-caf2-455a-b104-ae1096ccca29\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fb4fb9d4-a4cb-413c-b073-ca336cc40eff\",\n        \"date_posted\": 1751750917,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750932,\n        \"url\": \"https://jobs.lever.co/palantir/dea9d3d5-75b2-4588-b7bd-585a47b79c8c\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"303ce625-856d-4642-a750-f6989362f6cb\",\n        \"date_posted\": 1751750932,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750941,\n        \"url\": \"https://jobs.lever.co/palantir/94984771-0704-446c-88c6-91ce748f6d92\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"dff8ddcf-bb12-43a8-bd8b-38038821c627\",\n        \"date_posted\": 1751750941,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750962,\n        \"url\": \"https://jobs.lever.co/palantir/0a838e66-1ab0-4fc4-b4d3-4671c0352278\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"12d830a3-13bb-4133-9fae-f0447f0a41e1\",\n        \"date_posted\": 1751750962,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750969,\n        \"url\": \"https://jobs.lever.co/palantir/f362d7aa-360d-4059-ab38-f482742693b3\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f154d8fe-393d-4c0c-8371-13b50dc3b8c0\",\n        \"date_posted\": 1751750969,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750974,\n        \"url\": \"https://jobs.lever.co/palantir/18d901fc-93bb-4d18-9f04-c72031e20d79\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5e1c65f0-67cd-4db7-a538-17a1dbd4a1cb\",\n        \"date_posted\": 1751750974,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750979,\n        \"url\": \"https://jobs.lever.co/palantir/4abf26b4-795c-420a-bf22-1ab98db268b4\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"10be5bb8-3e7e-46d0-9b3e-5df88dc1effd\",\n        \"date_posted\": 1751750979,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751750983,\n        \"url\": \"https://jobs.lever.co/palantir/e1a6c138-98bf-45e2-97f7-2c70371cc38a\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fe92a2a7-62b5-45a3-bba6-dd0bdc9c5611\",\n        \"date_posted\": 1751750983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752018,\n        \"url\": \"https://job-boards.eu.greenhouse.io/imc/jobs/4580753101\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"IMC\",\n        \"title\": \"Quantitative Researcher\",\n        \"source\": \"vanshb03\",\n        \"id\": \"43a2743c-b91f-4f4f-be95-25e727a79632\",\n        \"date_posted\": 1751752018,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755183336,\n        \"url\": \"https://jobs.lever.co/belvederetrading/5494bf64-56bf-4a5b-b339-03e8af470ffc\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Belvedere Trading\",\n        \"title\": \"Machine Learning and Algorithm Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f943d316-bce8-4701-88e6-b11fe34340e8\",\n        \"date_posted\": 1751752027,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752034,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/7967601002\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Optiver\",\n        \"title\": \"Graduate Quantitative Researcher\",\n        \"source\": \"vanshb03\",\n        \"id\": \"22689130-d205-4d85-b298-492cab36dd9d\",\n        \"date_posted\": 1751752034,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752042,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/7986419002\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Optiver\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d2b45b20-7926-4762-84f2-5d64fabf18d6\",\n        \"date_posted\": 1751752042,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752051,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/7986421002\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Optiver\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7cbc63bf-c26c-4864-8cad-dcf6ad8d61e9\",\n        \"date_posted\": 1751752051,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752062,\n        \"url\": \"https://www.citadelsecurities.com/careers/details/software-engineer-university-graduate-us/\",\n        \"locations\": [\n            \"Miami, FL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Citadel Securities\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"042d7e65-0813-45d4-9a8d-d5ee664a6e1a\",\n        \"date_posted\": 1751752062,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752067,\n        \"url\": \"https://www.citadelsecurities.com/careers/details/quantitative-research-analyst-university-graduate-us/\",\n        \"locations\": [\n            \"Miami, FL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Citadel Securities\",\n        \"title\": \"New Grad: Quantitative Research Analyst\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2bd6f1a8-df71-492f-bbd9-c257f09f6c15\",\n        \"date_posted\": 1751752067,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752073,\n        \"url\": \"https://www.citadelsecurities.com/careers/details/quantitative-trader-university-graduate-us/\",\n        \"locations\": [\n            \"Miami, FL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Citadel Securities\",\n        \"title\": \"New Grad: Quantitative Trader\",\n        \"source\": \"vanshb03\",\n        \"id\": \"35f79369-86b3-4ce0-a625-e3efccf07693\",\n        \"date_posted\": 1751752073,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752090,\n        \"url\": \"https://bambusdev.my.site.com/s/details?jobReq=Systematic-Equities-Quantitative-Researcher---Developer_REQ6955\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Balyasny Asset Management\",\n        \"title\": \"Systematic Equities Quantitative Researcher / Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e82c6935-2cb1-48d4-9ce1-0e193b1e0c75\",\n        \"date_posted\": 1751752090,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752099,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706670731\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Software Engineer - Hypervisor\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9152d9cb-bdf3-4cdc-aea8-e04168d51496\",\n        \"date_posted\": 1751752099,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752109,\n        \"url\": \"https://careers.duolingo.com/jobs/8062269002?gh_jid=8062269002\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Duolingo\",\n        \"title\": \"AI Product Engineer, Math\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f190e948-c8ac-4481-ae9f-9661c141cc92\",\n        \"date_posted\": 1751752109,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752118,\n        \"url\": \"https://jobs.apple.com/en-us/details/200611793/software-engineer-is-t-early-career?team=SFTWR\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, IS&T\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2903e077-5894-4c8c-864f-33a97c7022bb\",\n        \"date_posted\": 1751752118,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752126,\n        \"url\": \"https://jobs.apple.com/en-us/details/200611794/software-engineer-is-t-early-career?team=SFTWR\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, IS&T\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0c3403fd-a272-4469-9d49-b0adf3bb83ac\",\n        \"date_posted\": 1751752126,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043134,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1994930\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ffe4d7cf-07fb-4bc0-a3b8-7e405cb73f6b\",\n        \"date_posted\": 1751752134,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752151,\n        \"url\": \"https://jobs.ashbyhq.com/quora/e8acc816-a9af-445d-8135-47599ac9be0f\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Quora\",\n        \"title\": \"New Grad: Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"144068d8-9f27-4c70-a015-23ac7f508d4a\",\n        \"date_posted\": 1751752151,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752180,\n        \"url\": \"https://jobs.bitstoatoms.com/bits-to-atoms/953ef025-ec88-450d-8f8f-2cb38cc8e839\",\n        \"locations\": [\n            \"Berkeley, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Bits to Atoms\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3e0b7f72-1051-4c24-8ef7-7d488233c71b\",\n        \"date_posted\": 1751752180,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752192,\n        \"url\": \"https://www.tesla.com/careers/search/job/245229\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Machine Learning Integration, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"457f0e35-2679-42ea-8abd-a2361658ea6c\",\n        \"date_posted\": 1751752192,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752202,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2940695/hardware-simulator-sde-i-aws-machine-learning-accelerators-annapurna-labs\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Hardware Simulator SDE I, AWS Machine Learning Accelerators, Annapurna Labs\",\n        \"source\": \"vanshb03\",\n        \"id\": \"24b34901-083a-45ca-901e-437ad82baf0f\",\n        \"date_posted\": 1751752202,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752305,\n        \"url\": \"https://jobs.lever.co/palantir/4d5a144e-87ea-45e2-a68c-3fad590629af\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"00c9f52c-50b9-4f30-b893-408af92049c6\",\n        \"date_posted\": 1751752305,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751752552,\n        \"url\": \"https://jobs.lever.co/galatea-associates/ea475dfe-2e0b-4e6b-8dd7-88e4e85f9dcb?lever-origin=applied&lever-source%5B%5D=GitHub\",\n        \"company_name\": \"Galatea Associates\",\n        \"title\": \"Software Engineer Associate\",\n        \"locations\": [\n            \"Somerville, MA\",\n            \"St. Petersburg, FL\",\n            \"Durham, NC\",\n            \"London, UK\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"Hurryitup\",\n        \"id\": \"7c29c72c-d272-462b-8eeb-c7387b3026ef\",\n        \"date_posted\": 1751752552,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752525250,\n        \"url\": \"https://www.nuro.ai/careersitem?gh_jid=7066706\",\n        \"company_name\": \"Nuro\",\n        \"title\": \"New Grad: Software Engineer, Routing\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f893e67a-121d-4483-8418-6ee1b466530b\",\n        \"date_posted\": 1752525250,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752525717,\n        \"url\": \"https://careers.blackrock.com/job/new-york/2026-full-time-analyst-program-amers/45831/83232695408\",\n        \"company_name\": \"BlackRock\",\n        \"title\": \"Analyst\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Boston, MA\",\n            \"Chicago, IL\",\n            \"Miami, FL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"kalam635\",\n        \"id\": \"2f99baab-d50c-477b-a476-12f4de5bf36c\",\n        \"date_posted\": 1752525717,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752443565,\n        \"url\": \"https://jobs.apple.com/en-us/details/200612409/is-t-early-career-engineering-program-manager-opportunities?team=SFTWR\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"IS&T Early Career Engineering Program Manager Opportunities\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1ebd59ee-00ba-4214-b8b7-b69bcc52673d\",\n        \"date_posted\": 1752443565,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024769,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1845958/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2a2f1118-7e4c-4f40-9302-e51dd7a497a8\",\n        \"date_posted\": 1752525196,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756355608,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1999992\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"889fef48-46c6-49d4-a229-c70690213658\",\n        \"date_posted\": 1752525912,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785099,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1998960\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Verification Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"01290fd4-3e47-49d5-87ed-34c163b16556\",\n        \"date_posted\": 1752525919,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752525926,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706753287\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualcomm Technologies, Inc.\",\n        \"title\": \"CPU Software Architecture Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"32e52823-029f-4ad8-8d69-35a4ab3958ee\",\n        \"date_posted\": 1752525926,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043142,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Hardware-Applications-Engineer--Datacenter---New-College-Grad-2025_JR2000000\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Hardware Applications Engineer, Datacenter\",\n        \"source\": \"vanshb03\",\n        \"id\": \"95df9be3-cecd-461a-abed-1a5e6d46148b\",\n        \"date_posted\": 1752525931,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043144,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Systems-Software-Engineer---New-College-Grad-2025_JR1998556\",\n        \"locations\": [\n            \"Hillsboro, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Systems Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"17506bee-feb6-4eb4-b266-f84c972472f4\",\n        \"date_posted\": 1752525944,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043146,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Hardware-Design-Engineer---New-College-Grad-2025_JR1999119\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Hardware Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2378148b-85f5-49b4-8ce7-5d2488933ab7\",\n        \"date_posted\": 1752525950,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752525957,\n        \"url\": \"https://www.tesla.com/careers/search/job/237386\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Mobile App Engineer, Service & Roadside Assistance\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eec285aa-fd1f-40b4-820a-696376180719\",\n        \"date_posted\": 1752525957,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526860,\n        \"url\": \"https://www.oldmissioncapital.com/careers/?gh_jid=6602927003\",\n        \"company_name\": \"Old Mission\",\n        \"title\": \"New Grad 2026: Junior Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"bbec8687-ddae-4138-96f6-090c3b2c156b\",\n        \"date_posted\": 1752526860,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526883,\n        \"url\": \"https://www.oldmissioncapital.com/careers/?gh_jid=6602920003\",\n        \"company_name\": \"Old Mission\",\n        \"title\": \"New Grad 2026: Junior Quantitative Trader\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"6fadaf49-0b6f-433b-a0bf-7745e13b67fc\",\n        \"date_posted\": 1752526883,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758689184,\n        \"url\": \"https://jobs.lever.co/shieldai/38178f1e-34c5-481d-9914-c18a2263776f\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Shield AI\",\n        \"title\": \"Software Engineer I, Hardware Test\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ac97ec97-d63e-4474-bdfd-cf0a62dd06d5\",\n        \"date_posted\": 1752526189,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755698977,\n        \"url\": \"https://job-boards.greenhouse.io/silvus/jobs/4772754008\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Silvus Technologies\",\n        \"title\": \"Software Engineer I, SQA\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1bfa61ba-fc07-416a-a461-b160155746fc\",\n        \"date_posted\": 1752526203,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526215,\n        \"url\": \"https://jobs.lever.co/ranger/38ef5184-0c8a-4980-836f-95e23e83ae7d?utm_source=Simplify&ref=Simplify\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Ranger\",\n        \"title\": \"Forward-Deployed Test Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8612685b-792a-4757-908d-5bf438afa48d\",\n        \"date_posted\": 1752526215,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757963733,\n        \"url\": \"https://job-boards.greenhouse.io/sigmacomputing/jobs/6640194003?utm_source=Simplify&ref=Simplify\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York City, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Sigma\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"008d2d3e-78e3-4f8a-b2b2-74bf62bd479e\",\n        \"date_posted\": 1752526221,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526695,\n        \"url\": \"https://jobs.ashbyhq.com/candidhealth/8d1922f8-e89d-433e-a21f-b724eabc003b?utm_source=Simplify&ref=Simplify\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Denver, CO\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Candid Health\",\n        \"title\": \"New Grad: Forward Deployed Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fda4f5e0-9559-4796-87b6-df8ae4848aaa\",\n        \"date_posted\": 1752526695,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526703,\n        \"url\": \"https://jobs.ashbyhq.com/candidhealth/f0e529c1-b8d8-4add-aaef-23b174053b8b?utm_source=Simplify&ref=Simplify\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Denver, CO\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Candid Health\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f3a926fc-88b6-4708-8a69-ebfa8a7b3392\",\n        \"date_posted\": 1752526703,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756355567,\n        \"url\": \"https://job-boards.greenhouse.io/systemstechnologyresearch/jobs/4584085006?gh_src=s9612n1f6us&utm_source=Indeed&utm_medium=organic&utm_campaign=Indeed\",\n        \"locations\": [\n            \"Dayton, OH\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"STR\",\n        \"title\": \"Firmware Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8f68f8b4-e971-480d-a317-fce810fa7b21\",\n        \"date_posted\": 1752527695,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752527703,\n        \"url\": \"https://recruiting.paylocity.com/recruiting/jobs/Details/3409369/Cryptic-Vector/Full-Stack-Developer?source=Indeed_Feed\",\n        \"locations\": [\n            \"Cincinnati, OH\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Cryptic Vector\",\n        \"title\": \"Full Stack Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b8c7669a-119c-4d45-b3e6-96a96fd20035\",\n        \"date_posted\": 1752527703,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752607265,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/8033327002/\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Optiver\",\n        \"title\": \"New Grad 2026: FPGA Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"65cdb6b3-2e12-4596-8ee5-58ddfcd5a6ff\",\n        \"date_posted\": 1752607265,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752607275,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/7973721002/\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Optiver\",\n        \"title\": \"New Grad 2026: FPGA Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e74f938f-3cef-44b3-a5b7-c251cffc09f2\",\n        \"date_posted\": 1752607275,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752607306,\n        \"url\": \"https://www.ycombinator.com/companies/porter/jobs/6QhplSz-full-stack-engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Porter\",\n        \"title\": \"Full Stack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6fedde8e-21bf-429b-b5c7-4b85baf40147\",\n        \"date_posted\": 1752607306,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755183336,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=7083333\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Benchling\",\n        \"title\": \"Software Engineer, Full Stack (Lab Auto)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"34e5a307-89d9-492e-9b4f-fdf48cce7b17\",\n        \"date_posted\": 1753043437,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043445,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446706913920\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualcomm Technologies, Inc.\",\n        \"title\": \"GPU Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f7d5608c-e1f1-4fa7-aad2-980ce17d4903\",\n        \"date_posted\": 1753043445,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369008,\n        \"url\": \"https://job-boards.greenhouse.io/deepmind/jobs/7086851\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Google DeepMind\",\n        \"title\": \"Software Engineer, Full Stack - Gemini\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6cc525af-3576-49be-8af2-7e62f0da04db\",\n        \"date_posted\": 1753043452,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762348974,\n        \"url\": \"https://job-boards.greenhouse.io/xai/jobs/4786668007\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"xAI\",\n        \"title\": \"AI Researcher & Engineer - Multimodal (Real-time Video)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a04d96d9-77ec-4cca-9cd5-2e33d34567a7\",\n        \"date_posted\": 1753043461,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024770,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1844322/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"74a836fc-d4e4-4f70-b578-74617c04c116\",\n        \"date_posted\": 1753043469,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283134,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1844417/Site-Reliability-Engineer---CTJ---Top-Secret\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"775c9933-390c-4e09-a518-7e4bc9b80366\",\n        \"date_posted\": 1753043511,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756355617,\n        \"url\": \"https://osv-cci.wd1.myworkdayjobs.com/en-US/CCICareers/job/Houston-TX/Commodities-Trading-Rotational-Analyst-Program--2026-Start-_R1096\",\n        \"locations\": [\n            \"Houston, TX\",\n            \"Stamford, CT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Castleton Commodities International\",\n        \"title\": \"Commodities Trading Rotational Analyst Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b147b1b7-46f6-4732-ad23-b1d979d49881\",\n        \"date_posted\": 1753369319,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283134,\n        \"url\": \"https://job-boards.greenhouse.io/neuralink/jobs/6658884003\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Neuralink\",\n        \"title\": \"Software Engineer, Next Gen\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b6f2419f-68d4-4d36-853a-e0e1accc1455\",\n        \"date_posted\": 1753369632,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369638,\n        \"url\": \"https://www.tesla.com/careers/search/job/246315\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Applications Engineer, Megapack\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8845eb6a-9919-4381-9312-2dba009c4321\",\n        \"date_posted\": 1753369638,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369646,\n        \"url\": \"https://www.quinstreet.com/careers/?gh_jid=7100468\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"QuinStreet\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"89371261-0959-4fb9-b1b8-208eaea479d0\",\n        \"date_posted\": 1753369646,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468803,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Verification-Engineer--CPU---New-College-Grad-2025_JR2000487-1\",\n        \"locations\": [\n            \"Westford, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Verification Engineer, CPU\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d988619e-8647-443d-9bab-3bad98b5e68b\",\n        \"date_posted\": 1753369690,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468765,\n        \"url\": \"https://jobs.lever.co/spotify/21c24edb-f625-4895-ad23-5a6320d54813\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Spotify\",\n        \"title\": \"Associate Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f795c659-b1f4-48b6-9a95-976b535a4d04\",\n        \"date_posted\": 1753369711,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442791,\n        \"url\": \"https://www.ycombinator.com/companies/phonely/jobs/nSlxo4y-software-engineer-early-career\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Phonely\",\n        \"title\": \"Software Engineer (Early Career)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bee2db8f-1e6a-4dcb-b0eb-83d42dbe4a21\",\n        \"date_posted\": 1753369722,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756355626,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Senior-VLSI-CAD-Engineer--ECO-Tools---New-College-Grad-2025_JR2000138\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: VLSI CAD Engineer, ECO Tools\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c9bb699f-a065-4896-8e88-a88dad30c4ab\",\n        \"date_posted\": 1753369730,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369743,\n        \"url\": \"https://www.tesla.com/careers/search/job/246089\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Optimus Inference Co Design\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9f6b9dd4-3d9e-412f-94e4-4cabe914593d\",\n        \"date_posted\": 1753369743,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369752,\n        \"url\": \"https://www.tesla.com/careers/search/job/246198\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Camera Software Engineer, AI Platforms\",\n        \"source\": \"vanshb03\",\n        \"id\": \"00d980af-d3d1-418e-97ae-9aa79fdd2289\",\n        \"date_posted\": 1753369752,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753369760,\n        \"url\": \"https://www.tesla.com/careers/search/job/246199\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Integration Engineer, AI Platforms\",\n        \"source\": \"vanshb03\",\n        \"id\": \"89b5e87b-41cd-4204-88b9-9b3892526084\",\n        \"date_posted\": 1753369760,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024770,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1847569/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"dc0d9a29-91c7-4109-9b56-6dfd10b91106\",\n        \"date_posted\": 1753370216,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024770,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1850029/Critical-Infrastructure-Network-Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Critical Infrastructure Network Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1c562940-4759-4773-ade3-138e6eeb1f26\",\n        \"date_posted\": 1753370231,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758393065,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1847616/Firmware-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Firmware Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d942c1d5-2b25-422d-93fd-62e69e11b429\",\n        \"date_posted\": 1753370249,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758393065,\n        \"url\": \"https://job-boards.greenhouse.io/drweng/jobs/7090734\",\n        \"locations\": [\n            \"Montreal, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"DRW\",\n        \"title\": \"Options Execution Trader\",\n        \"source\": \"vanshb03\",\n        \"id\": \"00a97180-f527-45a2-b22b-a0966f797aff\",\n        \"date_posted\": 1753370396,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753370435,\n        \"url\": \"https://careers.amd.com/careers-home/jobs/67592\",\n        \"locations\": [\n            \"Calgary, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"AMD\",\n        \"title\": \"Software Developer - GPU IO Libraries\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ec2b8787-a5ff-48c7-a599-1c19987ccba6\",\n        \"date_posted\": 1753370435,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753480470,\n        \"url\": \"https://jobs.lever.co/highspot/a1945d0f-e062-4bad-8069-9f8f0bc15458\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Highspot\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d267ddbe-a99e-441e-8b66-5611e537edae\",\n        \"date_posted\": 1753370441,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753480224,\n        \"url\": \"https://www.perplexity.ai/hub/associate-product-manager\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Perplexity\",\n        \"title\": \"Associate Product Manager Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2134170c-cd02-4edf-9039-4bc55f0361d8\",\n        \"date_posted\": 1753480224,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755266856,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/California---San-Francisco/Associate-Product-Manager--starting-summer-2026-_JR302144-2?source=LinkedIn_Jobs\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Salesforce\",\n        \"title\": \"Associate Product Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"38ed9fac-1021-4ee4-87e3-875b7420cf25\",\n        \"date_posted\": 1753480393,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638645,\n        \"url\": \"https://jobs.lever.co/Arcade/b4a66c25-9661-4f5a-9aec-32da76aa0702\",\n        \"locations\": [\n            \"Presidio, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Arcade\",\n        \"title\": \"Associate Product Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f42ec804-5b63-42ce-9e28-d825e8b41137\",\n        \"date_posted\": 1753480412,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753480426,\n        \"url\": \"https://lifeattiktok.com/search/7400808756194461961?spread=5MWH5CQ&utm_source=apmseason\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Product Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"034acd43-4a83-4376-aae5-240d8df4edd2\",\n        \"date_posted\": 1753480426,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753480434,\n        \"url\": \"https://aexp.eightfold.ai/careers/job/29705941?hl=en&domain=aexp.com&utm_source=apmseason\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"American Express\",\n        \"title\": \"Associate - Digital Product Management\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3ef2506b-5fa2-4f23-bcb6-3dde59d936dc\",\n        \"date_posted\": 1753480434,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755266862,\n        \"url\": \"https://tmobile.wd1.myworkdayjobs.com/external/job/Bellevue-Washington/Associate-Product-Manager_REQ327312\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"T-Mobile\",\n        \"title\": \"Associate Product Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d32ce43b-2db3-40e5-90f6-dffe4ba22ea3\",\n        \"date_posted\": 1753910028,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910216,\n        \"url\": \"https://www.hudsonrivertrading.com/hrt-job/junior-electronic-trading-support-engineer-2/\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"Trade Operations\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e2467964-57ff-4005-9f77-e9b1afc45287\",\n        \"date_posted\": 1753910216,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910225,\n        \"url\": \"https://www.hudsonrivertrading.com/hrt-job/junior-electronic-trading-support-engineer/\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"Trade Operations\",\n        \"source\": \"vanshb03\",\n        \"id\": \"67284d80-0236-4a9c-b227-b15593cdba46\",\n        \"date_posted\": 1753910225,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758125116,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?for=blackedgecapital&token=4590407005\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"BlackEdge Capital\",\n        \"title\": \"Quantitative Trader\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d079330b-d760-46a2-b766-d5f7e57509a7\",\n        \"date_posted\": 1753910236,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910441,\n        \"url\": \"https://lifeattiktok.com/search/7530759738491226386?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Backend Engineer Graduate, Risk and Response\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b900c985-c9fe-40dc-b5ad-1d57fdcc4033\",\n        \"date_posted\": 1753910441,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910449,\n        \"url\": \"https://lifeattiktok.com/search/7532626300897937682?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Short Video (BS/MS)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2883a0bc-a0fb-4242-b428-246d13c7b350\",\n        \"date_posted\": 1753910449,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910456,\n        \"url\": \"https://lifeattiktok.com/search/7531161909615593735?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Ads Measurement Signal Technology)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e7d10c09-f1e3-4f9c-987e-166da71a2781\",\n        \"date_posted\": 1753910456,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910460,\n        \"url\": \"https://lifeattiktok.com/search/7532629935644002578?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0e423f57-96dd-449f-8cc7-27d7070d1492\",\n        \"date_posted\": 1753910460,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910466,\n        \"url\": \"https://lifeattiktok.com/search/7530771170938865928?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Research Scientist Graduate- CV/NLP/Multimodal LLM, Trust and Safety\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4a4d5258-e8f6-4e0f-8b18-dd11412a644b\",\n        \"date_posted\": 1753910466,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910471,\n        \"url\": \"https://lifeattiktok.com/search/7530772847212644616?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Research Scientist Graduate- CV/NLP/Multimodal LLM, Trust and Safety\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6c2a8d8d-de3a-48ce-9801-e8b40f9938c2\",\n        \"date_posted\": 1753910471,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910477,\n        \"url\": \"https://lifeattiktok.com/search/7530752375372466439?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Engineer (Backend Software Engineer, Trust and Safety- Seattle)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"57746b4e-b874-455e-9a37-c6c9f3adcaab\",\n        \"date_posted\": 1753910477,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910481,\n        \"url\": \"https://lifeattiktok.com/search/7532627069594224903?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bdd54a82-1e30-4a4b-b67d-4163455ef792\",\n        \"date_posted\": 1753910481,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910487,\n        \"url\": \"https://lifeattiktok.com/search/7532457296103295239?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Monetization Technology - Ads Creative)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bea233a7-e8f1-404c-bce2-0539ac678585\",\n        \"date_posted\": 1753910487,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910494,\n        \"url\": \"https://lifeattiktok.com/search/7532627066714753288?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Music\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5cc9fc27-abca-4f53-836b-244428b5b60d\",\n        \"date_posted\": 1753910494,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910501,\n        \"url\": \"https://lifeattiktok.com/search/7530765464767826184?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Software Development Engineer in Test Graduate (Trust and Safety)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"82448604-5fe5-4d93-b98d-bf6877bc704a\",\n        \"date_posted\": 1753910501,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910508,\n        \"url\": \"https://lifeattiktok.com/search/7532631803707738376?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Live-Foundation-Ecosystem\",\n        \"source\": \"vanshb03\",\n        \"id\": \"46c9c3be-1cc2-4d43-970a-7429379003b4\",\n        \"date_posted\": 1753910508,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910513,\n        \"url\": \"https://lifeattiktok.com/search/7532436539684702471?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer/Mobile Engineer Graduate (Monetization Technology - Ads Core Demonstration)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d783f20d-4494-4ae6-99e2-8d7a23c87491\",\n        \"date_posted\": 1753910513,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910518,\n        \"url\": \"https://lifeattiktok.com/search/7531158608336242962?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer (Commerce Ads)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e3f99292-e1f1-4498-9f90-d3048c01b1ec\",\n        \"date_posted\": 1753910518,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910522,\n        \"url\": \"https://lifeattiktok.com/search/7532349111480273159?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning/Research Engineer (Ads Core Global)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f4938280-4938-4bd2-a93e-b7170db3bee6\",\n        \"date_posted\": 1753910522,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910528,\n        \"url\": \"https://lifeattiktok.com/search/7532240517976721671?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer Graduate (Lead Ads Technology)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bb357a14-699a-4ac8-8958-7ed0cc5c32f7\",\n        \"date_posted\": 1753910528,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024770,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1849297/Hardware-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Hardware Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bf6782b7-ca70-4422-bf49-2d462907a09a\",\n        \"date_posted\": 1753910557,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283134,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1851452/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"93c5c551-9bf8-4f4d-aa09-f77aed3ba9a0\",\n        \"date_posted\": 1753910567,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283134,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1853826/Software-Engineer---Azure-Data\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Azure Data\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1e0d1ac7-e91e-4a54-b233-840ae9544e25\",\n        \"date_posted\": 1753910575,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910593,\n        \"url\": \"https://careers.servicenow.com/jobs/744000073378905/associate-systems-engineer/?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Associate Systems Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1bbc1e3a-35a8-462b-a5f3-eb1764ec2e0a\",\n        \"date_posted\": 1753910593,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910606,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/QUALUS6580294EXTERNALENUS/Machine-Learning-Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ad40dcfe-e6d3-4da4-a889-4511befa669f\",\n        \"date_posted\": 1753910606,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910614,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/QUALUS6922762EXTERNALENUS/Software-Engineer-I-PAAS\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Software Engineer I - PAAS\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a04269aa-8c12-43b3-9eb6-58ccb03c1bfd\",\n        \"date_posted\": 1753910614,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755183446,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/California---San-Francisco/Product-Security-Engineer_JR305774\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Seattle, WA\",\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Salesforce\",\n        \"title\": \"Product Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9dcae2be-84af-43fd-917e-615edc372970\",\n        \"date_posted\": 1753910626,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910634,\n        \"url\": \"https://jobs.bytedance.com/en/position/7527836662400026898/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Backend Software Engineer (Customer Service Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7239c2a1-7dd7-445d-8e82-70399e3ef475\",\n        \"date_posted\": 1753910634,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910655,\n        \"url\": \"https://jobs.bytedance.com/en/position/7532618536427391240/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"43c86f03-71f1-465e-9699-dd47c29abfc5\",\n        \"date_posted\": 1753910655,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758126283,\n        \"url\": \"https://clio.wd3.myworkdayjobs.com/en-US/ClioCareerSite/job/Remote---Canada/Machine-Learning-Engineer_BF-REQ-3169\",\n        \"locations\": [\n            \"Remote\",\n            \"Toronto, Canada\",\n            \"Calgary, Canada\",\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Clio\",\n        \"title\": \"Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"800d2977-2468-473b-a351-9ad3bb87cd3e\",\n        \"date_posted\": 1753910672,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910680,\n        \"url\": \"https://jobs.ashbyhq.com/evenup/fe3d36b4-696b-4c47-be72-2186b266035b\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"EvenUp\",\n        \"title\": \"Early Career Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"55d98d27-73ee-46fe-bc9c-a9bdcc7aa12f\",\n        \"date_posted\": 1753910680,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910691,\n        \"url\": \"https://www.shopify.com/careers/infrastructure-engineers_202c9f29-47fa-4b55-8cbb-337eed7d92e2\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Shopify\",\n        \"title\": \"Infrastructure Engineers\",\n        \"source\": \"vanshb03\",\n        \"id\": \"086e6c7c-c267-4f62-a41e-421ccc7e8392\",\n        \"date_posted\": 1753910691,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910696,\n        \"url\": \"https://www.shopify.com/careers/ml-ops-engineers_896a7d5f-5925-4915-a8e8-3438068464a4\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Shopify\",\n        \"title\": \"ML Ops Engineers\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d3e680e5-306d-42f4-bee4-efde8bb19e24\",\n        \"date_posted\": 1753910696,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910701,\n        \"url\": \"https://www.shopify.com/careers/data-platform-engineers_4684c36e-f913-42a8-8ff5-f4b789a8e61d\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Shopify\",\n        \"title\": \"Data Platform Engineers\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fb5679b4-067c-41b2-b730-e8b61a891f30\",\n        \"date_posted\": 1753910701,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910710,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3044177/system-development-engineer-aws-vetting\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, AWS Vetting\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e39608aa-0d48-4738-b9df-134437bb96ef\",\n        \"date_posted\": 1753910710,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910729,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3047432/system-development-engineer-ots-delivery-software-engineering\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, OTS Delivery Software Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"756ec6ad-e3c7-457a-87ac-7d1b4c35c7e0\",\n        \"date_posted\": 1753910729,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753974059,\n        \"url\": \"https://jobs.lever.co/spotify/cf03a89d-6271-40dd-b41b-8a06798c1055\",\n        \"locations\": [\n            \"Toronto, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Spotify\",\n        \"title\": \"Fullstack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ddac8678-3687-477f-8916-5deba8298b17\",\n        \"date_posted\": 1753910748,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753910831,\n        \"url\": \"https://lifeattiktok.com/search/7531158600791705874?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer (Ads ML Infrastructure)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9e4cdbc5-5a9f-4b51-bb35-934ef8660b2f\",\n        \"date_posted\": 1753910831,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753931999,\n        \"url\": \"https://www.metacareers.com/jobs/609052015548260\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad 2026: Product Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6a47dfe6-4bf6-4966-bafb-f6b8be315bee\",\n        \"date_posted\": 1753931999,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754182271,\n        \"url\": \"https://job-boards.eu.greenhouse.io/stubhubinc/jobs/4648133101\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"StubHub\",\n        \"title\": \"Associate Product Manager - Consumer Experience\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8f5f2c54-52b8-4a12-8802-dbc518ad976a\",\n        \"date_posted\": 1754182271,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754190450,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/83075cf0-9c22-4475-9c6b-e21923a96df8\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Ramp\",\n        \"title\": \"New Grad 2026: Software Engineer - Backend\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e908a832-5011-4036-9ce4-c41dad616fb0\",\n        \"date_posted\": 1754190450,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754190456,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/a1229aec-1105-4c47-8533-b912e732ed89\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Ramp\",\n        \"title\": \"New Grad 2026: Software Engineer - Frontend\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6327379a-da68-4367-bcf6-4ec69a9c9ebd\",\n        \"date_posted\": 1754190456,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760207935,\n        \"url\": \"https://app.ripplematch.com/v2/public/job/340fb9c1?tl=505c5953\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Chicago, IL\",\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Reddit\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c248dbe1-59aa-4711-a809-4708660abfa3\",\n        \"date_posted\": 1754382386,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754382618,\n        \"url\": \"https://job-boards.greenhouse.io/humeai/jobs/4856037008\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Remote\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Hume AI\",\n        \"title\": \"Product Manager, Growth\",\n        \"source\": \"vanshb03\",\n        \"id\": \"14f528e5-f037-48a6-802e-c630a9f1abf9\",\n        \"date_posted\": 1754382618,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557917,\n        \"url\": \"https://lifeattiktok.com/search/7533739605041645832?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"SDET, Software Development Engineer in Test Graduate (TikTok Eng Test-PGC)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"df2d7314-4d92-41da-ac34-4e9e90a63fcd\",\n        \"date_posted\": 1754557917,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557922,\n        \"url\": \"https://lifeattiktok.com/search/7534641634584185095?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"323238e3-9ae0-4630-afd1-bc572115137f\",\n        \"date_posted\": 1754557922,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557932,\n        \"url\": \"https://lifeattiktok.com/search/7533712518582503687?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Product Security Engineer Graduate (Security Assurance)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e83d15ee-5de5-4ff2-a136-1f9567237343\",\n        \"date_posted\": 1754557932,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557937,\n        \"url\": \"https://lifeattiktok.com/search/7532626482364909842?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e2662f8d-b054-4b27-84d2-8a2ee2bd1c23\",\n        \"date_posted\": 1754557937,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557941,\n        \"url\": \"https://lifeattiktok.com/search/7535215880842791176?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Data Arch - AI/ML Infrastructure)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"90d814e2-7ba5-428e-9b6b-58c9f3fee9dd\",\n        \"date_posted\": 1754557941,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557945,\n        \"url\": \"https://lifeattiktok.com/search/7535250563068528903?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Data Arch - ShortText Rec) (BS/MS)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"237649d4-aba0-4da6-b166-03d63b58a697\",\n        \"date_posted\": 1754557945,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557950,\n        \"url\": \"https://lifeattiktok.com/search/7533377192370194706?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: (Machine Learning Engineer, Data-Search-TikTok Recommendation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"465838f6-f8df-4939-ac83-53859851fa78\",\n        \"date_posted\": 1754557950,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557954,\n        \"url\": \"https://lifeattiktok.com/search/7533371534829095175?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer - Data - Search\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ea736740-68a8-4507-a368-29772c0d518f\",\n        \"date_posted\": 1754557954,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557958,\n        \"url\": \"https://lifeattiktok.com/search/7535528357414570248?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Data Platfrom TikTok BP)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2eceabb9-6f55-4bae-b808-e5e013312b8e\",\n        \"date_posted\": 1754557958,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557962,\n        \"url\": \"https://lifeattiktok.com/search/7535396503751772423?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer (Brand Ads)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a252fd6b-6670-4aee-a78f-93d4d6781cee\",\n        \"date_posted\": 1754557962,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557966,\n        \"url\": \"https://lifeattiktok.com/search/7534826542867106066?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Frontend Engineer Graduate, Trust and Safety\",\n        \"source\": \"vanshb03\",\n        \"id\": \"018af844-6dcc-466a-83a8-2be2ca74eade\",\n        \"date_posted\": 1754557966,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557971,\n        \"url\": \"https://lifeattiktok.com/search/7535549508735174930?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Site Reliability Engineer Graduate (Compute Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0f9fdd45-a7b2-4a33-aaed-6d9f4cc0c1ed\",\n        \"date_posted\": 1754557971,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557975,\n        \"url\": \"https://lifeattiktok.com/search/7535544480956483848?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Site Reliability Engineer Graduate (Compute Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c374caff-cb5e-47a7-ad5a-637f5e86e17f\",\n        \"date_posted\": 1754557975,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557979,\n        \"url\": \"https://lifeattiktok.com/search/7535220808265681159?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Data Arch - Data Ecosystem )\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e175b6da-bac1-4db7-baa4-87a97cef51e3\",\n        \"date_posted\": 1754557979,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557983,\n        \"url\": \"https://lifeattiktok.com/search/7532627070011230482?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Social\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5f45aea8-91e8-47e3-ba05-fecbd9d820c6\",\n        \"date_posted\": 1754557983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557987,\n        \"url\": \"https://lifeattiktok.com/search/7535599554659010834?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Monetization Technology - Brand Ads)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2653ebed-f231-4222-a608-fe7190975b6d\",\n        \"date_posted\": 1754557987,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754557991,\n        \"url\": \"https://lifeattiktok.com/search/7530759729113680135?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Frontend Engineer Graduate, Trust and Safety\",\n        \"source\": \"vanshb03\",\n        \"id\": \"197d4aef-2ef8-4ec0-9418-496006fa3e9d\",\n        \"date_posted\": 1754557991,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558055,\n        \"url\": \"https://lifeattiktok.com/search/7534641468595489032?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer - Local Services Search (BS/MS)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"deaaa2b4-49b5-4969-8c5d-377bac681dbd\",\n        \"date_posted\": 1754558055,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558137,\n        \"url\": \"https://lifeattiktok.com/search/7533292831260920082?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Data Engineer (E-commerce)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"35e6cef7-664d-4102-b1ff-e9d1d453a835\",\n        \"date_posted\": 1754558137,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558141,\n        \"url\": \"https://lifeattiktok.com/search/7533292447687493896?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Data Engineer (Data Platfrom TikTok BP)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9fbedd86-6523-43c2-9263-9854b7b4bda8\",\n        \"date_posted\": 1754558141,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558145,\n        \"url\": \"https://lifeattiktok.com/search/7534794210978187527?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Mobile Reliability (Android)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"85b33ffc-2b25-48a9-9463-9243f42fd078\",\n        \"date_posted\": 1754558145,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558149,\n        \"url\": \"https://lifeattiktok.com/search/7534641209890588946?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer Graduate -Search E-Commerce\",\n        \"source\": \"vanshb03\",\n        \"id\": \"21c9b744-143b-42f0-b16a-d8be60d457f7\",\n        \"date_posted\": 1754558149,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558154,\n        \"url\": \"https://lifeattiktok.com/search/7533289397581842696?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ec03c3e4-6c34-441a-ad3a-5d64ed749c4d\",\n        \"date_posted\": 1754558154,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558158,\n        \"url\": \"https://lifeattiktok.com/search/7532629935045232903?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Intelligent Creation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d19c32df-55c4-4eca-b686-be1736e43c22\",\n        \"date_posted\": 1754558158,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558165,\n        \"url\": \"https://lifeattiktok.com/search/7533278507406182674?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer (Experimentation and Evaluation)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"63b01457-858a-4455-b17e-06d395b2efa1\",\n        \"date_posted\": 1754558165,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558171,\n        \"url\": \"https://lifeattiktok.com/search/7532629934058178824?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate User Growth\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d57bf78a-b5d2-4a9d-bde5-f390047362cb\",\n        \"date_posted\": 1754558171,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558175,\n        \"url\": \"https://lifeattiktok.com/search/7532627070011771154?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Search\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eb59c6c4-d38e-4ec9-ba8b-912f43d2201e\",\n        \"date_posted\": 1754558175,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558180,\n        \"url\": \"https://lifeattiktok.com/search/7533106620768012562?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Product Infrastructure\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4b7a3e44-2bf4-4a6d-a41c-046e72bad7db\",\n        \"date_posted\": 1754558180,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558184,\n        \"url\": \"https://lifeattiktok.com/search/7532626353242786055?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate Open Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c7102462-cd53-4a83-ae42-ee9ac01601e5\",\n        \"date_posted\": 1754558184,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558188,\n        \"url\": \"https://lifeattiktok.com/search/7533387057666754834?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"SDET, Software Development Engineer in Test Graduate (TikTok Eng Test-Privacy Product)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"734b57e4-0e35-4b79-90a4-e68be1edc30f\",\n        \"date_posted\": 1754558188,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558202,\n        \"url\": \"https://lifeattiktok.com/search/7532631803707263240?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate PGC\",\n        \"source\": \"vanshb03\",\n        \"id\": \"84e4d646-f8fa-4e5e-8670-72f4bcc6fd91\",\n        \"date_posted\": 1754558202,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558209,\n        \"url\": \"https://lifeattiktok.com/search/7533719102990190866?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate - Data-Search\",\n        \"source\": \"vanshb03\",\n        \"id\": \"674663b1-3c0d-45e8-816f-092f68f04b64\",\n        \"date_posted\": 1754558209,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558302,\n        \"url\": \"https://jobs.bytedance.com/en/position/7531126749275851026/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer, Authorization-US\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9cdca74e-f2ef-4d8b-8572-77ac46edd421\",\n        \"date_posted\": 1754558302,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558316,\n        \"url\": \"https://jobs.bytedance.com/en/position/7534838755829696776/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"Site Reliability Engineer Graduate [Security Engineering-US]\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4c7ca482-cc0f-4d2c-8fd0-4babb84e9776\",\n        \"date_posted\": 1754558316,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558326,\n        \"url\": \"https://www.tesla.com/careers/search/job/247659\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Machine Learning Engineer, Model Optimization & Deployment, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9e6d0f56-8b8b-4e86-88c7-53a871767e01\",\n        \"date_posted\": 1754558326,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558333,\n        \"url\": \"https://www.tesla.com/careers/search/job/247595\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Automation Controls Engineer, Megapack\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4974de9f-0d94-48d3-82df-7725a8ffe16d\",\n        \"date_posted\": 1754558333,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558338,\n        \"url\": \"https://www.tesla.com/careers/search/job/247480\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Systems Engineer, Collision Avoidance, Autonomy & Robotics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"95775410-52fa-4053-9206-3725ab5cad93\",\n        \"date_posted\": 1754558338,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024770,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1857028/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"500c94b3-e531-4b1c-84ef-188bba69e50c\",\n        \"date_posted\": 1754558347,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558357,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3051896/system-development-engineer-amazon-robotics\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, Amazon Robotics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"57e2bd62-a4f3-4bac-824d-9e418072b439\",\n        \"date_posted\": 1754558357,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755266875,\n        \"url\": \"https://autodesk.wd1.myworkdayjobs.com/Ext/job/San-Francisco-CA-USA/Software-Engineer---New-Grad-2025_25WD89315\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Autodesk\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e34bc83e-df17-4df5-8825-93fee7224a89\",\n        \"date_posted\": 1754558384,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558660,\n        \"url\": \"https://uhg.taleo.net/careersection/10780/jobdetail.ftl?job=2300249&lang=en\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"UnitedHealth Group\",\n        \"title\": \"Software Engineer - Python, ETL, SQL\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b5932cea-ec77-4b8a-b8c6-a2f03ce401cf\",\n        \"date_posted\": 1754558660,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558666,\n        \"url\": \"https://tas-uhg.taleo.net/careersection/10780/jobdetail.ftl?job=2300249&lang=en\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"UnitedHealth Group\",\n        \"title\": \"Software Engineer - Python, ETL, SQL\",\n        \"source\": \"vanshb03\",\n        \"id\": \"96ffba7e-ce08-4137-a26b-ff50787dc9a1\",\n        \"date_posted\": 1754558666,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558675,\n        \"url\": \"https://jobs.royalcaribbeangroup.com/job/Miramar-Associate-Engineer%2C-Software-FL-33132/1314694500/\",\n        \"locations\": [\n            \"Miramar, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Royal Caribbean Group\",\n        \"title\": \"Associate Engineer, Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a7abab18-2ce4-4171-9d33-8714e473c637\",\n        \"date_posted\": 1754558675,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558686,\n        \"url\": \"https://recruiting.paylocity.com/Recruiting/Jobs/Details/3477495\",\n        \"locations\": [\n            \"Troy, MI\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Detroit Defense\",\n        \"title\": \"Software Test Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"527bb77a-c5c1-4263-ba14-983c45c96372\",\n        \"date_posted\": 1754558686,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468765,\n        \"url\": \"https://job-boards.greenhouse.io/cooksys/jobs/4872299008\",\n        \"locations\": [\n            \"Nashville, TN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Cook Systems\",\n        \"title\": \"Software Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"47f74940-bb5c-4701-b806-144cfb330e30\",\n        \"date_posted\": 1754558693,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755698978,\n        \"url\": \"https://job-boards.greenhouse.io/twilio/jobs/7061880\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Twilio\",\n        \"title\": \"Machine Learning & Data Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7ff6b89d-b2c3-4f52-8286-5027337fcbce\",\n        \"date_posted\": 1754558713,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442804,\n        \"url\": \"https://jobs.lever.co/lumafield/0bdaed8e-3234-4073-afa6-410d1362fe25\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"Everett, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Lumafield\",\n        \"title\": \"Embedded Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"254fb26c-539c-42bd-b226-4884765eb198\",\n        \"date_posted\": 1754558731,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761490754,\n        \"url\": \"https://job-boards.greenhouse.io/niantic/jobs/8108536002\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Niantic\",\n        \"title\": \"Software Engineer, Client\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cac2465f-3b42-41bb-8636-5834bc5511fd\",\n        \"date_posted\": 1754558739,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558748,\n        \"url\": \"https://hdjq.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/25024266\",\n        \"locations\": [\n            \"Shakopee, MN\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Emerson\",\n        \"title\": \"Embedded Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f47dc558-59c2-4c6f-8b1e-bfeb5df7395e\",\n        \"date_posted\": 1754558748,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638645,\n        \"url\": \"https://job-boards.greenhouse.io/pingidentity/jobs/8084784002\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Ping Identity\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"11288e3f-6342-4aa7-ade3-8518838ef3b1\",\n        \"date_posted\": 1754558754,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558790,\n        \"url\": \"https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=cf1a92f4-16eb-4267-86ca-bc956024f426&jobId=553315\",\n        \"locations\": [\n            \"Hamilton, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Mathtech\",\n        \"title\": \"Associate Software Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a3c476d8-893d-4647-ae26-c33f13121cee\",\n        \"date_posted\": 1754558790,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754558806,\n        \"url\": \"https://jacobs.taleo.net/careersection/ex3/jobdetail.ftl?job=ADV000B3R&lang=en\",\n        \"locations\": [\n            \"Kennedy Space Center, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Jacobs\",\n        \"title\": \"Software Engineer, Entry\",\n        \"source\": \"vanshb03\",\n        \"id\": \"61b3df3a-e19c-4840-8796-1fd3d16038f6\",\n        \"date_posted\": 1754558806,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755266882,\n        \"url\": \"https://boeing.wd1.myworkdayjobs.com/external_careers/job/USA---Daytona-Beach-FL/Associate-Software-Engineer-Developer--Development-_JR2025466830-1\",\n        \"locations\": [\n            \"Daytona Beach, FL\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"The Boeing Company\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bf6cfde2-8b2d-463b-9ee9-91568b472aa8\",\n        \"date_posted\": 1754558811,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347370,\n        \"url\": \"https://adobe.wd5.myworkdayjobs.com/external_experienced/job/Lehi/Software-Development-Engineer_R157704\",\n        \"locations\": [\n            \"Lehi, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Adobe\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a3e13702-95d4-406e-a507-1e7d1ce57927\",\n        \"date_posted\": 1754558833,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760207857,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/304100\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Oracle\",\n        \"title\": \"Undergrad Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6129791f-6cf1-423d-bd37-c912e67e516b\",\n        \"date_posted\": 1754558843,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754706230,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/software-engineer---new-grad-2026-start-6865698002\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Mountain View, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"14eabd84-8b95-40f7-81db-425c63c52927\",\n        \"date_posted\": 1754706230,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1754706376,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/data-scientist---new-grad-2026-start-6866554002\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2026: Data Scientist\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6bdfc27f-abcc-4fdf-997c-b8cad0e6692d\",\n        \"date_posted\": 1754706376,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760207843,\n        \"url\": \"https://www.metacareers.com/jobs/8187200048015588\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"19fd8c9b-ee2b-4667-9a4a-22f78706d02d\",\n        \"date_posted\": 1755112283,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://jobs.ashbyhq.com/brm.ai/05cad7f7-2194-480d-8e70-7338cfd2a189/application\",\n        \"company_name\": \"BRM\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f858a9c5-9848-4c93-9f14-dabd4522cb6d\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://careers-i3-corps.icims.com/jobs/4833/entry-level-full-stack-software-engineer/job\",\n        \"company_name\": \"i3\",\n        \"title\": \"Full-Stack Software Engineer\",\n        \"locations\": [\n            \"Hunstville, AL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"36285a24-404c-424b-8113-e60475bd09d4\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https:/.workable.com/trexquant/j/A634E0E3F4/\",\n        \"company_name\": \"Trexquant\",\n        \"title\": \"Quantitative Researcher\",\n        \"locations\": [\n            \"Stamford, CT\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b884b542-124d-48c2-ac9b-24ea06aec70c\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755900211,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/External/job/MD---Baltimore/Software-Engineer-I---AWS_R-46038\",\n        \"company_name\": \"The Travelers Companies\",\n        \"title\": \"Software Engineer I - AWS\",\n        \"locations\": [\n            \"Baltimore, MD\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6abf3a97-6552-4953-a1c5-8507444948e1\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://careers.roblox.com/jobs/7114754?gh_jid=7114754\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"Software Engineer - Early Career\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a7c65e95-7b7a-44b6-ab78-77df6ef85f05\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https:/.workable.com/trexquant/j/A634E0E3F4\",\n        \"company_name\": \"Trexquant\",\n        \"title\": \"Quantitative Researcher - Early Career\",\n        \"locations\": [\n            \"Stamford, CT\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c77beea7-13ef-4e3e-940e-ad734812c168\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://careers-i3-corps.icims.com/jobs/4833/job\",\n        \"company_name\": \"i3\",\n        \"title\": \"Entry Level Full-Stack Software Engineer\",\n        \"locations\": [\n            \"Huntsville, AL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"bcccb7d7-836e-4fd2-9c12-339db8b1ade2\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://bostonscientific.eightfold.ai/careers/job/563602803047194\",\n        \"company_name\": \"Boston Scientific\",\n        \"title\": \"Software Engineer I - Engineering - Development\",\n        \"locations\": [\n            \"Roseville, MN\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"ff35da1b-aa4e-4040-aff2-49c84084d8b0\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://bostonscientific.eightfold.ai/careers/job/563602803067424\",\n        \"company_name\": \"Boston Scientific\",\n        \"title\": \"Software Engineer I - Engineering - Development\",\n        \"locations\": [\n            \"Roseville, MN\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8f0ae0c6-ffb1-4b9f-83c8-cb25cfe231ba\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://maxar.wd1.myworkdayjobs.com/en-US/Maxar/job/Herndon-VA/Forward-Deployed-Software-Engineer-I_R22647-1\",\n        \"company_name\": \"Maxar\",\n        \"title\": \"Forward Deployed Software Engineer I\",\n        \"locations\": [\n            \"Herndon, VA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5b91c136-e063-42c9-a37c-b43ab978d71b\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755266905,\n        \"url\": \"https://radiancetech.wd12.myworkdayjobs.com/en-US/radiance_external/job/Beavercreek-OH/Junior-Full-Stack-Software-Engineer_HR101733\",\n        \"company_name\": \"Radiance Technologies\",\n        \"title\": \"Junior Full Stack Software Engineer\",\n        \"locations\": [\n            \"Beavercreek, OH\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"71500ea8-e184-45ed-b125-e33bcee4d344\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755698979,\n        \"url\": \"https://job-boards.greenhouse.io/celonis/jobs/6616403003?gh_jid=6616403003\",\n        \"company_name\": \"Celonis\",\n        \"title\": \"Associate Value Engineer (AI-Driven Data Science & Analytics)\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ff5bcd26-05f7-44ff-a867-cbf89f0c731f\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1769923603,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/US-WA-Seattle/Research-Scientist--Robotics-Research---New-College-Grad-2025_JR2001017\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"Research Scientist, Robotics Research\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4b35d640-027a-4597-9d66-bd6eb42d4271\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755183492,\n        \"url\": \"https://wd1.myworkdaysite.com/recruiting/ssctech/SSCTechnologies/job/Union-NJ/Junior-AI-Assisted-Software-Engineer_R36039\",\n        \"company_name\": \"SS&C\",\n        \"title\": \"Junior AI-Assisted Software Engineer\",\n        \"locations\": [\n            \"South Orange, NJ\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"09e0939c-e64a-486a-9ae0-845760c43167\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://www.globalrelay.com/careers/jobs?gh_jid=5616305004\",\n        \"company_name\": \"Global Relay\",\n        \"title\": \"Junior Software Developer Engineer in Test - C#\",\n        \"locations\": [\n            \"Vancouver, BC, Canada\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a1fe1160-a32c-41b1-a47d-c72c5d2785d6\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755266916,\n        \"url\": \"https://bmo.wd3.myworkdayjobs.com/en-US/External/job/Chicago-IL-USA/Software-Engineer--New-or-Recent-Graduate-_R250019232\",\n        \"company_name\": \"BMO\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3e6b9600-16c5-4c88-a2b6-0337f55a153b\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755347404,\n        \"url\": \"https://directv.wd1.myworkdayjobs.com/en-US/careers/job/El-Segundo-CA/IT-Software-Engineer-1_R250209\",\n        \"company_name\": \"DIRECTV\",\n        \"title\": \"IT Software Engineer 1\",\n        \"locations\": [\n            \"El Segundo, CA\",\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"218372ad-8933-4b6e-8bbc-bfdcdb9a1a65\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755900229,\n        \"url\": \"https://moog.wd5.myworkdayjobs.com/en-US/moog_external_career_site/job/Torrance-CA/Eng--Assc_R-25-13250\",\n        \"company_name\": \"Moog\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Torrance, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"036be4a0-9117-4b6b-8621-ae15e1c191fa\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://careers-peraton.icims.com/jobs/158789/software-engineering%2c-associate/job\",\n        \"company_name\": \"Peraton\",\n        \"title\": \"Software Engineering, Associate\",\n        \"locations\": [\n            \"Herndon, VA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3ba072d2-b1ea-44e6-9761-57214ac33e65\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755698979,\n        \"url\": \"https://job-boards.greenhouse.io/celonis/jobs/6616403003\",\n        \"company_name\": \"Celonis\",\n        \"title\": \"Associate Value Engineer (AI-Driven Data Science & Analytics) - Orbit Program\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c0126364-c0ae-42fe-b291-824058e4de38\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755900235,\n        \"url\": \"https://usventure.wd1.myworkdayjobs.com/en-US/usvexternal/job/WI---Green-Bay/Data-Analyst-I--Breakthrough-_R3745\",\n        \"company_name\": \"U.S. Venture\",\n        \"title\": \"Data Analyst I\",\n        \"locations\": [\n            \"Green Bay, WI\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2cbb9b88-7351-4dfc-ac0c-70bd0c1effc6\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755347427,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/MD720-9861-Broken-Land-Pkwy-Columbia-9861-Broken-Land-Parkway-Suite-400-Columbia-MD-21046-USA/Cyber-Electronic-Warfare-Engineer_01782149\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Cyber/Electronic Warfare Research Engineer I\",\n        \"locations\": [\n            \"Columbia, MD\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6ddd59c0-21ac-4e72-894d-ab5682be9df6\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755266385,\n        \"url\": \"https://directv.wd1.myworkdayjobs.com/careers/job/El-Segundo-CA/IT-Software-Engineer-1_R250209\",\n        \"company_name\": \"DIRECTV\",\n        \"title\": \"IT Software Engineer 1\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6f8c51f3-31ba-434a-8f59-914de3c23785\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756355567,\n        \"url\": \"https://job-boards.greenhouse.io/tripadvisor/jobs/6903058\",\n        \"company_name\": \"TripAdvisor\",\n        \"title\": \"Software Engineer I - Backend Focus - Viator\",\n        \"locations\": [\n            \"London, UK\",\n            \"Oxford, UK\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"10a0e7c6-2ce2-453b-9f93-8466d7cbc097\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1769923608,\n        \"url\": \"https://hntb.wd5.myworkdayjobs.com/HNTB_Careers/job/Kansas-City-MO/Returning-New-Grad-Software-Engineer-I--Great-Lakes-Division--For-Current-Former-HNTB-Interns-Only_R-26770-1\",\n        \"company_name\": \"HNTB\",\n        \"title\": \"Returning New Grad Software Engineer I\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"Kansas City, MO\",\n            \"Overland Park, KS\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"45ca3c6f-4fc6-45e0-a76b-3024a0e72b01\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442791,\n        \"url\": \"https://job-boards.greenhouse.io/andurilindustries/jobs/4802146007?gh_jid=4802146007&gh_src=\",\n        \"company_name\": \"Anduril Industries\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Costa Mesa, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"28e49280-6352-46ce-9426-259596240748\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://job-boards.greenhouse.io/andurilindustries/jobs/4164476007?gh_jid=4164476007&gh_src=\",\n        \"company_name\": \"Anduril Industries\",\n        \"title\": \"Air Dominance & Strike - Flight Software Engineer, Embedded C/C++\",\n        \"locations\": [\n            \"Costa Mesa, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f17f7754-99fc-48c6-afc2-da2067963cb3\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://job-boards.greenhouse.io/andurilindustries/jobs/4776690007?gh_jid=4776690007&gh_src=\",\n        \"company_name\": \"Anduril Industries\",\n        \"title\": \"Software Engineer, Connected Warfare\",\n        \"locations\": [\n            \"Costa Mesa, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"06c3e021-6650-47c5-b028-72dbe45095b4\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755900247,\n        \"url\": \"https://cvshealth.wd1.myworkdayjobs.com/en-US/cvs_health_careers/job/TX---Work-from-home/Associate-Cloud-Architect_R0619090\",\n        \"company_name\": \"CVS Health\",\n        \"title\": \"Associate Cloud Architect\",\n        \"locations\": [\n            \"Remote, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"295841ad-3e6c-4f0c-8bbb-e14b57d3281b\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://remodelhealth.com/resources/job/?gh_jid=4880033008\",\n        \"company_name\": \"Remodel Health\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Indianapolis, IN\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c9a38815-68ea-46d9-a9e0-807396e9173d\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755347455,\n        \"url\": \"https://ssctech.wd1.myworkdayjobs.com/en-US/ssctechnologies/job/Union-NJ/Junior-AI-Assisted-Software-Engineer_R36039\",\n        \"company_name\": \"SS&C\",\n        \"title\": \"Junior AI-Assisted Software Engineer\",\n        \"locations\": [\n            \"Union, NJ\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"73d540ab-b25d-4412-b906-0dcf29270afc\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1756355650,\n        \"url\": \"https://cat.wd5.myworkdayjobs.com/en-US/solarturbines/job/San-Diego-California/Entry-Level-Controls---Software-Test-Engineer_R0000318546\",\n        \"company_name\": \"Solar Turbines\",\n        \"title\": \"Entry Level Controls & Software Test Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"927ab3e1-7e13-40ee-94ed-e4bc401490ed\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755347471,\n        \"url\": \"https://barclays.wd3.myworkdayjobs.com/en-US/external_career_site_barclays/job/745-7th-Avenue-New-York/Quantitative-Analytics-Associate-Graduate-Program-2026-New-York_JR-0000060403\",\n        \"company_name\": \"Barclays\",\n        \"title\": \"Quantitative Analytics Associate Graduate Program\",\n        \"locations\": [\n            \"Manhattan, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0faac3d5-975e-4982-8964-12d2322d2b14\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1756355654,\n        \"url\": \"https://homedepot.wd5.myworkdayjobs.com/en-US/careerdepot/job/STORE-SUPPORT-CENTER-ATLANTA---9090/Associate-Data-Scientist---MET_Req153698-1\",\n        \"company_name\": \"The Home Depot\",\n        \"title\": \"Associate Data Scientist - MET\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f080d3f4-a4e5-4ed1-bbbb-2520085cb96e\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https:/.workable.com/scitec/j/45B1B9BA15/\",\n        \"company_name\": \"SciTec\",\n        \"title\": \"Associate / Staff Mission Data Analyst\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2184fbcb-b496-4164-914a-29ab679015d2\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://jobs.smartrecruiters.com/prosidianconsulting/743999691677974\",\n        \"company_name\": \"Prosidian Consulting\",\n        \"title\": \"ITSM IT Security Engineer I\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f1761f47-a16e-44fa-8004-93b662a52103\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468829,\n        \"url\": \"https://amainc.wd12.myworkdayjobs.com/en-US/ama_careers/job/Hampton-VA/AI-ML-Research-Associate_R-100359\",\n        \"company_name\": \"Analytical Mechanics Associates\",\n        \"title\": \"AI/ML Research Associate\",\n        \"locations\": [\n            \"Hampton, VA\",\n            \"Remote\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"68b1c0e8-6847-44b8-9db9-44e406bc351e\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755900271,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/en-us/External_Career_Site/job/California---San-Francisco/Software-Engineering-AMTS--New-Grad-_JR307625-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"Software Engineering AMTS - New Grad\",\n        \"locations\": [\n            \"Palo Alto, CA\",\n            \"Seattle, WA\",\n            \"SF\",\n            \"Bellevue, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2211f930-6bf9-418f-88cb-6743fc6e1376\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442791,\n        \"url\": \"https://boards.greenhouse.io/andurilindustries/jobs/4824364007\",\n        \"company_name\": \"Anduril\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"89f44120-f54c-47cb-bf54-e770d332eeb3\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442791,\n        \"url\": \"https://boards.greenhouse.io/andurilindustries/jobs/4824378007\",\n        \"company_name\": \"Anduril\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d438cdd8-4335-4e90-a7d4-9e2186e5301c\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755699123,\n        \"url\": \"https://broadcom.wd1.myworkdayjobs.com/External_Career/job/USA-TX-Plano-Legacy-Drive-Suite-700/Entry-level-Mainframe-Software-Development-Engineer_R023538\",\n        \"company_name\": \"Broadcom Limited\",\n        \"title\": \"Entry level Mainframe Software Development Engineer\",\n        \"locations\": [\n            \"Plano, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f97bd1f4-1d17-4f7e-908e-535a6ca2d53e\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://university-uber.icims.com/jobs/147250/job\",\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2025: Software Engineer I\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4f0136c5-f568-421a-bdbb-c43d63efb9df\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755266430,\n        \"url\": \"https://boeing.wd1.myworkdayjobs.com/en-US/external_careers/job/USA---Long-Beach-CA/Software-and-Electrical-Systems-Simulation-Integration-Engineer--Entry-Level-or-Associate-_JR2025463055-2\",\n        \"company_name\": \"Boeing\",\n        \"title\": \"Software and Electrical Systems Simulation Integration Engineer\",\n        \"locations\": [\n            \"Long Beach, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c5ca65e6-04e0-4d73-b8f8-46edbc12949a\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://careers-gannettfleming.icims.com/jobs/12404/entry-level-software-developer/job\",\n        \"company_name\": \"Gannett Fleming\",\n        \"title\": \"Entry Level Software Developer\",\n        \"locations\": [\n            \"San Diego, CA\",\n            \"Chicago, IL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"6a43aabf-45df-4a04-9cca-191d81cc8a3e\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755113970,\n        \"url\": \"https://bostonscientific.eightfold.ai/careers/job/563602803102071\",\n        \"company_name\": \"Boston Scientific\",\n        \"title\": \"Software Engineer I - Engineering - Development\",\n        \"locations\": [\n            \"Roseville, MN\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"21199592-f3a7-48ce-89cb-6ccd9ab3bbe9\",\n        \"date_posted\": 1755113970,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1755115139,\n        \"url\": \"https://jobs.bytedance.com/en/position/7535233571066349842/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Applied Machine Learning - MLDev)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5b6eac72-8c00-4cf6-b79b-316e7573ba8d\",\n        \"date_posted\": 1755115139,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024771,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1858310/Software-Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d30718db-b9b9-45d7-8b7a-c04b5e215c99\",\n        \"date_posted\": 1755115149,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115157,\n        \"url\": \"https://jobs.ashbyhq.com/suno/991c9785-9bd5-499a-98aa-146e8c947752\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Suno\",\n        \"title\": \"Software Engineer, Early Career\",\n        \"source\": \"vanshb03\",\n        \"id\": \"327c146b-66e5-4035-9b7d-8028c929a624\",\n        \"date_posted\": 1755115157,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115162,\n        \"url\": \"https://jobs.bytedance.com/en/position/7532538236133902599/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer (Applied Machine Learning - Enterprise)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"602d7e2a-5092-489a-9266-5312b0077415\",\n        \"date_posted\": 1755115162,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115167,\n        \"url\": \"https://jobs.bytedance.com/en/position/7536272435440716040/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer (Dev Infra)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"05b2d7c1-02ca-4f78-ba54-b5cc91b46ad7\",\n        \"date_posted\": 1755115167,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115173,\n        \"url\": \"https://lifeattiktok.com/search/7535606471191824647?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer (Monetization Technology - TikTok Ads Creative & Ecosystem)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a7fa4e37-6a7a-4740-a54d-9de5078db5b6\",\n        \"date_posted\": 1755115173,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024771,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1860403/Software-Engineer%3A-Microsoft-AI-Development-Acceleration-Program%2C-Redmond\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer: Microsoft AI Development Acceleration Program, Redmond\",\n        \"source\": \"vanshb03\",\n        \"id\": \"426bda00-15b1-4ce6-9153-933926017785\",\n        \"date_posted\": 1755115181,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115188,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3057120/systems-development-engineer-i-ops-tech-solution-ots\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Systems Development Engineer I, Ops Tech Solution (OTS)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ce345b4a-8624-4947-a39a-f8ae8c438090\",\n        \"date_posted\": 1755115188,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115232,\n        \"url\": \"https://jobs.bytedance.com/en/position/7537121677185534216/detail?spread=BSPP2KS\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Network Engineer (Edge Network)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5231c14e-4ca3-477c-8ff9-853c428c9eba\",\n        \"date_posted\": 1755115232,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115238,\n        \"url\": \"https://lifeattiktok.com/search/7536356589390301458?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Recommendation Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3b4462db-6f92-4f9a-979c-9f340461fd30\",\n        \"date_posted\": 1755115238,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115244,\n        \"url\": \"https://ats.rippling.com/en-CA/rippling/jobs/393b2982-14b0-4715-b6ea-a83353e95e12\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Rippling\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a3e7a515-dad3-46f0-b16f-4d2127fe5205\",\n        \"date_posted\": 1755115244,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115416,\n        \"url\": \"https://www.jumptrading.com/careers/7078491/\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Jump Trading\",\n        \"title\": \"Tech Ops Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"07084fd0-9e7d-4b12-b361-e3d3e97d7d35\",\n        \"date_posted\": 1755115416,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115437,\n        \"url\": \"https://www.citadelsecurities.com/careers/details/c-software-engineer-4/\",\n        \"locations\": [\n            \"Miami, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Citadel Securities\",\n        \"title\": \"C++ Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1439af31-320e-4a34-adb5-d89754a8d8be\",\n        \"date_posted\": 1755115437,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442804,\n        \"url\": \"https://job-boards.greenhouse.io/figureai/jobs/4589430006\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Figure\",\n        \"title\": \"Embedded Systems Integration Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c9e7f13d-2357-4885-87a7-2575d4c19368\",\n        \"date_posted\": 1755115477,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115488,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3054843/robotics-systems-engineer-amazon-robotics-deployment-engineering\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"North Reading, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Robotics Systems Engineer, Amazon Robotics Deployment Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f059be4f-04cb-4295-a76c-ad5b961e1cd7\",\n        \"date_posted\": 1755115488,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115496,\n        \"url\": \"https://lifeattiktok.com/search/7532281787985840392?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Product Manager Graduate (TikTok Shop User Product)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"facf97ef-473d-4798-875a-870dcbc2773f\",\n        \"date_posted\": 1755115496,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115505,\n        \"url\": \"https://www.tesla.com/careers/search/job/242474\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Technical Program Manager, Energy Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c5f9dafd-81ce-419f-9932-9a99e8cd8ccc\",\n        \"date_posted\": 1755115505,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115509,\n        \"url\": \"https://lifeattiktok.com/search/7534966101852539144?spread=5MWH5CQ\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Product Manager (SMB)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"25cd60a3-899d-4473-a63d-a3b5895495b3\",\n        \"date_posted\": 1755115509,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115517,\n        \"url\": \"https://lifeattiktok.com/search/7532815853353863432?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Product Manager, Content Ecosystem\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c22d03b7-3ed5-4bc7-87e0-48396758eaaa\",\n        \"date_posted\": 1755115517,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760207647,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?for=blackedgecapital&token=4595489005\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"BlackEdge Capital\",\n        \"title\": \"New Grad 2026: Quantitative Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ebf6090d-3ec4-40c9-860f-c1e06e2fa19f\",\n        \"date_posted\": 1755115525,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755115537,\n        \"url\": \"https://www.hudsonrivertrading.com/hrt-job/algorithm-developer-quant-researcher-2026-grads/\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"New Grad 2026: Algorithm Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"04eed366-75cb-43ea-9611-16ea7895086f\",\n        \"date_posted\": 1755115537,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761490754,\n        \"url\": \"https://job-boards.greenhouse.io/geotab/jobs/4556235008\",\n        \"company_name\": \"Geotab\",\n        \"title\": \"Software Developer(role says Sr on post but just apply twin)\",\n        \"locations\": [\n            \"Toronto\",\n            \"Waterloo\",\n            \"Oakville\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"Willjianger9\",\n        \"id\": \"4bb06ca8-f121-4630-bdee-3fe962322bfd\",\n        \"date_posted\": 1755122119,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755699129,\n        \"url\": \"https://keybank.wd5.myworkdayjobs.com/en-US/External_Career_Site/job/Cleveland-OH/XMLNAME-2026-Analytics-and-Quantitative-Modeling-Rotational-Analyst-Program---Cleveland_R-33876-1\",\n        \"company_name\": \"KeyBank\",\n        \"title\": \"Analytics and Quantitative Modeling Rotational Analyst Program\",\n        \"locations\": [\n            \"Cleveland, OH\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"492a48d1-d31c-4ce1-b580-6884ca4d441f\",\n        \"date_posted\": 1755182907,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755182907,\n        \"url\": \"https://triafed.com/jobs/?gh_jid=4881899008\",\n        \"company_name\": \"Tria Federal\",\n        \"title\": \"Data Analyst-Level I\",\n        \"locations\": [\n            \"Falls Church, VA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"239aa5b3-a22d-4eac-ae1f-7f6b5b2157de\",\n        \"date_posted\": 1755182907,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1760078848,\n        \"url\": \"https://job-boards.greenhouse.io/xpengmotors/jobs/8091749002\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"XPENG\",\n        \"title\": \"Autonomous Driving Center Full-Time Position\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cc940ed1-70e0-4e00-8751-243789d8da4b\",\n        \"date_posted\": 1755206165,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347465,\n        \"url\": \"https://joinbytedance.com/search/7535903852755814674\",\n        \"locations\": [\n            \"Seattle\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"Site Reliability Engineer (Data Infrastructure)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"81a013c8-6a39-4617-bc48-ed170561b14f\",\n        \"date_posted\": 1755347465,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347470,\n        \"url\": \"https://joinbytedance.com/search/7538114876280817927\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Cloud Network Engineer (Physical Network Infra)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cf14bb1a-7012-4877-a5a3-fce77b5f5ee9\",\n        \"date_posted\": 1755347470,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347481,\n        \"url\": \"https://joinbytedance.com/search/7538109046751463688\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Network Engineer (Physical Network Infra)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"29f8054c-2e1d-41ed-85be-110be76378ec\",\n        \"date_posted\": 1755347481,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347488,\n        \"url\": \"https://joinbytedance.com/search/7538106304578963730\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Network Engineer (Physical Network Infra)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"abd94d83-42cf-4869-9d0b-f2e6292f690d\",\n        \"date_posted\": 1755347488,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347506,\n        \"url\": \"https://www.tesla.com/careers/search/job/248409\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Core Infrastructure, AI\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a7f3aa67-8eef-44db-bc75-ca30fac1c2d6\",\n        \"date_posted\": 1755347506,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347510,\n        \"url\": \"https://joinbytedance.com/search/7538433821165259015\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Cloud Network Engineer (Physical Network Infra)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c3a3ac37-e1e9-4248-9ce3-7b050755466e\",\n        \"date_posted\": 1755347510,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347514,\n        \"url\": \"https://joinbytedance.com/search/7538120693880834322\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer (Edge Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"dc734027-015b-4251-a7f9-91ba52c325f1\",\n        \"date_posted\": 1755347514,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347519,\n        \"url\": \"https://lifeattiktok.com/search/7538325343598741767\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Foundation Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1e343c2e-d449-4973-a233-341f6dc83290\",\n        \"date_posted\": 1755347519,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347525,\n        \"url\": \"https://lifeattiktok.com/search/7538318336657606930\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer (Media Platform)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c9accb7e-57af-4a8e-8791-57a6f59be7e2\",\n        \"date_posted\": 1755347525,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347531,\n        \"url\": \"https://lifeattiktok.com/search/7534982208201984274\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Machine Learning Engineer Graduate (TikTok Short Video Content Understanding/Multimodal Recommendation)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"465bd0a3-2d43-49a2-b0f4-bca4f74d5ec4\",\n        \"date_posted\": 1755347531,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347539,\n        \"url\": \"https://lifeattiktok.com/search/7538320612860446994\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer (Media Engine)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"917c9cbe-5e85-4e59-9a66-c43caf71e39e\",\n        \"date_posted\": 1755347539,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347544,\n        \"url\": \"https://lifeattiktok.com/search/7538325771954637074\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer (Live Service)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"15875ba3-e367-4c34-97d2-0301c6b4dbfb\",\n        \"date_posted\": 1755347544,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347554,\n        \"url\": \"https://www.sofi.com/careers/sofi-university/\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Helena, MT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"SoFi\",\n        \"title\": \"New Grad 2025: Fullstack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d6cf78de-6213-4463-9bd3-c2055e77408a\",\n        \"date_posted\": 1755347554,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756222438,\n        \"url\": \"https://jobs.lever.co/robinpowered/5b7a72e0-480a-49b6-a4cf-78ee0c6b6ce9\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Robin\",\n        \"title\": \"Associate Software Engineer (AI-Native)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"dce3edea-af8e-48bc-bc34-766b5bb84b03\",\n        \"date_posted\": 1755347563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347578,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/85002977104\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Disney\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2119d1b9-d3e3-4295-80c0-db8711168fa4\",\n        \"date_posted\": 1755347578,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347611,\n        \"url\": \"https://lifeattiktok.com/search/7538213896365689096\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer (Commerce Ads)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d82e761e-ad6a-4494-9807-0831ea33399b\",\n        \"date_posted\": 1755347611,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347623,\n        \"url\": \"https://job-boards.greenhouse.io/canonical/jobs/3257589\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Canonical\",\n        \"title\": \"Software Engineer - Python - Cloud\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f115e032-276b-4548-8323-77ddbdd7fe63\",\n        \"date_posted\": 1755347623,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347639,\n        \"url\": \"https://paypal.eightfold.ai/careers/job/274908696559\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Chicago, IL\",\n            \"Omaha, NE\",\n            \"Scottsdale, AZ\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"PayPal\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e6258771-e16d-4fe7-81ba-13529ec7f8a8\",\n        \"date_posted\": 1755347639,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755347665,\n        \"url\": \"https://jobs.ashbyhq.com/notion/4b10e40a-6136-4efe-8b05-cad43458e9e9\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Notion\",\n        \"title\": \"Software Engineer, Search Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5339fcd6-9667-4795-920e-046a0f8b74b3\",\n        \"date_posted\": 1755347665,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758918596,\n        \"url\": \"https://job-boards.greenhouse.io/chime/jobs/8101747002\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Chime\",\n        \"title\": \"New Grad: Product Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4ffa750b-5624-40f5-906c-08867909d3ca\",\n        \"date_posted\": 1755347671,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437357,\n        \"url\": \"https://l2tmediallc.applytojob.com/b2dvJrHuSV/Junior-Digital-Media-Data-Analyst\",\n        \"company_name\": \"L2TMedia\",\n        \"title\": \"Junior Digital Media Data Analyst\",\n        \"locations\": [\n            \"Evanston, IL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a3eb540e-b3a2-4b07-92d4-9d2aab178ea8\",\n        \"date_posted\": 1755437357,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755699135,\n        \"url\": \"https://disney.wd5.myworkdayjobs.com/en-US/disneycareer/job/Burbank-CA-USA/Associate-Data-Analyst_10128347\",\n        \"company_name\": \"Disney\",\n        \"title\": \"Associate Data Analyst\",\n        \"locations\": [\n            \"Burbank, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"489e4838-85b8-4acc-860d-4a6e3ea16f5f\",\n        \"date_posted\": 1755437357,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755437357,\n        \"url\": \"https:/.workable.com/qodeworld/j/5718A36818/\",\n        \"company_name\": \"qode.world\",\n        \"title\": \"Junior Software Developer\",\n        \"locations\": [\n            \"NJ\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7aee39c5-1b93-4696-9cd5-cef9c161d16b\",\n        \"date_posted\": 1755437357,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1756355664,\n        \"url\": \"https://globalfoundries.wd1.myworkdayjobs.com/en-US/External/job/USA---Vermont---Essex-Junction/Manufacturing-Software-Engineer--Test-Program-Applications---Automation--2026-New-College-Graduate_JR-2502329\",\n        \"company_name\": \"GlobalFoundries\",\n        \"title\": \"Manufacturing Software Engineer, Test Program Applications & Automation\",\n        \"locations\": [\n            \"Essex Junction, VT\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"73320160-7375-400d-9bf7-739e33d8032a\",\n        \"date_posted\": 1755437357,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1755437357,\n        \"url\": \"https://jobs.baesystems.com/global/en/job/BAE1US115338BREXTERNAL/Junior-Software-Engineer\",\n        \"company_name\": \"BAE Systems\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Hill AFB, UT\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"78d451b7-7d85-4d58-a03f-5254f0620fac\",\n        \"date_posted\": 1755437357,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1755437357,\n        \"url\": \"https://www.sofi.com/careers/sofi-university/6678813003?gh_jid=6678813003\",\n        \"company_name\": \"SoFi\",\n        \"title\": \"New Grad: Fullstack Software Engineer, Home Loans\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Helena, MT\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"83765dd0-a06d-4266-bb7d-9b2c11b0ab3a\",\n        \"date_posted\": 1755437357,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1758126304,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/en-US/Careers/job/Ottawa/Software-Developer---New-Grad-2025_R028667-1\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad 2025: Software Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9078e324-71d0-4da7-8722-64b8704d9a03\",\n        \"date_posted\": 1755437565,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437574,\n        \"url\": \"https://careers.unitedhealthgroup.com/job/22310390/associate-software-engineer-vancouver-ca/\",\n        \"locations\": [\n            \"Vancouver, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Optum\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"72b53a98-e043-49c1-9fa0-f7f336782d69\",\n        \"date_posted\": 1755437574,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437585,\n        \"url\": \"https://careers.amd.com/careers-home/jobs/68783\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"AMD\",\n        \"title\": \"Firmware Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e5f7c136-51a4-4acf-adf4-f6ebc856a528\",\n        \"date_posted\": 1755437585,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437599,\n        \"url\": \"https://careers.amd.com/careers-home/jobs/68831\",\n        \"locations\": [\n            \"Markham, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"AMD\",\n        \"title\": \"ROCm AI - GPU Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c26a0ef3-976c-40d7-915b-06b6fa50096b\",\n        \"date_posted\": 1755437599,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437606,\n        \"url\": \"https://ats.rippling.com/en-CA/neo-financial/jobs/a2fd15b5-5bee-483e-b28f-66980dad691b\",\n        \"locations\": [\n            \"Calgary, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Neo Financial\",\n        \"title\": \"Software Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5903831a-0fc0-4f55-b1aa-84f17c9aa93f\",\n        \"date_posted\": 1755437606,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756355673,\n        \"url\": \"https://zoom.wd5.myworkdayjobs.com/Zoom/job/Remote-OR/Software-Engineer_R17090-1\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Zoom\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a656e80d-96b0-439d-abf1-f0d413c32108\",\n        \"date_posted\": 1755437613,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758689190,\n        \"url\": \"https://job-boards.greenhouse.io/gitlab/jobs/8096528002\",\n        \"locations\": [\n            \"Remote, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"GitLab\",\n        \"title\": \"Associate Security Engineer, Application Security\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f24f35de-928c-4544-b533-25ef94f38a25\",\n        \"date_posted\": 1755437620,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437627,\n        \"url\": \"https://careers.codan.com.au/job/Victoria-Associate-Software-Engineer-Cana/1213160701/\",\n        \"locations\": [\n            \"Victoria, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Codan Limited\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7ae020d7-b078-4c1b-a5c8-62a38df6efa3\",\n        \"date_posted\": 1755437627,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437637,\n        \"url\": \"https://www.okta.com/company/careers/product/software-engineer-i-7169515/\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Okta\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e0a4bc37-7764-4733-b331-b45878eced60\",\n        \"date_posted\": 1755437637,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755437648,\n        \"url\": \"https://careers.mastercard.com/us/en/job/MASRUSR258140EXTERNALENUS/Software-Engineer-I-Backend-Java\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Software Engineer I (Backend - Java)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9b325237-1089-4fe9-bc46-761741dd27e0\",\n        \"date_posted\": 1755437648,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900295,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/Capital_One/job/Toronto-ON/Associate--Software-Engineer-2026_R223364\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Capital One\",\n        \"title\": \"Associate, Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6f723b54-08be-40ed-a4ac-c0861a6c63c1\",\n        \"date_posted\": 1755437654,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755523369,\n        \"url\": \"https://ats.rippling.com/en-CA/edgehog-trading/jobs/a39cf004-d79c-4588-9a5f-6bdce04a85ee\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Edgehog Trading\",\n        \"title\": \"C++ Software Developer \\u2013 Trading Strategy Execution\",\n        \"source\": \"vanshb03\",\n        \"id\": \"98f74da1-e1e2-4ec0-aa59-8b8dceff78b7\",\n        \"date_posted\": 1755523369,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755523390,\n        \"url\": \"https://jobs.ashbyhq.com/cohere/b470a959-e111-4a65-a8eb-5665b24d48b5\",\n        \"locations\": [\n            \"Toronto, Canada\",\n            \"Montreal\",\n            \"New York, NY\",\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Cohere\",\n        \"title\": \"Full-Stack Senior Engineer (Front-End Leaning)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"22e8dceb-d0b7-4d54-9b1c-ce7577ce1b7a\",\n        \"date_posted\": 1755523390,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755523398,\n        \"url\": \"https://app.dover.com/wanderlog/8c09ee66-6444-42d4-b2dc-1029b2f9b23d\",\n        \"locations\": [\n            \"Remote, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog\",\n        \"title\": \"Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c8b420f0-5746-43b8-8938-2c0df5fbc40b\",\n        \"date_posted\": 1755523398,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612684,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446707442096\",\n        \"locations\": [\n            \"Markham, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualcomm Canada ULC\",\n        \"title\": \"CPU Software Telemetry Tools Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"84e2491a-a13b-4992-83cf-2a5feec3d600\",\n        \"date_posted\": 1755612684,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638738,\n        \"url\": \"https://wd3.myworkdaysite.com/recruiting/magna/Magna/job/Concord-Ontario-CA/Jr-AI-Engineer_R00205631\",\n        \"locations\": [\n            \"Concord, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Magna\",\n        \"title\": \"AI Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"37dd83e6-84fa-45d3-a04b-ff54656decd2\",\n        \"date_posted\": 1755612691,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757672446,\n        \"url\": \"https://job-boards.greenhouse.io/lightspeedhq/jobs/7175449\",\n        \"locations\": [\n            \"Montreal, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Lightspeed\",\n        \"title\": \"Software Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"85f426fd-373f-40f0-9a62-24743e3ba945\",\n        \"date_posted\": 1755612698,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900307,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/Capital_One/job/Toronto-ON/Associate--Data-Scientist_R223371\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Capital One\",\n        \"title\": \"Associate, Data Scientist\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4793a160-5ae9-4b7b-9af5-febe1b6c74cb\",\n        \"date_posted\": 1755612704,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612780,\n        \"url\": \"https://lifeattiktok.com/search/7538571931517159698\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Special Project Strategist Graduate (TikTok Shop - Operations)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1f6b6533-7d24-44a5-8b6e-5fd9303afeba\",\n        \"date_posted\": 1755612780,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612787,\n        \"url\": \"https://lifeattiktok.com/search/7538896306908252434\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Product Manager Ads Attribution and Measurement Graduate (Measurement Signal and Privacy Product)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4dfe9bc3-99eb-47f9-8415-1ba4a69328c0\",\n        \"date_posted\": 1755612787,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612826,\n        \"url\": \"https://lifeattiktok.com/search/7538903496654407943\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Product Manager Ads Measurement Graduate (Measurement Signal and Privacy Product)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ed21583f-1a7a-4a5e-97da-c1098ca6c388\",\n        \"date_posted\": 1755612826,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612835,\n        \"url\": \"https://joinbytedance.com/search/7265752342699837757\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer in ML Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4975d404-56c6-48ca-b7c8-65e58a26f2c5\",\n        \"date_posted\": 1755612835,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612852,\n        \"url\": \"https://joinbytedance.com/search/7536272435440716040\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer (Dev Infra)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4e18e352-0345-4532-a8ca-1f1ab3448608\",\n        \"date_posted\": 1755612852,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612858,\n        \"url\": \"https://lifeattiktok.com/search/7535871317771634952\",\n        \"locations\": [\n            \"Seattle\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Data Arch - E-commerce)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3499d2d8-5d25-497b-a7d7-554a83e9f31e\",\n        \"date_posted\": 1755612858,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755612863,\n        \"url\": \"https://lifeattiktok.com/search/7538319953965287698\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Software Engineer Graduate (Video-on-Demand Algorithm)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"41609643-f4cd-48f7-b085-dd54d1c0618f\",\n        \"date_posted\": 1755612863,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755699751,\n        \"url\": \"https://www.tesla.com/careers/search/job/248886\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"AI Engineer, Multimodal Model Optimization, Autonomy & Robotics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"87ef5d84-b39e-4b31-b0b1-6d967b834d1d\",\n        \"date_posted\": 1755699751,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755699760,\n        \"url\": \"https://www.tesla.com/careers/search/job/242064\",\n        \"locations\": [\n            \"SPARKS, Nevada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Manufacturing Test\",\n        \"source\": \"vanshb03\",\n        \"id\": \"34a70041-c134-4616-9426-de7ff4cd3bc9\",\n        \"date_posted\": 1755699760,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762348975,\n        \"url\": \"https://jobs.lever.co/nominal/cc79d7f9-93b9-4410-8435-d92d2f427215\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Los Angeles, CA\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Nominal\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"21da06de-fbf8-46af`-93c4-56d2b40f318f\",\n        \"date_posted\": 1755818765,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468844,\n        \"url\": \"https://gen.wd1.myworkdayjobs.com/careers/job/USA---California-Mountain-View/Software-Engineer_54602\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Gen\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1f2f5f0d-2a18-457f-8da0-ba9c163b42fe\",\n        \"date_posted\": 1755818776,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755818787,\n        \"url\": \"https://careers.amd.com/careers-home/jobs/68553\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"AMD\",\n        \"title\": \"Graphics Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3682111e-b873-4be5-b25f-5e281448ab92\",\n        \"date_posted\": 1755818787,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756872070,\n        \"url\": \"https://job-boards.greenhouse.io/rockstargames/jobs/6255644003\",\n        \"locations\": [\n            \"Manhattan, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Rockstar Games\",\n        \"title\": \"Associate Software Engineer (C++)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3419ed45-1fb6-4ab7-9dc8-aee301186e80\",\n        \"date_posted\": 1755822571,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900049,\n        \"url\": \"https://jobs.ashbyhq.com/zip/5f28357a-c95d-485a-84f9-feff64ce9fb3\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cdfab975-d2bc-443a-9a63-3611d32cd73e\",\n        \"date_posted\": 1755900049,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900065,\n        \"url\": \"https://www.tesla.com/careers/search/job/249133\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Frontend, AI Infrastructure Engineering & Tools\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fd63baed-e9a4-4b26-bf25-18e9001508d4\",\n        \"date_posted\": 1755900065,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900075,\n        \"url\": \"https://www.tesla.com/careers/search/job/247062\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Communications Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b5599f5c-d457-419f-b1d1-05947ed818aa\",\n        \"date_posted\": 1755900075,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900084,\n        \"url\": \"https://www.tesla.com/careers/search/job/248353\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Material Flow Robotics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d87fc739-2296-489b-ac32-3b22f27d02e2\",\n        \"date_posted\": 1755900084,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900089,\n        \"url\": \"https://jobs.jobvite.com/emoneyadvisor-review/job/oD9hxfwk\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"eMoney Advisor, LLC\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"338fb164-4f84-4a65-ad0a-c602baf43b5e\",\n        \"date_posted\": 1755900089,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755900097,\n        \"url\": \"https://jobs.apple.com/en-us/details/200615794-3956/accessibility-engineer-is-t-early-career\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Accessibility Engineer, IS&T, Early Career\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e41bd449-18a5-4b8c-a63e-0831ec2bb473\",\n        \"date_posted\": 1755900097,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918800,\n        \"url\": \"https://jobs.ashbyhq.com/harvey/fe8e594b-f2e1-453b-8a0d-e0b0bfdf745b\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Harvey\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a5a93b54-414b-4dc2-abcb-3a552214b73b\",\n        \"date_posted\": 1755918800,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918810,\n        \"url\": \"https://careers.publicisgroupe.com/jobs/119914\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Epsilon\",\n        \"title\": \"New Grad 2025: Associate, Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f4f15495-1b98-4eab-ad00-74e253dc75a7\",\n        \"date_posted\": 1755918810,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762348975,\n        \"url\": \"https://job-boards.greenhouse.io/togetherai/jobs/4835315007\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Together AI\",\n        \"title\": \"New Grad: Machine Learning / Research Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bea9dc32-dea6-4b57-8d11-d0d2b22991a8\",\n        \"date_posted\": 1755918822,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761587568,\n        \"url\": \"https://job-boards.greenhouse.io/togetherai/jobs/4835292007\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Together AI\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fe9b56af-fe28-40f8-8300-ea8b8b516326\",\n        \"date_posted\": 1755918827,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918852,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR158632EXTERNALENUS/2026-University-Graduate-Machine-Learning-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3926d0b4-1573-4474-a99d-275395cea0ec\",\n        \"date_posted\": 1755918852,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918914,\n        \"url\": \"https://paypal.eightfold.ai/careers/job/274908747686\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Chicago, IL\",\n            \"Omaha, NE\",\n            \"Scottsdale, AZ\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"PayPal\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2c6347db-ab15-4914-a978-ac18f400aa5f\",\n        \"date_posted\": 1755918914,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918929,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3064596/antenna-systems-engineer-antenna-calibration-kuiper\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Antenna Systems Engineer, Antenna Calibration, Kuiper\",\n        \"source\": \"vanshb03\",\n        \"id\": \"29a103bd-0778-4ff4-9262-8df2402a8ceb\",\n        \"date_posted\": 1755918929,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918941,\n        \"url\": \"https://jobs.ashbyhq.com/Citizen%20Health/ea388b8a-16cb-4b1b-b64f-479f0dc69764\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Citizen Health\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1fbb96a3-284d-48d4-896d-a038ae731ce0\",\n        \"date_posted\": 1755918941,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918949,\n        \"url\": \"https://www.tesla.com/careers/search/job/249182\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Electrical & Software Engineer, Circuit Board Test Automation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7c9ad74a-38bb-43fc-94be-8d88b08bff77\",\n        \"date_posted\": 1755918949,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1755918960,\n        \"url\": \"https://www.tesla.com/careers/search/job/249027\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Machine Learning Engineer, Embodied Intelligence, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"282db66a-80f6-4c29-b259-8b18b18f3ee5\",\n        \"date_posted\": 1755918960,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024771,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1843258/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5a770a95-5d1b-4531-a51a-5b6899a1e41a\",\n        \"date_posted\": 1756356200,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024771,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1862715/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b2ee7de3-a614-45c8-8dce-7064c1e5377a\",\n        \"date_posted\": 1756356207,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468766,\n        \"url\": \"https://job-boards.greenhouse.io/tenstorrent/jobs/4833103007\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Santa Clara, CA\",\n            \"Toronto, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Tenstorrent\",\n        \"title\": \"Software Engineer, AI Tools\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6ad7c27c-3001-4eb3-bab6-fd30865aa8d4\",\n        \"date_posted\": 1756356214,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356219,\n        \"url\": \"https://jobs.ashbyhq.com/Commure-Athelas/00dbfa4a-986c-4c98-a966-47874d1ff0f8\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Commure\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"807b5b36-546d-43df-9dd3-5251b205495b\",\n        \"date_posted\": 1756356219,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356228,\n        \"url\": \"https://www.samsara.com/company/careers/roles/7172579\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Samsara\",\n        \"title\": \"New Grad: Software Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"39e6d57e-60d5-4926-8ab4-08c5c5651d77\",\n        \"date_posted\": 1756356228,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356234,\n        \"url\": \"https://joinbytedance.com/search/7540808448918079752\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Engineer (AI Applications)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8b7d95f8-32c0-4c8a-968e-9ce6bb1e6b42\",\n        \"date_posted\": 1756356234,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356239,\n        \"url\": \"https://joinbytedance.com/search/7542657938525538578\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Machine Learning Graduate (eCommerce User Growth & Intelligent Marketing)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4693e702-9ea4-481b-80a7-1cc1cd5a35a6\",\n        \"date_posted\": 1756356239,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356246,\n        \"url\": \"https://www.tesla.com/careers/search/job/248966\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Kernel Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"83f9986a-39d1-4131-aa09-0262add200dd\",\n        \"date_posted\": 1756356246,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356253,\n        \"url\": \"https://www.tesla.com/careers/search/job/249481\",\n        \"locations\": [\n            \"AUSTIN, Texas\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Integration Engineer, Cell Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a2347af1-277e-4aa8-a22e-fca433c8d579\",\n        \"date_posted\": 1756356253,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356264,\n        \"url\": \"https://www.tesla.com/careers/search/job/249467\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Integration Engineer, Factory Firmware\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9d096273-7562-4cf5-82d1-464946d11fd6\",\n        \"date_posted\": 1756356264,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356270,\n        \"url\": \"https://www.tesla.com/careers/search/job/249335\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Mobile App Developer, Frontend, Claims & Customer Support\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c7fb60d4-2c07-42db-9a0a-31ca36a60332\",\n        \"date_posted\": 1756356270,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757964135,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/OEM-Account-Applications-Engineer---New-College-Grad-2025_JR2002780\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: OEM Account Applications Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7afc610e-eb78-4b44-86d6-571df1556f79\",\n        \"date_posted\": 1756356275,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758126320,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/GPU-Architecture-Engineer---New-College-Grad-2025_JR2002495\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Durham, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: GPU Architecture Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8a8f1c17-acdf-4485-a696-e4fa8e52c37a\",\n        \"date_posted\": 1756356281,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356289,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3066890/system-dev-engineer-i-analytics-adc\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Dev Engineer I, Analytics ADC\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b3a39785-e080-46c1-aad4-268fa4a65f8f\",\n        \"date_posted\": 1756356289,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756356294,\n        \"url\": \"https://lifeattiktok.com/search/7541178634444589319\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: AI/ML Software Engineer (Data Platform TikTok BP)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"94ed660f-0bde-41a3-8aaf-ad8896984594\",\n        \"date_posted\": 1756356294,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://www.commure.com/careers-detail?ashby_jid=00dbfa4a-986c-4c98-a966-47874d1ff0f8\",\n        \"company_name\": \"Commure\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"19a3c84f-a333-4a0c-8ecc-ed7578f8f86a\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1757468858,\n        \"url\": \"https://cvshealth.wd1.myworkdayjobs.com/en-US/cvs_health_careers/job/CT---Hartford/Associate-Software-Development-Engineer_R0699201-1\",\n        \"company_name\": \"CVS Health\",\n        \"title\": \"Associate Software Development Engineer\",\n        \"locations\": [\n            \"Hartford, CT\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ad72219c-d240-48e8-9846-bec6b9c0dc68\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://jobs.ashbyhq.com/pylon-labs/ecf0d509-cfb9-43c6-b628-1e685d6f5f42/application\",\n        \"company_name\": \"Pylon\",\n        \"title\": \"New Grad - Software Engineer\",\n        \"locations\": [\n            \"SF\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a95a2395-1387-4ebd-8439-64dd2660d81e\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://jobs.jobvite.com/nutanix/job/oGXDxfwx?nl=1&nl=1&fr=false\",\n        \"company_name\": \"Nutanix\",\n        \"title\": \"Software Engineer 1 / Early Career - Backend C++/Linux/AWS-S3\",\n        \"locations\": [\n            \"Durham, NC\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8791b328-dea4-4b7e-ae50-500a0164e5f1\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468863,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/MA311-Woburn-MA-225-Presidential-225-Presidential-Way-Goddard-Building-27-Woburn-MA-01801-USA/XMLNAME-2026-Fulltime---Raytheon-Missile-Defense-Sensors-Software-Engineer-I--On-site-_01789916\",\n        \"company_name\": \"RTX\",\n        \"title\": \"2026 Fulltime - Raytheon Missile Defense Sensors Software Engineer I\",\n        \"locations\": [\n            \"Burlington, MA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9c34dfc4-c8cf-435d-b2f9-000d5fae15dd\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468867,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/MA133-Tewksbury-Ma-Bldg-3-Concord-50-Apple-Hill-Drive-Concord---Building-3-Tewksbury-MA-01876-USA/XMLNAME-2026-Fulltime---Raytheon-Missile-Defense-Sensors-Software-Engineer-I--On-site-_01789917\",\n        \"company_name\": \"RTX\",\n        \"title\": \"2026 Fulltime - Raytheon Missile Defense Sensors Software Engineer I\",\n        \"locations\": [\n            \"Tewksbury, MA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0283e414-df72-4365-8aec-84597ca23509\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638747,\n        \"url\": \"https://duboischemicals.wd1.myworkdayjobs.com/en-US/external/job/Sharonville-OH---HQ/Research-Scientist-I_R102506\",\n        \"company_name\": \"DuBois\",\n        \"title\": \"Research Scientist I\",\n        \"locations\": [\n            \"Sharonville, OH\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f15534d6-a284-4666-801f-e8653a8a1656\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468878,\n        \"url\": \"https://boeing.wd1.myworkdayjobs.com/en-US/external_careers/job/USA---Berkeley-MO/F-22-Pilot-Training-Entry-Level-Software-Engineer---Simulation_JR2025457113-1\",\n        \"company_name\": \"Boeing\",\n        \"title\": \"F-22 Pilot Training Entry-Level Software Engineer - Simulation\",\n        \"locations\": [\n            \"Berkeley, MO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b1b33722-d4f5-446c-a81e-12b4dfff6e48\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1763442843,\n        \"url\": \"https://blueorigin.wd5.myworkdayjobs.com/blueorigin/job/Seattle-WA/Software-Development-Engineer-I---Early-Career---New-Graduate-Rotation--2025-2026-Starts-_R54894\",\n        \"company_name\": \"Blue Origin\",\n        \"title\": \"Software Development Engineer I - Early Career & New Graduate Rotation\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Kent, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b1d2679c-c73e-41b7-bf14-2a2312b3d2b7\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://internaljobs.centurylink.com/job/Remote-INFORMATION-SECURITY-ENGINEER-I/1322139300/?ats=successfactors\",\n        \"company_name\": \"CenturyLink\",\n        \"title\": \"Information Security Engineer I\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c23035cd-a751-4e95-b583-fd4f923e606b\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://jobs.lumen.com/global/en/job/339747\",\n        \"company_name\": \"Lumen Technologies\",\n        \"title\": \"Information Security Engineer I\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2cd58d15-f5a8-4ae2-9b1e-13f000acc2e5\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://jobs.ashbyhq.com/n1/a3e25c84-0846-454a-b2fc-a356c2a713bd/application\",\n        \"company_name\": \"N1\",\n        \"title\": \"New Grad Software Engineer - Backend Rust\",\n        \"locations\": [\n            \"Oakland, CA\",\n            \"NYC\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7be4ecb2-7da3-4059-9fa8-8656cfd9fa95\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://ibmglobal.avature.net/en_US/careers/JobDetail?jobId=56285\",\n        \"company_name\": \"IBM\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Sandy Springs, GA\",\n            \"Poughkeepsie, NY\",\n            \"Lowell, MA\",\n            \"Rochester, MN\",\n            \"Tucson, AZ\",\n            \"Research Triangle Park, NC\",\n            \"Durham, NC\",\n            \"Hopewell Junction, NY\",\n            \"San Jose, CA\",\n            \"Dallas, TX\",\n            \"Houston, TX\",\n            \"Austin, TX\",\n            \"Herndon, VA\",\n            \"New York, NY\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"4d037104-326e-4d31-b1a8-e6644948d57a\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1760410091,\n        \"url\": \"https://job-boards.greenhouse.io/spacex/jobs/8145483002?gh_jid=8145483002\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Hawthorne, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"35c631ff-94e5-46ab-9dc6-d43ea521ee82\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759638646,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1869391\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4c780295-6f08-4965-ae49-de2503dd4f78\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://internaljobs.centurylink.com/job/Remote-INFORMATION-SECURITY-ENGINEER-I/1322179700/?ats=successfactors\",\n        \"company_name\": \"CenturyLink\",\n        \"title\": \"Information Security Engineer I\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bb4b64a9-9216-48fe-89a4-03f9512aace8\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://jobs.lumen.com/global/en/job/339750\",\n        \"company_name\": \"Lumen Technologies\",\n        \"title\": \"Information Security Engineer I\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6d7aa32a-9154-4efc-bf60-473f38b99886\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468887,\n        \"url\": \"https://adobe.wd5.myworkdayjobs.com/external_experienced/job/San-Jose/XMLNAME-2026-University-Graduate---Finance-Data-Scientist_R158870\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"2026 University Graduate - Finance Data Scientist\",\n        \"locations\": [\n            \"SF\",\n            \"San Jose, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d46ecb62-e650-4ed6-9fb6-df42c64cbc3a\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468891,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/External/job/GA---Atlanta/Software-Engineer-I--Salesforce-_R-46480\",\n        \"company_name\": \"The Travelers Companies\",\n        \"title\": \"Software Engineer I - Salesforce\",\n        \"locations\": [\n            \"Sparks, MD\",\n            \"Hartford, CT\",\n            \"Atlanta, GA\",\n            \"St Paul, MN\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9731693c-6205-4299-bfe1-6e9ff581cde8\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://jobs.ashbyhq.com/gecko-robotics/7d9ce912-14c3-405b-9f8a-7f261fe8230d/application\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"Software Engineer - New Graduate Rotational Development Program\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"NYC\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1fe62028-1608-4bc3-98f3-13c95345faf1\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://stripe.com/jobs/search?gh_jid=7210112\",\n        \"company_name\": \"Stripe\",\n        \"title\": \"Software Engineer - New Grad\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"SF\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f920da8d-120b-413a-97f5-d0f39c3c94aa\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756872100,\n        \"url\": \"https://stripe.com/jobs/search?gh_jid=7206505\",\n        \"company_name\": \"Stripe\",\n        \"title\": \"Software Engineer - New Grad\",\n        \"locations\": [\n            \"Toronto, ON, Canada\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5b399554-b8eb-4165-96af-5d141cf9559c\",\n        \"date_posted\": 1756872100,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1756921579,\n        \"url\": \"https://jobs.lever.co/ivo/1629cbb2-c07c-4214-a1e2-b4e96c9cc66c\",\n        \"company_name\": \"Ivo\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"39031a82-c141-43ad-bbcc-f6d2bc02f9bd\",\n        \"date_posted\": 1756921579,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1765307917,\n        \"url\": \"https://job-boards.greenhouse.io/freeformfuturecorp/jobs/6852163003\",\n        \"company_name\": \"Freeform\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3c26d91e-40b9-4d99-a84c-adb078047df4\",\n        \"date_posted\": 1756921579,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1756868183,\n        \"url\": \"https://jobs.smartrecruiters.com/LinkedIn3/a3b09881-7c3e-444c-9e65-ac0e2c6a8970\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"LinkedIn\",\n        \"title\": \"Associate Product Builder (APB) - Rotational Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fbba2cea-df5e-4861-aebf-fbeb6e6cbb30\",\n        \"date_posted\": 1756868183,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756871952,\n        \"url\": \"https://careers.roblox.com/jobs/7167345\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2026: Associate Product Designer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"97125ac7-1e91-4531-a6ea-f63ee197f5af\",\n        \"date_posted\": 1756871952,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756871962,\n        \"url\": \"https://careers.roblox.com/jobs/7167343\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2026: Associate Product Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"016e56e1-44c5-46d3-a1c5-4641b27a7f41\",\n        \"date_posted\": 1756871962,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758025180,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1868816/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b6e2b395-5f3e-4d57-afd1-70fc63d66041\",\n        \"date_posted\": 1756922189,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283135,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1862399/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d3ca845e-59c7-48a8-b6dd-e7c9f4986775\",\n        \"date_posted\": 1756922194,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638646,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1869427/Software-Engineer---Security%2C-Multiple-Locations\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer, Security\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2a780d7b-301a-46c3-9521-3e5d11453044\",\n        \"date_posted\": 1756922206,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638646,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1869430/Software-Engineer-Systems-Multiple-Locations\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cf35e43c-d884-49f7-a78c-341b18c17df6\",\n        \"date_posted\": 1756922212,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638647,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1869402/Software-Engineer---AI%2FML%2C-Multiple-Locations\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer, AI/ML\",\n        \"source\": \"vanshb03\",\n        \"id\": \"62b9e917-f342-4593-a866-9a8381508610\",\n        \"date_posted\": 1756922220,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638647,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1869347/Software-Engineer---Fullstack,-Redmond\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0922c4aa-f4fd-4acd-ac58-8018dc88ea53\",\n        \"date_posted\": 1756922231,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638647,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1869391/Software-Engineer---Fullstack%2C-Multiple-Locations\",\n        \"locations\": [\n            \"Multiple Locations, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b391ec4d-9b6d-485b-ba39-1b10692d57c8\",\n        \"date_posted\": 1756922236,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756922282,\n        \"url\": \"https://jobs.ashbyhq.com/Cape/bd280ded-4298-47de-a186-1aebd1bd94b8\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Washington, DC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Cape\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bec99abb-7363-46ef-9a57-ecf3a7ee8ece\",\n        \"date_posted\": 1756922282,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756922292,\n        \"url\": \"https://careers-americas.icims.com/jobs/20901/software-engineer%252c-2026-graduate-u.s./job\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Atlassian\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"87cc7698-6d20-43c9-9e46-ddee5c59f02c\",\n        \"date_posted\": 1756922292,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756935023,\n        \"url\": \"https://careers.garmin.com/jobs/16827\",\n        \"locations\": [\n            \"Olathe, KS\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Garmin\",\n        \"title\": \"Software Engineer I - Embedded Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"26093e95-ae02-466f-9159-da032bc2e2f5\",\n        \"date_posted\": 1756935023,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763014975,\n        \"url\": \"https://job-boards.greenhouse.io/2k/jobs/6688546003\",\n        \"locations\": [\n            \"Novato, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"2K Games\",\n        \"title\": \"Engineering Graduate Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"34117160-7339-4f5d-a5c9-e3554dbc4a3c\",\n        \"date_posted\": 1756934953,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756934962,\n        \"url\": \"https://jobs.ashbyhq.com/luma-ai/f41a9fc6-40b5-4063-b093-b50ffe919ad8\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Luma\",\n        \"title\": \"Research Scientist / Engineer - Data\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1d372945-0072-4142-9082-bcaf15811246\",\n        \"date_posted\": 1756934962,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1756934978,\n        \"url\": \"https://stripe.com/jobs/listing/software-engineer-new-grad/7210112\",\n        \"locations\": [\n            \"South San Francisco, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Stripe\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5045948e-6164-4449-915b-65d210dc354a\",\n        \"date_posted\": 1756934978,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757068097,\n        \"url\": \"https://www.metrostar.com/job-post/?gh_jid=6667276003\",\n        \"company_name\": \"MetroStar\",\n        \"title\": \"Associate Software Developer\",\n        \"locations\": [\n            \"Reston, VA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"68e6d33d-c5c9-4a4d-9d2b-acd3ee888a79\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1767746126,\n        \"url\": \"https://hpe.wd5.myworkdayjobs.com/en-US/Jobsathpe/job/Ft-Collins-Colorado-United-States-of-America/Software-Engineering-Graduate--Colorado-_1193615-1\",\n        \"company_name\": \"Hewlett Packard Enterprise\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Ft. Collins, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bd4849b3-640a-4b0e-8100-d0ab241e6d7b\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763442853,\n        \"url\": \"https://bonterra.wd1.myworkdayjobs.com/en-US/bonterratech/job/Remote-United-States/EA-Data-Engineer-I--Services_R2025-0310\",\n        \"company_name\": \"Bonterra\",\n        \"title\": \"Data Engineer I, Services\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7a438406-92be-46da-a62d-9812e2beea9b\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1757964164,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/External/job/MN---St-Paul/Software-Engineer-I---Legal---Compliance_R-45918\",\n        \"company_name\": \"The Travelers Companies\",\n        \"title\": \"Software Engineer I, Legal & Compliance\",\n        \"locations\": [\n            \"Hartford, CT\",\n            \"St Paul, MN\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2d7b31b4-e067-4f60-b968-801880fcbfd7\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468911,\n        \"url\": \"https://icf.wd5.myworkdayjobs.com/en-US/ICFExternal_Career_Site/job/Reston-VA/Data-Scientist--Entry-Level-_R2502152\",\n        \"company_name\": \"ICF\",\n        \"title\": \"Junior Data Scientist\",\n        \"locations\": [\n            \"Reston, VA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"39c6c59f-bc40-44ec-bc52-aafcc8d127be\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757068097,\n        \"url\": \"https://www.alticeusacareers.com/job/Bethpage-Software-Dev-Engineer-I-NY-11714/1322496900/?ats=successfactors\",\n        \"company_name\": \"Altice USA\",\n        \"title\": \"Software Dev Engineer I\",\n        \"locations\": [\n            \"Plainview, NY\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b4aac097-5de4-42fc-b590-3ae449911f69\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757964169,\n        \"url\": \"https://choicehotels.wd5.myworkdayjobs.com/External/job/Scottsdale-AZ---Technology--Digital-Commerce-Center/Software-Engineer-1_R20274\",\n        \"company_name\": \"Choice Hotels\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Scottsdale, AZ\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"92b47e67-5781-4ead-8f4f-9ac5d4966924\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757068097,\n        \"url\": \"https:/.workable.com/qodeworld/j/5E96914ADB\",\n        \"company_name\": \"qode.world\",\n        \"title\": \"Junior Data Scientist\",\n        \"locations\": [\n            \"Tampa, FL\",\n            \"Jackson Township, NJ\",\n            \"Dallas, TX\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"6bd56948-4d8e-4ad0-884e-d20bf74a0d80\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757068097,\n        \"url\": \"https://careers.aflac.com/job/Software-Engineer-I-GA-31999/1323022100/?ats=successfactors\",\n        \"company_name\": \"Aflac\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Columbus, GA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f7314607-a633-4e02-a83f-a9c060b540f5\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757068097,\n        \"url\": \"https://jobs.ashbyhq.com/ellipsislabs/caa49297-d5a3-4d03-b8c9-bdc7b77fb0bb/application\",\n        \"company_name\": \"Ellipsis Labs\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"NYC\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"467e789e-178c-412e-bfa8-0793332e5f86\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1771170052,\n        \"url\": \"https://jobs.lever.co/valkyrietrading/6ba65cc5-53ec-4c92-ac98-dbc3326c75ab\",\n        \"company_name\": \"Valkyrie Trading\",\n        \"title\": \"Junior Quantitative Researcher\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"cea4703c-8d9e-4226-8189-34e42078765c\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757068097,\n        \"url\": \"https://jobs.lever.co/valkyrietrading/b9907031-0625-49f9-9fbe-7b5618e3640c\",\n        \"company_name\": \"Valkyrie Trading\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"25a9a606-7ae0-4585-aa8c-6a6413691ea2\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468920,\n        \"url\": \"https://caci.wd1.myworkdayjobs.com/external/job/US-NY-Rome/Fullstack-Web-Application-Software-Engineer---Entry-Level_316797\",\n        \"company_name\": \"CACI\",\n        \"title\": \"Fullstack Web Application Software Engineer\",\n        \"locations\": [\n            \"Rome, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8f97a2f8-42bb-4087-842d-8db44472cdd9\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468924,\n        \"url\": \"https://boeing.wd1.myworkdayjobs.com/external_subsidiary/job/USA---Kent-WA/Entry-Level-Software-Engineer-Test---Verification_JR2025468499-2\",\n        \"company_name\": \"The Boeing Company\",\n        \"title\": \"Software Engineer, Test & Verification\",\n        \"locations\": [\n            \"Kent, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f681e142-dbea-445e-923d-fa20d94b05c6\",\n        \"date_posted\": 1757068097,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468766,\n        \"url\": \"https://jobs.lever.co/bumbleinc/6cc32636-4671-4838-a6b7-2dd16b97c110\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Bumble Inc.\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5ee323b6-8412-46a8-bf27-f3acabdb5174\",\n        \"date_posted\": 1757305985,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757305981,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3071644/security-engineer-aws-global-services-security\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"49ccff0d-a7ec-46e7-a51e-9d23558a3bfc\",\n        \"date_posted\": 1757305981,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757305990,\n        \"url\": \"https://www.tesla.com/careers/search/job/225545\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software QA Engineer, Infotainment, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5ca0d48d-7b0b-41e7-a403-05466813d4f8\",\n        \"date_posted\": 1757305990,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306000,\n        \"url\": \"https://www.tesla.com/careers/search/job/250195\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Autonomous Mobile Robotics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"358212f6-6ecf-44af-9410-6f8c88eeec78\",\n        \"date_posted\": 1757306000,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283135,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4835669007\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2026: Embedded Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"33550b15-da92-4bd6-a8da-780aa2db96ea\",\n        \"date_posted\": 1757306005,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923542,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4835616007\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2026: Backend Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4ccc31d4-e188-4dbf-ba06-1b23c94a041e\",\n        \"date_posted\": 1757306007,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923536,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4855439007\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2026: Frontend Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7e639dfa-1051-4b38-aa67-9220e9c0d021\",\n        \"date_posted\": 1757306013,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306055,\n        \"url\": \"https://jobs.ashbyhq.com/handshake/cf0cac2a-75c7-4872-aa6e-0d78ed98301f\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Handshake AI\",\n        \"title\": \"Fullstack Engineer I (TypeScript focused)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"45e9f04b-c43c-497a-b810-a5c3805f9341\",\n        \"date_posted\": 1757306055,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306060,\n        \"url\": \"https://www.tesla.com/careers/search/job/250277\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Data Engineer, Energy Service Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2ae8f472-a3c8-496f-ab36-e8160de8cf81\",\n        \"date_posted\": 1757306060,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306063,\n        \"url\": \"https://careers.arm.com/job/austin/graduate-software-applications-engineer/33099/85831486416\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Arm\",\n        \"title\": \"New Grad 2025: Software Applications Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1b68d58c-8ca0-4c84-b879-5979caa5ec20\",\n        \"date_posted\": 1757306063,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306071,\n        \"url\": \"https://careers-americas.icims.com/jobs/20906/machine-learning-engineer%252c-2026-graduate-u.s./job\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Atlassian\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b5cac127-f458-4196-bdb7-5ef2880b7568\",\n        \"date_posted\": 1757306071,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024772,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1858061/Software-Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c3a1da1c-c75d-490e-ba52-6549bd315628\",\n        \"date_posted\": 1757306183,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758024772,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1857025/Software-Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fd3824e1-cb09-48c9-a795-89614a18caf1\",\n        \"date_posted\": 1757306188,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306204,\n        \"url\": \"https://job-boards.greenhouse.io/gleanwork/jobs/4592324005\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Glean\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5934da04-53a9-4339-a07b-86a89e796a61\",\n        \"date_posted\": 1757306204,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306208,\n        \"url\": \"https://careers.publicisgroupe.com/jobs/121504\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Epsilon\",\n        \"title\": \"New Grad: Associate, Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"23712499-9468-4090-80e8-ee398751b7d1\",\n        \"date_posted\": 1757306208,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306213,\n        \"url\": \"https://careers.publicisgroupe.com/jobs/121511\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Epsilon\",\n        \"title\": \"Associate, Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7a3a7897-d824-4c3a-b8b7-612c2d70e5a1\",\n        \"date_posted\": 1757306213,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306221,\n        \"url\": \"https://jobs.ashbyhq.com/decagon/2a435dd5-1212-42bb-ae5a-d7432902acd2\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Decagon\",\n        \"title\": \"New Grad 2026: Agent Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e4de8600-7a92-43c6-ac42-27412aca28d8\",\n        \"date_posted\": 1757306221,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757306243,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/85823385568\",\n        \"locations\": [\n            \"Glendale, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Disney\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"334897e1-96ff-43df-878b-6704f87c25ca\",\n        \"date_posted\": 1757306243,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468929,\n        \"url\": \"https://kbr.wd5.myworkdayjobs.com/en-US/KBR_Careers/job/Colorado-Springs-Colorado/Software-Engineer-I_R2110482\",\n        \"company_name\": \"KBR\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Colorado Springs, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5626f8f6-a48c-4f43-a2e9-baab91af3977\",\n        \"date_posted\": 1757306495,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1757468766,\n        \"url\": \"https://jobs.lever.co/pditechnologies/dabd35a1-a15f-4702-8beb-f4c5d6a3d837\",\n        \"company_name\": \"PDI Technologies\",\n        \"title\": \"Junior Machine Learning Engineer\",\n        \"locations\": [\n            \"Alpharetta, GA\",\n            \"Temple, TX\",\n            \"Dallas, TX\",\n            \"Houston, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"49c5fa67-6aa5-4645-be03-185e8d320447\",\n        \"date_posted\": 1757306495,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763442859,\n        \"url\": \"https://relx.wd3.myworkdayjobs.com/en-US/LexisNexisLegal/job/Raleigh-NC/Aspire-Tech-Graduate-Security-Engineer-I_R101084\",\n        \"company_name\": \"LexisNexis Risk Solutions\",\n        \"title\": \"Aspire Tech Graduate Security Engineer I\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a00d9812-f6a7-4d2f-89fc-97c10e4cb5ab\",\n        \"date_posted\": 1757306495,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757306495,\n        \"url\": \"https://careers-ebscoind.icims.com/jobs/1834/job\",\n        \"company_name\": \"EBSCO\",\n        \"title\": \"Software Dev Engineer I\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d4ed9044-2930-4ee9-a4d8-6226510a7165\",\n        \"date_posted\": 1757306495,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757468939,\n        \"url\": \"https://caci.wd1.myworkdayjobs.com/external/job/US-NY-Rome/Entry-Level-Java-and-Python-Software-Engineer_316729\",\n        \"company_name\": \"CACI\",\n        \"title\": \"Entry Level Java and Python Software Engineer\",\n        \"locations\": [\n            \"Rome, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8ce11a4c-24c3-4ccb-b93c-2241289395aa\",\n        \"date_posted\": 1757306495,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758689193,\n        \"url\": \"https://job-boards.greenhouse.io/boomsupersonic/jobs/5643302004\",\n        \"company_name\": \"Boom Supersonic\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"52986dc1-7a2b-44fb-b630-cc853a1a1059\",\n        \"date_posted\": 1757306495,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757306633,\n        \"url\": \"https:/.workable.com/eluvio/j/A349A0D2AF\",\n        \"company_name\": \"Eluvio\",\n        \"title\": \"New Grad: Software Engineer, AI Core Apps\",\n        \"locations\": [\n            \"Berkeley, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"463576e8-f5a1-4c8f-bfce-43c8f942949a\",\n        \"date_posted\": 1757306633,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442863,\n        \"url\": \"https://viavisolutions.wd1.myworkdayjobs.com/en-US/careers/job/Minnetonka-MN-USA/Early-Careers-Rotational-Program---R-D-Engineer--AI-_250003743-1\",\n        \"company_name\": \"VIAVI\",\n        \"title\": \"Early Careers Rotational Program, R&D Engineer (AI)\",\n        \"locations\": [\n            \"Minnetonka, MN\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"53837e59-be03-45da-9349-76976a09ca6d\",\n        \"date_posted\": 1757306633,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1760785137,\n        \"url\": \"https://cigna.wd5.myworkdayjobs.com/en-US/cignacareers/job/St-Louis-MO/Technology-Development-Program--TECDP-----Artificial-Intelligence-Track---Start-Date--July-13--2026_25011433\",\n        \"company_name\": \"The Cigna Group\",\n        \"title\": \"Technology Development Program (TECDP), Artificial Intelligence\",\n        \"locations\": [\n            \"St. Louis, MO\",\n            \"Morris Plains, NJ\",\n            \"Bloomfield, CT\",\n            \"Austin, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b51cbf28-0f01-4c53-a2aa-ffed24df6837\",\n        \"date_posted\": 1757306633,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1757964188,\n        \"url\": \"https://td.wd3.myworkdayjobs.com/en-US/td_bank_careers/job/New-York-New-York/XMLNAME-2026-Summer-Associate---Quantitative-Rotational-Program_R_1441549\",\n        \"company_name\": \"TD\",\n        \"title\": \"Quantitative Rotational Program\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"28a19ec1-6efe-4cc6-bdfe-104780063936\",\n        \"date_posted\": 1757306633,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760785141,\n        \"url\": \"https://cigna.wd5.myworkdayjobs.com/en-US/cignacareers/job/St-Louis-MO/Technology-Development-Program--TECDP----Infrastructure---Cloud-Engineering-Track---Start-Date--July-13--2026_25011438-1\",\n        \"company_name\": \"The Cigna Group\",\n        \"title\": \"Technology Development Program (TECDP), Infrastructure & Cloud Engineering Track\",\n        \"locations\": [\n            \"St. Louis, MO\",\n            \"Bloomfield, CT\",\n            \"Bloomington, MN\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"902392e4-d004-4909-a4bb-b7529efcdcf7\",\n        \"date_posted\": 1757306633,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1757964198,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/en-US/Capital_One/job/McLean-VA/Technology-Development-Program-Associate---February-2026_R218758-1?q=Tdp\",\n        \"locations\": [\n            \"McLean, VA\",\n            \"Richmond, VA\",\n            \"Plano, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Capital One\",\n        \"title\": \"Technology Development Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4cdb123c-3456-42d8-9981-f55d9ce6e510\",\n        \"date_posted\": 1757344213,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468968,\n        \"url\": \"https://labcorp.wd1.myworkdayjobs.com/en-US/External/job/Durham-NC/Associate-Software-Engineer_2526628\",\n        \"company_name\": \"Labcorp\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Durham, NC\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c9fdcaa5-3d85-447a-b914-6e2019f096d4\",\n        \"date_posted\": 1757344867,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1757468973,\n        \"url\": \"https://extraspace.wd5.myworkdayjobs.com/en-US/ESS_External/job/Salt-Lake-City-UT-United-States/Associate-Software-Engineer_R-72920\",\n        \"company_name\": \"Extra Space Storage\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"fafd8da2-9671-4a89-a4e3-fa3d8e2ba4bd\",\n        \"date_posted\": 1757344867,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757344867,\n        \"url\": \"https://divergehealth.org/jobs/?gh_jid=4840575007\",\n        \"company_name\": \"Diverge Health\",\n        \"title\": \"Associate Software Developer\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"727f5f59-ed40-4dc1-9860-6260acd5af37\",\n        \"date_posted\": 1757344867,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1757346807,\n        \"url\": \"https://jobs.lever.co/voleon/ce0bda1f-3d5a-44ac-8ab3-8578d49d344c\",\n        \"locations\": [\n            \"Berkeley, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Voleon\",\n        \"title\": \"Associate Member of Trading Staff\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c0a4bd94-3ade-4a37-a211-b3bd3e7a0c90\",\n        \"date_posted\": 1757346807,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757346813,\n        \"url\": \"https://careers.blackrock.com/job/-/-/45831/84712805504\",\n        \"locations\": [\n            \"Sausalito, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"BlackRock\",\n        \"title\": \"Associate, Research Associate \\u2013 SMA Solutions, Quantitative Investment Solutions (QIS)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f876e9d4-9382-4e47-92c7-5698fcfac0d8\",\n        \"date_posted\": 1757346813,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757346829,\n        \"url\": \"https://joinbytedance.com/search/7534966101852539144\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Product Manager (SMB)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"843857fa-d284-4413-ad26-2730be4371bd\",\n        \"date_posted\": 1757346829,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757346838,\n        \"url\": \"https://app.ripplematch.com/v2/public/job/c730fa3b\",\n        \"locations\": [\n            \"Cambridge, MA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"HubSpot\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3efa4479-4c6d-4a7d-8c8c-2aa8f01429a7\",\n        \"date_posted\": 1757346838,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757347298,\n        \"url\": \"https://www.workatastartup.com/jobs/81292\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"YouLearn\",\n        \"title\": \"Founding Engineer (Full Stack)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"58ecba45-bc5a-4ce4-bf19-1eabfb82ce79\",\n        \"date_posted\": 1757347298,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757347378,\n        \"url\": \"https://www.workatastartup.com/jobs/81273\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"DeepGrove\",\n        \"title\": \"ML Technical Staff\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2b96d66d-6cc2-4cdc-8c52-dee1c35ff72d\",\n        \"date_posted\": 1757347378,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757347433,\n        \"url\": \"https://www.workatastartup.com/jobs/81060\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Sonia\",\n        \"title\": \"Founding Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"78dac41c-d7eb-49be-a68a-cc8aec24f888\",\n        \"date_posted\": 1757347433,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757347440,\n        \"url\": \"https://www.workatastartup.com/jobs/81052\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"InQuery\",\n        \"title\": \"New Grad: Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"67e5db9c-8e3c-4504-8519-1efa4d16c3ae\",\n        \"date_posted\": 1757347440,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638647,\n        \"url\": \"https://job-boards.greenhouse.io/figma/jobs/5621649004\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Figma\",\n        \"title\": \"Associate Product Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"227cee79-eef2-4de7-8204-ccfee93da201\",\n        \"date_posted\": 1757347562,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782448,\n        \"url\": \"https://job-boards.greenhouse.io/figma/jobs/5615025004\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Figma\",\n        \"title\": \"Data Scientist\",\n        \"source\": \"vanshb03\",\n        \"id\": \"505d156b-a246-4d2c-964b-1353b3b1af18\",\n        \"date_posted\": 1757347571,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923536,\n        \"url\": \"https://job-boards.greenhouse.io/figma/jobs/5616455004\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Figma\",\n        \"title\": \"Product Designer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"98b7a747-d513-4281-ad63-9561495fdcc4\",\n        \"date_posted\": 1757347576,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758501717,\n        \"url\": \"https://www.workatastartup.com/jobs/80936\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Gander\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1ee7437b-54ec-463e-a827-ab179a9eb08d\",\n        \"date_posted\": 1757347686,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442868,\n        \"url\": \"https://symbotic.wd1.myworkdayjobs.com/en-US/Symbotic/job/USA-Milpitas-CA/New-Grad--Hardware-Engineer_R5410\",\n        \"company_name\": \"Symbotic\",\n        \"title\": \"New Grad: Hardware Engineer\",\n        \"locations\": [\n            \"Milpitas, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8bf9e3ae-8d88-4597-bd45-3beb8c6dc18e\",\n        \"date_posted\": 1757464542,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442872,\n        \"url\": \"https://symbotic.wd1.myworkdayjobs.com/en-US/Symbotic/job/USA-Wilmington--MA---HQ/New-Grad--Hardware-Engineer_R5411\",\n        \"company_name\": \"Symbotic\",\n        \"title\": \"New Grad-Hardware Engineer\",\n        \"locations\": [\n            \"Burlington, MA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"71add992-f2d1-4944-b2a3-49a7471a8b8f\",\n        \"date_posted\": 1757464542,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638795,\n        \"url\": \"https://td.wd3.myworkdayjobs.com/en-US/TD_Bank_Careers/job/Toronto-Ontario/Machine-Learning-Engineer-I_R_1443721\",\n        \"company_name\": \"TD Securities\",\n        \"title\": \"Machine Learning Engineer I\",\n        \"locations\": [\n            \"Toronto, ON, Canada\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"854867f9-a98a-4630-b562-350f2b21b71c\",\n        \"date_posted\": 1757464542,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757464983,\n        \"url\": \"https://www.workatastartup.com/jobs/81441\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Agave (W22)\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9ccf59df-d799-4ddf-8a33-9eca9ed3c991\",\n        \"date_posted\": 1757464983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757465361,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR159164EXTERNALENUS/2026-University-Graduate-Application-Security-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2026: Application Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"74c68dd6-4c61-4756-beff-1a9379d743fc\",\n        \"date_posted\": 1757465361,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757465364,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR157573EXTERNALENUS/2026-University-Graduate-Machine-Learning-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2abedbd2-1a5b-469f-9a71-7ba040dc1bd8\",\n        \"date_posted\": 1757465364,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757465367,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4605996005\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Scale\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7875b638-ac0c-4a3b-94da-abbf2fd32f81\",\n        \"date_posted\": 1757465367,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638799,\n        \"url\": \"https://talentmanagementsolution.wd3.myworkdayjobs.com/JonasSoftwareCanada/job/Remote-Canada-ON/Full-Stack-Junior-Developer_R46739-1\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Jonas Software\",\n        \"title\": \"Full Stack Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e358a87f-26e7-4021-a922-c2f547814069\",\n        \"date_posted\": 1757465371,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442877,\n        \"url\": \"https://clio.wd3.myworkdayjobs.com/en-US/ClioCareerSite/job/Data-Engineer_BF-REQ-3192\",\n        \"locations\": [\n            \"Toronto, Canada\",\n            \"Calgary, Canada\",\n            \"Vancouver, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Clio\",\n        \"title\": \"Data Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"16d2cade-e4e6-4662-b920-75e447570cfa\",\n        \"date_posted\": 1757465376,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757465380,\n        \"url\": \"https://careers.tripadvisor.com/job?jobId=7234900\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tripadvisor\",\n        \"title\": \"Android Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8d233062-4e23-406e-8c42-6fc2b50363f8\",\n        \"date_posted\": 1757465380,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638809,\n        \"url\": \"https://td.wd3.myworkdayjobs.com/TD_Bank_Careers/job/Toronto-Ontario/Machine-Learning-Engineer-I_R_1443721\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"TD\",\n        \"title\": \"Machine Learning Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cd8e4c05-5f38-4330-b1c1-3f081d0bde4a\",\n        \"date_posted\": 1757465384,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757467936,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080643295-associate-product-manager-apm-new-college-graduate-rotational-program-2026\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Associate Product Manager (APM)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0ec1051d-7fb3-491c-abdb-fdfb65a0080f\",\n        \"date_posted\": 1757467936,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757467966,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080904205-software-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"100accc3-8e15-4a53-84c1-adbb02b57a69\",\n        \"date_posted\": 1757467966,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757467997,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080905065-software-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f6284868-3387-4d56-8eca-4086fafc4d16\",\n        \"date_posted\": 1757467997,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468002,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080905285-software-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Highlands Ranch, CO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7c8f509f-1c3d-4b6a-a2e1-edd93599058b\",\n        \"date_posted\": 1757468002,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468004,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080905162-site-reliability-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Highlands Ranch, CO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"061a2a63-72de-4ad5-b500-4f878d9f6706\",\n        \"date_posted\": 1757468004,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468009,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080906246-site-reliability-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Highlands Ranch, CO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"084aa1c4-ca51-4093-b100-11a8cfd0461f\",\n        \"date_posted\": 1757468009,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468012,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080906904-software-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8f6b0c5a-e2be-4707-b0d0-394d50d98303\",\n        \"date_posted\": 1757468012,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468036,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080906828-software-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Highlands Ranch, CO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a80dcaa5-306a-4a9d-9174-f9ff1cbefd52\",\n        \"date_posted\": 1757468036,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468040,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080908246-site-reliability-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"20ea8fd9-28f7-4cd1-b3f5-4e37946fc3de\",\n        \"date_posted\": 1757468040,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757468043,\n        \"url\": \"https://jobs.smartrecruiters.com/visa/744000080909305-site-reliability-engineer-new-college-grad-2026\",\n        \"locations\": [\n            \"Ashburn, VA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2026: Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9cc3de6b-1ec9-48bb-a6c8-98101d3f151b\",\n        \"date_posted\": 1757468043,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757571659,\n        \"url\": \"https://www.janestreet.com/join-jane-street/position/8053215002/\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"Cybersecurity Analyst\",\n        \"locations\": [\n            \"New York\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cslegasse\",\n        \"id\": \"b3337990-2f02-4417-9430-85c72fc5c5a7\",\n        \"date_posted\": 1757571659,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757571691,\n        \"url\": \"https://join.atlassian.com/atlassian-talent-community/jobs/20908?lang=en-us\",\n        \"company_name\": \"Atlassian\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"locations\": [\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"billyao021031\",\n        \"id\": \"1133c4b4-7c0a-4f83-a978-519b8f8d0cb3\",\n        \"date_posted\": 1757571691,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757545180,\n        \"url\": \"https://jobs.apple.com/en-us/details/200620177-3543/wi-fi-software-systems-performance-engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Wi-Fi Software Systems Performance Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"02314778-9f50-45a9-b3dd-9b8ed6206f8e\",\n        \"date_posted\": 1757545180,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757578688,\n        \"url\": \"https://careers.nordstrom.com/engineer-1-full-stack-store-pos-team-hybrid-seattle-wa/job/4D8A4B0EBC4BABF554018E5C28260729\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Nordstrom\",\n        \"title\": \"Engineer 1, Full Stack, Store POS+ Team\",\n        \"source\": \"vanshb03\",\n        \"id\": \"495e6045-ebf8-46e1-b904-d1f3e1042339\",\n        \"date_posted\": 1757578688,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757578693,\n        \"url\": \"https://www.tesla.com/careers/search/job/250792\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Backend Software Engineer, Residential Energy Experience\",\n        \"source\": \"vanshb03\",\n        \"id\": \"367a8a27-acad-4de4-9f62-c5e91309126c\",\n        \"date_posted\": 1757578693,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757578698,\n        \"url\": \"https://www.tesla.com/careers/search/job/250710\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software QA Engineer, Insurance\",\n        \"source\": \"vanshb03\",\n        \"id\": \"474423cd-0ec9-4326-837a-2706d18834a0\",\n        \"date_posted\": 1757578698,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757578703,\n        \"url\": \"https://jobs.mcdonalds.com/job/Chicago-Software-Engineer-I-iOS-IL-60607/1322170500/\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"McDonald's Corporation\",\n        \"title\": \"Software Engineer I, iOS\",\n        \"source\": \"vanshb03\",\n        \"id\": \"204a1e62-9ebd-4919-96e1-b89d06b67ad8\",\n        \"date_posted\": 1757578703,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638813,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/rec_rtx_ext_gateway/job/RI201-127-John-Clarke-Road-Middletwn-127-John-Clarke-Road-Suite-3-Middletown-RI-02842-USA/Software-Engineer-I---C-C---Linux--Onsite-_01791668\",\n        \"locations\": [\n            \"Middletown, RI\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"RTX Corporation\",\n        \"title\": \"Software Engineer I, C/C++ Linux\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ccaa9b63-d58f-46ea-acf7-eaa2549814ce\",\n        \"date_posted\": 1757579183,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757579220,\n        \"url\": \"https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?jobId=560273\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"SpiderRock\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b3715f11-2a50-4f9f-b16f-a98be5e2fa23\",\n        \"date_posted\": 1757579220,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757579231,\n        \"url\": \"https://d3.com/careers#jobs-listing\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"D3 Global Inc\",\n        \"title\": \"New Grad: Backend Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e8e22e0e-76a9-4ea8-b7ec-b87ba3d07a9c\",\n        \"date_posted\": 1757579231,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https://careers-daytonfreight.icims.com/jobs/16714/job?mobile=true&needsRedirect=false\",\n        \"company_name\": \"Dayton Freight Lines\",\n        \"title\": \"Entry Level Software Developer\",\n        \"locations\": [\n            \"Dayton, OH\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2d4f397b-bd4f-4200-b13f-9d8321eb8495\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1764544719,\n        \"url\": \"https://lplfinancial.wd1.myworkdayjobs.com/en-US/External/job/San-Diego-CA/New-Grad-2026---Technology--Software-Development_R-046207-1\",\n        \"company_name\": \"LPL Financial Holdings\",\n        \"title\": \"New Grad 2026: Technology, Software Development\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Fort Mill, SC\",\n            \"San Diego, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"017d7b43-4339-4708-9375-af97145ab15d\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757964241,\n        \"url\": \"https://bah.wd1.myworkdayjobs.com/bah_jobs/job/Arlington-VA/Data-Engineer--Junior_R0226048\",\n        \"company_name\": \"Booz Allen\",\n        \"title\": \"Junior Data Engineer\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e70eb5c9-e50e-4745-8781-27d067c360c6\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757964245,\n        \"url\": \"https://adobe.wd5.myworkdayjobs.com/external_experienced/job/San-Jose/XMLNAME-2026-University-Graduate---Junior-Product-Manager_R159932\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad: Junior Product Manager\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"San Jose, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a2bd88c9-46ec-4f9d-8596-6c5a1a8e7ee5\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https://jobs.ashbyhq.com/eliseai/1ffbd278-a5fe-443c-984f-521d61a97353\",\n        \"company_name\": \"EliseAI\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"018a1202-7227-4245-8869-141708b0c588\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https://careers-sig.icims.com/jobs/9716/job?mobile=true&needsRedirect=false\",\n        \"company_name\": \"Susquehanna International Group (SIG)\",\n        \"title\": \"New Grad: Software Developer, Sprc\",\n        \"locations\": [\n            \"Ardmore, PA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"83035c63-cf51-43dd-af16-3dbceba30fce\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https://careers-i3-corps.icims.com/jobs/4833/job?mobile=true&needsRedirect=false\",\n        \"company_name\": \"Integration Innovation (i3)\",\n        \"title\": \"Entry Level Full-Stack Software Engineer\",\n        \"locations\": [\n            \"Huntsville, AL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2c3fabe3-95cd-418d-988f-e31b79b4ebfb\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https:/.workable.com/thorlabs/j/E79FA34ED4\",\n        \"company_name\": \"Thorlabs\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"44acf3c6-0df4-43bb-a233-ce8b9d2147f7\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https://careers-sev1tech.icims.com/jobs/9092/job?mobile=true&needsRedirect=false\",\n        \"company_name\": \"Sev1Tech\",\n        \"title\": \"Entry Level Software Developer\",\n        \"locations\": [\n            \"Lawton, OK\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b613ccb0-7dc2-4056-b507-9415cf812734\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757670431,\n        \"url\": \"https://careers-gdms.icims.com/jobs/67972/job?mobile=true&needsRedirect=false\",\n        \"company_name\": \"General Dynamics Mission Systems\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Pittsfield, MA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7ed10785-49a3-4087-9990-79a4584496ac\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757963734,\n        \"url\": \"https://job-boards.greenhouse.io/gomotive/jobs/8134258002\",\n        \"company_name\": \"Motive\",\n        \"title\": \"Entry Level Backend Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"48b8e467-24ba-40d0-a5f3-678bdcc36779\",\n        \"date_posted\": 1757670431,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1757670412,\n        \"url\": \"https://www.workatastartup.com/jobs/81444\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Sonia\",\n        \"title\": \"Founding AI Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9de93f43-ebc6-4afe-818f-7164e91f2644\",\n        \"date_posted\": 1757670412,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757670708,\n        \"url\": \"https://careers.garmin.com/jobs/16774\",\n        \"locations\": [\n            \"Chandler, AZ\",\n            \"Olathe, KS\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Garmin\",\n        \"title\": \"Software Engineer I, Aviation Web Development\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6914b142-7dd6-4443-a881-e62c539ab833\",\n        \"date_posted\": 1757670708,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757964250,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/New-York---New-York/Java-Software-Engineer-AMTS_JR309960-1\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Salesforce\",\n        \"title\": \"Java Software Engineer AMTS\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c77b52a1-4ffe-44df-abab-c67a7a4e4527\",\n        \"date_posted\": 1757670719,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757670723,\n        \"url\": \"https://www.uber.com/global/en/careers/list/144046/\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Uber\",\n        \"title\": \"Software Engineer I - Container Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ea4924d8-5997-433c-bb58-e5a92450a2a2\",\n        \"date_posted\": 1757670723,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758393067,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1874807/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e47c8751-0247-45e5-9cfb-b67720569b18\",\n        \"date_posted\": 1757670728,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757670732,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR159933EXTERNALENUS/2026-University-Graduate-Software-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Lehi, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3cd950c6-c512-41d2-ac29-0a0a91eb97f4\",\n        \"date_posted\": 1757670732,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757670758,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR159163EXTERNALENUS/2026-University-Graduate-Software-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Lehi, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5e25a939-4ed8-42d0-a22c-12be2ae4ca47\",\n        \"date_posted\": 1757670758,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782448,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?for=blackedgecapital&token=4600444005\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"BlackEdge Capital\",\n        \"title\": \"Quantitative Researcher\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9d3c397a-45e9-419e-a864-9d6380c16fff\",\n        \"date_posted\": 1757670909,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757963734,\n        \"url\": \"https://job-boards.greenhouse.io/twilio/jobs/7245466\",\n        \"company_name\": \"Twilio\",\n        \"title\": \"Software Engineer, Early Career - Messaging API\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"PatrickWWWANG\",\n        \"id\": \"643f9358-95b4-4e2b-bb93-77963333f41d\",\n        \"date_posted\": 1757750722,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758393067,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1873806/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cbcc7bee-db3a-4dd3-89cb-0888bf8702b6\",\n        \"date_posted\": 1757801227,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638647,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1869402/Software-Engineer---AI%2FML%2C-Multiple-Locations\",\n        \"locations\": [\n            \"Redmond, WA\",\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - AI/ML, Multiple Locations\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1e61f849-f492-4137-b2ed-87eda4980a3d\",\n        \"date_posted\": 1757801241,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638648,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1869430/Software-Engineer---Systems%2C-Multiple-Locations\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer, Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"38350827-60d9-4e1c-8e4f-6fb2ab81557d\",\n        \"date_posted\": 1757801250,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283135,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1872822/Software-Engineer---CTJ---Poly\",\n        \"locations\": [\n            \"Reston, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - CTJ - Poly\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b85c8e98-a972-400a-b50d-3db143bed60c\",\n        \"date_posted\": 1757801262,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757825139,\n        \"url\": \"https://jobs.ashbyhq.com/Anima/a6b86f92-0679-423b-b575-a23f8677dfd1\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Anima\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"06e99988-3ec2-4eba-9684-d3dae244f258\",\n        \"date_posted\": 1757825139,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757825155,\n        \"url\": \"https://www.coalitioninc.com/job-posting/4560711005\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1a6da461-bc07-4798-8d6a-13f4d81c361e\",\n        \"date_posted\": 1757825155,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757827837,\n        \"url\": \"https://www.workatastartup.com/jobs/81629\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Planbase\",\n        \"title\": \"Founding Engineer (Full-Stack)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5ea81105-ef41-42f4-a04b-9979a953a02b\",\n        \"date_posted\": 1757827837,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757827869,\n        \"url\": \"https://www.workatastartup.com/jobs/81628\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Benchify\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2c6f116d-6bf7-48e7-be11-cac0fb64b1b6\",\n        \"date_posted\": 1757827869,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638823,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/en-US/Capital_One/job/Plano,-TX/Technology-Development-Program-Associate---August-2026_R218706-1\",\n        \"locations\": [\n            \"Plano, TX\",\n            \"Richmond, VA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Capital One\",\n        \"title\": \"Technology Development Program Associate\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e59339b0-3156-4ebf-9a0e-753310f7cc8d\",\n        \"date_posted\": 1757962691,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757962700,\n        \"url\": \"https://careers.duolingo.com/jobs/8162849002\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Duolingo\",\n        \"title\": \"New Grad: Data Scientist\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2461c1f7-c195-417c-83aa-76d348380202\",\n        \"date_posted\": 1757962700,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1757962705,\n        \"url\": \"https://careers.duolingo.com/jobs/8155283002\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Duolingo\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f98ead95-0331-41fd-8a6e-998120f25f28\",\n        \"date_posted\": 1757962705,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638827,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/capital_one/job/Plano-TX/Product-Development-Program-Associate---2026_R219614-1\",\n        \"locations\": [\n            \"Plano, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Capital One\",\n        \"title\": \"Product Development Program Associate\",\n        \"source\": \"vanshb03\",\n        \"id\": \"55f9284f-90e3-4613-b0e6-378ef7a2db01\",\n        \"date_posted\": 1757963899,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758126514,\n        \"url\": \"https://navexglobal.wd5.myworkdayjobs.com/navex/job/Hybrid-Lake-Oswego-OR/Associate-Software-Engineer_R6157\",\n        \"locations\": [\n            \"Lake Oswego, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NAVEX\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b7e55b78-e206-4c4d-8ade-25baec722ebe\",\n        \"date_posted\": 1757963916,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638833,\n        \"url\": \"https://tiaa.wd1.myworkdayjobs.com/search/job/Charlotte-NC-USA/XMLNAME-2026-Early-Talent-Rotational-Program--Technology_R250900271-1\",\n        \"locations\": [\n            \"Charlotte, NC\",\n            \"Dallas, TX\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"TIAA\",\n        \"title\": \"Early Talent Rotational Program: Technology\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e0931bd1-e27f-4005-b507-12bedad41e44\",\n        \"date_posted\": 1757963937,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760410092,\n        \"url\": \"https://job-boards.greenhouse.io/alphataraxia/jobs/4875669007\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Alphataraxia Management (ATX)\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d45a9cd9-f9d8-4685-bfd6-8c332df34491\",\n        \"date_posted\": 1757963943,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638837,\n        \"url\": \"https://costar.wd1.myworkdayjobs.com/costar_campus/job/US-CA-San-Diego/Associate-Software-Engineer---San-Diego--CA_R37014\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"CoStar Group\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"df8e94fc-4d80-491c-80ae-24cd971dae94\",\n        \"date_posted\": 1757963945,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758126530,\n        \"url\": \"https://lnw.wd5.myworkdayjobs.com/lightwonderexternalcareers/job/Reno-NV/Associate-Software-Engineer_R320511\",\n        \"locations\": [\n            \"Reno, NV\",\n            \"Las Vegas, NV\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Light & Wonder\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ee6e8880-a3ef-4a2e-bf35-4bfebba70787\",\n        \"date_posted\": 1757963955,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785019,\n        \"url\": \"https://job-boards.greenhouse.io/sigmacomputing/jobs/7313083003\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Sigma Computing\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"98db9042-4177-4862-830e-01186d778556\",\n        \"date_posted\": 1758028094,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758918598,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1872741/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"044b66ff-57a9-42dc-8144-2546afa07952\",\n        \"date_posted\": 1758125044,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758689195,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1876157/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"62d1d9ff-bde7-46b8-b7e4-c43894af09d7\",\n        \"date_posted\": 1758125002,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746140,\n        \"url\": \"https://veteransunited.wd1.myworkdayjobs.com/en-US/vuhl/job/Remote-MO/Associate-Software-Engineer_R5288\",\n        \"company_name\": \"Veterans United Home Loans\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Remote, MO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"687364b9-5ab8-4a09-98c8-913e7679c224\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1764544659,\n        \"url\": \"https://job-boards.greenhouse.io/newsbreak/jobs/4054592006\",\n        \"company_name\": \"NewsBreak\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9cae6ffc-54b3-40de-b9c3-6200d77dcb4b\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758125187,\n        \"url\": \"https://jobs.ashbyhq.com/eventualcomputing/becb5675-3480-4d2b-b126-2acad40fd088/application\",\n        \"company_name\": \"Eventual\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"cf97f5fb-b4f1-4cbc-aa5b-7b933ce604a7\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758126539,\n        \"url\": \"https://fifththird.wd5.myworkdayjobs.com/en-US/53careers/job/Cincinnati-OH/Quantitative-Analyst-I_R61935\",\n        \"company_name\": \"Fifth Third\",\n        \"title\": \"Quantitative Analyst I\",\n        \"locations\": [\n            \"Cincinnati, OH\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b59c2626-16a9-4a50-98af-c23abfb9a687\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758126544,\n        \"url\": \"https://ovative.wd12.myworkdayjobs.com/en-US/ovative/job/Minneapolis/Analyst--Data---Software-Engineering---October-2025-Start-Date_JR100105\",\n        \"company_name\": \"Ovative Group\",\n        \"title\": \"Analyst, Data & Software Engineering\",\n        \"locations\": [\n            \"Minneapolis, MN\",\n            \"Chicago, IL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8f0c13f6-e4b8-4d23-be2b-e147e523a61e\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759786194,\n        \"url\": \"https://job-boards.greenhouse.io/lucidsoftware/jobs/5585768004\",\n        \"company_name\": \"Lucid Software\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"515cf253-f510-4d9c-998d-bfe63d19ae99\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759638847,\n        \"url\": \"https://avav.wd1.myworkdayjobs.com/en-US/AVAV/job/Melbourne-FL/Software-Engineer--Apps--I_5898\",\n        \"company_name\": \"AV\",\n        \"title\": \"Software Engineer (Apps) I\",\n        \"locations\": [\n            \"Melbourne, FL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3e931265-46e0-45a3-bc2b-29fdcc61084b\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759786194,\n        \"url\": \"https://job-boards.greenhouse.io/lucidsoftware/jobs/5585759004\",\n        \"company_name\": \"Lucid Software\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"875399e6-3587-4044-95d4-d5bea85c9253\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759638852,\n        \"url\": \"https://oreillyauto.wd1.myworkdayjobs.com/oreilly/job/Remote-Colorado/Software-Engineer-I_R144461\",\n        \"company_name\": \"O'Reilly Auto Parts\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Colorado, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"20ab0410-a072-4a67-9f2f-e60b67321e3d\",\n        \"date_posted\": 1758125187,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442892,\n        \"url\": \"https://costar.wd1.myworkdayjobs.com/confidential/job/US-CA-San-Diego/Associate-Software-Engineer---San-Diego--CA_R37014-1\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"CoStar Group\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bc8740b9-4826-4c7b-8812-57f3b28fe6ac\",\n        \"date_posted\": 1758382918,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638861,\n        \"url\": \"https://sands.wd1.myworkdayjobs.com/referral_sands_careers/job/Dallas-Texas/Software-Engineer_R25_0337\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Las Vegas Sands Corp.\",\n        \"title\": \"Associate Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"566ccf0d-0813-42fe-9f15-c97687af22b6\",\n        \"date_posted\": 1758382930,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638866,\n        \"url\": \"https://nike.wd1.myworkdayjobs.com/nke/job/Beaverton-Oregon/Software-Engineer-I---Innovation_R-69655\",\n        \"locations\": [\n            \"Beaverton, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Nike\",\n        \"title\": \"Software Engineer I - Innovation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"42acb57e-9e30-48bb-b6f9-87dc1df7df40\",\n        \"date_posted\": 1758382966,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759638870,\n        \"url\": \"https://nike.wd1.myworkdayjobs.com/nke/job/Boston-Massachusetts/Associate-Software-Engineer--Converse-Tech_R-66359\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Converse\",\n        \"title\": \"Associate Software Engineer, Converse Tech\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9f506050-da30-4e78-93cf-3b3429967cbc\",\n        \"date_posted\": 1758382975,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208858,\n        \"url\": \"https://td.wd3.myworkdayjobs.com/td_bank_careers/job/New-York-New-York/XMLNAME-2026-Full-Time-Analyst-Rotational-Program---Software-Engineering_R_1446300\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"TD\",\n        \"title\": \"Full Time Analyst Rotational Program, Software Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e0a5fee7-4b38-48e0-b6e3-e94ed0b4f6ac\",\n        \"date_posted\": 1758383486,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785176,\n        \"url\": \"https://aig.wd1.myworkdayjobs.com/early_careers/job/NC-Charlotte/XMLNAME-2026---Early-Career---Technology---Analyst---United-States--Jersey-City--NJ--or-Charlotte--NC-_JR2504979\",\n        \"locations\": [\n            \"Jersey City, NJ\",\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"AIG\",\n        \"title\": \"New Grad 2026: Technology Analyst\",\n        \"source\": \"vanshb03\",\n        \"id\": \"87a8e8c6-61ef-4a92-b0eb-adad6fbacfbf\",\n        \"date_posted\": 1758383531,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785180,\n        \"url\": \"https://aig.wd1.myworkdayjobs.com/aig/job/NC-Charlotte/XMLNAME-2026---Early-Career---Technology---Analyst---United-States--Jersey-City--NJ--or-Charlotte--NC-_JR2504979-1\",\n        \"locations\": [\n            \"Jersey City, NJ\",\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"AIG\",\n        \"title\": \"New Grad 2026: Technology Analyst\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c2019e42-0a19-419b-8d5c-ddff8b9a2f6c\",\n        \"date_posted\": 1758383542,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758384217,\n        \"url\": \"https://jobs.apple.com/en-us/details/200622152-0836/camera-framework-engineer-photo-capture\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Camera Framework Engineer, Photo Capture\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6f47fb6c-f3c9-408a-8605-ac7505817be0\",\n        \"date_posted\": 1758384217,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758387560,\n        \"url\": \"https://www.workatastartup.com/jobs/80837\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Channel3\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"499a6ee9-9921-459a-8ca3-d6bcf5979b62\",\n        \"date_posted\": 1758387560,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758392904,\n        \"url\": \"https://jobs.ashbyhq.com/interaction/56b66af2-bce5-4ad7-baf9-ace14eb6a29a\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Interaction\",\n        \"title\": \"Member of Technical Staff\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b14e6735-8713-4ef6-a229-cb17216efcfb\",\n        \"date_posted\": 1758392904,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758689296,\n        \"url\": \"https://jobs.ashbyhq.com/notion/f7399542-9122-481a-bf64-43bf8093748b\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Notion\",\n        \"title\": \"Software Engineer, Fullstack, Early Career\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1c67c620-a130-4ade-9fa4-a4de51ac9cf7\",\n        \"date_posted\": 1758689296,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758689300,\n        \"url\": \"https://jobs.ashbyhq.com/notion/add58865-8b9f-4cf7-9720-2908ba5f4d80\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Notion\",\n        \"title\": \"Software Engineer, Infrastructure, Early Career\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4051ecc3-bb1d-4ba6-8c83-1f10e9633e06\",\n        \"date_posted\": 1758689300,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758841350,\n        \"url\": \"https://app.ripplematch.com/v2/public/job/2ddc776c\",\n        \"company_name\": \"Plaid\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"johnadams145\",\n        \"id\": \"e2ed1362-affc-4477-9935-b0d10cf62e07\",\n        \"date_posted\": 1758841350,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758841377,\n        \"url\": \"https://northmark.wd108.myworkdayjobs.com/en-US/NMS/job/Graduate-Program_R12714\",\n        \"company_name\": \"NorthMark Strategies\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"TimothyNaumov\",\n        \"id\": \"754cebef-41c8-4312-8b5a-4c8f81ac3d41\",\n        \"date_posted\": 1758841377,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1758917913,\n        \"url\": \"https://careers-cellularsales.icims.com/jobs/19001/junior-data-engineer/job\",\n        \"company_name\": \"Cellular Sales\",\n        \"title\": \"Junior Data Engineer\",\n        \"locations\": [\n            \"Knoxville, TN\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f9d05374-9676-45f8-bb09-2ac27984ff13\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638894,\n        \"url\": \"https://citi.wd5.myworkdayjobs.com/en-US/2/job/Getzville-New-York-United-States/Reference-Data-Analyst-Junior_25905888\",\n        \"company_name\": \"Citi\",\n        \"title\": \"Junior Data Analyst \",\n        \"locations\": [\n            \"Getzville, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bc827fef-2373-4a68-8b9c-802b00211721\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1764544740,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/Careers/job/Ottawa/Routing-IP-Software-Engineer---New-Grad_R029033\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad: Routing/IP Software Engineer\",\n        \"locations\": [\n            \"Ottawa, ON, Canada\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2c3d0d26-1c09-48a0-baf5-e3fdc825f6d6\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638904,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/RCT99-RTN-Remote-Connecticut/Fiori-Front-End-Developer--Entry-level-_01796231\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Front End Developer, Entry Level\",\n        \"locations\": [\n            \"Waterbury, CT\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6b9efc9a-e829-459e-a4a0-eb45f1598dbe\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638908,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/MA131-Tewksbury-MA-Bldg--1-Assabet-50-Apple-Hill-Drive-Assabet---Building-1-Tewksbury-MA-01876-USA/XMLNAME-2026-Raytheon-Systems-Security-Engineer-I---Onsite---Massachusetts_01790370\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Systems Security Engineer 1, Systems Security Engineering\",\n        \"locations\": [\n            \"Tewksbury, MA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6a91b5b4-4a77-4150-bd16-5aae02424e99\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638912,\n        \"url\": \"https://westernalliancebank.wd5.myworkdayjobs.com/en-US/WAB/job/Phoenix-AZ/Engineer-I---AI-Business-Engineer_R11486\",\n        \"company_name\": \"Western Alliance Bancorporation\",\n        \"title\": \"Engineer I, AI Business Engineer\",\n        \"locations\": [\n            \"Phoenix, AZ\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"24382117-9df1-4193-8bb7-f66a1f83ec32\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638648,\n        \"url\": \"https://jobs.lever.co/wolve/b42f4d54-02e1-4549-a6a5-7cd5673c8216\",\n        \"company_name\": \"Wolverine Trading\",\n        \"title\": \"C++ Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"782c9bf7-6996-45a9-9738-11fe9ddce5ea\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759638917,\n        \"url\": \"https://medtronic.wd1.myworkdayjobs.com/en-US/redeploymentmedtroniccareers/job/Northridge-California-United-States-of-America/Software-Operations-Engineer-I_R46476\",\n        \"company_name\": \"Medtronic\",\n        \"title\": \"Software Operations Engineer I\",\n        \"locations\": [\n            \"Northridge, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b7ae7469-14fc-41e5-871d-64a3accafae0\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759638922,\n        \"url\": \"https://amat.wd1.myworkdayjobs.com/en-US/External/job/Santa-ClaraCA/Software-Engineer-New-College-Grad---Masters-Degree--Santa-Clara--CA-_R2517309\",\n        \"company_name\": \"Applied Materials\",\n        \"title\": \"Software Engineer New College Grad - Masters Degree\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4bd934b2-c8ad-4d9d-918f-c388c717bbb2\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758917913,\n        \"url\": \"https://jobs.ashbyhq.com/persona/fd4d41b2-42b4-454e-91ad-d61fdc6a0042/application\",\n        \"company_name\": \"Persona\",\n        \"title\": \"Software Engineer 2026 New Grad\",\n        \"locations\": [\n            \"SF\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1d77402b-0403-4c71-9e9e-77961cad162e\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638926,\n        \"url\": \"https://icf.wd5.myworkdayjobs.com/icfexternal_career_site/job/Reston-VA/Software-Developer--Summer-2026--Entry-Level--Remote-_R2502713\",\n        \"company_name\": \"ICF International\",\n        \"title\": \"Software Developer \\u2013 Entry Level - Summer 2026\",\n        \"locations\": [\n            \"Reston, VA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"dc356eb4-f16f-4196-9d91-fad21833cd7f\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638931,\n        \"url\": \"https://snc.wd1.myworkdayjobs.com/snc_external_career_site/job/Southern-Pines-NC/Software-Engineer-I_R0028548\",\n        \"company_name\": \"Sierra Nevada Coporation\",\n        \"title\": \"Software Engineer 1 - Agile Software Development - Mission Solutions and Technologies\",\n        \"locations\": [\n            \"Southern Pines, NC\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c0e2a5cf-a844-489c-b12d-5fbe791ea840\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638936,\n        \"url\": \"https://swa.wd1.myworkdayjobs.com/en-US/external/job/TX-Dallas/Associate-Data-Scientist---Direct-College-Hire_R-2025-59817\",\n        \"company_name\": \"Southwest Airlines\",\n        \"title\": \"Associate Data Scientist\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"83071cf3-5537-4c64-a20b-8ad4c04715ad\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759638940,\n        \"url\": \"https://swa.wd1.myworkdayjobs.com/en-US/external/job/TX-Dallas/Associate-Software-Engineer---Direct-College-Hire_R-2025-59811\",\n        \"company_name\": \"Southwest Airlines\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ba91ae38-3133-4dd2-94db-5f93569621df\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759638944,\n        \"url\": \"https://swa.wd1.myworkdayjobs.com/en-US/external/job/TX-Dallas/Associate-Software-Engineer---Direct-College-Hire_R-2025-59810\",\n        \"company_name\": \"Southwest Airlines\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8e86da2e-3fd3-4a9f-8fba-87759d470103\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759638949,\n        \"url\": \"https://swa.wd1.myworkdayjobs.com/en-US/external/job/TX-Dallas/Associate-Data-Engineer---Direct-College-Hire_R-2025-59813\",\n        \"company_name\": \"Southwest Airlines\",\n        \"title\": \"Associate Data Engineer\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ee03f9a7-18c9-4f91-bf91-e9e8664e861a\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759638953,\n        \"url\": \"https://swa.wd1.myworkdayjobs.com/en-US/external/job/TX-Dallas/Associate-Data-Engineer---Direct-College-Hire_R-2025-59816\",\n        \"company_name\": \"Southwest Airlines\",\n        \"title\": \"Associate Data Engineer\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"63e6dc5d-1217-4c5f-8f08-00d8a8341863\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759638957,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/HIA32-Cedar-Rapids-IA-400-Collins-Rd-NE---Cedar-Rapids-IA-52498-0505-USA/Software-Engineer-I--Onsite-_01796448\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Cedar Rapids, IA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"03b57c1d-9b7c-4561-83a0-8fc150750d03\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758917913,\n        \"url\": \"https://www.pinterestcareers.com/job-form?gh_jid=7211012\",\n        \"company_name\": \"Pinterest\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\",\n            \"Seattle, WA\",\n            \"SF\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"0c3bcf3e-35a0-496e-8bf8-9800832fcb89\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638962,\n        \"url\": \"https://amat.wd1.myworkdayjobs.com/en-US/External/job/Santa-ClaraCA/Data-Scientist-New-College-Grad---Bachelors-Degree--Santa-Clara--CA-_R2517338\",\n        \"company_name\": \"Applied Materials\",\n        \"title\": \"New Grad 2026: Data Scientist\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"78341967-2647-44f1-b84b-4a39b372f08e\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1758917913,\n        \"url\": \"https://jobs.ashbyhq.com/parafin/ced48a0b-f5ed-491a-ae38-2301fb881bd9/application\",\n        \"company_name\": \"Parafin\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"SF\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"288067b5-2d3b-4992-9a00-75e18a4ab1de\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638967,\n        \"url\": \"https://relx.wd3.myworkdayjobs.com/en-US/relx/job/Alpharetta-GA/Data-Engineer-I_R100031-1\",\n        \"company_name\": \"RELX\",\n        \"title\": \"Data Engineer 1, Insurance Industry\",\n        \"locations\": [\n            \"Alpharetta, GA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6406bab1-418e-4e3d-a8cf-be0112d91398\",\n        \"date_posted\": 1758917913,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759260774,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/79125737784648390\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Google\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"21405d15-54dd-45da-a0f1-9ea32ffc3f54\",\n        \"date_posted\": 1759260774,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759261119,\n        \"url\": \"https://ibqbjb.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/Honeywell/jobs/job/116510\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Fort Mill, SC\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"04dc09cc-6a15-4b6c-81d9-9ce85d513b36\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759261119,\n        \"url\": \"https://ibqbjb.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/Honeywell/jobs/job/119931\",\n        \"company_name\": \"HoneyWell\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Clearwater, FL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d504c3bc-9216-4430-99f9-5637046ca7d8\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759261119,\n        \"url\": \"https://www.esri.com/careers/4921407007?gh_jid=4921407007\",\n        \"company_name\": \"Esri\",\n        \"title\": \"Software Development Engineer 1\",\n        \"locations\": [\n            \"St. Louis, MO\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e7033ae3-4fdf-4b13-bcec-f06522c7de00\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1760785195,\n        \"url\": \"https://generalmotors.wd5.myworkdayjobs.com/en-US/Careers_GM/job/Mountain-View-California-United-States-of-America/Software-Engineer---Early-Career_JR-202517310\",\n        \"company_name\": \"General Motors\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Milford Charter Twp, MI\",\n            \"Austin, TX\",\n            \"Mountain View, CA\",\n            \"Warren, MI\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4eac4bbc-42c1-432f-a616-ae90f3b08174\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759261119,\n        \"url\": \"https://jobs.mcdonalds.com/job/Chicago-Software-Engineer-I-IL-60607/1329771000/?ats=successfactors\",\n        \"company_name\": \"McDonald's\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d498e3ce-cfb7-4ead-b889-14e9ea23cc76\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1767746150,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/Careers/job/Ottawa/Modem-Hardware---Engineer-New-Grad_R028721\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad: Modem Hardware Engineer\",\n        \"locations\": [\n            \"Ottawa, ON, Canada\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"71179904-acf0-4613-864d-45002cca44de\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759261119,\n        \"url\": \"https://jobs.comcast.com/job/-/-/45483/86516813920\",\n        \"company_name\": \"Comcast\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"Englewood, CO\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5e55899d-b3f7-4b46-ad42-c0a0d05a7997\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759638980,\n        \"url\": \"https://lplfinancial.wd1.myworkdayjobs.com/en-US/External/job/Fort-MillCharlotte/Engineer-I--Software-Development_R-046445\",\n        \"company_name\": \"LPL Financial Holdings\",\n        \"title\": \"Engineer I, Software Development\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Fort Mill, SC\",\n            \"Charlotte, NC\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1145a07e-2eb2-4f5d-bc12-89d752283058\",\n        \"date_posted\": 1759261119,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759786074,\n        \"url\": \"https://careersatdoordash.com/jobs/software-engineer-i-entry-level-graduation-date-fall-2025-summer-2026/7263610/\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\",\n            \"Los Angeles, CA\",\n            \"Seattle, WA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"DoorDash\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"70264109-99ca-4129-bc64-efa7eb25fa59\",\n        \"date_posted\": 1759786074,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208890,\n        \"url\": \"https://centene.wd5.myworkdayjobs.com/Centene_External/job/Remote-MO/Data-Engineer-I_1604624\",\n        \"company_name\": \"Centene\",\n        \"title\": \"Data Engineer I\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4878e9ee-d7a9-4ed5-8f72-977020ef6c3e\",\n        \"date_posted\": 1759786116,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1759786116,\n        \"url\": \"https://aexp.eightfold.ai/careers/job/38270703\",\n        \"company_name\": \"American Express\",\n        \"title\": \"Software Engineer 1, Technology\",\n        \"locations\": [\n            \"Plantation, FL\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2fadd3ac-6894-4d22-9d69-f498454ebd43\",\n        \"date_posted\": 1759786116,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1760208895,\n        \"url\": \"https://nelnet.wd1.myworkdayjobs.com/en-US/MyNelnet/job/Lincoln-NE/Data-Analyst-I---Consumer-Loan-Analytics_R21677-1\",\n        \"company_name\": \"Nelnet\",\n        \"title\": \"Data Analyst I, Consumer Loan Analytics\",\n        \"locations\": [\n            \"Lincoln, NE\",\n            \"Madison, WI\",\n            \"Brownsville, TX\",\n            \"Centennial, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"002bb8e2-0d60-40af-9c7a-fa4049226971\",\n        \"date_posted\": 1759786116,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1759786116,\n        \"url\": \"https://careers-gdms.icims.com/jobs/68413\",\n        \"company_name\": \"General Dynamics Mission Systems\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Dedham, MA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c40c9f50-3e5d-463c-84b6-ee03c44e7c0c\",\n        \"date_posted\": 1759786116,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1759786354,\n        \"url\": \"https://www.tesla.com/careers/search/job/252374\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Machine Learning Infrastructure Simulation Engineer, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"436ee1f6-af06-4ec9-aa6a-ac3930534368\",\n        \"date_posted\": 1759786354,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785204,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Deep-Learning-Algorithm-Engineer--Dynamo---New-College-Grad-2025_JR2001320-1\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Deep Learning Algorithm Engineer, Dynamo\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9324ff3c-e84b-47c5-85e0-d7808d49b21a\",\n        \"date_posted\": 1759786359,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760078850,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1884064/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\",\n            \"Mountain View, CA\",\n            \"Atlanta, GA\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"639ba883-c746-42e3-8daa-5aa6fc6d3c9a\",\n        \"date_posted\": 1759786400,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760482750,\n        \"url\": \"https://job-boards.greenhouse.io/grafanalabs/jobs/5665656004\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Grafana Labs\",\n        \"title\": \"Software Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"758989e2-7cbc-4e04-abd5-759ac6c656d3\",\n        \"date_posted\": 1759786404,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760410093,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1879561/Software-Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0010debe-62f8-475a-ad7f-497879320f78\",\n        \"date_posted\": 1759786426,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760078850,\n        \"url\": \"https://jobs.lever.co/wolve/b42f4d54-02e1-4549-a6a5-7cd5673c8216\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Wolverine Trading\",\n        \"title\": \"C++ Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2bd82fb6-a5fe-4ba4-a683-0241a9ed7c34\",\n        \"date_posted\": 1759976724,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767283135,\n        \"url\": \"https://jobs.lever.co/gauntlet/05622c55-52bf-47a9-8d88-e83d70fc5bad\",\n        \"locations\": [\n            \"New York City, NY\",\n            \"San Francisco, CA\",\n            \"Los Angeles, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Gauntlet\",\n        \"title\": \"New Grad: Quant Research Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"57c64308-91d1-47a6-92da-aff6b4ff4328\",\n        \"date_posted\": 1759976727,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759976734,\n        \"url\": \"https://www.tesla.com/careers/search/job/252946\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Full Stack Software Engineer, Battery Optimization\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e7c43879-2eef-4a1a-aaeb-1e6a3437a91b\",\n        \"date_posted\": 1759976734,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759976738,\n        \"url\": \"https://www.tesla.com/careers/search/job/252915\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Sensing Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"05aac9ba-bba0-4927-9c11-0e09fc79f493\",\n        \"date_posted\": 1759976738,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442911,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/CAD-Engineer--Physical-Design---New-College-Grad-2026_JR2005254\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: CAD Engineer, Physical Design\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3719b601-3315-4f2b-8534-bcafe02981d1\",\n        \"date_posted\": 1759976740,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785020,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1882254/Software-Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"87275846-4644-40c6-afed-b5f84329b050\",\n        \"date_posted\": 1759976753,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760647228,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1887174/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f7a04081-ee0e-414d-a199-dc895946a54d\",\n        \"date_posted\": 1759976759,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1759976813,\n        \"url\": \"https://university-uber.icims.com/jobs/149558/job\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2025: Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bb23c197-5910-4caf-923b-9118085f6545\",\n        \"date_posted\": 1759976813,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760071515,\n        \"url\": \"https://jobs.ashbyhq.com/anyscale/31d09081-f5e7-45e4-b561-1c53d0ca9200\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Anyscale\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"13003e48-b8f4-417c-b9cb-2db87d60285c\",\n        \"date_posted\": 1760071515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760071571,\n        \"url\": \"https://joinbytedance.com/search/7540061337369954567\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Site Reliability Engineer (Edge Services)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"def13002-015f-4964-b2f3-1d8627798703\",\n        \"date_posted\": 1760071571,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442916,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Software-Engineer--CAD-Automation---New-College-Grad-2025_JR2005867\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Engineer, CAD Automation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f32fe477-4afd-40f3-a631-df8458e347ac\",\n        \"date_posted\": 1760071576,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760071659,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR158639EXTERNALENUS/2026-University-Graduate-AI-Context-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2026: AI Context Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"96d71f60-b57a-4a49-b716-a4627b549e83\",\n        \"date_posted\": 1760071659,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442921,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/Texas---Dallas/Software-Engineering-AMTS_JR313404-2\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Salesforce\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4046c5c5-94cd-458e-b12f-633e131a50d1\",\n        \"date_posted\": 1760208290,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544659,\n        \"url\": \"https://job-boards.greenhouse.io/speechify/jobs/5672315004\",\n        \"locations\": [\n            \"San Angelo, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Speechify\",\n        \"title\": \"Software Engineer, Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ffd83463-28ac-4ee6-b87a-52f3b155c7e2\",\n        \"date_posted\": 1760208339,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923617,\n        \"url\": \"https://hp.wd5.myworkdayjobs.com/exteu-ac-careersite/job/Spring-Texas-United-States-of-America/Software-Development-Graduate_3152963\",\n        \"locations\": [\n            \"Spring, TX\",\n            \"Palo Alto, CA\",\n            \"Boise, ID\",\n            \"Corvallis, OR\",\n            \"Vancouver, WA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"HP\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"34837f78-7607-4c3f-b87f-b4e98c70916e\",\n        \"date_posted\": 1760208344,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746159,\n        \"url\": \"https://bah.wd1.myworkdayjobs.com/bah_jobs/job/Huntsville-AL/Software-Developer_R0226649\",\n        \"locations\": [\n            \"Huntsville, AL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Booz Allen Hamilton\",\n        \"title\": \"Full-Stack Developer, Junior\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f0c2557a-95de-44b2-972b-aa8bd5de3e0c\",\n        \"date_posted\": 1760208348,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785233,\n        \"url\": \"https://humana.wd5.myworkdayjobs.com/humana_external_career_site/job/Remote-Nationwide/XIAM-Software-Engineer_R-388461\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Humana\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b3d7d908-8f63-4efa-bd4a-261a5f7a3d75\",\n        \"date_posted\": 1760208355,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208362,\n        \"url\": \"https://job-boards.greenhouse.io/appian/jobs/7287884\",\n        \"locations\": [\n            \"McLean, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Appian\",\n        \"title\": \"Product Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d60ff0cd-182f-4126-b3de-924082837c85\",\n        \"date_posted\": 1760208362,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208367,\n        \"url\": \"https://uneekor.bamboohr.com/careers/119\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Uneekor\",\n        \"title\": \"Software Quality Assurance Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"96165ad0-ac79-4fe7-a228-da3769cf30ec\",\n        \"date_posted\": 1760208367,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760410093,\n        \"url\": \"https://job-boards.greenhouse.io/mergeworld/jobs/7315751\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"MERGE\",\n        \"title\": \"Associate Agentic Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0ccbe21c-b30a-425e-90b3-5d6ff3453f3c\",\n        \"date_posted\": 1760208370,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760785238,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/external/job/CT---Hartford/Software-Engineer-I--Python--Web-Development--LLM-_R-47356\",\n        \"locations\": [\n            \"Hartford, CT\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Travelers\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a4a1a547-c468-407e-84b7-846e3578b2ea\",\n        \"date_posted\": 1760208377,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442936,\n        \"url\": \"https://asml.wd3.myworkdayjobs.com/asmlext1/job/San-Diego-CA-USA/Software-Engineer_J-00328147\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"ASML\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1bc437ec-ad15-440d-986a-f233bd1b4a79\",\n        \"date_posted\": 1760208382,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442940,\n        \"url\": \"https://bah.wd1.myworkdayjobs.com/bah_jobs/job/Rome-NY/Software-Engineer_R0228061\",\n        \"locations\": [\n            \"Rome, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Booz Allen Hamilton\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a56617e2-d354-4996-b3fc-d53534c1aa84\",\n        \"date_posted\": 1760208386,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208486,\n        \"url\": \"https://www.quinstreet.com/careers/?gh_jid=7316288\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"QuinStreet\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"27dd0a39-9291-445b-83fc-ba823fc3c6cf\",\n        \"date_posted\": 1760208486,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442945,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/en-US/Capital_One/job/Toronto-ON/Associate--Software-Engineer--New-Grad_R226913\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"347c3e5b-d41a-4796-a544-7b72ed0a776c\",\n        \"date_posted\": 1760208568,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308221,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/en-US/Careers/job/Ottawa/RLS-Photonics-Software-Engineer---2026-New-Grads_R029181\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad 2026: RLS Photonics Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"65233a67-d1ec-4649-a171-b376a7419cc5\",\n        \"date_posted\": 1760208574,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544765,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/en-US/Careers/job/Ottawa/Software-Engineer-Packet-Platform---New-Grad_R029137\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad: Software Engineer Packet Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f70981fd-478e-4679-b67c-0956cfcdf926\",\n        \"date_posted\": 1760208577,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208581,\n        \"url\": \"https://efpv.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/6828\",\n        \"locations\": [\n            \"Burnaby, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Infoblox\",\n        \"title\": \"Associate Data Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4969dd28-99f3-46e0-a118-4d3d98b9aabf\",\n        \"date_posted\": 1760208581,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442959,\n        \"url\": \"https://clio.wd3.myworkdayjobs.com/en-US/ClioCareerSite/job/Calgary/Software-Developer_BF-REQ-3857\",\n        \"locations\": [\n            \"Calgary, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Clio\",\n        \"title\": \"Software Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3eda5752-038b-42db-8e6d-f8ff3c8e51c0\",\n        \"date_posted\": 1760208587,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760208592,\n        \"url\": \"https://careers.quadient.com/en/jobs/junior-software-engineer\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Quadient\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"078420f1-d46c-4bf9-aafa-59ea500d2520\",\n        \"date_posted\": 1760208592,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760482719,\n        \"url\": \"https://www.tesla.com/careers/search/job/253221\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Verification Infrastructure & DevOps Engineer, AI Hardware\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0a02e44f-5454-4d3b-b153-8afd8a594a04\",\n        \"date_posted\": 1760482719,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760482723,\n        \"url\": \"https://www.tesla.com/careers/search/job/253222\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Infrastructure & DevOps Engineer, AI Hardware\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3476a13b-189f-4142-8ca1-27373ef6d39b\",\n        \"date_posted\": 1760482723,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761125800,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1848352/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e54a2cce-acfc-4336-b1ee-a1db3f25b8aa\",\n        \"date_posted\": 1760482728,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761125800,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1872621/Software-Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1a8a29fd-3d2f-4624-b81f-91cca149fd8d\",\n        \"date_posted\": 1760482734,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760482769,\n        \"url\": \"https://aurora.tech/careers/8137861002\",\n        \"company_name\": \"Aurora\",\n        \"title\": \"Security Software Engineer I\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"0b06f290-8376-4237-b97c-865627128884\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1760482769,\n        \"url\": \"https://aig.wd1.myworkdayjobs.com/aig/job/GA-Atlanta/XMLNAME-2026-Early-Career---Gen-AI---Data-Engineering-Analyst---United-States--Atlanta--GA--_JR2505609-1\",\n        \"company_name\": \"AIG\",\n        \"title\": \"Early Career Analyst, Gen AI, Data Engineering\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"4031dc4a-ff3c-4ed5-9f1e-f2ec1906d73a\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760482769,\n        \"url\": \"https://jobs.ashbyhq.com/lambda/1b1cac37-a29c-46b2-ad1a-a946d1e87d41\",\n        \"company_name\": \"Lambda\",\n        \"title\": \"Cloud Support Engineer I (Support Response)\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"ff0a574c-5a1c-44d0-a6c4-3a75b273e08b\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1765308230,\n        \"url\": \"https://insulet.wd5.myworkdayjobs.com/en-US/insuletcareers/job/Acton-Massachusetts/Associate-Software-QA-Engineer--Hybrid---Acton--MA-_REQ-2025-13185\",\n        \"company_name\": \"Insulet Corporation\",\n        \"title\": \"Associate Software QA Engineer\",\n        \"locations\": [\n            \"Acton, MA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"82c1c79b-cbb8-4699-8ec6-77f8d4366ed5\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442973,\n        \"url\": \"https://carislifesciences.wd12.myworkdayjobs.com/en-US/cls/job/Irving-TX--75063/Associate-Software-Engineer---Clinical-Systems--External-Apps-_JR104015\",\n        \"company_name\": \"Caris\",\n        \"title\": \"Associate Software Engineer, Clinical Systems\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e91173d3-b036-4e7f-a313-72b6b74d6e51\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763442977,\n        \"url\": \"https://carislifesciences.wd12.myworkdayjobs.com/en-US/cls/job/Irving-TX--75063/Associate-Software-Engineer---Clinical-Systems--Lab-Ops-_JR104012-1\",\n        \"company_name\": \"Caris\",\n        \"title\": \"Associate Software Engineer, Clinical Systems\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"74403e9b-cf9c-4844-a13f-ee3afe79f578\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763442982,\n        \"url\": \"https://carislifesciences.wd12.myworkdayjobs.com/en-US/cls/job/Irving-TX--75063/Associate-Software-Engineer---Clinical-Systems--Digital-Path-_JR104014\",\n        \"company_name\": \"Caris\",\n        \"title\": \"Associate Software Engineer, Clinical Systems\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0da2fcde-db24-4952-aaf2-9e9ac2521397\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1760482769,\n        \"url\": \"https://aurora.tech/jobs/8209480002?gh_jid=8209480002\",\n        \"company_name\": \"Aurora Innovation\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c79ba0d8-b60c-4344-8550-45a73cb92050\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760482769,\n        \"url\": \"https://aurora.tech/jobs/8191750002?gh_jid=8191750002\",\n        \"company_name\": \"Aurora Innovation\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"58733930-a2d2-45da-a177-7fc8f45219f5\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760785295,\n        \"url\": \"https://boeing.wd1.myworkdayjobs.com/EXTERNAL_CAREERS/job/USA---Tinker-AFB-OK/Entry-Level-Software-Engineer---Developer_JR2025467505-1\",\n        \"company_name\": \"The Boeing Company\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Oklahoma City, OK\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"79e2cae1-2d00-468c-b452-3a6f445a3524\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760785300,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/HTX36-Richardson-TX-3200-E-Renner-Rd---Richardson-TX-75082-2402-USA/Software-Engineer-I--Onsite-_01799291\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Richardson, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6f313f4f-2f2d-4188-afa1-1f566a655045\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442987,\n        \"url\": \"https://creditacceptance.wd5.myworkdayjobs.com/en-US/Credit_Acceptance/job/Michigan--Southfield-Office/Software-Engineer-I--Engineering_R13134\",\n        \"company_name\": \"Credit Acceptance Careers\",\n        \"title\": \"Software Engineer I - Engineering\",\n        \"locations\": [\n            \"Southfield, MI\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e0e4a970-5c6e-4197-842b-50df316c4bd5\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760785311,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/Careers/job/Atlanta/Software-Developer---2026-Grads_R029193\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad 2026: Software Developer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3c80a226-5d94-449c-b0b0-a17306419174\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1760785316,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/AZ201-RMS-AP-Bldg-801-1151-East-Hermans-Road-Building-801-Tucson-AZ-85756-USA/XMLNAME-2025-Fulltime-Raytheon-Software-Engineer-I---Test-Equipment---Onsite_01799429\",\n        \"company_name\": \"RTX\",\n        \"title\": \"New Grad 2025: Fulltime Raytheon Software Engineer I, Test Equipment\",\n        \"locations\": [\n            \"Tucson, AZ\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3d22233c-0b6c-4e85-b93e-877ecd96e89a\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442992,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Deep-Learning-Software-Engineer--Inference-and-Model-Optimization---New-College-Grad-2025_JR2004584\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Deep Learning Software Engineer, Inference and Model Optimization\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ca48b7fc-b444-49d5-b15b-247ff98fc831\",\n        \"date_posted\": 1760482769,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763442996,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/rec_rtx_ext_gateway/job/MD440-8170-Maple-Lawn-Blvd-Fulton-MD-8170-Maple-Lawn-Boulevard---Fulton-MD-20759-USA/Software-Engineer-I--Onsite-_01801021\",\n        \"locations\": [\n            \"Fulton, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Raytheon Technologies\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"017671c8-c890-42c0-86b5-97a2e3791ee1\",\n        \"date_posted\": 1760650230,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650256,\n        \"url\": \"https://groundswell.wd12.myworkdayjobs.com/groundswell/job/McLean-VA/Technical-Consultant--Campus-Recruiting-Entry-Level-_JR100868\",\n        \"locations\": [\n            \"McLean, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Groundswell\",\n        \"title\": \"Technical Consultant\",\n        \"source\": \"vanshb03\",\n        \"id\": \"26f4d335-3aeb-4131-af9b-d7ee92021ac7\",\n        \"date_posted\": 1760650256,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544784,\n        \"url\": \"https://thomsonreuters.wd5.myworkdayjobs.com/external_career_site/job/USA-Frisco-6160-Warren-Parkway/AI-Solutions-Engineer--CoCounsel-AI-Applications_JREQ193428\",\n        \"locations\": [\n            \"Frisco, TX\",\n            \"Minneapolis, MN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Thomson Reuters\",\n        \"title\": \"AI Solutions Engineer, CoCounsel AI Applications\",\n        \"source\": \"vanshb03\",\n        \"id\": \"942add2f-ffdb-4f20-b3fc-9019448a3395\",\n        \"date_posted\": 1760650270,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650392,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/90452041138086598-software-engineer-ii-early-career-google-cloud-ai-catalyst-program\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Kirkland, WA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Google\",\n        \"title\": \"Software Engineer II, Early Career, Google Cloud AI Catalyst Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"463ced3a-24c9-4188-b34b-468bf79a0532\",\n        \"date_posted\": 1760650392,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761490756,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1891876/AI%2FML-Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"AI/ML Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b403b82e-6eed-4a34-ba17-50f97164948e\",\n        \"date_posted\": 1760650354,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650359,\n        \"url\": \"https://www.tesla.com/careers/search/job/253464\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Frontend Software Engineer, Energy Charging\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3c71b20d-ba1f-4c8e-a697-0175c10cf3f8\",\n        \"date_posted\": 1760650359,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650368,\n        \"url\": \"https://www.shopify.com/careers/software-engineer-monorepo-systems-rust-nix_95aac134-c21a-456d-b8b3-a9aac6aa6118\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Shopify\",\n        \"title\": \"Software Engineer - Monorepo Systems (Rust & Nix)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"80ecb2a1-ac03-4c3c-bbe0-d78b4248c511\",\n        \"date_posted\": 1760650368,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761174578,\n        \"url\": \"https://job-boards.greenhouse.io/dagsterlabs/jobs/7497803003\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Dagster Labs\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d3fdde14-ca83-46a6-bb9b-4703c547fe83\",\n        \"date_posted\": 1760650371,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443011,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/AI-and-ML-Infra-Software-Engineer--GPU-Clusters---New-College-Grad-2026_JR2005097\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: AI and ML Infra Software Engineer, GPU Clusters\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c7b511b2-db58-4c34-8fee-59d182ac89db\",\n        \"date_posted\": 1760650375,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650385,\n        \"url\": \"https://lifeattiktok.com/search/7559731427425257746\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3b5b0a6c-bc07-4c47-bfa0-0353fac8774d\",\n        \"date_posted\": 1760650385,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650536,\n        \"url\": \"https://www.workatastartup.com/jobs/83503\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Apten\",\n        \"title\": \"Software Engineer (Full Stack)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"53f33602-91dd-4278-a898-d266efde874e\",\n        \"date_posted\": 1760650536,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650567,\n        \"url\": \"https://www.workatastartup.com/jobs/83356\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"San Mateo, CA\",\n            \"Palo Alto, CA\",\n            \"Menlo Park, CA\",\n            \"Redwood City, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"StarSling (X25)\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"571c24f4-2886-41dc-a3df-e41b5c15149a\",\n        \"date_posted\": 1760650567,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650573,\n        \"url\": \"https://www.workatastartup.com/jobs/83287\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Taro\",\n        \"title\": \"Founding Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f8622690-1706-4c9f-aec2-3574ae9db8e4\",\n        \"date_posted\": 1760650573,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650581,\n        \"url\": \"https://www.workatastartup.com/jobs/83031\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Herdora\",\n        \"title\": \"Member of Technical Staff\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f73582c1-ac07-479d-9019-bf6feae25990\",\n        \"date_posted\": 1760650581,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650584,\n        \"url\": \"https://www.workatastartup.com/jobs/83025\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Corgi\",\n        \"title\": \"Full Stack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"84a99fc5-905d-4857-bcc2-e0aff12e4c43\",\n        \"date_posted\": 1760650584,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650993,\n        \"url\": \"https://www.workatastartup.com/jobs/82935\",\n        \"locations\": [\n            \"Redwood City, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Maitai\",\n        \"title\": \"Full-Stack Engineer - Agent Marketplace (In-Person RWC Only)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b8b4057d-f01d-43b8-93ad-dada78fd38c0\",\n        \"date_posted\": 1760650993,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760650998,\n        \"url\": \"https://www.workatastartup.com/jobs/82877\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Stamp\",\n        \"title\": \"Founding Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3b692199-6a1e-4dc4-a65b-ed6435afb652\",\n        \"date_posted\": 1760650998,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760651002,\n        \"url\": \"https://www.workatastartup.com/jobs/82875\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Stamp (W25)\",\n        \"title\": \"Founding Mobile Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9a9ba718-a5dd-446b-8c29-7f4f7dfacb90\",\n        \"date_posted\": 1760651002,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760651005,\n        \"url\": \"https://www.workatastartup.com/jobs/82876\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Stamp\",\n        \"title\": \"Founding Full Stack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eeac5b39-0214-4dc0-ab56-e3f78839c8c5\",\n        \"date_posted\": 1760651005,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760784944,\n        \"url\": \"https://www.shopify.com/careers/demo-engineer-software-development_a6126bad-c0ba-4d02-94fb-7c5e21bef9f5\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Shopify\",\n        \"title\": \"Demo Engineer, Software Development\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a0fe1a67-58b6-4b35-947b-ef5965e1a3d5\",\n        \"date_posted\": 1760784944,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761490757,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1893324/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"22c77269-f57b-4b8a-8b99-35edfc2acf4e\",\n        \"date_posted\": 1760784955,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761490756,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1861303/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0ac49bdf-0bbf-44d4-871d-d461b79b55ca\",\n        \"date_posted\": 1760784960,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761490757,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1862715/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"afcf4192-5e61-4270-af56-57dd1b0cc852\",\n        \"date_posted\": 1760784965,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443015,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Compiler-Engineer--LLVM--New-College-Grad-2025_JR2005960\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Compiler Engineer, LLVM\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eafa74c0-e326-402a-b207-d2ea3e9b3f8b\",\n        \"date_posted\": 1760784969,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760784977,\n        \"url\": \"https://www.tesla.com/careers/search/job/253715\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Backend Software Engineer, Optimus & Robotaxi\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6798ac93-ffb7-490f-93f4-fe651d3fa6d4\",\n        \"date_posted\": 1760784977,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760784980,\n        \"url\": \"https://www.tesla.com/careers/search/job/253673\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Backend Software Engineer, IT Data & Analytics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"346292a7-e058-401f-938d-cac12c68acf0\",\n        \"date_posted\": 1760784980,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760784983,\n        \"url\": \"https://www.tesla.com/careers/search/job/253636\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Security Engineer, Energy Product Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d4871d2c-70ca-4cef-8f4c-67707605ad5c\",\n        \"date_posted\": 1760784983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760784988,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3110582/system-development-engineer-payload-antenna-team\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, Payload Antenna Team\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0e1e16a4-2e22-40e8-a7f0-302319d3520a\",\n        \"date_posted\": 1760784988,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760994789,\n        \"url\": \"https://amazon.jobs/en/jobs/3111761/software-engineer-i\",\n        \"locations\": [\n            \"Irvine, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch Interactive, Inc.\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d92422ef-ee94-463b-831b-7a780ad0b741\",\n        \"date_posted\": 1760994789,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760994843,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3111750/systems-development-engineer-network-operations-oisl\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Systems Development Engineer, Network Operations OISL\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a5178c88-4286-43b0-90ea-30a47cfc0982\",\n        \"date_posted\": 1760994843,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760994852,\n        \"url\": \"https://jobs.apple.com/en-us/details/200626941-0836/software-engineer-xcode-intelligence-experience\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Xcode Intelligence Experience\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6a87ee46-9f6e-4444-9c8e-2794493047ea\",\n        \"date_posted\": 1760994852,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760995046,\n        \"url\": \"https://www.boerboeltrading.com/jobs.html?gh_jid=5681668004\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Boerboel\",\n        \"title\": \"New Grad: Quantitative Researcher\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b2c5fe2e-840c-4ef5-80e4-a04ffb09527c\",\n        \"date_posted\": 1760995046,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760995056,\n        \"url\": \"https://www.boerboeltrading.com/jobs.html?gh_jid=5670371004\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Boerboel\",\n        \"title\": \"New Grad: Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"32153425-3af8-49c7-aa7e-fad23a8599d1\",\n        \"date_posted\": 1760995056,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1760995124,\n        \"url\": \"https://jobs.apple.com/en-us/details/200626967-0157/is-t-early-career-engineering-program-manager-opportunities\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"IS&T Early Career Engineering Program Manager\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ced22751-52fa-437d-a81a-3c4c3470eacf\",\n        \"date_posted\": 1760995124,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761125744,\n        \"url\": \"https://www.workatastartup.com/jobs/83842\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Claim Health (X25)\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6cb3532c-762e-4ce1-abf6-86040ea4198b\",\n        \"date_posted\": 1761125744,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761125749,\n        \"url\": \"https://www.workatastartup.com/jobs/83760\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog (W19)\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b5af3631-e05a-4d62-85a4-cc815d7a3ead\",\n        \"date_posted\": 1761125749,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761125755,\n        \"url\": \"https://www.workatastartup.com/jobs/83761\",\n        \"locations\": [\n            \"Remote\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog (W19)\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"da502a8c-4cde-4520-aa29-dd41f6ead64c\",\n        \"date_posted\": 1761125755,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761125788,\n        \"url\": \"https://www.workatastartup.com/jobs/80466\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Sixtyfour (X25)\",\n        \"title\": \"Founding Engineer, AI Research Agents (Full-Stack)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c742bbd9-ee7e-425f-b17f-fde5f1e4a532\",\n        \"date_posted\": 1761125788,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761126176,\n        \"url\": \"https://www.workatastartup.com/jobs/83750\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Anthrogen\",\n        \"title\": \"Member of Technical Staff\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2c1556ea-9f6f-45c8-a4e7-cf0cc86304a5\",\n        \"date_posted\": 1761126176,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761126186,\n        \"url\": \"https://www.workatastartup.com/jobs/83655\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Liva AI\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a45c30f4-af40-4169-ace1-5f808c60fb15\",\n        \"date_posted\": 1761126186,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761174508,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR158465EXTERNALENUS/Software-Development-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3b29dba1-b2a0-44e1-9109-a26a675dcd6f\",\n        \"date_posted\": 1761174508,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761837760,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1828357/Software-Engineer%E2%80%8B\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ad7c0542-b913-4647-b187-a294497eee79\",\n        \"date_posted\": 1761174520,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761837761,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1894673/Software-Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"de62160b-4c76-4a7a-b91f-f0f115672e90\",\n        \"date_posted\": 1761174527,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761174533,\n        \"url\": \"https://jobs.ashbyhq.com/zapier/63b14a57-064a-4617-bb8c-4a67c860e1e6\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Zapier\",\n        \"title\": \"Software Engineer, Backend-leaning Full Stack or Backend\",\n        \"source\": \"vanshb03\",\n        \"id\": \"452bbe09-258b-470e-97bc-e3332e59d2ec\",\n        \"date_posted\": 1761174533,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761174542,\n        \"url\": \"https://jobs.intuit.com/job/-/-/27595/87369448720\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Intuit\",\n        \"title\": \"Software Engineer 1\",\n        \"source\": \"vanshb03\",\n        \"id\": \"680db584-edb4-4dc5-8c59-5bfa3cbe5636\",\n        \"date_posted\": 1761174542,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761174551,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?for=xtxmarketstechnologies\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"XTX Markets\",\n        \"title\": \"Quant Analyst\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ded1c973-c602-4368-a935-677186b3b37c\",\n        \"date_posted\": 1761174551,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/7340628?gh_jid=7340628\",\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Software Engineer I, Digital Experience\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"59e9b612-ec7f-45de-806c-faa8ad5fba9d\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://uscareers-pepsico.icims.com/jobs/415877/junior-data-scientist-%E2%80%93-new-grad/job\",\n        \"company_name\": \"PepsiCo\",\n        \"title\": \"Junior Data Scientist\",\n        \"locations\": [\n            \"Mississauga, Canada\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"9e948aa6-e517-4bac-a30c-9ba34c46b4d1\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443020,\n        \"url\": \"https://ngc.wd1.myworkdayjobs.com/en-US/Northrop_Grumman_External_Site/job/United-States-Colorado-Aurora/Associate-Software-Engineer_R10211419\",\n        \"company_name\": \"Northrop Grumman\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Aurora, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"fbe78a6b-236a-45bd-9dca-ca651e3bcd11\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://revionics.com/about/careers/open-jobs?gh_jid=7172125\",\n        \"company_name\": \"Revionics\",\n        \"title\": \"New Grad: Machine Learning Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Atlanta, GA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2c953a78-9b92-4dd2-9c20-39ba1f05d9c3\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443024,\n        \"url\": \"https://evolent.wd1.myworkdayjobs.com/External/job/Work-at-Home/Associate-Software-Engineer_JR-914584?source=Linkedin\",\n        \"company_name\": \"Evolent\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e580b31c-41ed-433d-a923-e3a880f35cc9\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://jobs.battelle.org/us/en/job/BMIBMIUS75654EXTERNALENUS/Early-Career-Software-Engineer\",\n        \"company_name\": \"Battelle\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Columbus, OH\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7dccad6a-25e0-4448-bbf8-efe61702482c\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"U.S. Citizenship is Required\"\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://www.spotandtango.com/careers?gh_jid=4620638005\",\n        \"company_name\": \"Spot & Tango\",\n        \"title\": \"Jr. Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"216404c9-3313-4e64-84ae-2b3de2804e19\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://www.d2l.com/careers/jobs/?job_id=7336031&gh_jid=7336031\",\n        \"company_name\": \"D2L\",\n        \"title\": \"New Grad 2026: Software Developer Rotation Program\",\n        \"locations\": [\n            \"Winnipeg, Canada\",\n            \"Toronto, Canada\",\n            \"Kitchener, Canada\",\n            \"Vancouver, Canada\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c12ef982-e139-46e1-9faa-7be465019367\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1765531594,\n        \"url\": \"https://jobs.lever.co/shieldai/8ed6bd48-2bf0-44a2-812d-7d8a2ab6b9f0/apply\",\n        \"company_name\": \"Shield AI\",\n        \"title\": \"Software Engineer I, Hardware Test\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"12d887eb-7b63-4c08-a7cc-774ee18920d0\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1761174604,\n        \"url\": \"https://www.smxtech.com/careers/?gh_jid=7498313003\",\n        \"company_name\": \"SMX\",\n        \"title\": \"Junior Data Scientist\",\n        \"locations\": [\n            \"Patuxent River, MD\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"41c4ade7-12c9-4f52-8beb-5869068416c2\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443029,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/PA602-302-Science-Park-Road-Bldg-5C-302-Science-Park-Road-Building-5C-State-College-PA-16803-2214-USA/XMLNAME-2026-Full-time---Java-Software-Engineer-I---Onsite--PA-_01801904\",\n        \"company_name\": \"RTX\",\n        \"title\": \"New Grad 2026: Java Software Engineer I, Onsite\",\n        \"locations\": [\n            \"State College, PA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"091614c7-094c-47e0-93ae-5324356bd771\",\n        \"date_posted\": 1761174604,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1769923632,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/en-us/External_Career_Site/job/Washington---Bellevue/AI-Forward-Deployed-Engineer--New-Grad-_JR312405-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"AI Forward Deployed Engineer, Early Career\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"Seattle, WA\",\n            \"Indianapolis, IN\",\n            \"Washington, DC\",\n            \"San Francisco, CA\",\n            \"Dallas, TX\",\n            \"Chicago, IL\",\n            \"New York, NY\",\n            \"Bellevue, WA\",\n            \"Atlanta, GA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e82c8053-69b8-4693-8926-311c7813f2df\",\n        \"date_posted\": 1761174684,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1761174684,\n        \"url\": \"https://jobs.ashbyhq.com/Rose%20Rocket/c074b14e-ebe0-4a14-beb2-1419eca9d447/application\",\n        \"company_name\": \"Roserocket\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d05a9106-8bf1-45b0-8b79-e23a39de7837\",\n        \"date_posted\": 1761174684,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763443038,\n        \"url\": \"https://draftkings.wd1.myworkdayjobs.com/draftkings/job/Remote---US/Software-Engineer_JR13105-3\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"DraftKings\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e28323f6-364b-4c88-8ba6-b7d9ddbe8af5\",\n        \"date_posted\": 1761176344,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761176355,\n        \"url\": \"https://jobs.ashbyhq.com/elevenlabs/bed47ac1-9c5c-44ae-8965-3a4312706328\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ElevenLabs\",\n        \"title\": \"Growth Engineer - Mobile\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d362b66a-4b12-4e6c-8ead-6fa255f3d179\",\n        \"date_posted\": 1761176355,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443043,\n        \"url\": \"https://bah.wd1.myworkdayjobs.com/bah_jobs/job/Alexandria-VA/Backend-Developer_R0228366\",\n        \"locations\": [\n            \"Alexandria, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Booz Allen Hamilton\",\n        \"title\": \"Backend Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"56c39477-4672-471a-9c8f-c3511d992824\",\n        \"date_posted\": 1761176393,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443047,\n        \"url\": \"https://nabancard.wd1.myworkdayjobs.com/nab/job/US---Remote/Associate-Product-Engineer_JR101530\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"North\",\n        \"title\": \"Associate Product Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"87a011d2-d09a-4ca9-bd5f-499ec93b0857\",\n        \"date_posted\": 1761176397,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531593,\n        \"url\": \"https://jobs.lever.co/shieldai/8ed6bd48-2bf0-44a2-812d-7d8a2ab6b9f0\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Shield AI\",\n        \"title\": \"Software Engineer I, Hardware Test\",\n        \"source\": \"vanshb03\",\n        \"id\": \"25757e09-7575-47e3-a0f4-d83f45f269a3\",\n        \"date_posted\": 1761176422,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761176443,\n        \"url\": \"https://uscareers-docusign.icims.com/jobs/27628/software-engineering/job\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Docusign\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ef7061a2-0454-4364-a060-6dbb1e27871e\",\n        \"date_posted\": 1761176443,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761587480,\n        \"url\": \"https://www.workatastartup.com/jobs/84154\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Planbase\",\n        \"title\": \"Founding Engineer (Full-Stack)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d753be18-703f-4ff9-a1b0-2f32957bd228\",\n        \"date_posted\": 1761587480,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1761587484,\n        \"url\": \"https://www.workatastartup.com/jobs/76499\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Proception Inc\",\n        \"title\": \"Robotics Software Engineering - Real-Time Control & Embedded Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"943c5596-d411-433e-8069-4e467a74bcd8\",\n        \"date_posted\": 1761587484,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443052,\n        \"url\": \"https://snc.wd1.myworkdayjobs.com/snc_external_career_site/job/Lone-Tree-CO/Systems-Security-Engineer-I_R0028118\",\n        \"company_name\": \"Sierra Nevada Coporation\",\n        \"title\": \"Systems Security Engineer I\",\n        \"locations\": [\n            \"Lone Tree, CO\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e0470859-5b9b-4a48-92c2-42c49928d1b4\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443056,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/IN206-3939PriorityWay-3939-Priority-Way-Building-6-Indianapolis-IN-46240-USA/XMLNAME-2026-Fulltime---Raytheon-Software-Engineer-I--On-site-_01791951\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Indianapolis, IN\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3247767c-05f0-4db3-b40e-8c2a562942b6\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443061,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/AZ201-RMS-AP-Bldg-801-1151-East-Hermans-Road-Building-801-Tucson-AZ-85756-USA/XMLNAME-2026-Raytheon-Systems-Security-Engineer-I---Onsite---Tucson--AZ_01790331\",\n        \"company_name\": \"RTX\",\n        \"title\": \"New Grad 2026: Raytheon Systems Security Engineer I\",\n        \"locations\": [\n            \"Tucson, AZ\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7e1bd267-184c-49bc-96ef-482efa10babc\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1761840220,\n        \"url\": \"https://about.nextdoor.com/careers-list/?gh_jid=7264954\",\n        \"company_name\": \"Nextdoor\",\n        \"title\": \"New Grad 2026: Machine Learning Engineer, Machine Learning\",\n        \"locations\": [\n            \"Dallas, TX\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"481c9cef-f471-4f67-95e6-3672061f33d2\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443065,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/FL915-St-Petersburg---Bldg-D-7401-22nd-Ave-N-Building-D-St-Petersburg-FL-33710-USA/Software-Engineer-I--Onsite-_01788093\",\n        \"company_name\": \"RTX\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"St. Petersburg, FL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"656837ae-31ec-4071-9202-e8f7403b048a\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443070,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/Careers/job/Ottawa/Embedded-Software-Engineer---New-Grad--Real-Time-Systems-_R029145\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad: Embedded Software Engineer, Real-Time Systems\",\n        \"locations\": [\n            \"Ottawa, ON, Canada\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c11fe199-641c-4d91-8a86-f85fd1a29c77\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1767283135,\n        \"url\": \"https://job-boards.greenhouse.io/torcrobotics/jobs/8136092002\",\n        \"company_name\": \"Torc Robotics\",\n        \"title\": \"Machine Learning Engineer, I, App Engine (CUDA)\",\n        \"locations\": [\n            \"Ann Arbor, MI\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"eb0ffd06-6fb7-42b3-8f83-db3761372bd4\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1763443075,\n        \"url\": \"https://morningstar.wd5.myworkdayjobs.com/en-US/Americas/job/Chicago/Associate-Quantitative-Analyst_REQ-053662-1\",\n        \"company_name\": \"Morningstar\",\n        \"title\": \"Associate Quantitative Analyst\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5daebc88-85ba-4869-8566-8a3e821be487\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1762348977,\n        \"url\": \"https://jobs.lever.co/rover/206facd5-3dec-45a0-a76a-189cb2397d3e/\",\n        \"company_name\": \"Rover\",\n        \"title\": \"Software Engineer I, Expansions\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"69f233cd-ea00-4ea4-a751-70efd916733e\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1762348976,\n        \"url\": \"https://job-boards.greenhouse.io/extrahopnetworks/jobs/5649570004\",\n        \"company_name\": \"ExtraHop\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f4bb7047-8414-469f-ac8c-96b39010a9ac\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1761840220,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3116902/2026-annapurna-labs-at-aws-early-career-us-silicon-ai-systems-innovation\",\n        \"company_name\": \"Annapurna Labs\",\n        \"title\": \"Silicon & AI Systems Innovation Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d37d585a-35c9-421d-bab7-dd6e8acf9d7c\",\n        \"date_posted\": 1761840220,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1762019282,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3118657/adc-engineer-i-peet-adc\",\n        \"locations\": [\n            \"Arlington, VA\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"ADC Engineer I, PEET ADC\",\n        \"source\": \"vanshb03\",\n        \"id\": \"45a241f9-2fd8-4a27-a24a-c4930bbc8b6b\",\n        \"date_posted\": 1762019282,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762019330,\n        \"url\": \"https://jobs.ashbyhq.com/Citizen%20Health/0f4048fa-da35-4112-9166-123440a2cb57\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Citizen Health\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eb9ecf43-2a5e-449e-8939-4440765d7fb3\",\n        \"date_posted\": 1762019330,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762019334,\n        \"url\": \"https://jobs.ashbyhq.com/zip/bec203f9-7919-479a-b021-c7871b7757e2\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"188bb1d5-1c1d-4d30-829e-b273c3b9a407\",\n        \"date_posted\": 1762019334,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443079,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/AI-and-ML-Infra-Software-Engineer--GPU-Clusters---New-College-Grad-2025_JR2006974\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: AI and ML Infra Software Engineer, GPU Clusters\",\n        \"source\": \"vanshb03\",\n        \"id\": \"abbf4b5c-f16c-4e8b-8d36-0630855f2c8d\",\n        \"date_posted\": 1762019339,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544794,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Systems-Software-Engineer--GeForce-NOW-Low-Latency-Streaming-Technology---New-College-Grad-2025_JR2007180\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Systems Software Engineer, GeForce NOW Low Latency Streaming Technology\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e82034f4-17d7-4894-b29a-3023947644e6\",\n        \"date_posted\": 1762019342,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443088,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Software-Engineer--AI-Infrastructure---New-College-Grad-2026_JR2007199\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Software Engineer, AI Infrastructure\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b9d24b2e-1779-467b-9b0f-d6f6a4e3342f\",\n        \"date_posted\": 1762019346,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762019352,\n        \"url\": \"https://www.tesla.com/careers/search/job/249570\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Machine Learning Engineer, Tesla Insurance\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eca358f9-1b9b-444a-8640-96ef8609c3ee\",\n        \"date_posted\": 1762019352,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923636,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/Washington---Bellevue/AI-Forward-Deployed-Engineer--New-Grad-_JR312405-1\",\n        \"locations\": [\n            \"Remote\",\n            \"Bellevue, WA\",\n            \"Boston, MA\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Salesforce\",\n        \"title\": \"AI Forward Deployed Engineer (Early Career)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"db82133d-3df1-4ace-ac51-29fde6cf38c1\",\n        \"date_posted\": 1762019358,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762019364,\n        \"url\": \"https://www.metacareers.com/jobs/2578176955882259\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Meta\",\n        \"title\": \"Data Engineer, Analytics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"662088f1-8755-42b7-ac2d-9fd8ace233d8\",\n        \"date_posted\": 1762019364,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762019442,\n        \"url\": \"https://jobs.ashbyhq.com/clipboard/b83ea62e-f143-4673-a741-3e98e7e083bd\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Clipboard Health\",\n        \"title\": \"Software Engineer, Backend\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7f5b4f6e-aef2-4e7f-9348-959f58487d06\",\n        \"date_posted\": 1762019442,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763442793,\n        \"url\": \"https://job-boards.greenhouse.io/mozilla/jobs/7360226\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Mozilla\",\n        \"title\": \"Backend Engineer, Websites & Marketing Technology\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0310520e-a406-4515-994c-0dff1995235f\",\n        \"date_posted\": 1762019411,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544660,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1903967/Software-Engineer---Commerce-%2B-Ecosystems\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Commerce + Ecosystems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a44a230e-39d9-41ce-a5d5-768b0a382c24\",\n        \"date_posted\": 1762019417,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746185,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/ASIC-Design-Engineer---New-College-Grad-2025_JR2003018\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c7706007-df48-4615-9f53-b97280394214\",\n        \"date_posted\": 1762019426,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762019430,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3117171/system-development-engineer-macos-mdm-kuiper-devices-systems\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, macOS MDM, Kuiper Devices & Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"997094b6-7374-438f-a03f-fb7f27548680\",\n        \"date_posted\": 1762019430,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763443102,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Systems-Software-Engineer---GeForce-NOW-Low-Latency-Streaming-Technology---New-Grad-2025_JR2006827\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Systems Software Engineer, GeForce NOW Low Latency Streaming Technology\",\n        \"source\": \"vanshb03\",\n        \"id\": \"164ce651-cb32-4135-a64b-68d43c5b3cc3\",\n        \"date_posted\": 1762019433,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762349047,\n        \"url\": \"https://job-boards.greenhouse.io/warp/jobs/4324888004\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Warp\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"80a88e54-5f35-4093-891d-af4b86158238\",\n        \"date_posted\": 1762349047,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746189,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/SONiC-Software-Design-Engineer--New-College-Grad-2025_JR2006947\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: SONiC Software Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7bc203c7-4524-496e-a9a4-a550cc6a18a4\",\n        \"date_posted\": 1762349053,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762349068,\n        \"url\": \"https://job-boards.greenhouse.io/figma/jobs/5691911004\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Figma\",\n        \"title\": \"Software Engineer, Full Stack\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d1022624-29fc-4feb-9e46-e6563e3681b0\",\n        \"date_posted\": 1762349068,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544813,\n        \"url\": \"https://dell.wd1.myworkdayjobs.com/en-US/ExternalNonPublic/job/Dell-CSG-Software-Engineering-Rotation-Program_R277445\",\n        \"company_name\": \"Dell Technologies\",\n        \"title\": \"CSG Rotational Program\",\n        \"locations\": [\n            \"Round Rock, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"Admeen3581\",\n        \"id\": \"3181bd7b-bb8f-4993-a915-e0b01b73b4e4\",\n        \"date_posted\": 1762350784,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544818,\n        \"url\": \"https://dell.wd1.myworkdayjobs.com/en-US/ExternalNonPublic/job/Dell-Software-Engineer-Rotation-Program_R277297\",\n        \"company_name\": \"Dell Technologies\",\n        \"title\": \"ISG Software Rotational Program\",\n        \"locations\": [\n            \"Round Rock, TX\",\n            \"Hopkinton, MA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"Admeen3581\",\n        \"id\": \"fdd5238b-a605-428f-865b-78bdd3aaa00c\",\n        \"date_posted\": 1762350803,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762349312,\n        \"url\": \"https://www.valkyrietrading.com/careers/junior-derivatives-trader-new-grad-entry-level/\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Valkyrie\",\n        \"title\": \"Derivatives Trader\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cb1b0cdb-1909-4cdd-9bd7-63c2b69d9a5e\",\n        \"date_posted\": 1762349312,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762349328,\n        \"url\": \"https://www.jumptrading.com/hr/job?gh_jid=7362357\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Jump Trading\",\n        \"title\": \"Campus Crypto Researcher\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3035ddb8-9438-4dc9-9b51-94df134ce998\",\n        \"date_posted\": 1762349328,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782324,\n        \"url\": \"https://careers.servicenow.com/jobs/744000092358511/software-engineer/\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b4f866c4-f6b5-49a7-8681-64c5df20c82f\",\n        \"date_posted\": 1762782324,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923537,\n        \"url\": \"https://www.ycombinator.com/companies/pointone/jobs/I2ShCi8-new-grad-software-engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"PointOne\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5df28567-332e-4099-98d5-2ebd8ad6f842\",\n        \"date_posted\": 1762782327,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782404,\n        \"url\": \"https://www.workatastartup.com/jobs/84801\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"AgentMail\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"877ac16b-6224-43fb-a0b1-ccbf4b36b442\",\n        \"date_posted\": 1762782404,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782708,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446715361809\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Qualcomm Innovation Center, Inc.\",\n        \"title\": \"Product Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"729ccd07-a9fc-430d-b984-3e1dfef1dd0e\",\n        \"date_posted\": 1762782708,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923640,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/GPU-Architecture-Engineer---New-College-Grad-2025_JR2002495\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Durham, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: GPU Architecture Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"373327f3-6698-4e0e-8ee5-43ab19c42d02\",\n        \"date_posted\": 1762782713,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782718,\n        \"url\": \"https://www.shopify.com/careers/software-engineers_c96af3a9-82a3-4c6a-9b86-1f7e6b376167\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Shopify\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7d36b861-1cd0-422b-a84e-f7be26b74d21\",\n        \"date_posted\": 1762782718,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782723,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR161750EXTERNALENUS/Software-Development-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"32293e38-03d1-4c27-8cc0-f4c8e11f4d9f\",\n        \"date_posted\": 1762782723,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782737,\n        \"url\": \"https://www.tesla.com/careers/search/job/255247\",\n        \"locations\": [\n            \"East Liberty, OH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"In Vehicle Test Engineer, Steering, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0da6ce36-5b73-41fe-a0f7-c25354d10d84\",\n        \"date_posted\": 1762782737,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782742,\n        \"url\": \"https://www.tesla.com/careers/search/job/255357\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"AI Engineer, ML Inference Optimization, Autonomy & Robotics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9141175a-bdd7-4762-8194-d8187dada759\",\n        \"date_posted\": 1762782742,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782745,\n        \"url\": \"https://www.tesla.com/careers/search/job/255342\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Validation Engineer, AI Platforms\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8f5be18b-0c20-445c-8e59-5238f4736cba\",\n        \"date_posted\": 1762782745,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782974,\n        \"url\": \"https://jobs.apple.com/en-us/details/200630837-0836/aiml-resident-siri-agent-modeling\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Resident - Siri Agent Modeling\",\n        \"source\": \"vanshb03\",\n        \"id\": \"deea0807-8d58-4f33-a2ed-6d4410e44ae6\",\n        \"date_posted\": 1762782974,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782820,\n        \"url\": \"https://jobs.apple.com/en-us/details/200630783-3337/aiml-resident-machine-learning-research\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Resident - Machine Learning Research\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e32bb931-029c-45bc-8dd1-fa4077b48f53\",\n        \"date_posted\": 1762782820,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782827,\n        \"url\": \"https://jobs.apple.com/en-us/details/200630840-0836/aiml-resident-input-experience-nlp\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Resident - Input Experience NLP\",\n        \"source\": \"vanshb03\",\n        \"id\": \"10aea6c9-828d-41f1-b310-92773757b27d\",\n        \"date_posted\": 1762782827,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782865,\n        \"url\": \"https://jobs.apple.com/en-us/details/200630798-3337/aiml-resident-knowledge-answer-quality-richness\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Resident - Knowledge Answer Quality & Richness\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0f450593-cdc9-4874-a31f-3c2931cb3824\",\n        \"date_posted\": 1762782865,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782869,\n        \"url\": \"https://jobs.apple.com/en-us/details/200630794-3337/aiml-resident-data-operations-capacity-planning-analytics\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Resident - Data Operations Capacity Planning & Analytics\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d9639ae4-9fb7-413c-950d-af40193f0194\",\n        \"date_posted\": 1762782869,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762782873,\n        \"url\": \"https://jobs.apple.com/en-us/details/200630834-3760/aiml-resident-robot-learning\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Resident - Robot Learning\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4d32b2e6-4059-4d84-8fb4-dafcdcf79039\",\n        \"date_posted\": 1762782873,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1762783069,\n        \"url\": \"https://jobs.ashbyhq.com/Citizen%20Health/ab0cc0c1-7122-4ca2-8ac9-84d1812b22d4/application\",\n        \"company_name\": \"Citizen Health\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"San Mateo, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"d72af5fa-9e5b-4690-aa66-9bdaf97b6e7d\",\n        \"date_posted\": 1762783069,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1767746198,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/External/job/GA---Atlanta/Data-Engineer-I--AWS--Databricks--PySpark--Snowflake-_R-47919\",\n        \"company_name\": \"The Travelers Companies\",\n        \"title\": \"Data Engineer 1\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1c06f5d6-d660-4ac8-863f-d2f380e5a20e\",\n        \"date_posted\": 1762783069,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1762783069,\n        \"url\": \"https://gdit.wd5.myworkdayjobs.com/external_career_site/job/USA-MD-Annapolis-Junction/Software-Engineer-I_RQ210148-1\",\n        \"company_name\": \"General Dynamics Information Technology\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1ef7b944-6a96-493c-abd7-9e8b331a23d8\",\n        \"date_posted\": 1762783069,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1762783069,\n        \"url\": \"https://jobs.smartrecruiters.com/ServiceNow/744000092424475\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Frontend Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"9f3b8fba-5cb2-4aa7-803f-f83a6c76c96a\",\n        \"date_posted\": 1762783069,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Does Not Offer Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763443136,\n        \"url\": \"https://rrhs.wd5.myworkdayjobs.com/RRH/job/Riedman-Campus/Software-Developer_REQ_226365\",\n        \"company_name\": \"Rochester Regional Health\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Remote\",\n            \"Rochester, NY\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ffa904a4-2754-4814-b2cd-1983a22a98cf\",\n        \"date_posted\": 1762783069,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763443141,\n        \"url\": \"https://aveva.wd3.myworkdayjobs.com/en-US/AVEVA_careers/job/San-Leandro-California-United-States-of-America/Software-Developer-Graduate--US_R011626\",\n        \"company_name\": \"AVEVA\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"San Leandro, CA\",\n            \"Lake Forest, CA\",\n            \"Scottsdale, AZ\",\n            \"Philadelphia, PA\"\n        ],\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bf915c8b-083f-4210-b273-150f81f1f8cc\",\n        \"date_posted\": 1762783069,\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Offers Sponsorship\"\n    },\n    {\n        \"date_updated\": 1763252143,\n        \"url\": \"https://www.imc.com/us/careers/jobs/4580755101\",\n        \"company_name\": \"IMC\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"ouckah\",\n        \"id\": \"7a690259-0c9e-4272-a776-bbdd464653a1\",\n        \"date_posted\": 1763252143,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923536,\n        \"url\": \"https://job-boards.greenhouse.io/spacex/jobs/8121675002\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ouckah\",\n        \"id\": \"e46c4659-b631-4e6a-b053-64d824c6e062\",\n        \"date_posted\": 1763252230,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763252267,\n        \"url\": \"https://jobs.ashbyhq.com/replit/b5e81eae-06f9-4798-8988-2d06ca936dbc\",\n        \"company_name\": \"Replit\",\n        \"title\": \"Software Engineer - New Grad (Summer 2026)\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"ouckah\",\n        \"id\": \"9cf7230c-b4d1-4bf5-a3da-76db710dbba7\",\n        \"date_posted\": 1763252267,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746220,\n        \"url\": \"https://mastercard.wd1.myworkdayjobs.com/campusapplyonly/job/OFallon-Missouri/Software-Engineer-I--Launch-Program-2026_R-257329\",\n        \"locations\": [\n            \"O'Fallon, MO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Software Engineer I, Launch Program\",\n        \"source\": \"vanshb03\",\n        \"id\": \"85eace90-b913-4466-b2fe-50d95b5913d6\",\n        \"date_posted\": 1763015037,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544660,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556619703\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"AI Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"918b8d55-10ec-4ae7-bc81-8d71ebf1d995\",\n        \"date_posted\": 1763445555,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746224,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Low-Power-ASIC-Engineer---New-College-Grad-2026_JR2008185\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Low Power ASIC Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"313fbdd5-f9a4-41e3-9ce5-d77adf5d359f\",\n        \"date_posted\": 1763445563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445590,\n        \"url\": \"https://lumenalta.com/jobs/full-stack-engineer-storyblok-expert-full-stack-engineer-storyblok-expert-188\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Lumenalta\",\n        \"title\": \"Full Stack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b923b15f-30eb-4386-8a4c-fda658465917\",\n        \"date_posted\": 1763445590,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445593,\n        \"url\": \"https://careers.circle.com/us/en/job/CIICIRUSJR100011EGEXTERNALENUS/New-Grad-Software-Engineer-Backend-2026\",\n        \"locations\": [\n            \"United States of America\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Circle\",\n        \"title\": \"New Grad 2026: Software Engineer, Backend\",\n        \"source\": \"vanshb03\",\n        \"id\": \"49a7d53a-eab0-4f53-827c-aa2b38c81596\",\n        \"date_posted\": 1763445593,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445602,\n        \"url\": \"https://stripe.com/jobs/listing/backend-engineer-secure-endpoint-access/7396672\",\n        \"locations\": [\n            \"South San Francisco, CA\",\n            \"Seattle, WA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Stripe\",\n        \"title\": \"Backend Engineer, Secure Endpoint Access\",\n        \"source\": \"vanshb03\",\n        \"id\": \"12daae3d-ec80-4eee-9756-ce0dc3c491dd\",\n        \"date_posted\": 1763445602,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544847,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/System-Software-Engineer--Robotics-Simulation---New-College-Grad-2026_JR2007876\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: System Software Engineer, Robotics Simulation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d3498654-e26d-4ee1-a59b-7ca167bc45bb\",\n        \"date_posted\": 1763445605,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445622,\n        \"url\": \"https://www.tesla.com/careers/search/job/227179\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Thermal Controls Engineer, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1eb82216-a4a3-4ee8-8d82-ca45884a686f\",\n        \"date_posted\": 1763445622,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445626,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3126885/software-engineer-i\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ca864e2e-3553-49df-a5c7-785ee52f7755\",\n        \"date_posted\": 1763445626,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544852,\n        \"url\": \"https://zoom.wd5.myworkdayjobs.com/Zoom/job/Remote--WA/Software-Development_R17786-1\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Zoom\",\n        \"title\": \"Frontend Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4a5c811a-3124-420c-9b4c-00dcadd1fbc5\",\n        \"date_posted\": 1763445632,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445637,\n        \"url\": \"https://jobs.apple.com/en-us/details/200627852-3956/software-engineer-is-t-early-career\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, IS&T Early Career\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ae6d2c02-2b2d-4a2b-a803-c4cd9eb0032a\",\n        \"date_posted\": 1763445637,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308283,\n        \"url\": \"https://nelnet.wd1.myworkdayjobs.com/mynelnet/job/Madison-WI/IT-Software-Engineer---Entry-Level_R21980\",\n        \"locations\": [\n            \"Madison, WI\",\n            \"Lincoln, NE\",\n            \"Centennial, CO\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Nelnet\",\n        \"title\": \"IT Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"73a777e8-2ec7-435c-a8a2-41abbd29ca8b\",\n        \"date_posted\": 1763445755,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445761,\n        \"url\": \"https://www.databricks.com/company/careers/professional-services-operations/ai-tooling-program-engineer--8295414002\",\n        \"locations\": [\n            \"Northeast, United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Databricks\",\n        \"title\": \"AI Tooling Program Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"277851aa-d2fe-4633-812f-7d11025bd8ec\",\n        \"date_posted\": 1763445761,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764544863,\n        \"url\": \"https://regions.wd5.myworkdayjobs.com/regions_careers/job/Atlanta-GA---Regions-Plaza-Office/Salesforce-Developer---Entry-Level--On-Site-_R97616\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Hoover, AL\",\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"Regions\",\n        \"title\": \"Salesforce Developer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"22cc950f-7ebe-4871-aafd-d83a028876dc\",\n        \"date_posted\": 1763445767,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445857,\n        \"url\": \"https://www.workatastartup.com/jobs/85420\",\n        \"locations\": [\n            \"Kansas City, MO\",\n            \"Overland Park, KS\",\n            \"Olathe, KS\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"dScribe AI\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1743ce18-779e-45b8-bed3-65ac455d0e26\",\n        \"date_posted\": 1763445857,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445861,\n        \"url\": \"https://www.workatastartup.com/jobs/85445\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Phonely\",\n        \"title\": \"Forward Deployed Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3dee5f20-812b-4224-b425-02fdf0b6e1cb\",\n        \"date_posted\": 1763445861,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445866,\n        \"url\": \"https://www.workatastartup.com/jobs/77829\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Poka Labs\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e7f1a88f-21f1-4d77-9fc7-6b9aacd4196e\",\n        \"date_posted\": 1763445866,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445878,\n        \"url\": \"https://www.workatastartup.com/jobs/85460\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog (W19)\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"22c6766f-df59-43ee-822b-df2319b6cebd\",\n        \"date_posted\": 1763445878,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1763445883,\n        \"url\": \"https://www.workatastartup.com/jobs/85459\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog (W19)\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"689c1f1a-d1f6-4f75-941e-177d1ba816c2\",\n        \"date_posted\": 1763445883,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545563,\n        \"url\": \"https://joinbytedance.com/search/7542674819873081608\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Machine Learning Graduate (eCommerce User Growth & Intelligent Marketing)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4f96c4b6-4d57-401d-97c4-93ce72ba6761\",\n        \"date_posted\": 1764545563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545569,\n        \"url\": \"https://www.tesla.com/careers/search/job/256719\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Maps & Navigation Validation, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"16bd89a2-ae18-42c8-a6f8-c8c9d7fe045a\",\n        \"date_posted\": 1764545569,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545573,\n        \"url\": \"https://www.tesla.com/careers/search/job/256595\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, AI Inference Codesign\",\n        \"source\": \"vanshb03\",\n        \"id\": \"670d8b80-15ef-4db2-8abe-ff8a8e4cd68a\",\n        \"date_posted\": 1764545573,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545576,\n        \"url\": \"https://www.tesla.com/careers/search/job/256730\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Robotics Systems Engineer, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4114af0c-63de-45ac-acf7-f4cce79d2451\",\n        \"date_posted\": 1764545576,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308288,\n        \"url\": \"https://generalmotors.wd5.myworkdayjobs.com/Careers_GM/job/Mountain-View-California-United-States-of-America/Software-Engineer---Early-Career_JR-202517310\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"Austin, TX\",\n            \"Milford, MI\",\n            \"Warren, MI\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"General Motors\",\n        \"title\": \"Software Engineer - Early Career\",\n        \"source\": \"vanshb03\",\n        \"id\": \"73dde98c-273a-4eea-adef-1e6d1778541e\",\n        \"date_posted\": 1764545584,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545588,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2026_JR2008990\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Developer Technology Engineer, Public Sector\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bb83f838-5027-41e5-8b1b-ce31637de54d\",\n        \"date_posted\": 1764545588,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545594,\n        \"url\": \"https://careers.withwaymo.com/jobs/software-engineer-ml-tools-mountain-view-california-united-states\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Waymo\",\n        \"title\": \"Software Engineer, ML Tools\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cf8202da-86a5-44e4-9d97-d2687952ff97\",\n        \"date_posted\": 1764545594,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545603,\n        \"url\": \"https://jobs.ashbyhq.com/dune/f3846675-ec16-49df-840d-a428cb421e8c\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Dune\",\n        \"title\": \"Data Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4923d49b-7e0c-4f18-9400-89bf5e176898\",\n        \"date_posted\": 1764545603,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545629,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3133994/system-development-engineer-robotics-integration-and-optimization-services\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, Robotics Integration and Optimization Services\",\n        \"source\": \"vanshb03\",\n        \"id\": \"abfe4bf4-3faf-4d28-93db-0b99cccec443\",\n        \"date_posted\": 1764545629,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://job-boards.greenhouse.io/affirm/jobs/7485072003\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Affirm\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"73855344-cece-41c9-bc0d-67c71a543bca\",\n        \"date_posted\": 1764545634,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://job-boards.greenhouse.io/affirm/jobs/7485068003\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Affirm\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"26cf13af-bd7c-4088-ac2a-2e9e940a4b38\",\n        \"date_posted\": 1764545642,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545682,\n        \"url\": \"https://jobs.ashbyhq.com/yotta/b5202314-91e1-4940-b8a1-9be0e02d1db5\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Yotta Labs\",\n        \"title\": \"Research Engineer - Decentralized AI Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0ca586ff-d900-47dd-81e7-33157f7a073c\",\n        \"date_posted\": 1764545682,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545710,\n        \"url\": \"https://jobs.ashbyhq.com/evenup/575484a3-ed12-478f-a575-8db524f9cc96\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"EvenUp\",\n        \"title\": \"Backend Software Engineer, AI Document Generation (All Levels)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"11ebe7db-b2f4-44c5-a90e-cae1ab100e42\",\n        \"date_posted\": 1764545710,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765307919,\n        \"url\": \"https://job-boards.greenhouse.io/leagueinc/jobs/5723828004\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"company_name\": \"League\",\n        \"title\": \"Software Engineer, Backend (Apps & Solutions)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bd3aaedf-9690-4796-8a34-51c44cbdbeab\",\n        \"date_posted\": 1764545721,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545881,\n        \"url\": \"https://www.workatastartup.com/jobs/86044\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Thera\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"14c7b38e-5b75-49dd-80f5-6d4158e25726\",\n        \"date_posted\": 1764545881,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1764545885,\n        \"url\": \"https://www.workatastartup.com/jobs/85422\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Thera\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"99555812-8faf-4a89-b91e-ea9ec3b2743d\",\n        \"date_posted\": 1764545885,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308393,\n        \"url\": \"https://www.workatastartup.com/jobs/86703\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog\",\n        \"title\": \"Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0f67849b-7686-4726-8166-caadfb96f2f1\",\n        \"date_posted\": 1765308393,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308398,\n        \"url\": \"https://www.workatastartup.com/jobs/86704\",\n        \"locations\": [\n            \"Toronto, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Wanderlog\",\n        \"title\": \"Full-Stack Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c2594497-e483-4d3a-bd23-5637c3309291\",\n        \"date_posted\": 1765308398,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308434,\n        \"url\": \"https://www.workatastartup.com/jobs/85607\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Trellis AI\",\n        \"title\": \"Member of Technical Staff\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e99bdb61-cdaf-4577-bc02-17600d3c1c55\",\n        \"date_posted\": 1765308434,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308438,\n        \"url\": \"https://www.workatastartup.com/jobs/86588\",\n        \"locations\": [\n            \"San Francisco, CA, US\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Planbase\",\n        \"title\": \"Founding Engineer (Full-Stack)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"63042833-1a34-425a-b049-5f4bcf41d4b0\",\n        \"date_posted\": 1765308438,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308442,\n        \"url\": \"https://www.workatastartup.com/jobs/83889\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Idler\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c60e336e-9c31-4cd5-886c-287ea9dc1c06\",\n        \"date_posted\": 1765308442,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765308454,\n        \"url\": \"https://www.workatastartup.com/jobs/79286\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Emerge Career\",\n        \"title\": \"Founding Product Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"94972616-eb1a-4730-b274-66b3f3fd7dc1\",\n        \"date_posted\": 1765308454,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531847,\n        \"url\": \"https://jobs.ashbyhq.com/magical/2c4734af-1ca2-423a-bb4e-29a7da894249\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Magical\",\n        \"title\": \"New Grad: Junior Software Engineer, AI\",\n        \"source\": \"vanshb03\",\n        \"id\": \"21105f1e-b540-44e8-9c66-152d8c5ec185\",\n        \"date_posted\": 1765531847,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531858,\n        \"url\": \"https://careers.capgemini.com/job/New-York%2C-NY-Full-Stack-AI-Engineer-NY-10001/1275242401\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Capgemini\",\n        \"title\": \"Full Stack AI Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"05d08d4f-1a25-4503-b8e9-bc5bfbe6fc51\",\n        \"date_posted\": 1765531858,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531864,\n        \"url\": \"https://careers.withwaymo.com/jobs/webrad-rider-support-full-stack-swe-mountain-view-california-united-states\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Waymo\",\n        \"title\": \"WebRAD & Rider Support Full Stack SWE\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e5688a78-d12b-403b-a37b-fe58b1e30c5b\",\n        \"date_posted\": 1765531864,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://jobs.lever.co/spotify/7032c810-478c-42fc-9807-25553e978343\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Boston, MA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Spotify\",\n        \"title\": \"Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4901a281-e10c-44e2-af4d-11d29e996140\",\n        \"date_posted\": 1765531872,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767993673,\n        \"url\": \"https://jobs.lever.co/spotify/213ccab3-7bc8-4a63-957c-89bba89d2036\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Spotify\",\n        \"title\": \"Fullstack Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fa03ed58-7e45-405b-ab9a-af10741962e8\",\n        \"date_posted\": 1765531876,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://jobs.lever.co/whoop/02b3ba78-ccb4-40a4-94b3-6b14c71eed9e\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"WHOOP\",\n        \"title\": \"Software Engineer I, Backend\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c050c1ad-0d7e-4b86-b2fd-113f9badcdb6\",\n        \"date_posted\": 1765531880,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769923654,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/GPU-and-SoC-Modelling-Architect---New-College-Grad-2026_JR2009934\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: GPU and SoC Modelling Architect\",\n        \"source\": \"vanshb03\",\n        \"id\": \"edd2f929-2c2e-4426-a1e1-dddbe8a887d5\",\n        \"date_posted\": 1765531883,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1765531888,\n        \"url\": \"https://careers.viasat.com/jobs/4993\",\n        \"locations\": [\n            \"Carlsbad, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Viasat\",\n        \"title\": \"Software Engineer, Broadband Networks\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3d686685-ac21-4c9c-ba68-2e0c4a6eb611\",\n        \"date_posted\": 1765531888,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767284064,\n        \"url\": \"https://jobs.ashbyhq.com/Sierra/6a75b530-b7bb-4439-bb67-37b4f2b75b96\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Sierra\",\n        \"title\": \"New Grad: Software Engineer, Agent\",\n        \"source\": \"vanshb03\",\n        \"id\": \"063c73ea-6a18-4cd0-b970-f55a4e5f5461\",\n        \"date_posted\": 1767284064,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767284073,\n        \"url\": \"https://jobs.ashbyhq.com/Sierra/ce2ae656-714c-4a6c-a020-fe418f868075\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Sierra\",\n        \"title\": \"New Grad: Software Engineer, Agent\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6f3dbf87-6fb7-44d0-ad2f-78206ebb7922\",\n        \"date_posted\": 1767284073,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767284081,\n        \"url\": \"https://joinbytedance.com/search/7532657573800659218\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Software Development Engineer in Test Graduate\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e92caeec-09c4-4a82-8fed-86e2a7898367\",\n        \"date_posted\": 1767284081,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767284088,\n        \"url\": \"https://joinbytedance.com/search/7527678842316998919\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2026: Backend Software Engineer Graduate\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2cf8dd13-93b9-4fee-b268-7d0e45477680\",\n        \"date_posted\": 1767284088,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767284094,\n        \"url\": \"https://lifeattiktok.com/search/7532216894792222994?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2026: Research Scientist Graduate: TikTok Recommendation\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bab2d11f-67ff-46f0-a5d9-8fc7e93c525a\",\n        \"date_posted\": 1767284094,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746085,\n        \"url\": \"https://jobs.lever.co/spotify/51cfd148-318d-4870-bf61-dc47a4572374\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Spotify\",\n        \"title\": \"Full Stack Engineer, Backstage Portal, Data Experience\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4529bfc6-1fba-45d6-b0dd-7af4c5ecf307\",\n        \"date_posted\": 1767284102,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746085,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556640131\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e7efb0c8-5d02-40fd-9a13-46a9eb2685c1\",\n        \"date_posted\": 1767284109,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746387,\n        \"url\": \"https://www.workatastartup.com/jobs/88067\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Caddy\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5bbf0699-11ec-4ce2-b643-4036b17c1ebf\",\n        \"date_posted\": 1767746387,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746391,\n        \"url\": \"https://www.workatastartup.com/jobs/88025\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Planbase\",\n        \"title\": \"Founding Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d38e3f8d-3b60-4d82-9818-aaff75c2592c\",\n        \"date_posted\": 1767746391,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746394,\n        \"url\": \"https://www.workatastartup.com/jobs/87443\",\n        \"locations\": [\n            \"San Francisco, CA, US\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Planbase\",\n        \"title\": \"Founding Product Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"81e4fe44-c95c-4367-8ae3-18e345169d67\",\n        \"date_posted\": 1767746394,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767993674,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556637693\",\n        \"locations\": [\n            \"United States, Multiple Locations\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"99e6edce-e573-47f8-a5bb-01f9739d76a6\",\n        \"date_posted\": 1767746789,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746801,\n        \"url\": \"https://lifeattiktok.com/search/7591947799615260933?spread=5MWH5CQ\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"TikTok\",\n        \"title\": \"Software Engineer Graduate, Site Reliability Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8e1561a5-e2fc-469b-b4ff-62be2b446dcc\",\n        \"date_posted\": 1767746801,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746807,\n        \"url\": \"https://stripe.com/jobs/listing/security-engineer-new-grad/7477571\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"South San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Stripe\",\n        \"title\": \"New Grad: Security Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"df0bdf50-8a5b-4ead-894e-4460fe523a96\",\n        \"date_posted\": 1767746807,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746826,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR160657EXTERNALENUS/2026-University-Graduate-Software-Development-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"73c5c3e2-2230-4104-bc31-d0456412cb53\",\n        \"date_posted\": 1767746826,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746831,\n        \"url\": \"https://www.tesla.com/careers/search/job/259019\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"AI Engineer, Reinforcement Learning, Self-Driving\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5e6831f9-2531-4f11-b951-968e71ee8a34\",\n        \"date_posted\": 1767746831,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746835,\n        \"url\": \"https://www.tesla.com/careers/search/job/259057\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Core Vehicle Fulfillment Experience\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3de87955-812b-42ac-9a1d-e78522173016\",\n        \"date_posted\": 1767746835,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746840,\n        \"url\": \"https://university-uber.icims.com/jobs/152559/job?mobile=false&width=1069&height=500&bga=true&needsRedirect=false&jan1offset=-300&jun1offset=-240\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2026: Software Engineer I, Mobile\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cbddd403-e23f-4e67-8bc4-ce270d98011c\",\n        \"date_posted\": 1767746840,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746879,\n        \"url\": \"https://university-uber.icims.com/jobs/152427/job\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2026: Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fffecdc9-204f-4a99-8cf1-65eb19f509e8\",\n        \"date_posted\": 1767746879,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767746997,\n        \"url\": \"https://www.rentec.com/Careers.action?jobs=true&selectedPosition=researchScientist\",\n        \"locations\": [\n            \"East Setauket, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Renaissance Technologies\",\n        \"title\": \"Research Scientist\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d2acd2a3-15a7-4c1a-a8c1-39c8bf2843ea\",\n        \"date_posted\": 1767746997,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767747000,\n        \"url\": \"https://www.rentec.com/Careers.action?jobs=true&selectedPosition=realtimeTradingProgrammer\",\n        \"locations\": [\n            \"East Setauket, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Renaissance Technologies\",\n        \"title\": \"Real-Time Trading Programmer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e2287511-dba4-498b-827e-50ba46fdd8a5\",\n        \"date_posted\": 1767747000,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995413,\n        \"url\": \"https://www.ixl.com/company/careers?gh_jid=8364780002\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"IXL Learning\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f56f6a1f-499d-459d-bdfb-0111694d0029\",\n        \"date_posted\": 1767995413,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995419,\n        \"url\": \"https://job-boards.eu.greenhouse.io/stubhubinc/jobs/4749965101\",\n        \"locations\": [\n            \"Santa Monica, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"StubHub\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"35cf42a3-b608-4e00-835b-36a1e0e57285\",\n        \"date_posted\": 1767995419,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995449,\n        \"url\": \"https://www.tesla.com/careers/search/job/259428\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Fullstack Software Engineer, Energy Products Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9c8cae3f-1ffc-48ac-8eeb-c517d2bb8a25\",\n        \"date_posted\": 1767995449,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995452,\n        \"url\": \"https://www.tesla.com/careers/search/job/259410\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Mobile App Build Engineer, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b7b340a0-921f-4ec8-8416-43e221cf6d97\",\n        \"date_posted\": 1767995452,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995456,\n        \"url\": \"https://www.tesla.com/careers/search/job/259427\",\n        \"locations\": [\n            \"Palo Alto, California\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Security Engineer, Energy Product Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"89fe738d-13fc-4849-a50e-13ba54619c83\",\n        \"date_posted\": 1767995456,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995459,\n        \"url\": \"https://www.tesla.com/careers/search/job/233307\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"AI Engineer, Vision & Foundation Models, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8b5aa470-1439-4d44-a72b-b3d0e73b5725\",\n        \"date_posted\": 1767995459,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995462,\n        \"url\": \"https://www.tesla.com/careers/search/job/259300\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Integration Engineer, Suspension, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b7a8d49b-d1e4-44f1-b910-8798e7d6a260\",\n        \"date_posted\": 1767995462,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995465,\n        \"url\": \"https://careers.twitch.com/en/career-posts/8347863002/\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer, Creator Monetization\",\n        \"source\": \"vanshb03\",\n        \"id\": \"15d6a9ec-6b14-4157-b662-7f60a505aa46\",\n        \"date_posted\": 1767995465,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995469,\n        \"url\": \"https://careers.twitch.com/en/career-posts/8334351002/\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"529a68e4-376b-4e25-8936-cc06593701ce\",\n        \"date_posted\": 1767995469,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995471,\n        \"url\": \"https://careers.twitch.com/en/career-posts/8360103002/\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"442b0c92-4295-4c41-a739-f4f5798f159c\",\n        \"date_posted\": 1767995471,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1768075377,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556630980\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"bf424026-3d57-4442-a128-8e94558d1612\",\n        \"date_posted\": 1767995476,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1768075377,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556620955\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"ba91484e-7215-4148-93d8-896bd6954fc4\",\n        \"date_posted\": 1767995479,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1767995484,\n        \"url\": \"https://jobs.ashbyhq.com/cohere/110ba167-4efd-43b7-85d2-3ff719a28b0f\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\",\n            \"Toronto, Canada\",\n            \"Montreal, Canada\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Cohere\",\n        \"title\": \"Member of Technical Staff, MLE\",\n        \"source\": \"vanshb03\",\n        \"id\": \"582cb736-168c-43ff-a427-20037e5eaef2\",\n        \"date_posted\": 1767995484,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1768075377,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556619827\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"2ea916a0-422c-4ee5-be66-b72525363fb0\",\n        \"date_posted\": 1767995490,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1768075377,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556652607\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer: Azure One Fleet Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4d582ecd-b0dd-41e3-a247-41c32a06d24a\",\n        \"date_posted\": 1767995496,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1768075329,\n        \"url\": \"https://unity.com/careers/positions/7435121\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Unity Technologies\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1012d9d9-80cf-4c48-b844-8d364a9dced4\",\n        \"date_posted\": 1768075329,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1768075340,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR161061EXTERNALENUS/Software-Development-Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Adobe\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9271b22f-eb87-4afc-a02a-02179a53be1c\",\n        \"date_posted\": 1768075340,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926580,\n        \"url\": \"https://www.tesla.com/careers/search/job/257746\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Test Engineer, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d90d5cfb-3d51-472a-a856-61c39b269c6a\",\n        \"date_posted\": 1769926580,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926584,\n        \"url\": \"https://www.tesla.com/careers/search/job/261137\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Maps & Navigation Algorithms Engineer, Vehicle Controls\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f0d766a3-b670-482d-bd42-4bb619fcef5d\",\n        \"date_posted\": 1769926584,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926587,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Power-Methodology-and-Modeling-Engineer---New-College-Grad-2026_JR2012047\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Power Methodology and Modeling Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d01e6a9a-1302-4f17-ba80-811e1941fe9f\",\n        \"date_posted\": 1769926587,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556641984\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Machine Learning Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d7e86369-c871-42d9-b066-66be109596ab\",\n        \"date_posted\": 1769926592,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556631977\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9147dbab-3f96-49f1-9cb9-804e5fd52fe8\",\n        \"date_posted\": 1769926596,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556631972\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"16cd6dac-0b29-4416-93be-f86b439defca\",\n        \"date_posted\": 1769926599,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926603,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3168547/systems-development-engineer-amazon-foundational-security-services-afss\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Systems Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d5c41861-f4e2-4d12-b054-8f7c211b1675\",\n        \"date_posted\": 1769926603,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926608,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3168189/systems-development-engineer-amazon-enterprise-engineering-enterprise-engineering\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Systems Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"5564b1c6-2f6c-45d8-bcc6-63bda78f8977\",\n        \"date_posted\": 1769926608,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926609,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Deep-Learning-Software-Engineer--FlashInfer---New-College-Grad-2025_JR2002086\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Deep Learning Software Engineer, FlashInfer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"73669e40-3500-45cf-9d5d-c8305c03a55a\",\n        \"date_posted\": 1769926609,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926613,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Hardware-Design-Engineer---New-College-Grad-2026_JR2011787\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: ASIC Hardware Design Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"1f55d973-fbe5-4a39-8e8d-4642b3bf92fd\",\n        \"date_posted\": 1769926613,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926622,\n        \"url\": \"https://jobs.apple.com/en-us/details/200643886-3956/software-engineer-is-t-early-career-opportunities?team=SFTWR\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7265d0b4-0c88-4302-acf6-bdb8839cb1c4\",\n        \"date_posted\": 1769926622,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926625,\n        \"url\": \"https://jobs.apple.com/en-us/details/200643885-0157/software-engineer-is-t-early-career-opportunities\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"526eaad1-3607-4e11-8a16-46993b17207d\",\n        \"date_posted\": 1769926625,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556668405\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer Identity & Network Access\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6eee791a-03ea-4635-9b7a-ab923a527773\",\n        \"date_posted\": 1769926632,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556746589\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7a1f2673-6f9a-446a-8b32-1d81be348cd5\",\n        \"date_posted\": 1769926638,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170051,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556746621\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"cb274e4a-6e1d-4420-895c-99bf3b740b84\",\n        \"date_posted\": 1769926643,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926646,\n        \"url\": \"https://jobs.ashbyhq.com/zip/19f459ee-4907-4883-9d70-35eb96f62082\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"79aed979-3e3f-47c2-bbde-85a16d64ddf0\",\n        \"date_posted\": 1769926646,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926649,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3170102/sde-i-creator-monetization\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch Interactive, Inc.\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"88bdaa8a-9cb3-4f48-88dc-b95375f4f0d1\",\n        \"date_posted\": 1769926649,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926672,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3171130/security-engineer-i-security-incident-response-team-sirt-security-incident-response-team-sirt\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Security Engineer I, Security Incident Response Team (SIRT)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d6f660d5-ea49-450c-bcf2-36da05d22cf6\",\n        \"date_posted\": 1769926672,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926654,\n        \"url\": \"https://www.tesla.com/careers/search/job/261393\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software QA Engineer, Integration, AI Platforms\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a7739eff-d131-49aa-97a3-801541b86e3f\",\n        \"date_posted\": 1769926654,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926658,\n        \"url\": \"https://www.tesla.com/careers/search/job/252155\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Optimus\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eec020e9-3548-4a48-93ff-9826fdbdf294\",\n        \"date_posted\": 1769926658,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1769926660,\n        \"url\": \"https://www.tryprofound.com/careers/1d4a905b-7b91-4763-88dd-7abc7562fbcd\",\n        \"locations\": [\n            \"New York City, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Profound\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"27568766-016d-4cc0-a51e-216c025e4feb\",\n        \"date_posted\": 1769926660,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771169955,\n        \"url\": \"https://jobs.lever.co/spotify/ad5ef898-b800-4213-a63e-e39a97df9cfb\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Spotify\",\n        \"title\": \"Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"661ee31d-aa38-43d4-aeb7-b7b3fb767033\",\n        \"date_posted\": 1771169955,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771169961,\n        \"url\": \"https://jobs.apple.com/en-us/details/200646547-3956/software-engineer-customer-systems-is-t-early-career\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Customer Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"78d11bf6-a796-474d-99ef-9e36ac66327d\",\n        \"date_posted\": 1771169961,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771169964,\n        \"url\": \"https://jobs.apple.com/en-us/details/200636915-0836/junior-ui-compositing-engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Apple\",\n        \"title\": \"Junior UI Compositing Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d4441bb8-7d4b-44a1-994d-e10cc6f472e8\",\n        \"date_posted\": 1771169964,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556753654\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8df2a4c9-4670-4d84-af86-99c16a082390\",\n        \"date_posted\": 1771169971,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771169973,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-RTL-Integration-and-Netlisting-Engineer---New-College-Grad-2026_JR2013172\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: ASIC RTL Integration and Netlisting Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"026fe2cb-3c98-4738-bf95-332dabf195f8\",\n        \"date_posted\": 1771169973,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771169981,\n        \"url\": \"https://www.tesla.com/careers/search/job/262815\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software QA Engineer, Document Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8255bf83-7a1a-4621-940a-a24b0879d221\",\n        \"date_posted\": 1771169981,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771169987,\n        \"url\": \"https://www.tesla.com/careers/search/job/262739\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software QA Engineer, Update Systems Validation, Vehicle Software\",\n        \"source\": \"vanshb03\",\n        \"id\": \"b4f72a92-0f15-49a3-9c85-0877c3ffd2f3\",\n        \"date_posted\": 1771169987,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556748514\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0c2ce10a-6dfd-4b05-8db5-aa92953e2629\",\n        \"date_posted\": 1771169998,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556640236\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6aeb4a26-ce46-423c-b31a-5271872709b8\",\n        \"date_posted\": 1771170003,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556640145\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"7467eab7-49d8-41eb-9550-cf00c3952f18\",\n        \"date_posted\": 1771170007,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170009,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Formal-Verification-Engineer---New-College-Grad-2026_JR2013065\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Formal Verification Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d14c5ae0-88de-4c46-bde6-a3108628fa3b\",\n        \"date_posted\": 1771170009,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170012,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/GPU-Power-Architect---New-College-Grad-2026_JR2012838\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: GPU Power Architect\",\n        \"source\": \"vanshb03\",\n        \"id\": \"9914e1ff-7b5b-4f38-b117-4cbb0fdfe381\",\n        \"date_posted\": 1771170012,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170016,\n        \"url\": \"https://www.amazon.jobs/en/jobs/3177934/software-development-engineer-2026-us\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Development Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f125c601-119f-4507-bc46-eaa173e1eb66\",\n        \"date_posted\": 1771170016,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556668412\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Network Automation Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c3d9e0fb-9581-45c0-ad71-fa109fa8568c\",\n        \"date_posted\": 1771170021,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://job-boards.greenhouse.io/airtable/jobs/8409376002\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Airtable\",\n        \"title\": \"New Grad 2026: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6067457b-b1d4-4400-972b-4483439a60f3\",\n        \"date_posted\": 1771170023,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170029,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/6b9108d1-128d-4fd3-8465-fb514ea0e4c4\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Ramp\",\n        \"title\": \"Design Engineer, Design Systems\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0f4a2f08-6e91-40d8-8895-c8318e82811f\",\n        \"date_posted\": 1771170029,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170032,\n        \"url\": \"https://www.tesla.com/careers/search/job/262209\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Integration Engineer, Cell Manufacturing\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a11ff3a8-0f57-4f06-ab9a-27da9dd9b4b7\",\n        \"date_posted\": 1771170032,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774442805,\n        \"url\": \"https://apply.careers.microsoft.com/careers/job/1970393556751379\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"93ffe0c2-6434-4876-bf6c-3e57b5f20d06\",\n        \"date_posted\": 1771170037,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1771170039,\n        \"url\": \"https://job-boards.greenhouse.io/earlytalentcerebras/jobs/7621174003\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Cerebras Systems\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"e580659a-439e-4b31-83c8-46bee5eab713\",\n        \"date_posted\": 1771170039,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1773873316,\n        \"url\": \"https://jobs.lever.co/ivo/3ce9dc16-90fd-4b99-b4b9-dfd48ec1a50d\",\n        \"company_name\": \"Ivo\",\n        \"title\": \"Software Engineer, Backend\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"muskaan-bawa\",\n        \"id\": \"522f8d79-2e31-47cb-ad24-6c2756fbb084\",\n        \"date_posted\": 1773873316,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1773873832,\n        \"url\": \"https://jobs.lever.co/ivo/56746366-28dd-43e4-8457-ba7a17c43b57\",\n        \"company_name\": \"Ivo\",\n        \"title\": \"Software Engineer, Frontend\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"muskaan-bawa\",\n        \"id\": \"dcf1e018-e792-4d6d-9a0f-9d94f09751ad\",\n        \"date_posted\": 1773873832,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1773879694,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/143333237156913862-software-engineer-ii/\",\n        \"company_name\": \"Google\",\n        \"title\": \"Software Engineer II, Early Career\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"Kirkland, WA\",\n            \"Los Angeles, CA\",\n            \"Madison, WI\",\n            \"New York, NY\",\n            \"Palo Alto, CA\",\n            \"Pittsburgh, PA\",\n            \"Raleigh, NC\",\n            \"Durham, NC\",\n            \"San Bruno, CA\",\n            \"Seattle, WA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"382134ec-fc12-43fa-8ab7-1551d5fce28f\",\n        \"date_posted\": 1773879694,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482141,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/External/job/GA---Atlanta/Software-Engineer-I--AI-Driven-_R-49831\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"company_name\": \"Travelers\",\n        \"title\": \"Software Engineer I (AI Driven)\",\n        \"source\": \"vanshb03\",\n        \"id\": \"96caa66c-e3b8-47d6-9b08-f7c11aef2480\",\n        \"date_posted\": 1774482141,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482154,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/8459320002\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I, Commerce Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"f7848bb0-6373-4393-935e-09ba25b83064\",\n        \"date_posted\": 1774482154,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482167,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/8457711002\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I, Commerce Engineering\",\n        \"source\": \"vanshb03\",\n        \"id\": \"0af9b1a2-2f10-4d90-8e00-fc19800f0b57\",\n        \"date_posted\": 1774482167,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482172,\n        \"url\": \"https://ultra.wd3.myworkdayjobs.com/en-GB/ultra-careers/job/Tampa-FL-United-States/Software-Engineer-1_REQ-11707-1\",\n        \"locations\": [\n            \"Tampa, FL\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Ultra Intelligence & Communications\",\n        \"title\": \"Software Engineer 1\",\n        \"source\": \"vanshb03\",\n        \"id\": \"51241756-fc6e-4ab8-af89-b6b64cf5c1c7\",\n        \"date_posted\": 1774482172,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482417,\n        \"url\": \"https://jobs.supermicro.com/job/San-Jose-Software-Engineer-Cali/1376640400/?LinkedIn+Job+Slots=utm_source%3Dlinkedinjobpostings&jr_id=69c4408b6f4f855eeda6ac1e\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Supermicro\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"3931a52d-d124-4c4f-8804-686e20aa79bc\",\n        \"date_posted\": 1774482417,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482431,\n        \"url\": \"https://avav.wd1.myworkdayjobs.com/AVAV/job/308-Sentinel-Drive-Annapolis-Junction-MD/Junior-Software-Engineer_7346?jr_id=69c462e6d5a1016e98db9713\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"AV\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"fbb6dc4b-7f17-404f-be6a-82ea9a95ea42\",\n        \"date_posted\": 1774482431,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482438,\n        \"url\": \"https://phh.tbe.taleo.net/phh01/ats/careers/v2/viewRequisition?org=BASESOLU&cws=37&rid=330&src=LinkedIn&jr_id=69c44ae133eecf3107948246\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Base-2 Solutions\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"640d4319-ae07-4b4d-a2ae-ae8750e6e7ef\",\n        \"date_posted\": 1774482438,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1774482445,\n        \"url\": \"https://finra.wd1.myworkdayjobs.com/FINRA/job/Woodbridge-NJ-Job-Posting/Software-Engineer_R-009806?jr_id=69c44b676f4f855eeda6be9d\",\n        \"locations\": [\n            \"Woodbridge, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"FINRA\",\n        \"title\": \"Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"979e5c6e-b396-4533-8e7e-4de006fa4188\",\n        \"date_posted\": 1774482445,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085029,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-Engineer--AI-Networking--New-College-Grad-2026_JR2017100\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Software Engineer, AI Networking, Masters\",\n        \"source\": \"vanshb03\",\n        \"id\": \"23ec7356-d6ba-45de-811a-646058b9ef0b\",\n        \"date_posted\": 1777085029,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085056,\n        \"url\": \"https://www.uber.com/global/en/careers/list/157785/\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Uber Technologies, Inc.\",\n        \"title\": \"Software Engineer I, Masters\",\n        \"source\": \"vanshb03\",\n        \"id\": \"a5fa0dcc-3004-4b66-9923-a70584647d7f\",\n        \"date_posted\": 1777085056,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085066,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Solutions-Architect--Data-Processing---New-College-Grad-2026_JR2017017\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Solutions Architect, Data Processing, Masters/PhD\",\n        \"source\": \"vanshb03\",\n        \"id\": \"6f24ef40-ffc2-4ce8-b809-28cabf727ecf\",\n        \"date_posted\": 1777085066,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085196,\n        \"url\": \"https://remitly.wd5.myworkdayjobs.com/Remitly_Careers/job/Seattle-Washington-United-States/Software-Development-Engineer-1--Pricing-Platform_R_106145\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Remitly\",\n        \"title\": \"Software Development Engineer 1, Pricing Platform\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4ce84df5-57e1-4be8-96cb-a0bb1c29c236\",\n        \"date_posted\": 1777085196,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085202,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/REC_RTX_Ext_Gateway/job/US-CA-EL-SEGUNDO-E01--2000-E-El-Segundo-Blvd--BLDG-E01/Embedded-Software-Engineer-I_01840903\",\n        \"locations\": [\n            \"El Segundo, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"RTX\",\n        \"title\": \"Embedded Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"d26f9a86-c7e9-4409-a2e0-99121faa70da\",\n        \"date_posted\": 1777085202,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085209,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Deep-Learning-Software-Engineer--FlashInfer---New-College-Grad-2026_JR2017076\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Deep Learning Software Engineer, FlashInfer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"eb83b40f-06d0-471d-a354-2b993ca7872d\",\n        \"date_posted\": 1777085209,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085216,\n        \"url\": \"https://lseg.wd3.myworkdayjobs.com/Careers/job/USA-St-Louis-795-Office-Pkwy/FGraduate-Site-Reliability-Engineer_R0119202\",\n        \"locations\": [\n            \"St. Louis, MO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"London Stock Exchange Group (LSEG)\",\n        \"title\": \"Site Reliability Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"8c49e4b0-a69e-4d8c-b47a-8af6aafb20e0\",\n        \"date_posted\": 1777085216,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085520,\n        \"url\": \"https://jobs.ashbyhq.com/notion/a6311f97-4850-4674-a5f3-d9fe5f6f2555\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"Notion\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"c805e23a-2f13-4b19-a697-3bb76d13842f\",\n        \"date_posted\": 1777085520,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085567,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-QA-Engineer--New-College-Grad-2026_JR2016688\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Software QA Engineer\",\n        \"source\": \"vanshb03\",\n        \"id\": \"dc00616f-2a1c-46f2-97bc-99b986f69933\",\n        \"date_posted\": 1777085567,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085618,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/en-GB/REC_RTX_Ext_Gateway/job/US-IA-CEDAR-RAPIDS-182--1100-Cimmie-Ave-Ne--BLDG-182/New-Grad-2026-Full-Time---Software-Engineer---Military-Avionics-FMS_01840038\",\n        \"locations\": [\n            \"Cedar Rapids, IA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"company_name\": \"Collins Aerospace\",\n        \"title\": \"Software Engineer I\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4d19ab9b-bfef-4594-b183-1dda2d69fdd6\",\n        \"date_posted\": 1777085618,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1777085624,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Applied-AI-Engineer--Silicon-Co-Design-Group--New-College-Grad-2026_JR2015814\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2026: Applied AI Engineer, Silicon Co-Design Group, Masters/PhD\",\n        \"source\": \"vanshb03\",\n        \"id\": \"4cfdb8d3-3f5c-4210-a177-112ab2f3676a\",\n        \"date_posted\": 1777085624,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    }\n]"
  },
  {
    "path": ".github/scripts/update_readmes.py",
    "content": "import json\nfrom datetime import datetime\nimport os\nimport util\nimport re\n\n\ndef main():\n\n    listings = util.getListingsFromJSON()\n\n    util.checkSchema(listings)\n    filtered = util.filterListings(listings, earliest_date=1714528377)\n    \n    util.sortListings(filtered)\n    util.embedTable(filtered)\n\n    util.setOutput(\"commit_message\", \"Updating README at \" + datetime.now().strftime(\"%B %d, %Y %H:%M:%S\"))\n\n\nif __name__ == \"__main__\":\n    main()"
  },
  {
    "path": ".github/scripts/util.py",
    "content": "import json\n\nfrom datetime import date, datetime, timezone, timedelta\nimport random\nimport os\n\n# SIMPLIFY_BUTTON = \"https://i.imgur.com/kvraaHg.png\"\nSHORT_APPLY_BUTTON = \"https://i.imgur.com/w6lyvuC.png\"\nLONG_APPLY_BUTTON = \"https://i.imgur.com/u1KNU8z.png\"\n\n\ndef setOutput(key, value):\n    with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:\n        print(f'{key}={value}', file=fh)\n\ndef fail(why):\n    setOutput(\"error_message\", why)\n    exit(1)\n\ndef getLocations(listing):\n    locations = \"</br>\".join(listing[\"locations\"])\n    if len(listing[\"locations\"]) <= 3:\n        return locations\n    num = str(len(listing[\"locations\"])) + \" locations\"\n    return f'<details><summary>**{num}**</summary>{locations}</details>'\n\ndef getSponsorship(listing):\n    if listing[\"sponsorship\"] == \"Does Not Offer Sponsorship\":\n        return \" 🛂\"\n    elif listing[\"sponsorship\"] == \"U.S. Citizenship is Required\":\n        return \" 🇺🇸\"\n    return \"\"\n\ndef getLink(listing):\n    if not listing[\"active\"]:\n        return \"🔒\"\n    link = listing[\"url\"] \n    if \"?\" not in link:\n        link += \"?utm_source=vansh\"\n    else:\n        link += \"&utm_source=vansh&ref=vansh\"\n    # return f'<a href=\"{link}\" style=\"display: inline-block;\"><img src=\"{SHORT_APPLY_BUTTON}\" width=\"160\" alt=\"Apply\"></a>'\n\n    if listing[\"source\"] != \"vansh\":\n        return f'<a href=\"{link}\"><img src=\"{LONG_APPLY_BUTTON}\" width=\"118\" alt=\"Apply\"></a>'\n    \n    return f'<a href=\"{link}\"><img src=\"{LONG_APPLY_BUTTON}\" width=\"118\" alt=\"Apply\"></a>'\n \n\ndef create_md_table(listings):\n    table = \"\"\n    table += \"| Company | Role | Location | Application/Link | Date Posted |\\n\"\n    table += \"| --- | --- | --- | :---: | :---: |\\n\"\n    for listing in listings:\n        company_url = listing[\"company_url\"]\n        company = listing[\"company_name\"]\n        company = f\"[{company}]({company_url})\" if len(\n            company_url) > 0 and listing[\"active\"] else company\n        location = getLocations(listing)\n        position = listing[\"title\"] + getSponsorship(listing)\n        link = getLink(listing)\n        month = datetime.fromtimestamp(listing[\"date_posted\"]).strftime('%b')\n        dayMonth = datetime.fromtimestamp(listing[\"date_posted\"]).strftime('%b %d')\n        isBeforeJuly18 = datetime.fromtimestamp(listing[\"date_posted\"]) < datetime(2023, 7, 18, 0, 0, 0)\n        datePosted = month if isBeforeJuly18 else dayMonth\n        table += f\"| **{company}** | {position} | {location} | {link} | {datePosted} |\\n\"\n        # table += f\"| **{company}** | {location} | {position} | {link} | {status} | {datePosted} |\\n\"\n    return table\n\ndef filterListings(listings, earliest_date):\n    final_listings = []\n    inclusion_terms = [\"software eng\", \"software dev\", \"data scientist\", \"data engineer\", \"product manage\", \"apm\", \"frontend\", \"front end\", \"front-end\", \"backend\", \"back end\", \"full-stack\", \"full stack\", \"full-stack\", \"devops\", \"android\", \"ios\", \"mobile dev\", \"sre\", \"site reliability eng\", \"quantitative trad\", \"quantitative research\", \"quantitative trad\", \"quantitative dev\", \"security eng\", \"compiler eng\", \"machine learning eng\", \"infrastructure eng\"]\n    new_grad_terms = [\"new grad\", \"early career\", \"college grad\", \"entry level\", \"early in career\", \"university grad\", \"fresh grad\", \"2024 grad\", \"2025 grad\", \"engineer 0\", \"engineer 1\", \"engineer i \", \"junior\"]\n    for listing in listings:\n        if listing[\"is_visible\"] and listing[\"date_posted\"] > earliest_date:\n            if listing['source'] != \"Simplify\" or (any(term in listing[\"title\"].lower() for term in inclusion_terms) and (any(term in listing[\"title\"].lower() for term in new_grad_terms) or (listing[\"title\"].lower().endswith(\"engineer i\")))):\n                final_listings.append(listing)\n\n    return final_listings\n\ndef getListingsFromJSON(filename=\".github/scripts/listings.json\"):\n    with open(filename) as f:\n        listings = json.load(f)\n        print(\"Recieved \" + str(len(listings)) +\n              \" listings from listings.json\")\n        return listings\n\n\ndef embedTable(listings):\n    canada_listings = [listing for listing in listings if \"Canada\" in getLocations(listing)]\n    other_listings = [listing for listing in listings if \"Canada\" not in getLocations(listing)]\n\n    # Write to Canada.md\n    if canada_listings:\n        filepath = \"Canada.md\"\n        newText = \"\"\n        readingTable = False\n        with open(filepath, \"r\") as f:\n            for line in f.readlines():\n                if readingTable:\n                    if \"|\" not in line and \"TABLE_END\" in line:\n                        newText += line\n                        readingTable = False\n                    continue\n                else:\n                    newText += line\n                    if \"TABLE_START\" in line:\n                        readingTable = True\n                        newText += \"\\n\" + create_md_table(canada_listings) + \"\\n\"\n        with open(filepath, \"w\") as f:\n            f.write(newText)\n\n    # Write to README.md\n    filepath = \"README.md\"\n    newText = \"\"\n    readingTable = False\n    with open(filepath, \"r\") as f:\n        for line in f.readlines():\n            if readingTable:\n                if \"|\" not in line and \"TABLE_END\" in line:\n                    newText += line\n                    readingTable = False\n                continue\n            else:\n                newText += line\n                if \"TABLE_START\" in line:\n                    readingTable = True\n                    newText += \"\\n\" + create_md_table(other_listings) + \"\\n\"\n    with open(filepath, \"w\") as f:\n        f.write(newText)\n\ndef sortListings(listings):\n    oldestListingFromCompany = {}\n    linkForCompany = {}\n    for listing in listings:\n        date_posted = listing[\"date_posted\"]\n        if listing[\"company_name\"].lower() not in oldestListingFromCompany or oldestListingFromCompany[listing[\"company_name\"].lower()] > date_posted:\n            oldestListingFromCompany[listing[\"company_name\"].lower()] = date_posted\n        if listing[\"company_name\"] not in linkForCompany or len(listing[\"company_url\"]) > 0:\n            linkForCompany[listing[\"company_name\"]] = listing[\"company_url\"]\n            \n    listings.sort(\n        key=lambda x: (\n            x[\"active\"],  # Active listings first\n            datetime(\n                datetime.fromtimestamp(x[\"date_posted\"]).year,\n                datetime.fromtimestamp(x[\"date_posted\"]).month,\n                datetime.fromtimestamp(x[\"date_posted\"]).day\n            ),\n            x['company_name'].lower(),\n            x['date_updated']\n        ),\n        reverse=True\n    )\n    for listing in listings:\n        listing[\"company_url\"] = linkForCompany[listing[\"company_name\"]]\n    return listings\n\ndef checkSchema(listings):\n    props = [\"source\", \"company_name\",\n             \"id\", \"title\", \"active\", \"date_updated\", \"is_visible\",\n             \"date_posted\", \"url\", \"locations\", \"company_url\",\n             \"sponsorship\"]\n    for listing in listings:\n        for prop in props:\n            if prop not in listing:\n                fail(\"ERROR: Schema check FAILED - object with id \" +\n                      listing[\"id\"] + \" does not contain prop '\" + prop + \"'\")"
  },
  {
    "path": ".github/workflows/contribution_approved.yml",
    "content": "name: Contribution Approved\n\non:\n  issues:\n    types: [\"labeled\"]\n\nconcurrency: add_internships\n\njobs:\n  run-python-script:\n    runs-on: ubuntu-latest\n    if: github.event.label.name == 'approved'\n\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v3\n\n      - name: Set up Python\n        uses: actions/setup-python@v3\n        with:\n          python-version: \"3.9\"\n\n      - name: execute contribution_approved.py\n        id: python_script\n        env:\n          GITHUB_EVENT_PATH: ${{ github.event_path }}\n        run: python .github/scripts/contribution_approved.py $GITHUB_EVENT_PATH\n\n      - name: execute update_readmes.py\n        id: python_script_readme\n        run: python .github/scripts/update_readmes.py\n\n      - name: commit files\n        if: success()\n        run: |\n          git config --local user.email ${{ steps.python_script.outputs.commit_email }}\n          git config --local user.name ${{ steps.python_script.outputs.commit_username }}\n          git add .github/scripts/listings.json\n          git add README.md\n          git diff-index --quiet HEAD || (git commit -a -m \"${{ steps.python_script.outputs.commit_message }}\" --allow-empty)\n\n      - name: push changes\n        if: success()\n        uses: ad-m/github-push-action@v0.6.0\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          branch: dev\n\n      - name: Auto Close Issue\n        run: gh issue close --comment \"Your contribution was accepted. Auto-closing issue\" ${{ github.event.issue.number }}\n        if: success()\n        env:\n          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\n      - name: Problem With Action\n        run: gh issue comment ${{ github.event.issue.number }} --body \"There was an error with our github action. Error - ${{ steps.python_script.outputs.error_message }} ${{ steps.python_script_readme.outputs.error_message }}\"\n        if: failure()\n        env:\n          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
  },
  {
    "path": ".github/workflows/update_readmes.yml",
    "content": "name: Update READMEs\n\non:\n  push:\n    paths:\n      - '.github/scripts/listings.json'\n  workflow_dispatch:\n\nconcurrency: \n  group: listings_update\n  cancel-in-progress: true\n\n\njobs:\n  run-python-script:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout Repository\n        uses: actions/checkout@v3\n\n      - name: Set up Python\n        uses: actions/setup-python@v3\n        with:\n          python-version: \"3.9\"\n\n      - name: execute update_readmes.py\n        id: python_script\n        run: python .github/scripts/update_readmes.py\n\n      - name: commit files\n        if: success()\n        run: |\n          git config --local user.email action@github.com\n          git config --local user.name 'Github Action'\n          git add README.md\n          git diff-index --quiet HEAD || (git commit -a -m \"${{ steps.python_script.outputs.commit_message }}\" --allow-empty)\n\n      - name: push changes\n        if: success()\n        uses: ad-m/github-push-action@v0.6.0\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          branch: dev\n\n      - name: Problem With Action\n        run: echo \"There was an error with the github action. ${{ steps.python_script.outputs.error_message }}\"\n        if: failure()"
  },
  {
    "path": ".gitignore",
    "content": "testing/"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing to the Job List\nThank you for your interest in contributing to the new-grad job list!\n\nBelow, you'll find the guidelines for our repository. If you have any questions, please create a [miscellaneous issue](https://github.com/cvrve/New-Grad/issues/new/choose).\n\n## Finding a Job to Add\nWe ask that the jobs openings that you add meet some requirements. Specifically, your posting must\n- be in one of the following categories:\n    - software/computer engineering\n    - computer/data science\n    - product management\n    - quant\n    - any other tech-related field\n- be for recently graduated students\n- be located in the United States, Canada, or remote.\n- not already exist in the list.\n\n## Adding a Job\nCool! You're ready to add a job to the list. Follow these steps:\n\n1) First create a new issue [here](https://github.com/cvrve/New-Grad/issues/new/choose).\n2) Select the **New Role** issue template.\n3) Fill in the information about your job opening into the form, then hit submit.\n> Please make a new submission for each unique position, **even if they are for the same company**.\n4) That's it! Once a member of our team has reviewed your submission, it will be automatically added to the `README`\n\n## Editing a Job\nTo edit a job posting (changing name, setting as inactive, removing, etc.), follow these steps:\n1) First copy the url of the job you would like to edit.\n> This can be found by right-clicking on the `APPLY` button and selecting **copy link address**\n2) Create a new issue [here](https://github.com/cvrve/New-Grad/issues/new/choose).\n3) Select the **Edit Role** issue template.\n4) Fill in the url to the **link** input.\n> This is how we ensure your edit affects the correct job posting\n5) Leave every other input blank except for whichever fields you would like to update or change about the role.\n6) If it is not obvious why you are making these edits, please specify why in the reason box at the bottom of the form.\n7) Hit submit. A member of our team will review your revision and approve it shortly."
  },
  {
    "path": "Canada.md",
    "content": "# New Grad Positions by V\nUse this repo to share and keep track of entry-level software, tech, CS, PM, quant jobs for 2024 & 2025 new graduates.\n\nThe list is maintained collaboratively by [WeCracked](https://wecracked.com/), and [Resumes.fyi](https://resumes.fyi/)!\n\n\n:warning: Please note that this repository is exclusively for roles in the United States, Canada, or Remote positions :earth_americas:\n\n🙏 **Contribute by submitting an [issue](https://github.com/cvrve/New-Grad/issues/new/choose)! See the contribution guidelines [here](./CONTRIBUTING.md)!** 🙏\n\nThis repo is inspired by [Pitt CSC & Simplify Repo](https://github.com/SimplifyJobs/New-Grad-2025).\n\n---\n\n<div align=\"center\">\n\t<h3 >Want notifications when new roles open? </h3>\n\t<p>\n\t\tJoin the ⬇️ <strong> discord <strong/> ⬇️ and get your applications in right when they open!\n\t\t<a href=\"https://redirect.cvrve.me/discord\">\n\t\t\t<b style=\"color: #0073e6; font-size: 1.2em;\"></b>\n\t\t\t\t<br style=\"color: #0073e6; font-size: 1.2em;\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https://redirect.cvrve.me/discord\">\n          <img src=\"https://i.imgur.com/iB9IFtQ.png\" width=\"450\" alt=\"cvrve\">\n        </a>\n\t\t\t</div>\n\t\t</a>\n\t\t<sub><i>Join the Discord to connect with fellow peers and streamline your newgrad search.</i></sub>\n\t</p>\n</div>\n\n---\n\n## The List 🚴🏔\n\n - 🛂 - Does NOT offer Sponsorship\n - 🇺🇸 - Requires U.S. Citizenship\n - 🔒 - Job application is closed\n\n > For Canadian new-grad roles, check out [Canada-New-Grad](https://github.com/cvrve/New-Grad/blob/dev/Canada.md).\n\n[⬇️ Jump to bottom ⬇️](https://github.com/cvrve/New-Grad#we-love-our-contributors-%EF%B8%8F%EF%B8%8F)\n<!-- Please leave a one line gap between this and the table TABLE_START (DO NOT CHANGE THIS LINE) -->\n\n| Company | Role | Location | Application/Link | Date Posted |\n| --- | --- | --- | :---: | :---: |\n| **Cohere** | Member of Technical Staff, MLE | <details><summary>**5 locations**</summary>San Francisco, CA</br>New York, NY</br>Toronto, Canada</br>Montreal, Canada</br>Remote</details> | <a href=\"https://jobs.ashbyhq.com/cohere/110ba167-4efd-43b7-85d2-3ff719a28b0f?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Magical** | New Grad: Junior Software Engineer, AI | San Francisco, CA</br>Toronto, Canada | <a href=\"https://jobs.ashbyhq.com/magical/2c4734af-1ca2-423a-bb4e-29a7da894249?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 12 |\n| **Wanderlog** | Full-Stack Software Engineer 🇺🇸 | Toronto, Canada</br>Remote | <a href=\"https://www.workatastartup.com/jobs/86704?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **EvenUp** | Backend Software Engineer, AI Document Generation (All Levels) | San Francisco, CA</br>Toronto, Canada | <a href=\"https://jobs.ashbyhq.com/evenup/575484a3-ed12-478f-a575-8db524f9cc96?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Wanderlog (W19)** | New Grad: Full-Stack Software Engineer | Remote</br>Toronto, Canada | <a href=\"https://www.workatastartup.com/jobs/83761?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Roserocket** | Junior Software Engineer 🛂 | Toronto, Canada | <a href=\"https://jobs.ashbyhq.com/Rose%20Rocket/c074b14e-ebe0-4a14-beb2-1419eca9d447/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **PepsiCo** | Junior Data Scientist | Mississauga, Canada | <a href=\"https://uscareers-pepsico.icims.com/jobs/415877/junior-data-scientist-%E2%80%93-new-grad/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **D2L** | New Grad 2026: Software Developer Rotation Program | <details><summary>**4 locations**</summary>Winnipeg, Canada</br>Toronto, Canada</br>Kitchener, Canada</br>Vancouver, Canada</details> | <a href=\"https://www.d2l.com/careers/jobs/?job_id=7336031&gh_jid=7336031&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Quadient** | Software Engineer | Vancouver, Canada | <a href=\"https://careers.quadient.com/en/jobs/junior-software-engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Infoblox** | Associate Data Engineer | Burnaby, Canada | <a href=\"https://efpv.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/6828?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Atlassian** | New Grad 2026: Software Engineer | Canada | <a href=\"https://join.atlassian.com/atlassian-talent-community/jobs/20908?lang=en-us&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **Tripadvisor** | Android Engineer | Ottawa, Canada | <a href=\"https://careers.tripadvisor.com/job?jobId=7234900&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Stripe** | Software Engineer - New Grad | Toronto, ON, Canada | <a href=\"https://stripe.com/jobs/search?gh_jid=7206505&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Qualcomm Canada ULC** | CPU Software Telemetry Tools Developer | Markham, Canada | <a href=\"https://careers.qualcomm.com/careers/job/446707442096?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **Wanderlog** | Full-Stack Software Engineer | Remote, Canada | <a href=\"https://app.dover.com/wanderlog/8c09ee66-6444-42d4-b2dc-1029b2f9b23d?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 18 |\n| **Cohere** | Full-Stack Senior Engineer (Front-End Leaning) | <details><summary>**4 locations**</summary>Toronto, Canada</br>Montreal</br>New York, NY</br>Vancouver, Canada</details> | <a href=\"https://jobs.ashbyhq.com/cohere/b470a959-e111-4a65-a8eb-5665b24d48b5?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 18 |\n| **Optum** | Associate Software Engineer | Vancouver, Canada</br>Remote | <a href=\"https://careers.unitedhealthgroup.com/job/22310390/associate-software-engineer-vancouver-ca/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **Okta** | Software Engineer I | Toronto, Canada | <a href=\"https://www.okta.com/company/careers/product/software-engineer-i-7169515/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **Neo Financial** | Software Developer | Calgary, Canada | <a href=\"https://ats.rippling.com/en-CA/neo-financial/jobs/a2fd15b5-5bee-483e-b28f-66980dad691b?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **Mastercard** | Software Engineer I (Backend - Java) | Vancouver, Canada | <a href=\"https://careers.mastercard.com/us/en/job/MASRUSR258140EXTERNALENUS/Software-Engineer-I-Backend-Java?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **Codan Limited** | Associate Software Engineer | Victoria, Canada | <a href=\"https://careers.codan.com.au/job/Victoria-Associate-Software-Engineer-Cana/1213160701/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **AMD** | ROCm AI - GPU Software Engineer | Markham, Canada | <a href=\"https://careers.amd.com/careers-home/jobs/68831?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **AMD** | Firmware Security Engineer | Vancouver, Canada | <a href=\"https://careers.amd.com/careers-home/jobs/68783?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **Global Relay** | Junior Software Developer Engineer in Test - C# | Vancouver, BC, Canada | <a href=\"https://www.globalrelay.com/careers/jobs?gh_jid=5616305004&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **EvenUp** | Early Career Machine Learning Engineer | San Francisco, CA</br>Toronto, Canada | <a href=\"https://jobs.ashbyhq.com/evenup/fe3d36b4-696b-4c47-be72-2186b266035b?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **AMD** | Software Developer - GPU IO Libraries | Calgary, Canada</br>Remote | <a href=\"https://careers.amd.com/careers-home/jobs/67592?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **Nokia** | Jr. Applied R&D Engineer | Canada | <a href=\"https://fa-evmr-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/20842?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Mastercard** | Software Engineer I | Vancouver, Canada | <a href=\"https://careers.mastercard.com/us/en/job/MASRUSR245943EXTERNALENUS/Software-Engineer-I-SDET-Java?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Google** | Relations Developer, Cloud and Generative AI | <details><summary>**7 locations**</summary>Seattle, WA</br>Cambridge, MA</br>Kirkland, WA</br>New York, NY</br>San Francisco, CA</br>Sunnyvale, CA</br>Toronto, Canada</details> | <a href=\"https://www.google.com/about/careers/applications/jobs/results/92218003445162694-relations-developer-cloud-and-generative-ai?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Electronic Arts** | Gameplay Software Engineer | Vancouver, Canada | <a href=\"https://jobs.ea.com/en_US/careers/JobDetail/Gameplay-Software-Engineer/208511?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Tower Research Capital** | New Grad: C++ Software Engineer, MTL | Montreal, Canada | <a href=\"https://tower-research.com/open-positions/?gh_jid=6855851&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **Oracle** | Software Developer | Remote</br>Canada | <a href=\"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/287106?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 19 |\n| **Oracle** | Software Developer - Rotational Program - NetSuite | Kitchiner, Canada | <a href=\"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/264377?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 19 |\n| **Applied Systems** | Software Engineer | Toronto, Canada | <a href=\"https://canada-appliedsystems.icims.com/jobs/6506/software-engineer/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Amazon** | New Grad 2025: Software Development Engineer I | Vancouver, BC</br>Toronto, Canada | <a href=\"https://amazon.jobs/en/jobs/2855790/software-development-engineer-i-2025-computer-science?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Ciena** | New Grad: Embedded Software Engineer, Real-Time Systems | Ottawa, ON, Canada | 🔒 | Oct 30 |\n| **Clio** | Software Developer | Calgary, Canada | 🔒 | Oct 11 |\n| **Ciena** | New Grad 2026: RLS Photonics Software Engineer | Ottawa, Canada | 🔒 | Oct 11 |\n| **Ciena** | New Grad: Software Engineer Packet Platform | Ottawa, Canada | 🔒 | Oct 11 |\n| **Capital One** | New Grad: Software Engineer | Toronto, Canada | 🔒 | Oct 11 |\n| **Ciena** | New Grad: Modem Hardware Engineer | Ottawa, ON, Canada | 🔒 | Sep 30 |\n| **Ciena** | New Grad: Routing/IP Software Engineer | Ottawa, ON, Canada | 🔒 | Sep 26 |\n| **Twilio** | Software Engineer, Early Career - Messaging API | Remote</br>Canada | 🔒 | Sep 13 |\n| **Motive** | Entry Level Backend Engineer | Remote</br>Canada | 🔒 | Sep 12 |\n| **TD Securities** | Machine Learning Engineer I | Toronto, ON, Canada | 🔒 | Sep 10 |\n| **TD** | Machine Learning Engineer I | Toronto, Canada | 🔒 | Sep 10 |\n| **Clio** | Data Engineer | <details><summary>**4 locations**</summary>Toronto, Canada</br>Calgary, Canada</br>Vancouver, Canada</br>Remote</details> | 🔒 | Sep 10 |\n| **Tenstorrent** | Software Engineer, AI Tools | <details><summary>**4 locations**</summary>Austin, TX</br>Santa Clara, CA</br>Toronto, Canada</br>Remote</details> | 🔒 | Aug 28 |\n| **Magna** | AI Engineer | Concord, Canada | 🔒 | Aug 19 |\n| **Lightspeed** | Software Developer | Montreal, Canada | 🔒 | Aug 19 |\n| **Capital One** | Associate, Data Scientist | Toronto, Canada | 🔒 | Aug 19 |\n| **GitLab** | Associate Security Engineer, Application Security | Remote, Canada</br>Remote | 🔒 | Aug 17 |\n| **Ciena** | New Grad 2025: Software Developer | Ottawa, Canada | 🔒 | Aug 17 |\n| **Capital One** | Associate, Software Engineer | Toronto, Canada | 🔒 | Aug 17 |\n| **Spotify** | Fullstack Engineer | Toronto, Canada</br>Remote | 🔒 | Jul 30 |\n| **Clio** | Machine Learning Engineer | <details><summary>**4 locations**</summary>Remote</br>Toronto, Canada</br>Calgary, Canada</br>Vancouver, Canada</details> | 🔒 | Jul 30 |\n| **Highspot** | Software Development Engineer | Vancouver, Canada | 🔒 | Jul 24 |\n| **DRW** | Options Execution Trader | Montreal, Canada | 🔒 | Jul 24 |\n| **TD Bank** | Software Engineer I | Toronto, Canada | 🔒 | May 23 |\n| **Cloudflare** | Software Engineer, Experiment and Data Capture | <details><summary>**5 locations**</summary>Austin, TX</br>Atlanta, GA</br>Denver, CO</br>Washington D.C., DC</br>Toronto, Canada</details> | 🔒 | May 23 |\n| **Affirm** | Machine Learning Engineer | Remote</br>Canada | 🔒 | May 19 |\n| **Marqeta** | Software Engineer I, Transaction Engine Foundation | Toronto, Canada</br>Vancouver, Canada | 🔒 | May 17 |\n| **Marqeta** | Software Engineer I, Core Edge Processing | Toronto, Canada</br>Vancouver, Canada | 🔒 | May 17 |\n| **Canonical** | Graduate Software Engineer, Open Source and Linux, Canonical Ubuntu | Remote</br>Toronto, Canada | 🔒 | Apr 19 |\n\n<!-- Please leave a one line gap between this and the table TABLE_END (DO NOT CHANGE THIS LINE) -->\n[⬆️ Back to Top ⬆️](https://github.com/cvrve/New-Grad#the-list-)\n\n## We love our contributors ❤️❤️\n\nContribute by submitting an [issue](https://github.com/cvrve/New-Grad/new/choose)!\n\n<a href=\"https://github.com/cvrve/New-Grad/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=cvrve/New-Grad\" />\n</a>\n"
  },
  {
    "path": "LICENSE.txt",
    "content": "\nThe MIT License (MIT)\n\nCopyright (c) 2025 Vansh Bataviya\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# New Grad Positions by V\nUse this repo to share and keep track of entry-level software, tech, CS, PM, quant jobs for 2025 & 2026 new graduates.\n\nThe list is maintained collaboratively by [WeCracked](https://wecracked.com/), and [Resumes.fyi](https://resumes.fyi/)!\n\n\n:warning: Please note that this repository is exclusively for roles in the United States, Canada, or Remote positions :earth_americas:\n\n🙏 **Contribute by submitting an [issue](https://github.com/cvrve/New-Grad/issues/new/choose)! See the contribution guidelines [here](./CONTRIBUTING.md)!** 🙏\n\nThis repo is inspired by [Pitt CSC & Simplify Repo](https://github.com/SimplifyJobs/New-Grad-2025).\n\n---\n\n<div align=\"center\">\n\t<h3 >Want notifications when new roles open? </h3>\n\t<p>\n\t\tJoin the ⬇️ <strong> discord <strong/> ⬇️ and get your applications in right when they open!\n\t\t<a href=\"https://discord.gg/pSaBUXsTkF\">\n\t\t\t<b style=\"color: #0073e6; font-size: 1.2em;\"></b>\n\t\t\t\t<br style=\"color: #0073e6; font-size: 1.2em;\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https://discord.gg/pSaBUXsTkF\">\n          <img src=\"https://i.imgur.com/iB9IFtQ.png\" width=\"450\" alt=\"cvrve\">\n        </a>\n\t\t\t</div>\n\t\t</a>\n\t\t<sub><i>Join the Discord to connect with fellow peers and streamline your newgrad search.</i></sub>\n\t</p>\n</div>\n\n---\n\n## The List 🚴🏔\n\n - 🛂 - Does NOT offer Sponsorship\n - 🇺🇸 - Requires U.S. Citizenship\n - 🔒 - Job application is closed\n\n > For Canadian new-grad roles, check out [Canada-New-Grad](https://github.com/cvrve/New-Grad/blob/dev/Canada.md).\n\n[⬇️ Jump to bottom ⬇️](https://github.com/cvrve/New-Grad#we-love-our-contributors-%EF%B8%8F%EF%B8%8F)\n<!-- Please leave a one line gap between this and the table TABLE_START (DO NOT CHANGE THIS LINE) -->\n\n| Company | Role | Location | Application/Link | Date Posted |\n| --- | --- | --- | :---: | :---: |\n| **Uber Technologies, Inc.** | Software Engineer I, Masters | San Francisco, CA | <a href=\"https://www.uber.com/global/en/careers/list/157785/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **RTX** | Embedded Software Engineer I 🇺🇸 | El Segundo, CA | <a href=\"https://globalhr.wd5.myworkdayjobs.com/en-GB/REC_RTX_Ext_Gateway/job/US-CA-EL-SEGUNDO-E01--2000-E-El-Segundo-Blvd--BLDG-E01/Embedded-Software-Engineer-I_01840903?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **Remitly** | Software Development Engineer 1, Pricing Platform | Seattle, WA | <a href=\"https://remitly.wd5.myworkdayjobs.com/Remitly_Careers/job/Seattle-Washington-United-States/Software-Development-Engineer-1--Pricing-Platform_R_106145?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **NVIDIA** | New Grad 2026: Applied AI Engineer, Silicon Co-Design Group, Masters/PhD | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Applied-AI-Engineer--Silicon-Co-Design-Group--New-College-Grad-2026_JR2015814?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **NVIDIA** | New Grad 2026: Software QA Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-QA-Engineer--New-College-Grad-2026_JR2016688?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **NVIDIA** | New Grad 2026: Deep Learning Software Engineer, FlashInfer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Deep-Learning-Software-Engineer--FlashInfer---New-College-Grad-2026_JR2017076?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **NVIDIA** | New Grad 2026: Solutions Architect, Data Processing, Masters/PhD | Santa Clara, CA</br>Remote | <a href=\"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Solutions-Architect--Data-Processing---New-College-Grad-2026_JR2017017?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **NVIDIA** | New Grad 2026: Software Engineer, AI Networking, Masters | Santa Clara, CA</br>Seattle, WA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-Engineer--AI-Networking--New-College-Grad-2026_JR2017100?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **Notion** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/notion/a6311f97-4850-4674-a5f3-d9fe5f6f2555?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **London Stock Exchange Group (LSEG)** | Site Reliability Engineer | St. Louis, MO | <a href=\"https://lseg.wd3.myworkdayjobs.com/Careers/job/USA-St-Louis-795-Office-Pkwy/FGraduate-Site-Reliability-Engineer_R0119202?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **Collins Aerospace** | Software Engineer I 🇺🇸 | Cedar Rapids, IA | <a href=\"https://globalhr.wd5.myworkdayjobs.com/en-GB/REC_RTX_Ext_Gateway/job/US-IA-CEDAR-RAPIDS-182--1100-Cimmie-Ave-Ne--BLDG-182/New-Grad-2026-Full-Time---Software-Engineer---Military-Avionics-FMS_01840038?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 25 |\n| **Ultra Intelligence & Communications** | Software Engineer 1 🇺🇸 | Tampa, FL | <a href=\"https://ultra.wd3.myworkdayjobs.com/en-GB/ultra-careers/job/Tampa-FL-United-States/Software-Engineer-1_REQ-11707-1?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **Twitch** | Software Engineer I, Commerce Engineering | San Francisco, CA</br>Seattle, WA | <a href=\"https://job-boards.greenhouse.io/twitch/jobs/8457711002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **Twitch** | Software Engineer I, Commerce Engineering | Seattle, WA</br>San Francisco, CA | <a href=\"https://job-boards.greenhouse.io/twitch/jobs/8459320002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **Travelers** | Software Engineer I (AI Driven) 🛂 | Atlanta, GA | <a href=\"https://travelers.wd5.myworkdayjobs.com/External/job/GA---Atlanta/Software-Engineer-I--AI-Driven-_R-49831?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **Supermicro** | Software Engineer | San Jose, CA | <a href=\"https://jobs.supermicro.com/job/San-Jose-Software-Engineer-Cali/1376640400/?LinkedIn+Job+Slots=utm_source%3Dlinkedinjobpostings&jr_id=69c4408b6f4f855eeda6ac1e&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **FINRA** | Software Engineer | Woodbridge, NJ | <a href=\"https://finra.wd1.myworkdayjobs.com/FINRA/job/Woodbridge-NJ-Job-Posting/Software-Engineer_R-009806?jr_id=69c44b676f4f855eeda6be9d&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **Base-2 Solutions** | Software Engineer 🇺🇸 | Annapolis Junction, MD | <a href=\"https://phh.tbe.taleo.net/phh01/ats/careers/v2/viewRequisition?org=BASESOLU&cws=37&rid=330&src=LinkedIn&jr_id=69c44ae133eecf3107948246&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **AV** | Software Engineer 🇺🇸 | Annapolis Junction, MD | <a href=\"https://avav.wd1.myworkdayjobs.com/AVAV/job/308-Sentinel-Drive-Annapolis-Junction-MD/Junior-Software-Engineer_7346?jr_id=69c462e6d5a1016e98db9713&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 25 |\n| **Google** | Software Engineer II, Early Career | <details><summary>**12 locations**</summary>Mountain View, CA</br>Kirkland, WA</br>Los Angeles, CA</br>Madison, WI</br>New York, NY</br>Palo Alto, CA</br>Pittsburgh, PA</br>Raleigh, NC</br>Durham, NC</br>San Bruno, CA</br>Seattle, WA</br>Sunnyvale, CA</details> | <a href=\"https://www.google.com/about/careers/applications/jobs/results/143333237156913862-software-engineer-ii/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 19 |\n| **Ivo** | Software Engineer, Frontend | San Francisco, CA | <a href=\"https://jobs.lever.co/ivo/56746366-28dd-43e4-8457-ba7a17c43b57?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 18 |\n| **Ivo** | Software Engineer, Backend | San Francisco, CA | <a href=\"https://jobs.lever.co/ivo/3ce9dc16-90fd-4b99-b4b9-dfd48ec1a50d?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 18 |\n| **Tesla** | Software Integration Engineer, Cell Manufacturing | Austin, TX | <a href=\"https://www.tesla.com/careers/search/job/262209?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Tesla** | Software QA Engineer, Update Systems Validation, Vehicle Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/262739?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Tesla** | Software QA Engineer, Document Systems | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/262815?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Spotify** | Site Reliability Engineer | New York, NY | <a href=\"https://jobs.lever.co/spotify/ad5ef898-b800-4213-a63e-e39a97df9cfb?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Ramp** | Design Engineer, Design Systems | New York, NY</br>San Francisco, CA</br>Remote | <a href=\"https://jobs.ashbyhq.com/ramp/6b9108d1-128d-4fd3-8465-fb514ea0e4c4?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **NVIDIA** | New Grad 2026: GPU Power Architect | Santa Clara, CA</br>Austin, TX | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/GPU-Power-Architect---New-College-Grad-2026_JR2012838?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **NVIDIA** | New Grad 2026: Formal Verification Engineer | Austin, TX</br>Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Formal-Verification-Engineer---New-College-Grad-2026_JR2013065?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **NVIDIA** | New Grad 2026: ASIC RTL Integration and Netlisting Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-RTL-Integration-and-Netlisting-Engineer---New-College-Grad-2026_JR2013172?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Cerebras Systems** | New Grad: Software Engineer | Sunnyvale, CA | <a href=\"https://job-boards.greenhouse.io/earlytalentcerebras/jobs/7621174003?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Apple** | Junior UI Compositing Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200636915-0836/junior-ui-compositing-engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Apple** | Software Engineer, Customer Systems | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200646547-3956/software-engineer-customer-systems-is-t-early-career?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Amazon** | Software Development Engineer | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/3177934/software-development-engineer-2026-us?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 15 |\n| **Zip** | New Grad 2026: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/zip/19f459ee-4907-4883-9d70-35eb96f62082?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Twitch Interactive, Inc.** | Software Engineer | San Francisco, CA | <a href=\"https://www.amazon.jobs/en/jobs/3170102/sde-i-creator-monetization?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Tesla** | Software Engineer, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/252155?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Tesla** | Software QA Engineer, Integration, AI Platforms | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/261393?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Tesla** | Maps & Navigation Algorithms Engineer, Vehicle Controls | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/261137?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Tesla** | Test Engineer, Optimus | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/257746?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Profound** | New Grad: Software Engineer | New York City, NY</br>San Francisco, CA | <a href=\"https://www.tryprofound.com/careers/1d4a905b-7b91-4763-88dd-7abc7562fbcd?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **NVIDIA** | New Grad 2026: ASIC Hardware Design Engineer | Austin, TX | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Hardware-Design-Engineer---New-College-Grad-2026_JR2011787?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **NVIDIA** | New Grad 2025: Deep Learning Software Engineer, FlashInfer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Deep-Learning-Software-Engineer--FlashInfer---New-College-Grad-2025_JR2002086?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **NVIDIA** | New Grad 2026: Power Methodology and Modeling Engineer | Austin, TX | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Power-Methodology-and-Modeling-Engineer---New-College-Grad-2026_JR2012047?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Apple** | Software Engineer | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200643885-0157/software-engineer-is-t-early-career-opportunities?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Apple** | Software Engineer | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200643886-3956/software-engineer-is-t-early-career-opportunities?team=SFTWR&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Amazon** | Security Engineer I, Security Incident Response Team (SIRT) | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/3171130/security-engineer-i-security-incident-response-team-sirt-security-incident-response-team-sirt?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Amazon** | Systems Development Engineer | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/3168189/systems-development-engineer-amazon-enterprise-engineering-enterprise-engineering?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Amazon** | Systems Development Engineer | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/3168547/systems-development-engineer-amazon-foundational-security-services-afss?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 01 |\n| **Unity Technologies** | Software Engineer 🛂 | Remote | <a href=\"https://unity.com/careers/positions/7435121?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 10 |\n| **Adobe** | Software Development Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR161061EXTERNALENUS/Software-Development-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 10 |\n| **Twitch** | Software Engineer I | Seattle, WA</br>San Francisco, CA | <a href=\"https://careers.twitch.com/en/career-posts/8360103002/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Twitch** | Software Engineer I | San Francisco, CA</br>Seattle, WA | <a href=\"https://careers.twitch.com/en/career-posts/8334351002/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Twitch** | Software Engineer, Creator Monetization | San Francisco, CA | <a href=\"https://careers.twitch.com/en/career-posts/8347863002/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Tesla** | Software Integration Engineer, Suspension, Vehicle Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/259300?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Tesla** | AI Engineer, Vision & Foundation Models, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/233307?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Tesla** | Software Security Engineer, Energy Product Software | Palo Alto, California | <a href=\"https://www.tesla.com/careers/search/job/259427?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Tesla** | Mobile App Build Engineer, Vehicle Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/259410?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Tesla** | Fullstack Software Engineer, Energy Products Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/259428?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **StubHub** | New Grad: Software Engineer I | Santa Monica, CA | <a href=\"https://job-boards.eu.greenhouse.io/stubhubinc/jobs/4749965101?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **IXL Learning** | New Grad: Software Engineer | Raleigh, NC | <a href=\"https://www.ixl.com/company/careers?gh_jid=8364780002&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Uber** | New Grad 2026: Software Engineer I | San Francisco, CA | <a href=\"https://university-uber.icims.com/jobs/152427/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Uber** | New Grad 2026: Software Engineer I, Mobile | San Francisco, CA | <a href=\"https://university-uber.icims.com/jobs/152559/job?mobile=false&width=1069&height=500&bga=true&needsRedirect=false&jan1offset=-300&jun1offset=-240&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **TikTok** | Software Engineer Graduate, Site Reliability Engineering | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7591947799615260933?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Tesla** | Software Engineer, Core Vehicle Fulfillment Experience | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/259057?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Tesla** | AI Engineer, Reinforcement Learning, Self-Driving | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/259019?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Stripe** | New Grad: Security Engineer | Seattle, WA</br>South San Francisco, CA | <a href=\"https://stripe.com/jobs/listing/security-engineer-new-grad/7477571?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Renaissance Technologies** | Real-Time Trading Programmer 🇺🇸 | East Setauket, NY | <a href=\"https://www.rentec.com/Careers.action?jobs=true&selectedPosition=realtimeTradingProgrammer&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Renaissance Technologies** | Research Scientist 🇺🇸 | East Setauket, NY | <a href=\"https://www.rentec.com/Careers.action?jobs=true&selectedPosition=researchScientist&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Planbase** | Founding Product Engineer | San Francisco, CA, US | <a href=\"https://www.workatastartup.com/jobs/87443?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Planbase** | Founding Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/88025?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Caddy** | Founding Engineer 🇺🇸 | New York, NY | <a href=\"https://www.workatastartup.com/jobs/88067?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Adobe** | Software Development Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR160657EXTERNALENUS/2026-University-Graduate-Software-Development-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **TikTok** | New Grad 2026: Research Scientist Graduate: TikTok Recommendation | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532216894792222994?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Sierra** | New Grad: Software Engineer, Agent | New York, NY | <a href=\"https://jobs.ashbyhq.com/Sierra/ce2ae656-714c-4a6c-a020-fe418f868075?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Sierra** | New Grad: Software Engineer, Agent | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/Sierra/6a75b530-b7bb-4439-bb67-37b4f2b75b96?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **ByteDance** | New Grad 2026: Backend Software Engineer Graduate | San Jose, CA | <a href=\"https://joinbytedance.com/search/7527678842316998919?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **ByteDance** | New Grad 2026: Software Development Engineer in Test Graduate | San Jose, CA | <a href=\"https://joinbytedance.com/search/7532657573800659218?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Waymo** | WebRAD & Rider Support Full Stack SWE | Mountain View, CA | <a href=\"https://careers.withwaymo.com/jobs/webrad-rider-support-full-stack-swe-mountain-view-california-united-states?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 12 |\n| **Viasat** | Software Engineer, Broadband Networks | Carlsbad, CA | <a href=\"https://careers.viasat.com/jobs/4993?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 12 |\n| **Capgemini** | Full Stack AI Engineer | New York, NY | <a href=\"https://careers.capgemini.com/job/New-York%2C-NY-Full-Stack-AI-Engineer-NY-10001/1275242401?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 12 |\n| **Wanderlog** | Full-Stack Software Engineer 🇺🇸 | San Francisco, CA</br>Remote | <a href=\"https://www.workatastartup.com/jobs/86703?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **Trellis AI** | Member of Technical Staff 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/85607?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **Planbase** | Founding Engineer (Full-Stack) | San Francisco, CA, US | <a href=\"https://www.workatastartup.com/jobs/86588?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **Idler** | Software Engineer 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/83889?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **Emerge Career** | Founding Product Engineer | New York, NY | <a href=\"https://www.workatastartup.com/jobs/79286?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **Yotta Labs** | Research Engineer - Decentralized AI Systems | Remote | <a href=\"https://jobs.ashbyhq.com/yotta/b5202314-91e1-4940-b8a1-9be0e02d1db5?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Waymo** | Software Engineer, ML Tools | Mountain View, CA | <a href=\"https://careers.withwaymo.com/jobs/software-engineer-ml-tools-mountain-view-california-united-states?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Thera** | Founding Engineer 🇺🇸 | New York, NY | <a href=\"https://www.workatastartup.com/jobs/85422?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Thera** | Founding Engineer | Remote | <a href=\"https://www.workatastartup.com/jobs/86044?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Tesla** | Robotics Systems Engineer, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/256730?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Tesla** | Software Engineer, AI Inference Codesign | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/256595?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Tesla** | Software Engineer, Maps & Navigation Validation, Vehicle Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/256719?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **NVIDIA** | New Grad 2026: Developer Technology Engineer, Public Sector | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2026_JR2008990?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Dune** | Data Engineer | Remote | <a href=\"https://jobs.ashbyhq.com/dune/f3846675-ec16-49df-840d-a428cb421e8c?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **ByteDance** | New Grad 2026: Machine Learning Graduate (eCommerce User Growth & Intelligent Marketing) | Seattle, WA | <a href=\"https://joinbytedance.com/search/7542674819873081608?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Amazon** | System Development Engineer, Robotics Integration and Optimization Services | Arlington, VA | <a href=\"https://www.amazon.jobs/en/jobs/3133994/system-development-engineer-robotics-integration-and-optimization-services?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 30 |\n| **Wanderlog (W19)** | New Grad: Full-Stack Software Engineer | San Francisco, CA</br>Remote | <a href=\"https://www.workatastartup.com/jobs/85459?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Wanderlog (W19)** | New Grad: Full-Stack Software Engineer | Remote | <a href=\"https://www.workatastartup.com/jobs/85460?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Tesla** | Thermal Controls Engineer, Vehicle Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/227179?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Stripe** | Backend Engineer, Secure Endpoint Access | South San Francisco, CA</br>Seattle, WA</br>Remote | <a href=\"https://stripe.com/jobs/listing/backend-engineer-secure-endpoint-access/7396672?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Poka Labs** | Founding Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/77829?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Phonely** | Forward Deployed Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/85445?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Lumenalta** | Full Stack Engineer | Remote | <a href=\"https://lumenalta.com/jobs/full-stack-engineer-storyblok-expert-full-stack-engineer-storyblok-expert-188?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **dScribe AI** | Founding Engineer 🇺🇸 | Kansas City, MO</br>Overland Park, KS</br>Olathe, KS | <a href=\"https://www.workatastartup.com/jobs/85420?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Databricks** | AI Tooling Program Engineer | Northeast, United States | <a href=\"https://www.databricks.com/company/careers/professional-services-operations/ai-tooling-program-engineer--8295414002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Circle** | New Grad 2026: Software Engineer, Backend | United States of America | <a href=\"https://careers.circle.com/us/en/job/CIICIRUSJR100011EGEXTERNALENUS/New-Grad-Software-Engineer-Backend-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Apple** | Software Engineer, IS&T Early Career | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200627852-3956/software-engineer-is-t-early-career?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Amazon** | Software Engineer I | San Francisco, CA | <a href=\"https://www.amazon.jobs/en/jobs/3126885/software-engineer-i?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Replit** | Software Engineer - New Grad (Summer 2026) | Foster City, CA | <a href=\"https://jobs.ashbyhq.com/replit/b5e81eae-06f9-4798-8988-2d06ca936dbc?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 16 |\n| **IMC** | New Grad 2026: Software Engineer | Chicago, IL | <a href=\"https://www.imc.com/us/careers/jobs/4580755101?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 16 |\n| **Tesla** | Software Validation Engineer, AI Platforms | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/255342?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Tesla** | AI Engineer, ML Inference Optimization, Autonomy & Robotics | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/255357?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Tesla** | In Vehicle Test Engineer, Steering, Vehicle Software | East Liberty, OH | <a href=\"https://www.tesla.com/careers/search/job/255247?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Shopify** | Software Engineer | Remote | <a href=\"https://www.shopify.com/careers/software-engineers_c96af3a9-82a3-4c6a-9b86-1f7e6b376167?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **ServiceNow** | Frontend Software Engineer 🛂 | San Diego, CA | <a href=\"https://jobs.smartrecruiters.com/ServiceNow/744000092424475?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **ServiceNow** | Software Engineer | Santa Clara, CA | <a href=\"https://careers.servicenow.com/jobs/744000092358511/software-engineer/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Qualcomm Innovation Center, Inc.** | Product Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446715361809?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **General Dynamics Information Technology** | Software Engineer I | Annapolis Junction, MD | <a href=\"https://gdit.wd5.myworkdayjobs.com/external_career_site/job/USA-MD-Annapolis-Junction/Software-Engineer-I_RQ210148-1?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Citizen Health** | Software Engineer | San Francisco, CA</br>San Mateo, CA | <a href=\"https://jobs.ashbyhq.com/Citizen%20Health/ab0cc0c1-7122-4ca2-8ac9-84d1812b22d4/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Apple** | AIML Resident - Siri Agent Modeling | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200630837-0836/aiml-resident-siri-agent-modeling?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Apple** | AIML Resident - Robot Learning | Santa Clara, CA | <a href=\"https://jobs.apple.com/en-us/details/200630834-3760/aiml-resident-robot-learning?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Apple** | AIML Resident - Data Operations Capacity Planning & Analytics | Seattle, WA</br>Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200630794-3337/aiml-resident-data-operations-capacity-planning-analytics?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Apple** | AIML Resident - Knowledge Answer Quality & Richness | Seattle, WA</br>Santa Clara, CA | <a href=\"https://jobs.apple.com/en-us/details/200630798-3337/aiml-resident-knowledge-answer-quality-richness?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Apple** | AIML Resident - Input Experience NLP | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200630840-0836/aiml-resident-input-experience-nlp?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Apple** | AIML Resident - Machine Learning Research | Seattle, WA | <a href=\"https://jobs.apple.com/en-us/details/200630783-3337/aiml-resident-machine-learning-research?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **AgentMail** | Founding Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/84801?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Adobe** | Software Development Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR161750EXTERNALENUS/Software-Development-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 10 |\n| **Warp** | Software Engineer | Remote | <a href=\"https://job-boards.greenhouse.io/warp/jobs/4324888004?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Valkyrie** | Derivatives Trader 🛂 | Chicago, IL | <a href=\"https://www.valkyrietrading.com/careers/junior-derivatives-trader-new-grad-entry-level/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Jump Trading** | Campus Crypto Researcher | Chicago, IL | <a href=\"https://www.jumptrading.com/hr/job?gh_jid=7362357&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Figma** | Software Engineer, Full Stack | San Francisco, CA</br>New York, NY | <a href=\"https://job-boards.greenhouse.io/figma/jobs/5691911004?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Zip** | New Grad 2026: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/zip/bec203f9-7919-479a-b021-c7871b7757e2?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Tesla** | Machine Learning Engineer, Tesla Insurance | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/249570?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Meta** | Data Engineer, Analytics | New York, NY | <a href=\"https://www.metacareers.com/jobs/2578176955882259?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Clipboard Health** | Software Engineer, Backend | Remote | <a href=\"https://jobs.ashbyhq.com/clipboard/b83ea62e-f143-4673-a741-3e98e7e083bd?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Citizen Health** | Software Engineer | San Francisco, CA</br>San Mateo, CA | <a href=\"https://jobs.ashbyhq.com/Citizen%20Health/0f4048fa-da35-4112-9166-123440a2cb57?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Amazon** | System Development Engineer, macOS MDM, Kuiper Devices & Systems 🇺🇸 | Bellevue, WA | <a href=\"https://www.amazon.jobs/en/jobs/3117171/system-development-engineer-macos-mdm-kuiper-devices-systems?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Amazon** | ADC Engineer I, PEET ADC 🇺🇸 | Arlington, VA</br>Herndon, VA | <a href=\"https://www.amazon.jobs/en/jobs/3118657/adc-engineer-i-peet-adc?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Nextdoor** | New Grad 2026: Machine Learning Engineer, Machine Learning | Dallas, TX | <a href=\"https://about.nextdoor.com/careers-list/?gh_jid=7264954&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 30 |\n| **Annapurna Labs** | Silicon & AI Systems Innovation Engineer | Austin, TX</br>Seattle, WA</br>Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/3116902/2026-annapurna-labs-at-aws-early-career-us-silicon-ai-systems-innovation?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 30 |\n| **Proception Inc** | Robotics Software Engineering - Real-Time Control & Embedded Systems | Palo Alto, CA | <a href=\"https://www.workatastartup.com/jobs/76499?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 27 |\n| **Planbase** | Founding Engineer (Full-Stack) | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/84154?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 27 |\n| **Zapier** | Software Engineer, Backend-leaning Full Stack or Backend | Remote | <a href=\"https://jobs.ashbyhq.com/zapier/63b14a57-064a-4617-bb8c-4a67c860e1e6?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Wanderlog (W19)** | New Grad: Full-Stack Software Engineer | San Francisco, CA</br>Remote | <a href=\"https://www.workatastartup.com/jobs/83760?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Spot & Tango** | Jr. Software Engineer | New York, NY | <a href=\"https://www.spotandtango.com/careers?gh_jid=4620638005&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **SMX** | Junior Data Scientist | Patuxent River, MD | <a href=\"https://www.smxtech.com/careers/?gh_jid=7498313003&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Sixtyfour (X25)** | Founding Engineer, AI Research Agents (Full-Stack) 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/80466?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Revionics** | New Grad: Machine Learning Engineer | Austin, TX</br>Atlanta, GA | <a href=\"https://revionics.com/about/careers/open-jobs?gh_jid=7172125&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Qualtrics** | Software Engineer I, Digital Experience | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/7340628?gh_jid=7340628&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Liva AI** | Founding Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/83655?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Intuit** | Software Engineer 1 | Mountain View, CA | <a href=\"https://jobs.intuit.com/job/-/-/27595/87369448720?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **ElevenLabs** | Growth Engineer - Mobile | Remote | <a href=\"https://jobs.ashbyhq.com/elevenlabs/bed47ac1-9c5c-44ae-8965-3a4312706328?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Docusign** | Software Engineer | Seattle, WA | <a href=\"https://uscareers-docusign.icims.com/jobs/27628/software-engineering/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Claim Health (X25)** | Founding Engineer | New York, NY | <a href=\"https://www.workatastartup.com/jobs/83842?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Battelle** | Early Career Software Engineer 🇺🇸 | Columbus, OH | <a href=\"https://jobs.battelle.org/us/en/job/BMIBMIUS75654EXTERNALENUS/Early-Career-Software-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Anthrogen** | Member of Technical Staff 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/83750?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Adobe** | Software Development Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR158465EXTERNALENUS/Software-Development-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Twitch Interactive, Inc.** | Software Engineer I | Irvine, CA</br>San Francisco, CA | <a href=\"https://amazon.jobs/en/jobs/3111761/software-engineer-i?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Boerboel** | New Grad: Developer | New York, NY</br>Chicago, IL | <a href=\"https://www.boerboeltrading.com/jobs.html?gh_jid=5670371004&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Boerboel** | New Grad: Quantitative Researcher | New York, NY</br>Chicago, IL | <a href=\"https://www.boerboeltrading.com/jobs.html?gh_jid=5681668004&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Apple** | IS&T Early Career Engineering Program Manager | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200626967-0157/is-t-early-career-engineering-program-manager-opportunities?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Apple** | Software Engineer, Xcode Intelligence Experience | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200626941-0836/software-engineer-xcode-intelligence-experience?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Amazon** | Systems Development Engineer, Network Operations OISL 🇺🇸 | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/3111750/systems-development-engineer-network-operations-oisl?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Tesla** | Software Security Engineer, Energy Product Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/253636?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 18 |\n| **Tesla** | Backend Software Engineer, IT Data & Analytics | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/253673?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 18 |\n| **Tesla** | Backend Software Engineer, Optimus & Robotaxi | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/253715?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 18 |\n| **Shopify** | Demo Engineer, Software Development | Remote | <a href=\"https://www.shopify.com/careers/demo-engineer-software-development_a6126bad-c0ba-4d02-94fb-7c5e21bef9f5?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 18 |\n| **Amazon** | System Development Engineer, Payload Antenna Team 🇺🇸 | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/3110582/system-development-engineer-payload-antenna-team?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 18 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7559731427425257746?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Tesla** | Frontend Software Engineer, Energy Charging | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/253464?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Taro** | Founding Software Engineer 🇺🇸 | Palo Alto, CA | <a href=\"https://www.workatastartup.com/jobs/83287?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **StarSling (X25)** | New Grad: Full-Stack Software Engineer 🇺🇸 | <details><summary>**5 locations**</summary>San Francisco, CA</br>San Mateo, CA</br>Palo Alto, CA</br>Menlo Park, CA</br>Redwood City, CA</details> | <a href=\"https://www.workatastartup.com/jobs/83356?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Stamp (W25)** | Founding Mobile Engineer 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/82875?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Stamp** | Founding Full Stack Engineer 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/82876?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Stamp** | Founding Machine Learning Engineer 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/82877?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Shopify** | Software Engineer - Monorepo Systems (Rust & Nix) | Remote | <a href=\"https://www.shopify.com/careers/software-engineer-monorepo-systems-rust-nix_95aac134-c21a-456d-b8b3-a9aac6aa6118?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Maitai** | Full-Stack Engineer - Agent Marketplace (In-Person RWC Only) | Redwood City, CA | <a href=\"https://www.workatastartup.com/jobs/82935?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Herdora** | Member of Technical Staff | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/83031?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Groundswell** | Technical Consultant | McLean, VA | <a href=\"https://groundswell.wd12.myworkdayjobs.com/groundswell/job/McLean-VA/Technical-Consultant--Campus-Recruiting-Entry-Level-_JR100868?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Google** | Software Engineer II, Early Career, Google Cloud AI Catalyst Program | Sunnyvale, CA</br>Kirkland, WA</br>Seattle, WA | <a href=\"https://www.google.com/about/careers/applications/jobs/results/90452041138086598-software-engineer-ii-early-career-google-cloud-ai-catalyst-program?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Corgi** | Full Stack Engineer | Atlanta, GA | <a href=\"https://www.workatastartup.com/jobs/83025?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Apten** | Software Engineer (Full Stack) 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/83503?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Tesla** | Infrastructure & DevOps Engineer, AI Hardware | Austin, TX</br>Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/253222?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Tesla** | Verification Infrastructure & DevOps Engineer, AI Hardware | Austin, TX</br>Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/253221?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Lambda** | Cloud Support Engineer I (Support Response) 🛂 | Remote in USA | <a href=\"https://jobs.ashbyhq.com/lambda/1b1cac37-a29c-46b2-ad1a-a946d1e87d41?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Aurora Innovation** | Software Engineer 1 | Pittsburgh, PA | <a href=\"https://aurora.tech/jobs/8209480002?gh_jid=8209480002&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Aurora Innovation** | Software Engineer 1 | Mountain View, CA | <a href=\"https://aurora.tech/jobs/8191750002?gh_jid=8191750002&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Aurora** | Security Software Engineer I | Mountain View, CA | <a href=\"https://aurora.tech/careers/8137861002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **AIG** | Early Career Analyst, Gen AI, Data Engineering | Atlanta, GA | <a href=\"https://aig.wd1.myworkdayjobs.com/aig/job/GA-Atlanta/XMLNAME-2026-Early-Career---Gen-AI---Data-Engineering-Analyst---United-States--Atlanta--GA--_JR2505609-1?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Uneekor** | Software Quality Assurance Engineer | Dallas, TX | <a href=\"https://uneekor.bamboohr.com/careers/119?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **QuinStreet** | Software Engineer | Foster City, CA | <a href=\"https://www.quinstreet.com/careers/?gh_jid=7316288&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Appian** | Product Engineer | McLean, VA | <a href=\"https://job-boards.greenhouse.io/appian/jobs/7287884?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **ByteDance** | New Grad 2026: Site Reliability Engineer (Edge Services) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7540061337369954567?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 10 |\n| **Anyscale** | New Grad 2026: Software Engineer | San Francisco, CA</br>Palo Alto, CA | <a href=\"https://jobs.ashbyhq.com/anyscale/31d09081-f5e7-45e4-b561-1c53d0ca9200?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 10 |\n| **Adobe** | New Grad 2026: AI Context Engineer | San Jose, CA</br>San Francisco, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR158639EXTERNALENUS/2026-University-Graduate-AI-Context-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 10 |\n| **Uber** | New Grad 2025: Software Engineer I | San Francisco, CA | <a href=\"https://university-uber.icims.com/jobs/149558/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Tesla** | Sensing Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/252915?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Tesla** | Full Stack Software Engineer, Battery Optimization | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/252946?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Tesla** | Machine Learning Infrastructure Simulation Engineer, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/252374?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **General Dynamics Mission Systems** | Junior Software Engineer 🇺🇸 | Dedham, MA | <a href=\"https://careers-gdms.icims.com/jobs/68413?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **DoorDash** | New Grad: Software Engineer I | <details><summary>**5 locations**</summary>New York, NY</br>San Francisco, CA</br>Los Angeles, CA</br>Seattle, WA</br>Sunnyvale, CA</details> | <a href=\"https://careersatdoordash.com/jobs/software-engineer-i-entry-level-graduation-date-fall-2025-summer-2026/7263610/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **American Express** | Software Engineer 1, Technology 🛂 | Plantation, FL | <a href=\"https://aexp.eightfold.ai/careers/job/38270703?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **McDonald's** | Software Engineer 1 | Chicago, IL | <a href=\"https://jobs.mcdonalds.com/job/Chicago-Software-Engineer-I-IL-60607/1329771000/?ats=successfactors&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Honeywell** | Software Engineer I 🇺🇸 | Fort Mill, SC | <a href=\"https://ibqbjb.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/Honeywell/jobs/job/116510?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **HoneyWell** | Software Engineer I 🇺🇸 | Clearwater, FL | <a href=\"https://ibqbjb.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/Honeywell/jobs/job/119931?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Google** | New Grad 2026: Software Engineer | Mountain View, CA | <a href=\"https://www.google.com/about/careers/applications/jobs/results/79125737784648390?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Esri** | Software Development Engineer 1 🇺🇸 | St. Louis, MO | <a href=\"https://www.esri.com/careers/4921407007?gh_jid=4921407007&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Comcast** | Software Engineer 1 | Chicago, IL</br>Englewood, CO | <a href=\"https://jobs.comcast.com/job/-/-/45483/86516813920?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Pinterest** | New Grad 2026: Software Engineer | Palo Alto, CA</br>Seattle, WA</br>SF | <a href=\"https://www.pinterestcareers.com/job-form?gh_jid=7211012&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 26 |\n| **Persona** | Software Engineer 2026 New Grad | SF | <a href=\"https://jobs.ashbyhq.com/persona/fd4d41b2-42b4-454e-91ad-d61fdc6a0042/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 26 |\n| **Parafin** | New Grad: Software Engineer | SF | <a href=\"https://jobs.ashbyhq.com/parafin/ced48a0b-f5ed-491a-ae38-2301fb881bd9/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 26 |\n| **Cellular Sales** | Junior Data Engineer | Knoxville, TN | <a href=\"https://careers-cellularsales.icims.com/jobs/19001/junior-data-engineer/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 26 |\n| **Plaid** | Software Engineer 🛂 | San Francisco, CA</br>New York, NY | <a href=\"https://app.ripplematch.com/v2/public/job/2ddc776c?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 25 |\n| **NorthMark Strategies** | New Grad: Software Engineer 🛂 | Dallas, TX | <a href=\"https://northmark.wd108.myworkdayjobs.com/en-US/NMS/job/Graduate-Program_R12714?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 25 |\n| **Notion** | Software Engineer, Infrastructure, Early Career | San Francisco, CA</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/notion/add58865-8b9f-4cf7-9720-2908ba5f4d80?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 24 |\n| **Notion** | Software Engineer, Fullstack, Early Career | San Francisco, CA</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/notion/f7399542-9122-481a-bf64-43bf8093748b?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 24 |\n| **Interaction** | Member of Technical Staff | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/interaction/56b66af2-bce5-4ad7-baf9-ace14eb6a29a?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 20 |\n| **Channel3** | Founding Engineer 🛂 | New York, NY | <a href=\"https://www.workatastartup.com/jobs/80837?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 20 |\n| **Apple** | Camera Framework Engineer, Photo Capture | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200622152-0836/camera-framework-engineer-photo-capture?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 20 |\n| **Eventual** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/eventualcomputing/becb5675-3480-4d2b-b126-2acad40fd088/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 17 |\n| **Duolingo** | New Grad: Software Engineer | Pittsburgh, PA | <a href=\"https://careers.duolingo.com/jobs/8155283002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 15 |\n| **Duolingo** | New Grad: Data Scientist | Pittsburgh, PA | <a href=\"https://careers.duolingo.com/jobs/8162849002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 15 |\n| **Planbase** | Founding Engineer (Full-Stack) 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/81629?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 14 |\n| **Coalition** | Software Engineer I | San Francisco, CA | <a href=\"https://www.coalitioninc.com/job-posting/4560711005?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 14 |\n| **Benchify** | Founding Engineer 🇺🇸 | San Francisco, CA</br>New York, NY | <a href=\"https://www.workatastartup.com/jobs/81628?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 14 |\n| **Anima** | Software Engineer | Remote | <a href=\"https://jobs.ashbyhq.com/Anima/a6b86f92-0679-423b-b575-a23f8677dfd1?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 14 |\n| **Thorlabs** | Software Engineer I | Annapolis Junction, MD | <a href=\"https:/.workable.com/thorlabs/j/E79FA34ED4?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Susquehanna International Group (SIG)** | New Grad: Software Developer, Sprc | Ardmore, PA | <a href=\"https://careers-sig.icims.com/jobs/9716/job?mobile=true&needsRedirect=false&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Sonia** | Founding AI Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/81444?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Sev1Tech** | Entry Level Software Developer | Lawton, OK | <a href=\"https://careers-sev1tech.icims.com/jobs/9092/job?mobile=true&needsRedirect=false&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Integration Innovation (i3)** | Entry Level Full-Stack Software Engineer | Huntsville, AL | <a href=\"https://careers-i3-corps.icims.com/jobs/4833/job?mobile=true&needsRedirect=false&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **General Dynamics Mission Systems** | Entry Level Software Engineer | Pittsfield, MA | <a href=\"https://careers-gdms.icims.com/jobs/67972/job?mobile=true&needsRedirect=false&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Garmin** | Software Engineer I, Aviation Web Development | Chandler, AZ</br>Olathe, KS | <a href=\"https://careers.garmin.com/jobs/16774?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **EliseAI** | Software Engineer | New York, NY | <a href=\"https://jobs.ashbyhq.com/eliseai/1ffbd278-a5fe-443c-984f-521d61a97353?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Dayton Freight Lines** | Entry Level Software Developer | Dayton, OH | <a href=\"https://careers-daytonfreight.icims.com/jobs/16714/job?mobile=true&needsRedirect=false&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Adobe** | New Grad 2026: Software Engineer | San Jose, CA</br>Lehi, UT | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR159163EXTERNALENUS/2026-University-Graduate-Software-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Adobe** | New Grad 2026: Software Engineer | San Jose, CA</br>Lehi, UT | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR159933EXTERNALENUS/2026-University-Graduate-Software-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Tesla** | Software QA Engineer, Insurance | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/250710?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **Tesla** | Backend Software Engineer, Residential Energy Experience | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/250792?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **SpiderRock** | New Grad 2026: Software Engineer | Chicago, IL | <a href=\"https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?jobId=560273&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **Nordstrom** | Engineer 1, Full Stack, Store POS+ Team | Seattle, WA | <a href=\"https://careers.nordstrom.com/engineer-1-full-stack-store-pos-team-hybrid-seattle-wa/job/4D8A4B0EBC4BABF554018E5C28260729?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **McDonald's Corporation** | Software Engineer I, iOS | Chicago, IL | <a href=\"https://jobs.mcdonalds.com/job/Chicago-Software-Engineer-I-iOS-IL-60607/1322170500/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **Jane Street** | Cybersecurity Analyst 🇺🇸 | New York | <a href=\"https://www.janestreet.com/join-jane-street/position/8053215002/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **D3 Global Inc** | New Grad: Backend Engineer | Los Angeles, CA | <a href=\"https://d3.com/careers#jobs-listing?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 11 |\n| **Visa** | New Grad 2026: Site Reliability Engineer 🛂 | Ashburn, VA | <a href=\"https://jobs.smartrecruiters.com/visa/744000080909305-site-reliability-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Site Reliability Engineer 🛂 | Austin, TX | <a href=\"https://jobs.smartrecruiters.com/visa/744000080908246-site-reliability-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Software Engineer 🛂 | Highlands Ranch, CO | <a href=\"https://jobs.smartrecruiters.com/visa/744000080906828-software-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Software Engineer 🛂 | Austin, TX | <a href=\"https://jobs.smartrecruiters.com/visa/744000080906904-software-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Site Reliability Engineer 🛂 | Highlands Ranch, CO | <a href=\"https://jobs.smartrecruiters.com/visa/744000080906246-site-reliability-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Site Reliability Engineer 🛂 | Highlands Ranch, CO | <a href=\"https://jobs.smartrecruiters.com/visa/744000080905162-site-reliability-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Software Engineer 🛂 | Highlands Ranch, CO | <a href=\"https://jobs.smartrecruiters.com/visa/744000080905285-software-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Software Engineer 🛂 | Foster City, CA | <a href=\"https://jobs.smartrecruiters.com/visa/744000080905065-software-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Software Engineer 🛂 | Bellevue, WA | <a href=\"https://jobs.smartrecruiters.com/visa/744000080904205-software-engineer-new-college-grad-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Visa** | New Grad 2026: Associate Product Manager (APM) 🛂 | Foster City, CA | <a href=\"https://jobs.smartrecruiters.com/visa/744000080643295-associate-product-manager-apm-new-college-graduate-rotational-program-2026?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Scale** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://job-boards.greenhouse.io/scaleai/jobs/4605996005?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Apple** | Wi-Fi Software Systems Performance Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200620177-3543/wi-fi-software-systems-performance-engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Agave (W22)** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/81441?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Adobe** | New Grad 2026: Machine Learning Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR157573EXTERNALENUS/2026-University-Graduate-Machine-Learning-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **Adobe** | New Grad 2026: Application Security Engineer | San Jose, CA</br>San Francisco, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR159164EXTERNALENUS/2026-University-Graduate-Application-Security-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 10 |\n| **YouLearn** | Founding Engineer (Full Stack) 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/81292?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Voleon** | Associate Member of Trading Staff | Berkeley, CA | <a href=\"https://jobs.lever.co/voleon/ce0bda1f-3d5a-44ac-8ab3-8578d49d344c?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Tesla** | Data Engineer, Energy Service Engineering | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/250277?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Tesla** | Software Engineer, Autonomous Mobile Robotics | Austin, TX | <a href=\"https://www.tesla.com/careers/search/job/250195?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Tesla** | Software QA Engineer, Infotainment, Vehicle Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/225545?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Sonia** | Founding Design Engineer 🇺🇸 | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/81060?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **InQuery** | New Grad: Founding Engineer | New York, NY | <a href=\"https://www.workatastartup.com/jobs/81052?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Glean** | Software Engineer | Palo Alto, CA | <a href=\"https://job-boards.greenhouse.io/gleanwork/jobs/4592324005?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Epsilon** | Associate, Software Engineer | Irving, TX | <a href=\"https://careers.publicisgroupe.com/jobs/121511?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Epsilon** | New Grad: Associate, Software Engineer | Chicago, IL | <a href=\"https://careers.publicisgroupe.com/jobs/121504?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Eluvio** | New Grad: Software Engineer, AI Core Apps | Berkeley, CA | <a href=\"https:/.workable.com/eluvio/j/A349A0D2AF?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **EBSCO** | Software Dev Engineer I | Remote in USA | <a href=\"https://careers-ebscoind.icims.com/jobs/1834/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Diverge Health** | Associate Software Developer | Remote in USA | <a href=\"https://divergehealth.org/jobs/?gh_jid=4840575007&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Disney** | Software Engineer I | Glendale, CA</br>New York, NY | <a href=\"https://www.disneycareers.com/en/job/-/-/391/85823385568?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **DeepGrove** | ML Technical Staff | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/81273?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Decagon** | New Grad 2026: Agent Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/decagon/2a435dd5-1212-42bb-ae5a-d7432902acd2?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **ByteDance** | New Grad 2026: Product Manager (SMB) | Austin, TX | <a href=\"https://joinbytedance.com/search/7534966101852539144?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **BlackRock** | Associate, Research Associate – SMA Solutions, Quantitative Investment Solutions (QIS) | Sausalito, CA | <a href=\"https://careers.blackrock.com/job/-/-/45831/84712805504?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Atlassian** | New Grad 2026: Machine Learning Engineer | San Francisco, CA | <a href=\"https://careers-americas.icims.com/jobs/20906/machine-learning-engineer%252c-2026-graduate-u.s./job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Arm** | New Grad 2025: Software Applications Engineer | Austin, TX | <a href=\"https://careers.arm.com/job/austin/graduate-software-applications-engineer/33099/85831486416?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Amazon** | Security Engineer | Dallas, TX | <a href=\"https://www.amazon.jobs/en/jobs/3071644/security-engineer-aws-global-services-security?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Valkyrie Trading** | Junior Software Engineer | Chicago, IL | <a href=\"https://jobs.lever.co/valkyrietrading/b9907031-0625-49f9-9fbe-7b5618e3640c?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 05 |\n| **qode.world** | Junior Data Scientist | Tampa, FL</br>Jackson Township, NJ</br>Dallas, TX | <a href=\"https:/.workable.com/qodeworld/j/5E96914ADB?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 05 |\n| **MetroStar** | Associate Software Developer 🛂 | Reston, VA | <a href=\"https://www.metrostar.com/job-post/?gh_jid=6667276003&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 05 |\n| **Ellipsis Labs** | Software Engineer | NYC | <a href=\"https://jobs.ashbyhq.com/ellipsislabs/caa49297-d5a3-4d03-b8c9-bdc7b77fb0bb/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 05 |\n| **Altice USA** | Software Dev Engineer I | Plainview, NY | <a href=\"https://www.alticeusacareers.com/job/Bethpage-Software-Dev-Engineer-I-NY-11714/1322496900/?ats=successfactors&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 05 |\n| **Aflac** | Software Engineer I | Columbus, GA | <a href=\"https://careers.aflac.com/job/Software-Engineer-I-GA-31999/1323022100/?ats=successfactors&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 05 |\n| **Stripe** | New Grad: Software Engineer | South San Francisco, CA</br>Seattle, WA | <a href=\"https://stripe.com/jobs/listing/software-engineer-new-grad/7210112?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Stripe** | Software Engineer - New Grad | Seattle, WA</br>SF | <a href=\"https://stripe.com/jobs/search?gh_jid=7210112&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Roblox** | New Grad 2026: Associate Product Manager | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/7167343?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Roblox** | New Grad 2026: Associate Product Designer 🛂 | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/7167345?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Pylon** | New Grad - Software Engineer | SF | <a href=\"https://jobs.ashbyhq.com/pylon-labs/ecf0d509-cfb9-43c6-b628-1e685d6f5f42/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Nutanix** | Software Engineer 1 / Early Career - Backend C++/Linux/AWS-S3 | Durham, NC | <a href=\"https://jobs.jobvite.com/nutanix/job/oGXDxfwx?nl=1&nl=1&fr=false&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **N1** | New Grad Software Engineer - Backend Rust | Oakland, CA</br>NYC | <a href=\"https://jobs.ashbyhq.com/n1/a3e25c84-0846-454a-b2fc-a356c2a713bd/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Luma** | Research Scientist / Engineer - Data | Remote | <a href=\"https://jobs.ashbyhq.com/luma-ai/f41a9fc6-40b5-4063-b093-b50ffe919ad8?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **LinkedIn** | Associate Product Builder (APB) - Rotational Program | Mountain View, CA</br>San Francisco, CA | <a href=\"https://jobs.smartrecruiters.com/LinkedIn3/a3b09881-7c3e-444c-9e65-ac0e2c6a8970?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Ivo** | Software Engineer | San Francisco, CA | <a href=\"https://jobs.lever.co/ivo/1629cbb2-c07c-4214-a1e2-b4e96c9cc66c?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **IBM** | Software Developer | <details><summary>**14 locations**</summary>Sandy Springs, GA</br>Poughkeepsie, NY</br>Lowell, MA</br>Rochester, MN</br>Tucson, AZ</br>Research Triangle Park, NC</br>Durham, NC</br>Hopewell Junction, NY</br>San Jose, CA</br>Dallas, TX</br>Houston, TX</br>Austin, TX</br>Herndon, VA</br>New York, NY</details> | <a href=\"https://ibmglobal.avature.net/en_US/careers/JobDetail?jobId=56285&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Gecko Robotics** | Software Engineer - New Graduate Rotational Development Program | Boston, MA</br>NYC | <a href=\"https://jobs.ashbyhq.com/gecko-robotics/7d9ce912-14c3-405b-9f8a-7f261fe8230d/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Garmin** | Software Engineer I - Embedded Software | Olathe, KS | <a href=\"https://careers.garmin.com/jobs/16827?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Commure** | New Grad 2026: Software Engineer | Mountain View, CA | <a href=\"https://www.commure.com/careers-detail?ashby_jid=00dbfa4a-986c-4c98-a966-47874d1ff0f8&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Cape** | New Grad: Software Engineer | New York, NY</br>Washington, DC | <a href=\"https://jobs.ashbyhq.com/Cape/bd280ded-4298-47de-a186-1aebd1bd94b8?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Atlassian** | New Grad 2026: Software Engineer | Seattle, WA | <a href=\"https://careers-americas.icims.com/jobs/20901/software-engineer%252c-2026-graduate-u.s./job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **TikTok** | New Grad 2026: AI/ML Software Engineer (Data Platform TikTok BP) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7541178634444589319?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Tesla** | Mobile App Developer, Frontend, Claims & Customer Support | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/249335?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Tesla** | Software Integration Engineer, Factory Firmware | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/249467?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Tesla** | Software Integration Engineer, Cell Software | AUSTIN, Texas | <a href=\"https://www.tesla.com/careers/search/job/249481?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Tesla** | Kernel Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/248966?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Samsara** | New Grad: Software Engineering | San Francisco, CA | <a href=\"https://www.samsara.com/company/careers/roles/7172579?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Commure** | New Grad 2026: Software Engineer | Mountain View, CA | <a href=\"https://jobs.ashbyhq.com/Commure-Athelas/00dbfa4a-986c-4c98-a966-47874d1ff0f8?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **ByteDance** | New Grad 2026: Machine Learning Graduate (eCommerce User Growth & Intelligent Marketing) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7542657938525538578?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **ByteDance** | New Grad 2026: Software Engineer (AI Applications) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7540808448918079752?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Amazon** | System Dev Engineer I, Analytics ADC | Denver, CO | <a href=\"https://www.amazon.jobs/en/jobs/3066890/system-dev-engineer-i-analytics-adc?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 28 |\n| **Tesla** | Machine Learning Engineer, Embodied Intelligence, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/249027?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Tesla** | Electrical & Software Engineer, Circuit Board Test Automation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/249182?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **PayPal** | New Grad: Software Engineer | <details><summary>**5 locations**</summary>San Jose, CA</br>Chicago, IL</br>Omaha, NE</br>Scottsdale, AZ</br>Austin, TX</details> | <a href=\"https://paypal.eightfold.ai/careers/job/274908747686?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Harvey** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/harvey/fe8e594b-f2e1-453b-8a0d-e0b0bfdf745b?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Epsilon** | New Grad 2025: Associate, Software Engineer | Irving, TX | <a href=\"https://careers.publicisgroupe.com/jobs/119914?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Citizen Health** | Software Engineer | San Francisco, CA</br>San Mateo, CA | <a href=\"https://jobs.ashbyhq.com/Citizen%20Health/ea388b8a-16cb-4b1b-b64f-479f0dc69764?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Amazon** | Antenna Systems Engineer, Antenna Calibration, Kuiper 🇺🇸 | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/3064596/antenna-systems-engineer-antenna-calibration-kuiper?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Adobe** | New Grad 2026: Machine Learning Engineer | San Jose, CA</br>San Francisco, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR158632EXTERNALENUS/2026-University-Graduate-Machine-Learning-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Zip** | New Grad 2026: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/zip/5f28357a-c95d-485a-84f9-feff64ce9fb3?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 22 |\n| **Tesla** | Software Engineer, Material Flow Robotics | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/248353?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 22 |\n| **Tesla** | Software Engineer, Communications Platform | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/247062?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 22 |\n| **Tesla** | Software Engineer, Frontend, AI Infrastructure Engineering & Tools | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/249133?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 22 |\n| **eMoney Advisor, LLC** | Associate Software Engineer | Remote | <a href=\"https://jobs.jobvite.com/emoneyadvisor-review/job/oD9hxfwk?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 22 |\n| **Apple** | Accessibility Engineer, IS&T, Early Career | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200615794-3956/accessibility-engineer-is-t-early-career?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 22 |\n| **AMD** | Graphics Software Development Engineer | Bellevue, WA | <a href=\"https://careers.amd.com/careers-home/jobs/68553?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 21 |\n| **Tesla** | Software Engineer, Manufacturing Test | SPARKS, Nevada | <a href=\"https://www.tesla.com/careers/search/job/242064?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 20 |\n| **Tesla** | AI Engineer, Multimodal Model Optimization, Autonomy & Robotics | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/248886?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 20 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Video-on-Demand Algorithm) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538319953965287698?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Data Arch - E-commerce) | Seattle | <a href=\"https://lifeattiktok.com/search/7535871317771634952?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **TikTok** | Product Manager Ads Measurement Graduate (Measurement Signal and Privacy Product) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538903496654407943?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **TikTok** | Product Manager Ads Attribution and Measurement Graduate (Measurement Signal and Privacy Product) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538896306908252434?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **TikTok** | Special Project Strategist Graduate (TikTok Shop - Operations) | Los Angeles, CA | <a href=\"https://lifeattiktok.com/search/7538571931517159698?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **ByteDance** | New Grad 2026: Software Engineer (Dev Infra) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7536272435440716040?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **ByteDance** | New Grad 2026: Software Engineer in ML Systems | San Jose, CA | <a href=\"https://joinbytedance.com/search/7265752342699837757?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 19 |\n| **Edgehog Trading** | C++ Software Developer – Trading Strategy Execution | Chicago, IL | <a href=\"https://ats.rippling.com/en-CA/edgehog-trading/jobs/a39cf004-d79c-4588-9a5f-6bdce04a85ee?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 18 |\n| **qode.world** | Junior Software Developer | NJ | <a href=\"https:/.workable.com/qodeworld/j/5718A36818/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **L2TMedia** | Junior Digital Media Data Analyst | Evanston, IL | <a href=\"https://l2tmediallc.applytojob.com/b2dvJrHuSV/Junior-Digital-Media-Data-Analyst?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **BAE Systems** | Junior Software Engineer 🇺🇸 | Hill AFB, UT | <a href=\"https://jobs.baesystems.com/global/en/job/BAE1US115338BREXTERNAL/Junior-Software-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 17 |\n| **TikTok** | New Grad 2026: Software Engineer (Commerce Ads) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538213896365689096?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **TikTok** | New Grad 2026: Software Engineer (Live Service) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538325771954637074?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **TikTok** | New Grad 2026: Software Engineer (Media Engine) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538320612860446994?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **TikTok** | Machine Learning Engineer Graduate (TikTok Short Video Content Understanding/Multimodal Recommendation) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7534982208201984274?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **TikTok** | New Grad 2026: Software Engineer (Media Platform) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538318336657606930?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Foundation Platform) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7538325343598741767?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **Tesla** | Software Engineer, Core Infrastructure, AI | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/248409?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **SoFi** | New Grad 2025: Fullstack Software Engineer | Seattle, WA</br>Helena, MT | <a href=\"https://www.sofi.com/careers/sofi-university/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **PayPal** | New Grad: Software Engineer | <details><summary>**5 locations**</summary>San Jose, CA</br>Chicago, IL</br>Omaha, NE</br>Scottsdale, AZ</br>Austin, TX</details> | <a href=\"https://paypal.eightfold.ai/careers/job/274908696559?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **Notion** | Software Engineer, Search Platform | New York, NY</br>San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/notion/4b10e40a-6136-4efe-8b05-cad43458e9e9?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **Disney** | Software Engineer I | Seattle, WA | <a href=\"https://www.disneycareers.com/en/job/-/-/391/85002977104?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **Canonical** | Software Engineer - Python - Cloud | Remote | <a href=\"https://job-boards.greenhouse.io/canonical/jobs/3257589?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **ByteDance** | New Grad 2026: Software Engineer (Edge Platform) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7538120693880834322?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **ByteDance** | New Grad 2026: Cloud Network Engineer (Physical Network Infra) | Seattle, WA | <a href=\"https://joinbytedance.com/search/7538433821165259015?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **ByteDance** | New Grad 2026: Network Engineer (Physical Network Infra) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7538106304578963730?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **ByteDance** | New Grad 2026: Network Engineer (Physical Network Infra) | Seattle, WA | <a href=\"https://joinbytedance.com/search/7538109046751463688?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **ByteDance** | New Grad 2026: Cloud Network Engineer (Physical Network Infra) | San Jose, CA | <a href=\"https://joinbytedance.com/search/7538114876280817927?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **ByteDance** | Site Reliability Engineer (Data Infrastructure) | Seattle | <a href=\"https://joinbytedance.com/search/7535903852755814674?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 16 |\n| **Tria Federal** | Data Analyst-Level I 🇺🇸 | Falls Church, VA | <a href=\"https://triafed.com/jobs/?gh_jid=4881899008&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 14 |\n| **Trexquant** | Quantitative Researcher | Stamford, CT | <a href=\"https:/.workable.com/trexquant/j/A634E0E3F4/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Trexquant** | Quantitative Researcher - Early Career | Stamford, CT | <a href=\"https:/.workable.com/trexquant/j/A634E0E3F4?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **TikTok** | New Grad 2026: Product Manager, Content Ecosystem | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532815853353863432?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **TikTok** | New Grad 2026: Product Manager (SMB) | Austin, TX | <a href=\"https://lifeattiktok.com/search/7534966101852539144?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **TikTok** | New Grad 2026: Product Manager Graduate (TikTok Shop User Product) | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7532281787985840392?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Recommendation Platform) | San Jose | <a href=\"https://lifeattiktok.com/search/7536356589390301458?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer (Monetization Technology - TikTok Ads Creative & Ecosystem) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535606471191824647?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Tesla** | Technical Program Manager, Energy Software | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/242474?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Suno** | Software Engineer, Early Career | Boston, MA</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/suno/991c9785-9bd5-499a-98aa-146e8c947752?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **SciTec** | Associate / Staff Mission Data Analyst 🇺🇸 | Boulder, CO | <a href=\"https:/.workable.com/scitec/j/45B1B9BA15/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Roblox** | Software Engineer - Early Career | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/7114754?gh_jid=7114754&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Remodel Health** | Junior Software Engineer | Indianapolis, IN | <a href=\"https://remodelhealth.com/resources/job/?gh_jid=4880033008&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Prosidian Consulting** | ITSM IT Security Engineer I | Washington, DC | <a href=\"https://jobs.smartrecruiters.com/prosidianconsulting/743999691677974?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Peraton** | Software Engineering, Associate 🇺🇸 | Herndon, VA | <a href=\"https://careers-peraton.icims.com/jobs/158789/software-engineering%2c-associate/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Jump Trading** | Tech Ops Engineer | Chicago, IL | <a href=\"https://www.jumptrading.com/careers/7078491/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **i3** | Full-Stack Software Engineer 🇺🇸 | Hunstville, AL | <a href=\"https://careers-i3-corps.icims.com/jobs/4833/entry-level-full-stack-software-engineer/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **i3** | Entry Level Full-Stack Software Engineer | Huntsville, AL | <a href=\"https://careers-i3-corps.icims.com/jobs/4833/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Hudson River Trading** | New Grad 2026: Algorithm Developer | New York, NY | <a href=\"https://www.hudsonrivertrading.com/hrt-job/algorithm-developer-quant-researcher-2026-grads/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Gannett Fleming** | Entry Level Software Developer 🛂 | San Diego, CA</br>Chicago, IL | <a href=\"https://careers-gannettfleming.icims.com/jobs/12404/entry-level-software-developer/job?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Citadel Securities** | C++ Software Engineer | Miami, FL | <a href=\"https://www.citadelsecurities.com/careers/details/c-software-engineer-4/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **ByteDance** | New Grad 2026: Network Engineer (Edge Network) | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7537121677185534216/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **ByteDance** | New Grad 2026: Software Engineer (Dev Infra) | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7536272435440716040/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **ByteDance** | New Grad 2026: Software Engineer (Applied Machine Learning - Enterprise) | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7532538236133902599/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **ByteDance** | New Grad 2026: Software Engineer Graduate (Applied Machine Learning - MLDev) | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7535233571066349842/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **BRM** | Entry Level Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/brm.ai/05cad7f7-2194-480d-8e70-7338cfd2a189/application?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Boston Scientific** | Software Engineer I - Engineering - Development | Roseville, MN | <a href=\"https://bostonscientific.eightfold.ai/careers/job/563602803047194?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Boston Scientific** | Software Engineer I - Engineering - Development | Roseville, MN | <a href=\"https://bostonscientific.eightfold.ai/careers/job/563602803067424?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Boston Scientific** | Software Engineer I - Engineering - Development | Roseville, MN | <a href=\"https://bostonscientific.eightfold.ai/careers/job/563602803102071?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Anduril Industries** | Air Dominance & Strike - Flight Software Engineer, Embedded C/C++ 🛂 | Costa Mesa, CA | <a href=\"https://job-boards.greenhouse.io/andurilindustries/jobs/4164476007?gh_jid=4164476007&gh_src=&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Anduril Industries** | Software Engineer, Connected Warfare 🇺🇸 | Costa Mesa, CA | <a href=\"https://job-boards.greenhouse.io/andurilindustries/jobs/4776690007?gh_jid=4776690007&gh_src=&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Amazon** | Robotics Systems Engineer, Amazon Robotics Deployment Engineering | Austin, TX</br>Seattle, WA</br>North Reading, MA | <a href=\"https://www.amazon.jobs/en/jobs/3054843/robotics-systems-engineer-amazon-robotics-deployment-engineering?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Amazon** | Systems Development Engineer I, Ops Tech Solution (OTS) | Austin, TX | <a href=\"https://www.amazon.jobs/en/jobs/3057120/systems-development-engineer-i-ops-tech-solution-ots?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 13 |\n| **Databricks** | New Grad 2026: Data Scientist | Mountain View, CA</br>San Francisco, CA | <a href=\"https://www.databricks.com/company/careers/university-recruiting/data-scientist---new-grad-2026-start-6866554002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 09 |\n| **Databricks** | New Grad 2026: Software Engineer | Bellevue, WA</br>Mountain View, CA</br>San Francisco, CA | <a href=\"https://www.databricks.com/company/careers/university-recruiting/software-engineer---new-grad-2026-start-6865698002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 09 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate - Data-Search | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533719102990190866?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate PGC | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7532631803707263240?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | SDET, Software Development Engineer in Test Graduate (TikTok Eng Test-Privacy Product) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533387057666754834?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Open Platform | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532626353242786055?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Product Infrastructure | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533106620768012562?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Search | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532627070011771154?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate User Growth | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532629934058178824?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer (Experimentation and Evaluation) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533278507406182674?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Intelligent Creation | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532629935045232903?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533289397581842696?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer Graduate -Search E-Commerce | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7534641209890588946?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Mobile Reliability (Android) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7534794210978187527?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Data Engineer (Data Platfrom TikTok BP) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533292447687493896?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Data Engineer (E-commerce) | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7533292831260920082?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer - Local Services Search (BS/MS) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7534641468595489032?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | Frontend Engineer Graduate, Trust and Safety | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7530759729113680135?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Monetization Technology - Brand Ads) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535599554659010834?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Social | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532627070011230482?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Data Arch - Data Ecosystem ) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535220808265681159?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | Site Reliability Engineer Graduate (Compute Platform) | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7535544480956483848?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | Site Reliability Engineer Graduate (Compute Platform) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535549508735174930?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | Frontend Engineer Graduate, Trust and Safety | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7534826542867106066?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer (Brand Ads) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535396503751772423?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Data Platfrom TikTok BP) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535528357414570248?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer - Data - Search | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533371534829095175?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: (Machine Learning Engineer, Data-Search-TikTok Recommendation | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533377192370194706?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Data Arch - ShortText Rec) (BS/MS) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535250563068528903?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Data Arch - AI/ML Infrastructure) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7535215880842791176?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Software Engineer | Los Angeles, CA | <a href=\"https://lifeattiktok.com/search/7532626482364909842?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | Product Security Engineer Graduate (Security Assurance) | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7533712518582503687?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7534641634584185095?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **TikTok** | SDET, Software Development Engineer in Test Graduate (TikTok Eng Test-PGC) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7533739605041645832?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Tesla** | Systems Engineer, Collision Avoidance, Autonomy & Robotics | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/247480?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Tesla** | Automation Controls Engineer, Megapack | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/247595?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Tesla** | Machine Learning Engineer, Model Optimization & Deployment, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/247659?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Royal Caribbean Group** | Associate Engineer, Software | Miramar, FL | <a href=\"https://jobs.royalcaribbeangroup.com/job/Miramar-Associate-Engineer%2C-Software-FL-33132/1314694500/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Mathtech** | Associate Software Developer | Hamilton, NJ | <a href=\"https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=cf1a92f4-16eb-4267-86ca-bc956024f426&jobId=553315&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Jacobs** | Software Engineer, Entry | Kennedy Space Center, FL | <a href=\"https://jacobs.taleo.net/careersection/ex3/jobdetail.ftl?job=ADV000B3R&lang=en&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Emerson** | Embedded Software Engineer 🛂 | Shakopee, MN | <a href=\"https://hdjq.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/25024266?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Detroit Defense** | Software Test Engineer 🇺🇸 | Troy, MI | <a href=\"https://recruiting.paylocity.com/Recruiting/Jobs/Details/3477495?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **ByteDance** | Site Reliability Engineer Graduate [Security Engineering-US] | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7534838755829696776/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **ByteDance** | New Grad 2026: Software Engineer, Authorization-US | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7531126749275851026/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Amazon** | System Development Engineer, Amazon Robotics | Arlington, VA | <a href=\"https://www.amazon.jobs/en/jobs/3051896/system-development-engineer-amazon-robotics?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 07 |\n| **Hume AI** | Product Manager, Growth | New York, NY</br>Remote</br>San Francisco, CA | <a href=\"https://job-boards.greenhouse.io/humeai/jobs/4856037008?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 05 |\n| **StubHub** | Associate Product Manager - Consumer Experience | New York, NY | <a href=\"https://job-boards.eu.greenhouse.io/stubhubinc/jobs/4648133101?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 03 |\n| **Ramp** | New Grad 2026: Software Engineer - Frontend | New York, NY | <a href=\"https://jobs.ashbyhq.com/ramp/a1229aec-1105-4c47-8533-b912e732ed89?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 03 |\n| **Ramp** | New Grad 2026: Software Engineer - Backend | New York, NY | <a href=\"https://jobs.ashbyhq.com/ramp/83075cf0-9c22-4475-9c6b-e21923a96df8?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 03 |\n| **Meta** | New Grad 2026: Product Security Engineer | Bellevue, WA</br>Menlo Park, CA | <a href=\"https://www.metacareers.com/jobs/609052015548260?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 31 |\n| **TikTok** | New Grad 2026: Software Engineer (Ads ML Infrastructure) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7531158600791705874?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer Graduate (Lead Ads Technology) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532240517976721671?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Machine Learning/Research Engineer (Ads Core Global) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532349111480273159?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Machine Learning Engineer (Commerce Ads) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7531158608336242962?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer/Mobile Engineer Graduate (Monetization Technology - Ads Core Demonstration) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532436539684702471?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Live-Foundation-Ecosystem | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532631803707738376?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | Software Development Engineer in Test Graduate (Trust and Safety) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7530765464767826184?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Music | San Jose | <a href=\"https://lifeattiktok.com/search/7532627066714753288?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Monetization Technology - Ads Creative) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532457296103295239?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7532627069594224903?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Engineer (Backend Software Engineer, Trust and Safety- Seattle) | Seattle | <a href=\"https://lifeattiktok.com/search/7530752375372466439?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | Research Scientist Graduate- CV/NLP/Multimodal LLM, Trust and Safety | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7530772847212644616?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | Research Scientist Graduate- CV/NLP/Multimodal LLM, Trust and Safety | Seattle, WA | <a href=\"https://lifeattiktok.com/search/7530771170938865928?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer | Los Angeles, CA | <a href=\"https://lifeattiktok.com/search/7532629935644002578?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate (Ads Measurement Signal Technology) | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7531161909615593735?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Software Engineer Graduate Short Video (BS/MS) | Seattle | <a href=\"https://lifeattiktok.com/search/7532626300897937682?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2026: Backend Engineer Graduate, Risk and Response | Seattle | <a href=\"https://lifeattiktok.com/search/7530759738491226386?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Shopify** | Data Platform Engineers | Remote | <a href=\"https://www.shopify.com/careers/data-platform-engineers_4684c36e-f913-42a8-8ff5-f4b789a8e61d?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Shopify** | ML Ops Engineers | Remote | <a href=\"https://www.shopify.com/careers/ml-ops-engineers_896a7d5f-5925-4915-a8e8-3438068464a4?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Shopify** | Infrastructure Engineers | Remote | <a href=\"https://www.shopify.com/careers/infrastructure-engineers_202c9f29-47fa-4b55-8cbb-337eed7d92e2?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **ServiceNow** | Associate Systems Engineer | San Diego, CA | <a href=\"https://careers.servicenow.com/jobs/744000073378905/associate-systems-engineer/?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Qualtrics** | Software Engineer I - PAAS | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/QUALUS6922762EXTERNALENUS/Software-Engineer-I-PAAS?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Qualtrics** | Machine Learning Engineer | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/QUALUS6580294EXTERNALENUS/Machine-Learning-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Hudson River Trading** | Trade Operations | Austin, TX | <a href=\"https://www.hudsonrivertrading.com/hrt-job/junior-electronic-trading-support-engineer/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Hudson River Trading** | Trade Operations | New York, NY | <a href=\"https://www.hudsonrivertrading.com/hrt-job/junior-electronic-trading-support-engineer-2/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **ByteDance** | New Grad 2026: Software Engineer | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7532618536427391240/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **ByteDance** | New Grad 2026: Backend Software Engineer (Customer Service Platform) | Seattle, WA | <a href=\"https://jobs.bytedance.com/en/position/7527836662400026898/detail?spread=BSPP2KS&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Amazon** | System Development Engineer, OTS Delivery Software Engineering | Austin, TX | <a href=\"https://www.amazon.jobs/en/jobs/3047432/system-development-engineer-ots-delivery-software-engineering?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **Amazon** | System Development Engineer, AWS Vetting | Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/3044177/system-development-engineer-aws-vetting?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 30 |\n| **TikTok** | New Grad 2025: Product Manager | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7400808756194461961?spread=5MWH5CQ&utm_source=apmseason&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 25 |\n| **Perplexity** | Associate Product Manager Program | San Francisco, CA | <a href=\"https://www.perplexity.ai/hub/associate-product-manager?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 25 |\n| **American Express** | Associate - Digital Product Management 🛂 | New York, NY | <a href=\"https://aexp.eightfold.ai/careers/job/29705941?hl=en&domain=aexp.com&utm_source=apmseason&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 25 |\n| **Tesla** | Software Integration Engineer, AI Platforms | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/246199?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **Tesla** | Camera Software Engineer, AI Platforms | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/246198?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **Tesla** | Software Engineer, Optimus Inference Co Design | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/246089?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **Tesla** | Applications Engineer, Megapack | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/246315?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **QuinStreet** | Entry Level Software Engineer | Foster City, CA | <a href=\"https://www.quinstreet.com/careers/?gh_jid=7100468&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **Qualcomm Technologies, Inc.** | GPU Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706913920?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Porter** | Full Stack Engineer | New York, NY | <a href=\"https://www.ycombinator.com/companies/porter/jobs/6QhplSz-full-stack-engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 15 |\n| **Optiver** | New Grad 2026: FPGA Engineer | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7973721002/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 15 |\n| **Optiver** | New Grad 2026: FPGA Engineer | Chicago, IL | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/8033327002/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 15 |\n| **Tesla** | Mobile App Engineer, Service & Roadside Assistance | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/237386?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Ranger** | Forward-Deployed Test Engineer 🛂 | San Francisco, CA | <a href=\"https://jobs.lever.co/ranger/38ef5184-0c8a-4980-836f-95e23e83ae7d?utm_source=Simplify&ref=Simplify&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Qualcomm Technologies, Inc.** | CPU Software Architecture Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706753287?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Old Mission** | New Grad 2026: Junior Quantitative Trader | Chicago, IL | <a href=\"https://www.oldmissioncapital.com/careers/?gh_jid=6602920003&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Old Mission** | New Grad 2026: Junior Software Engineer | Chicago, IL | <a href=\"https://www.oldmissioncapital.com/careers/?gh_jid=6602927003&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Nuro** | New Grad: Software Engineer, Routing | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=7066706&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Cryptic Vector** | Full Stack Developer 🇺🇸 | Cincinnati, OH | <a href=\"https://recruiting.paylocity.com/recruiting/jobs/Details/3409369/Cryptic-Vector/Full-Stack-Developer?source=Indeed_Feed&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Candid Health** | New Grad: Software Engineer | San Francisco, CA</br>Denver, CO</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/candidhealth/f0e529c1-b8d8-4add-aaef-23b174053b8b?utm_source=Simplify&ref=Simplify&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Candid Health** | New Grad: Forward Deployed Software Engineer | San Francisco, CA</br>Denver, CO</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/candidhealth/8d1922f8-e89d-433e-a21f-b724eabc003b?utm_source=Simplify&ref=Simplify&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **BlackRock** | Analyst | <details><summary>**5 locations**</summary>Atlanta, GA</br>Boston, MA</br>Chicago, IL</br>Miami, FL</br>New York, NY</details> | <a href=\"https://careers.blackrock.com/job/new-york/2026-full-time-analyst-program-amers/45831/83232695408?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Apple** | IS&T Early Career Engineering Program Manager Opportunities | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200612409/is-t-early-career-engineering-program-manager-opportunities?team=SFTWR&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 13 |\n| **Tesla** | Software Engineer, Machine Learning Integration, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/245229?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Quora** | New Grad: Machine Learning Engineer | Remote | <a href=\"https://jobs.ashbyhq.com/quora/e8acc816-a9af-445d-8135-47599ac9be0f?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Qualcomm** | Software Engineer - Hypervisor | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706670731?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | Seattle, WA | <a href=\"https://jobs.lever.co/palantir/4d5a144e-87ea-45e2-a68c-3fad590629af?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/e1a6c138-98bf-45e2-97f7-2c70371cc38a?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/4abf26b4-795c-420a-bf22-1ab98db268b4?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer 🇺🇸 | Washington, DC | <a href=\"https://jobs.lever.co/palantir/18d901fc-93bb-4d18-9f04-c72031e20d79?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer 🇺🇸 | Palo Alto, CA | <a href=\"https://jobs.lever.co/palantir/f362d7aa-360d-4059-ab38-f482742693b3?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer 🇺🇸 | New York, NY | <a href=\"https://jobs.lever.co/palantir/0a838e66-1ab0-4fc4-b4d3-4671c0352278?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/94984771-0704-446c-88c6-91ce748f6d92?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | Seattle, WA | <a href=\"https://jobs.lever.co/palantir/dea9d3d5-75b2-4588-b7bd-585a47b79c8c?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | Denver, CO | <a href=\"https://jobs.lever.co/palantir/c34b424e-caf2-455a-b104-ae1096ccca29?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Optiver** | New Grad 2026: Software Engineer | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7986421002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Optiver** | New Grad 2026: Software Engineer | Chicago, IL | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7986419002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Optiver** | Graduate Quantitative Researcher | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7967601002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **IMC** | Quantitative Researcher | Chicago, IL | <a href=\"https://job-boards.eu.greenhouse.io/imc/jobs/4580753101?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Duolingo** | AI Product Engineer, Math 🛂 | Pittsburgh, PA | <a href=\"https://careers.duolingo.com/jobs/8062269002?gh_jid=8062269002&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | New Grad: Quantitative Trader | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/quantitative-trader-university-graduate-us/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | New Grad: Quantitative Research Analyst | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/quantitative-research-analyst-university-graduate-us/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | Software Engineer | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/software-engineer-university-graduate-us/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Bits to Atoms** | Software Engineer 🇺🇸 | Berkeley, CA | <a href=\"https://jobs.bitstoatoms.com/bits-to-atoms/953ef025-ec88-450d-8f8f-2cb38cc8e839?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Balyasny Asset Management** | Systematic Equities Quantitative Researcher / Developer | New York, NY | <a href=\"https://bambusdev.my.site.com/s/details?jobReq=Systematic-Equities-Quantitative-Researcher---Developer_REQ6955&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Apple** | Software Engineer, IS&T | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200611794/software-engineer-is-t-early-career?team=SFTWR&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Apple** | Software Engineer, IS&T | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200611793/software-engineer-is-t-early-career?team=SFTWR&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Amazon** | Hardware Simulator SDE I, AWS Machine Learning Accelerators, Annapurna Labs | Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/2940695/hardware-simulator-sde-i-aws-machine-learning-accelerators-annapurna-labs?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Twitch** | Software Engineer | San Francisco, CA</br>Seattle, WA</br>New York, NY | <a href=\"https://www.amazon.jobs/en/jobs/3020911/software-engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Twitch** | Software Engineer - Creator | <details><summary>**4 locations**</summary>Seattle, WA</br>New York, NY</br>Irvine, CA</br>San Francisco, CA</details> | <a href=\"https://www.amazon.jobs/en/jobs/3019865/software-engineer-creator?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Tesla** | Software Engineer, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/225609?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Tesla** | Technical Artist, UI Design | Hawthorne, CA | <a href=\"https://www.tesla.com/careers/search/job/239333?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Qualtrics** | Software Engineer I, Employee Experience | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/QUALUS6957175EXTERNALENUS/Software-Engineer-I-Employee-Experience?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Qualcomm** | Display SW Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706463987?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **HashiCorp** | Backend Engineer - Enterprise Identity | Remote</br>US | <a href=\"https://www.hashicorp.com/en/career/6914251?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **CVS Health** | Associate Software Engineer | Irving, TX | <a href=\"https://jobs.cvshealth.com/us/en/job/CVSCHLUSR0632604EXTERNALENUS/Associate-Software-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Citi** | Software Engineer | Tampa, FL | <a href=\"https://jobs.citi.com/job/-/-/287/79829803904?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Amazon** | Security Engineer, AppSec Testing Automation and Insights | New York, NY | <a href=\"https://www.amazon.jobs/en/jobs/3012833/security-engineer-appsec-testing-automation-and-insights?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Amazon** | Mission Operations Engineer, Project Kuiper - Mission Operations | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/3013296/mission-operations-engineer-project-kuiper-mission-operations?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Visa** | Systems Engineer, Virtualization/Linux Engineering | Highlands Ranch, CO | <a href=\"https://jobs.smartrecruiters.com/Visa/744000066662880-systems-engineer-virtualization-linux-engineering-junior-level-?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Tesla** | Firmware Engineer, Silicon Development | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/244793?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Roblox** | Software Engineer, Infra Foundation | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6993225?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Qualcomm** | IOT Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706462906?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Qualcomm** | Software Product Application Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706411550?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Meta** | Software Engineer | Menlo Park, CA | <a href=\"https://www.metacareers.com/jobs/1947521902323717?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Amazon** | System Development Engineer I, Ops Tech Solutions | Santa Clara, CA | <a href=\"https://www.amazon.jobs/en/jobs/3018378/system-development-engineer-i-ops-tech-solutions?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Da Vinci** | Graduate C++ Software Engineer | Miami, FL | <a href=\"https://davincitrading.com/job/graduate-c-software-engineer-2/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 21 |\n| **Collective Hub, Inc** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://www.collective.com/careers/6614825003?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 21 |\n| **Strac** | Full Stack Engineer | Seattle, WA</br>Austin, TX | <a href=\"https://wellfound.com/l/2BpbUc?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **Sentry** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/sentry/90fb5dd4-410d-4672-9f40-3f11ea01c75d?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **Qualcomm** | Modem Software and System Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706280712?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **Qualcomm** | Product Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706280852?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **DRS** | Software Engineer I | San Diego, CA | <a href=\"https://careers.leonardodrs.com/job/San-Diego-Software-Engineer-CA-92127/1298209000/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 10 |\n| **Tesla** | Software Engineer, AI Systems Performance Modeling, Dojo | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/244263?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 09 |\n| **Tesla** | Wireless Bluetooth Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/243519?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 09 |\n| **Viasat** | Full Stack Software Engineer, Early Career | Carlsbad, CA</br>Remote | <a href=\"https://careers.viasat.com/jobs/4457?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **TransMarket Group** | Junior Quantitative Trader | Chicago, IL | <a href=\"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749911007?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **TransMarket Group** | Junior Algorithmic Trader | Chicago, IL | <a href=\"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749910007?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Lyft** | Software Engineer, Rider | New York, NY | <a href=\"https://app.careerpuck.com/job-board/lyft/job/8022809002?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Lumafield** | Backend Engineer 🛂 | San Francisco, CA | <a href=\"https://www.lumafield.com/careers/job?id=fb3e17b3-d7fe-47da-85c3-aecda001e2ed&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Lockheed Martin** | AI Platform Engineer | United States | <a href=\"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25037&siteid=5010&PageType=JobDetails&jobid=792011#jobDetails=792011_5010&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Omnicell** | Software Engineer I | Cranberry Township, PA | <a href=\"https://elrj.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/search/job/4131?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **N1** | Software Engineer (Backend Rust) | New York City | <a href=\"https://jobs.ashbyhq.com/n1/99a78724-a7eb-4801-9e75-cf4465950567?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **N1** | Software Engineer (Full Stack) | New York City | <a href=\"https://jobs.ashbyhq.com/n1/2213cef6-fbcd-42f7-8e0e-c6a23bfc1119?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **Omnicell** | Software Engineer I | Cranberry Township, PA | <a href=\"https://elrj.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/search/job/4261?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 31 |\n| **Tesla** | Software Engineer, ML Inference Compiler & Deployment, GPU, CPU | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/243628?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **SquareTrade** | Associate Software Engineer | Brisbane, CA | <a href=\"https://jobs.smartrecruiters.com/SquareTrade1/744000045758179-associate-software-engineer?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Spectrum** | Software Engineer I | Englewood, CO | <a href=\"https://jobs.spectrum.com/job/-/-/4673/81850982400?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Pega** | Associate Software Engineer, UX Engineering | Waltham, MA | <a href=\"https://www.pega.com/about/careers/21949/associate-software-engineer-ux-engineering?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Nuro** | New Grad: Software Engineer, Autonomy | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=6932596&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Mandolin** | New Grad: Front-End Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/mandolin/30bae6c7-6739-4cd6-97c4-fdb7662edf3b?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Mandolin** | New Grad: Forward Deployed Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/mandolin/703bd697-dd8f-4a42-8df3-999402605c2f?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **IXL Learning** | New Grad: Software Engineer | Raleigh, NC | <a href=\"https://www.ixl.com/company/careers?gh_jid=8017370002&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **IXL Learning** | New Grad: Software Engineer | San Mateo, CA | <a href=\"https://www.ixl.com/company/careers?gh_jid=8017366002&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Greenboard (W24)** | New Grad: Software Engineer | New York, NY | <a href=\"https://www.workatastartup.com/jobs/75855?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Point72** | Quantitative Developer | New York, NY | <a href=\"https://careers.point72.com/CSJobDetail?jobName=quantitative-developer&jobCode=CSS-0013369&location=New%20York&locale=English&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **DRW** | Research Engineer | New York, NY | <a href=\"https://www.drw.com/work-at-drw/listings/research-engineer-2930985?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **Citadel Securities** | Systematic Options Trader | Miami, FL | <a href=\"https://www.citadelsecurities.com/careers/details/systematic-options-trader/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **Qualtrics** | Software Development Engineer I, Customer Experience | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/QUALUS6889008EXTERNALENUS/Software-Development-Engineer-I-Customer-Experience-Seattle?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Graphics Software Kernel Mode Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446705709910?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Software Engineer, Gaming AI, PC Compute | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446704371557?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Graphics Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446705739046?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446705907067?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **KBR** | Full Stack Software Engineer | Moffett Field, CA | <a href=\"https://bs.com/KBR_Careers/job/Moffett-Field-California/Full-Stack-Software-Engineer_R2106782?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Garmin** | C#/.NET Software Engineer 1 | Cary, NC | <a href=\"https://careers.garmin.com/careers-home/jobs/15924?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Apple** | Cellular Platform Software Engineer, Embedded Analytics | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200605754/cellular-platform-software-engineer-embedded-analytics?team=SFTWR&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Adobe** | Software Development Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR155500EXTERNALENUS/Software-Development-Engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Esri** | C++ Software Engineer I, Maps SDKs | Redlands, CA | <a href=\"https://www.esri.com/careers/4735889007?gh_jid=4735889007&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Doppel** | Software Engineer | San Francisco, CA</br>New York, NY | <a href=\"https://www.doppel.com/jobs?ashby_jid=07905bfc-1c21-465d-a6bb-39ef71744c3d&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Apple** | Embedded System Software Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200604992/embedded-system-software-engineer?team=SFTWR&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Tesla** | Software Engineer, AI Systems Performance Modeling | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/242774?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Tesla** | Software Engineer, Mobile Robotics Control & Perception | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/233715?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Snowflake** | Software Engineer - Traffic | Bellevue, WA | <a href=\"https://careers.snowflake.com/us/en/job/SNCOUSEBC678A52AB04A4EB7946E4E684BA055EXTERNALENUSAA0C5E9173DE47C2B57EF66519942F19/-Software-Engineer-Traffic?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Pylon** | New Grad 2025: Software Engineer | Menlo Park, CA | <a href=\"https://jobs.ashbyhq.com/pylon/6f714dd0-e472-4e70-a749-80493cd29420?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Nuro** | New Grad: Software Engineer, Autonomy | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=6725455&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Amazon** | Mission Operations Engineer, Project Kuiper | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/2981483/mission-operations-engineer-project-kuiper-mission-operations-ground-software?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **TikTok** | Full-stack Engineer, Data Platform | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7275869814408300837?spread=5MWH5CQ&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **SIG** | New Grad: Software Developer | Bala Cynwyd, PA | <a href=\"https://careers.sig.com/job/SUSQA004Y9261?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **Thor Solutions** | Software Engineer I | Philadelphia, PA | <a href=\"https://thorsolutionsllc.applytojob.com/C8LIaGu8So/Software-Engineer-I?referrer=20250414192432YMUDC3C4I6XZL15U&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Peraton** | Junior Software Engineer 🇺🇸 | Sterling, VA | <a href=\"https://www.careers.peraton.com/jobs/junior-software-engineer-sterling-virginia-156109-jobs--information-technology--?iis=Job%2BBoard&iisn=Vansh&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **LinkSquares** | Software Engineer | Remote</br>US | <a href=\"https://linksquares.com/careers/open-positions/?gh_jid=4537585005&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Bentley** | Software Engineer | Exton, PA | <a href=\"https://jobs.bentley.com/job/Exton-Software-Engineer-PA-19341/1281097600?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **21CS** | Graduate Software Engineer | Morehead City, NC | <a href=\"https://recruiting.ultipro.com/VMS1002VMOO/JobBoard/3dde3e78-a60b-47af-93cf-ef6db6ed312b/OpportunityDetail?opportunityId=fa0772d7-fa49-4ce9-b7ae-de1a0da018eb&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Tesla** | Linux Site Reliability Engineer, IT Manufacturing Site Reliability Engineering | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/241276?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Software Engineer, AI Driven Test Automation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/235630?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Frontend Engineer, GenAI Model Evaluation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/frontend-engineer-genai-model-evaluation-226925?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Software Engineer, Metrics, GenAI Model Evaluation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/software-engineer-metrics-genai-model-evaluation-226926?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Software Engineer, Drivers & Control Plane, Dojo | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/240828?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Softheon** | Software Engineer I - Membership | Remote</br>US | <a href=\"https://join.softheon.com/_/j/4AFE55D62D/?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Esri** | Backend Java Engineer I - Data Pipelines | Redlands, CA | <a href=\"https://www.esri.com/careers/4700976007?gh_jid=4700976007&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Amperity** | Software Development Engineer I | Seattle, WA | <a href=\"https://amperity.com/careers/6799726?gh_jid=6799726&gh_src=053ff1fc1us&gh_jid=6799726&utm_source=vansh&ref=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Amazon** | Systems Development Engineer, Mechatronics and Sustainable Packaging | Bellevue, WA | <a href=\"https://www.amazon.jobs/en/jobs/2953226/systems-development-engineer-mechatronics-and-sustainable-packaging?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Amazon** | Software Dev Engineer | <details><summary>**8 locations**</summary>Austin, TX</br>New York, NY</br>Seattle, WA</br>Culver City, CA</br>Santa Clara, CA</br>Bellevue, WA</br>Denver, CO</br>Palo Alto, CA</details> | <a href=\"https://www.amazon.jobs/en/jobs/2950609/software-dev-engineer-computer-science?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Credit Genie** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.ashbyhq.com/creditgenie/016056e0-61cd-4a19-9d42-5f3cd88fed02?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 09 |\n| **Twitch** | Software Engineer | Seattle, WA</br>San Francisco, CA | <a href=\"https://www.amazon.jobs/en/jobs/2944002/software-engineer?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Tesla** | Software Engineer, Traction Control & Stability | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/240332?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Roblox** | New Grad 2025: Software Engineer, Game Solutions Engineering | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6749070?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Roblox** | Software Engineer, Builder Tools | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6759944?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Qualtrics** | Machine Learning Engineer I | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/6774164/Machine-Learning-Engineer-I-Data-Insights?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Amazon** | System Development Engineer, Project Kuiper | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/2945843/system-development-engineer-project-kuiper?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Qualcomm** | Embedded DSP Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446704474013?utm_source=vansh\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Microsoft** | Site Reliability Engineer | United States | 🔒 | Feb 15 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 15 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 15 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 15 |\n| **Microsoft** | Network Automation Engineer | United States | 🔒 | Feb 15 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 15 |\n| **Airtable** | New Grad 2026: Software Engineer | San Francisco, CA</br>New York, NY | 🔒 | Feb 15 |\n| **Microsoft** | Machine Learning Engineer | United States | 🔒 | Feb 01 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 01 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 01 |\n| **Microsoft** | Software Engineer Identity & Network Access | United States | 🔒 | Feb 01 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 01 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Feb 01 |\n| **Microsoft** | Software Engineer I | United States | 🔒 | Jan 09 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Jan 09 |\n| **Microsoft** | Software Engineer | United States | 🔒 | Jan 09 |\n| **Microsoft** | Software Engineer: Azure One Fleet Platform | United States | 🔒 | Jan 09 |\n| **Microsoft** | Software Engineer 🇺🇸 | United States, Multiple Locations | 🔒 | Jan 07 |\n| **Spotify** | Full Stack Engineer, Backstage Portal, Data Experience | New York, NY</br>Remote | 🔒 | Jan 01 |\n| **Microsoft** | Software Engineer 🇺🇸 | United States | 🔒 | Jan 01 |\n| **WHOOP** | Software Engineer I, Backend | Boston, MA | 🔒 | Dec 12 |\n| **Spotify** | Machine Learning Engineer | New York, NY</br>Boston, MA</br>Remote | 🔒 | Dec 12 |\n| **Spotify** | Fullstack Engineer | New York, NY | 🔒 | Dec 12 |\n| **NVIDIA** | New Grad 2026: GPU and SoC Modelling Architect | Santa Clara, CA | 🔒 | Dec 12 |\n| **League** | Software Engineer, Backend (Apps & Solutions) 🛂 | United States | 🔒 | Nov 30 |\n| **General Motors** | Software Engineer - Early Career 🛂 | <details><summary>**4 locations**</summary>Mountain View, CA</br>Austin, TX</br>Milford, MI</br>Warren, MI</details> | 🔒 | Nov 30 |\n| **Affirm** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Nov 30 |\n| **Affirm** | New Grad: Software Engineer | New York, NY | 🔒 | Nov 30 |\n| **Zoom** | Frontend Engineer | Remote | 🔒 | Nov 18 |\n| **Regions** | Salesforce Developer 🛂 | Atlanta, GA</br>Hoover, AL</br>Charlotte, NC | 🔒 | Nov 18 |\n| **NVIDIA** | New Grad 2026: Low Power ASIC Engineer | Santa Clara, CA | 🔒 | Nov 18 |\n| **NVIDIA** | New Grad 2026: System Software Engineer, Robotics Simulation | Santa Clara, CA | 🔒 | Nov 18 |\n| **Nelnet** | IT Software Engineer 🇺🇸 | Madison, WI</br>Lincoln, NE</br>Centennial, CO | 🔒 | Nov 18 |\n| **Microsoft** | AI Engineer | Redmond, WA | 🔒 | Nov 18 |\n| **SpaceX** | New Grad: Software Engineer | Redmond, WA | 🔒 | Nov 16 |\n| **Mastercard** | Software Engineer I, Launch Program 🛂 | O'Fallon, MO | 🔒 | Nov 13 |\n| **The Travelers Companies** | Data Engineer 1 | Atlanta, GA | 🔒 | Nov 10 |\n| **Rochester Regional Health** | Software Developer | Remote</br>Rochester, NY | 🔒 | Nov 10 |\n| **PointOne** | New Grad 2025: Software Engineer 🇺🇸 | New York, NY | 🔒 | Nov 10 |\n| **NVIDIA** | New Grad 2025: GPU Architecture Engineer | Santa Clara, CA</br>Austin, TX</br>Durham, NC | 🔒 | Nov 10 |\n| **AVEVA** | Software Developer | <details><summary>**4 locations**</summary>San Leandro, CA</br>Lake Forest, CA</br>Scottsdale, AZ</br>Philadelphia, PA</details> | 🔒 | Nov 10 |\n| **NVIDIA** | New Grad 2025: SONiC Software Design Engineer | Redmond, WA | 🔒 | Nov 05 |\n| **Dell Technologies** | ISG Software Rotational Program | Round Rock, TX</br>Hopkinton, MA | 🔒 | Nov 05 |\n| **Dell Technologies** | CSG Rotational Program | Round Rock, TX | 🔒 | Nov 05 |\n| **Salesforce** | AI Forward Deployed Engineer (Early Career) | <details><summary>**4 locations**</summary>Remote</br>Bellevue, WA</br>Boston, MA</br>Chicago, IL</details> | 🔒 | Nov 01 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Nov 01 |\n| **NVIDIA** | New Grad 2025: Systems Software Engineer, GeForce NOW Low Latency Streaming Technology | Santa Clara, CA | 🔒 | Nov 01 |\n| **NVIDIA** | New Grad 2025: Systems Software Engineer, GeForce NOW Low Latency Streaming Technology | Santa Clara, CA | 🔒 | Nov 01 |\n| **NVIDIA** | New Grad 2026: Software Engineer, AI Infrastructure | Santa Clara, CA | 🔒 | Nov 01 |\n| **NVIDIA** | New Grad 2025: AI and ML Infra Software Engineer, GPU Clusters | Santa Clara, CA</br>Redmond, WA | 🔒 | Nov 01 |\n| **Mozilla** | Backend Engineer, Websites & Marketing Technology | Remote | 🔒 | Nov 01 |\n| **Microsoft** | Software Engineer - Commerce + Ecosystems | Redmond, WA | 🔒 | Nov 01 |\n| **Torc Robotics** | Machine Learning Engineer, I, App Engine (CUDA) | Ann Arbor, MI | 🔒 | Oct 30 |\n| **Sierra Nevada Coporation** | Systems Security Engineer I | Lone Tree, CO | 🔒 | Oct 30 |\n| **RTX** | Software Engineer 1 | St. Petersburg, FL | 🔒 | Oct 30 |\n| **RTX** | New Grad 2026: Raytheon Systems Security Engineer I | Tucson, AZ | 🔒 | Oct 30 |\n| **RTX** | Software Engineer I | Indianapolis, IN | 🔒 | Oct 30 |\n| **Rover** | Software Engineer I, Expansions | Seattle, WA | 🔒 | Oct 30 |\n| **Morningstar** | Associate Quantitative Analyst | Chicago, IL | 🔒 | Oct 30 |\n| **ExtraHop** | Software Engineer I | Seattle, WA | 🔒 | Oct 30 |\n| **XTX Markets** | Quant Analyst | New York, NY | 🔒 | Oct 22 |\n| **Shield AI** | Software Engineer I, Hardware Test | Dallas, TX | 🔒 | Oct 22 |\n| **Shield AI** | Software Engineer I, Hardware Test | Dallas, TX | 🔒 | Oct 22 |\n| **Salesforce** | AI Forward Deployed Engineer, Early Career | <details><summary>**10 locations**</summary>Boston, MA</br>Seattle, WA</br>Indianapolis, IN</br>Washington, DC</br>San Francisco, CA</br>Dallas, TX</br>Chicago, IL</br>New York, NY</br>Bellevue, WA</br>Atlanta, GA</details> | 🔒 | Oct 22 |\n| **RTX** | New Grad 2026: Java Software Engineer I, Onsite | State College, PA | 🔒 | Oct 22 |\n| **Northrop Grumman** | Associate Software Engineer 🇺🇸 | Aurora, CO | 🔒 | Oct 22 |\n| **North** | Associate Product Engineer 🛂 | Remote | 🔒 | Oct 22 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Oct 22 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | Oct 22 |\n| **Evolent** | Associate Software Engineer 🛂 | Remote | 🔒 | Oct 22 |\n| **DraftKings** | Software Engineer | Remote | 🔒 | Oct 22 |\n| **Booz Allen Hamilton** | Backend Developer | Alexandria, VA | 🔒 | Oct 22 |\n| **NVIDIA** | New Grad 2025: Compiler Engineer, LLVM | Santa Clara, CA</br>Austin, TX</br>Redmond, WA | 🔒 | Oct 18 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Oct 18 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Oct 18 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Oct 18 |\n| **Thomson Reuters** | AI Solutions Engineer, CoCounsel AI Applications | Frisco, TX</br>Minneapolis, MN | 🔒 | Oct 16 |\n| **Raytheon Technologies** | Software Engineer I 🇺🇸 | Fulton, MD | 🔒 | Oct 16 |\n| **NVIDIA** | New Grad 2026: AI and ML Infra Software Engineer, GPU Clusters | Santa Clara, CA</br>Redmond, WA | 🔒 | Oct 16 |\n| **Microsoft** | AI/ML Engineer | Multiple Locations | 🔒 | Oct 16 |\n| **Dagster Labs** | New Grad 2025: Software Engineer | San Francisco, CA | 🔒 | Oct 16 |\n| **The Boeing Company** | Entry Level Software Engineer | Oklahoma City, OK | 🔒 | Oct 14 |\n| **RTX** | New Grad 2025: Fulltime Raytheon Software Engineer I, Test Equipment | Tucson, AZ | 🔒 | Oct 14 |\n| **RTX** | Software Engineer I | Richardson, TX | 🔒 | Oct 14 |\n| **NVIDIA** | New Grad 2025: Deep Learning Software Engineer, Inference and Model Optimization | Santa Clara, CA | 🔒 | Oct 14 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | Oct 14 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | Oct 14 |\n| **Insulet Corporation** | Associate Software QA Engineer | Acton, MA | 🔒 | Oct 14 |\n| **Credit Acceptance Careers** | Software Engineer I - Engineering | Southfield, MI | 🔒 | Oct 14 |\n| **Ciena** | New Grad 2026: Software Developer | Atlanta, GA | 🔒 | Oct 14 |\n| **Caris** | Associate Software Engineer, Clinical Systems 🛂 | Irving, TX | 🔒 | Oct 14 |\n| **Caris** | Associate Software Engineer, Clinical Systems 🛂 | Irving, TX | 🔒 | Oct 14 |\n| **Caris** | Associate Software Engineer, Clinical Systems 🛂 | Irving, TX | 🔒 | Oct 14 |\n| **Travelers** | Software Engineer I 🛂 | Hartford, CT | 🔒 | Oct 11 |\n| **Speechify** | Software Engineer, Platform | San Angelo, TX | 🔒 | Oct 11 |\n| **Salesforce** | Software Engineer | Dallas, TX | 🔒 | Oct 11 |\n| **MERGE** | Associate Agentic Engineer 🛂 | Denver, CO | 🔒 | Oct 11 |\n| **Humana** | Software Engineer | Remote | 🔒 | Oct 11 |\n| **HP** | Software Development Engineer 🛂 | <details><summary>**5 locations**</summary>Spring, TX</br>Palo Alto, CA</br>Boise, ID</br>Corvallis, OR</br>Vancouver, WA</details> | 🔒 | Oct 11 |\n| **Booz Allen Hamilton** | Full-Stack Developer, Junior | Huntsville, AL | 🔒 | Oct 11 |\n| **Booz Allen Hamilton** | Software Engineer | Rome, NY | 🔒 | Oct 11 |\n| **ASML** | Software Engineer | San Diego, CA | 🔒 | Oct 11 |\n| **NVIDIA** | New Grad 2025: Software Engineer, CAD Automation | Santa Clara, CA</br>Remote | 🔒 | Oct 10 |\n| **Wolverine Trading** | C++ Software Engineer | Chicago, IL | 🔒 | Oct 09 |\n| **NVIDIA** | New Grad 2026: CAD Engineer, Physical Design | Santa Clara, CA | 🔒 | Oct 09 |\n| **Microsoft** | Software Engineer | Remote | 🔒 | Oct 09 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Oct 09 |\n| **Gauntlet** | New Grad: Quant Research Engineer | <details><summary>**4 locations**</summary>New York City, NY</br>San Francisco, CA</br>Los Angeles, CA</br>Remote</details> | 🔒 | Oct 09 |\n| **NVIDIA** | New Grad 2025: Deep Learning Algorithm Engineer, Dynamo | Santa Clara, CA | 🔒 | Oct 06 |\n| **Nelnet** | Data Analyst I, Consumer Loan Analytics 🛂 | <details><summary>**4 locations**</summary>Lincoln, NE</br>Madison, WI</br>Brownsville, TX</br>Centennial, CO</details> | 🔒 | Oct 06 |\n| **Microsoft** | Software Engineer | Remote | 🔒 | Oct 06 |\n| **Microsoft** | Software Engineer | <details><summary>**4 locations**</summary>Redmond, WA</br>Mountain View, CA</br>Atlanta, GA</br>Boston, MA</details> | 🔒 | Oct 06 |\n| **Grafana Labs** | Software Security Engineer | Remote | 🔒 | Oct 06 |\n| **Centene** | Data Engineer I | Remote | 🔒 | Oct 06 |\n| **LPL Financial Holdings** | Engineer I, Software Development | Austin, TX</br>Fort Mill, SC</br>Charlotte, NC | 🔒 | Sep 30 |\n| **General Motors** | Software Engineer 🛂 | <details><summary>**4 locations**</summary>Milford Charter Twp, MI</br>Austin, TX</br>Mountain View, CA</br>Warren, MI</details> | 🔒 | Sep 30 |\n| **Wolverine Trading** | C++ Software Engineer | Chicago, IL | 🔒 | Sep 26 |\n| **Western Alliance Bancorporation** | Engineer I, AI Business Engineer | Phoenix, AZ | 🔒 | Sep 26 |\n| **Southwest Airlines** | Associate Data Engineer 🇺🇸 | Dallas, TX | 🔒 | Sep 26 |\n| **Southwest Airlines** | Associate Data Engineer 🇺🇸 | Dallas, TX | 🔒 | Sep 26 |\n| **Southwest Airlines** | Associate Software Engineer 🇺🇸 | Dallas, TX | 🔒 | Sep 26 |\n| **Southwest Airlines** | Associate Software Engineer 🇺🇸 | Dallas, TX | 🔒 | Sep 26 |\n| **Southwest Airlines** | Associate Data Scientist 🇺🇸 | Dallas, TX | 🔒 | Sep 26 |\n| **Sierra Nevada Coporation** | Software Engineer 1 - Agile Software Development - Mission Solutions and Technologies | Southern Pines, NC | 🔒 | Sep 26 |\n| **RTX** | Software Engineer 1 | Cedar Rapids, IA | 🔒 | Sep 26 |\n| **RTX** | Systems Security Engineer 1, Systems Security Engineering | Tewksbury, MA | 🔒 | Sep 26 |\n| **RTX** | Front End Developer, Entry Level | Waterbury, CT | 🔒 | Sep 26 |\n| **RELX** | Data Engineer 1, Insurance Industry | Alpharetta, GA | 🔒 | Sep 26 |\n| **Medtronic** | Software Operations Engineer I | Northridge, CA | 🔒 | Sep 26 |\n| **ICF International** | Software Developer – Entry Level - Summer 2026 | Reston, VA | 🔒 | Sep 26 |\n| **Citi** | Junior Data Analyst  | Getzville, NY | 🔒 | Sep 26 |\n| **Applied Materials** | New Grad 2026: Data Scientist | Santa Clara, CA | 🔒 | Sep 26 |\n| **Applied Materials** | Software Engineer New College Grad - Masters Degree | Santa Clara, CA | 🔒 | Sep 26 |\n| **TD** | Full Time Analyst Rotational Program, Software Engineering | New York, NY | 🔒 | Sep 20 |\n| **Nike** | Software Engineer I - Innovation | Beaverton, OR | 🔒 | Sep 20 |\n| **Las Vegas Sands Corp.** | Associate Software Engineer | Dallas, TX | 🔒 | Sep 20 |\n| **CoStar Group** | Associate Software Engineer 🛂 | San Diego, CA | 🔒 | Sep 20 |\n| **Converse** | Associate Software Engineer, Converse Tech | Boston, MA | 🔒 | Sep 20 |\n| **AIG** | New Grad 2026: Technology Analyst | Jersey City, NJ</br>Charlotte, NC | 🔒 | Sep 20 |\n| **AIG** | New Grad 2026: Technology Analyst | Jersey City, NJ</br>Charlotte, NC | 🔒 | Sep 20 |\n| **Veterans United Home Loans** | Associate Software Engineer | Remote, MO | 🔒 | Sep 17 |\n| **Ovative Group** | Analyst, Data & Software Engineering 🇺🇸 | Minneapolis, MN</br>Chicago, IL | 🔒 | Sep 17 |\n| **O'Reilly Auto Parts** | Software Engineer I | Colorado, CO | 🔒 | Sep 17 |\n| **NewsBreak** | New Grad: Software Engineer | Mountain View, CA | 🔒 | Sep 17 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | Sep 17 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | Sep 17 |\n| **Lucid Software** | Software Engineer | Raleigh, NC | 🔒 | Sep 17 |\n| **Lucid Software** | Software Engineer | Salt Lake City, UT | 🔒 | Sep 17 |\n| **Fifth Third** | Quantitative Analyst I | Cincinnati, OH | 🔒 | Sep 17 |\n| **AV** | Software Engineer (Apps) I 🇺🇸 | Melbourne, FL | 🔒 | Sep 17 |\n| **Sigma Computing** | New Grad: Software Engineer 🛂 | San Francisco, CA</br>New York, NY | 🔒 | Sep 16 |\n| **TIAA** | Early Talent Rotational Program: Technology | Charlotte, NC</br>Dallas, TX</br>New York, NY | 🔒 | Sep 15 |\n| **NAVEX** | Associate Software Engineer | Lake Oswego, OR | 🔒 | Sep 15 |\n| **Light & Wonder** | Associate Software Engineer | Reno, NV</br>Las Vegas, NV | 🔒 | Sep 15 |\n| **CoStar Group** | Associate Software Engineer 🛂 | San Diego, CA | 🔒 | Sep 15 |\n| **Capital One** | Product Development Program Associate 🛂 | Plano, TX | 🔒 | Sep 15 |\n| **Capital One** | Technology Development Program Associate 🛂 | Plano, TX</br>Richmond, VA | 🔒 | Sep 15 |\n| **Alphataraxia Management (ATX)** | New Grad: Software Engineer 🛂 | Washington, DC | 🔒 | Sep 15 |\n| **Microsoft** | Software Engineer - CTJ - Poly 🇺🇸 | Reston, VA | 🔒 | Sep 13 |\n| **Microsoft** | Software Engineer, Systems | Redmond, WA | 🔒 | Sep 13 |\n| **Microsoft** | Software Engineer - AI/ML, Multiple Locations | Redmond, WA</br>Multiple Locations | 🔒 | Sep 13 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Sep 13 |\n| **Uber** | Software Engineer I - Container Platform | Sunnyvale, CA | 🔒 | Sep 12 |\n| **Salesforce** | Java Software Engineer AMTS | New York, NY | 🔒 | Sep 12 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Sep 12 |\n| **LPL Financial Holdings** | New Grad 2026: Technology, Software Development | Austin, TX</br>Fort Mill, SC</br>San Diego, CA | 🔒 | Sep 12 |\n| **Booz Allen** | Junior Data Engineer | Arlington, VA | 🔒 | Sep 12 |\n| **BlackEdge Capital** | Quantitative Researcher | Chicago, IL | 🔒 | Sep 12 |\n| **Adobe** | New Grad: Junior Product Manager | San Francisco, CA</br>San Jose, CA | 🔒 | Sep 12 |\n| **RTX Corporation** | Software Engineer I, C/C++ Linux 🇺🇸 | Middletown, RI | 🔒 | Sep 11 |\n| **Symbotic** | New Grad-Hardware Engineer | Burlington, MA | 🔒 | Sep 10 |\n| **Symbotic** | New Grad: Hardware Engineer | Milpitas, CA | 🔒 | Sep 10 |\n| **Jonas Software** | Full Stack Developer | Remote | 🔒 | Sep 10 |\n| **VIAVI** | Early Careers Rotational Program, R&D Engineer (AI) | Minnetonka, MN | 🔒 | Sep 08 |\n| **Verkada** | New Grad 2026: Backend Software Engineer | San Mateo, CA | 🔒 | Sep 08 |\n| **Verkada** | New Grad 2026: Frontend Software Engineer | San Mateo, CA | 🔒 | Sep 08 |\n| **Verkada** | New Grad 2026: Embedded Software Engineer | San Mateo, CA | 🔒 | Sep 08 |\n| **The Cigna Group** | Technology Development Program (TECDP), Infrastructure & Cloud Engineering Track 🇺🇸 | St. Louis, MO</br>Bloomfield, CT</br>Bloomington, MN | 🔒 | Sep 08 |\n| **The Cigna Group** | Technology Development Program (TECDP), Artificial Intelligence 🇺🇸 | <details><summary>**4 locations**</summary>St. Louis, MO</br>Morris Plains, NJ</br>Bloomfield, CT</br>Austin, TX</details> | 🔒 | Sep 08 |\n| **TD** | Quantitative Rotational Program | New York, NY | 🔒 | Sep 08 |\n| **PDI Technologies** | Junior Machine Learning Engineer 🛂 | <details><summary>**4 locations**</summary>Alpharetta, GA</br>Temple, TX</br>Dallas, TX</br>Houston, TX</details> | 🔒 | Sep 08 |\n| **Microsoft** | Software Engineer | Atlanta, GA | 🔒 | Sep 08 |\n| **Microsoft** | Software Engineer I | Atlanta, GA | 🔒 | Sep 08 |\n| **LexisNexis Risk Solutions** | Aspire Tech Graduate Security Engineer I | Raleigh, NC | 🔒 | Sep 08 |\n| **Labcorp** | Associate Software Engineer | Durham, NC | 🔒 | Sep 08 |\n| **KBR** | Software Engineer I 🇺🇸 | Colorado Springs, CO | 🔒 | Sep 08 |\n| **HubSpot** | Software Engineer 🛂 | Cambridge, MA</br>Remote | 🔒 | Sep 08 |\n| **Handshake AI** | Fullstack Engineer I (TypeScript focused) | San Francisco, CA</br>New York, NY | 🔒 | Sep 08 |\n| **Gander** | Founding Engineer | New York, NY</br>Remote | 🔒 | Sep 08 |\n| **Figma** | Product Designer | San Francisco, CA</br>New York, NY | 🔒 | Sep 08 |\n| **Figma** | Data Scientist | San Francisco, CA</br>New York, NY | 🔒 | Sep 08 |\n| **Figma** | Associate Product Manager | San Francisco, CA</br>New York, NY | 🔒 | Sep 08 |\n| **Extra Space Storage** | Associate Software Engineer | Salt Lake City, UT | 🔒 | Sep 08 |\n| **Capital One** | Technology Development Program 🛂 | McLean, VA</br>Richmond, VA</br>Plano, TX | 🔒 | Sep 08 |\n| **CACI** | Entry Level Java and Python Software Engineer | Rome, NY | 🔒 | Sep 08 |\n| **Bumble Inc.** | New Grad 2026: Software Engineer | Austin, TX | 🔒 | Sep 08 |\n| **Boom Supersonic** | New Grad: Software Engineer | Denver, CO | 🔒 | Sep 08 |\n| **Valkyrie Trading** | Junior Quantitative Researcher | Chicago, IL | 🔒 | Sep 05 |\n| **The Travelers Companies** | Software Engineer I, Legal & Compliance | Hartford, CT</br>St Paul, MN | 🔒 | Sep 05 |\n| **The Boeing Company** | Software Engineer, Test & Verification | Kent, WA | 🔒 | Sep 05 |\n| **ICF** | Junior Data Scientist | Reston, VA | 🔒 | Sep 05 |\n| **Hewlett Packard Enterprise** | Software Engineer | Ft. Collins, CO | 🔒 | Sep 05 |\n| **Choice Hotels** | Software Engineer 1 | Scottsdale, AZ | 🔒 | Sep 05 |\n| **CACI** | Fullstack Web Application Software Engineer | Rome, NY | 🔒 | Sep 05 |\n| **Bonterra** | Data Engineer I, Services 🛂 | Remote in USA | 🔒 | Sep 05 |\n| **The Travelers Companies** | Software Engineer I - Salesforce | <details><summary>**4 locations**</summary>Sparks, MD</br>Hartford, CT</br>Atlanta, GA</br>St Paul, MN</details> | 🔒 | Sep 03 |\n| **SpaceX** | Software Engineer | Hawthorne, CA | 🔒 | Sep 03 |\n| **RTX** | 2026 Fulltime - Raytheon Missile Defense Sensors Software Engineer I | Tewksbury, MA | 🔒 | Sep 03 |\n| **RTX** | 2026 Fulltime - Raytheon Missile Defense Sensors Software Engineer I | Burlington, MA | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer, AI/ML | Redmond, WA | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer - Fullstack | Redmond, WA | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer - Fullstack | Multiple Locations, United States | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer - Fullstack | United States | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer, Security | Redmond, WA | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer - Systems | Redmond, WA | 🔒 | Sep 03 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Sep 03 |\n| **Lumen Technologies** | Information Security Engineer I | Remote in USA | 🔒 | Sep 03 |\n| **Lumen Technologies** | Information Security Engineer I | Remote in USA | 🔒 | Sep 03 |\n| **Freeform** | Software Engineer 🇺🇸 | Los Angeles, CA | 🔒 | Sep 03 |\n| **DuBois** | Research Scientist I | Sharonville, OH | 🔒 | Sep 03 |\n| **CVS Health** | Associate Software Development Engineer | Hartford, CT | 🔒 | Sep 03 |\n| **CenturyLink** | Information Security Engineer I | Remote in USA | 🔒 | Sep 03 |\n| **CenturyLink** | Information Security Engineer I | Remote in USA | 🔒 | Sep 03 |\n| **Boeing** | F-22 Pilot Training Entry-Level Software Engineer - Simulation 🇺🇸 | Berkeley, MO | 🔒 | Sep 03 |\n| **Blue Origin** | Software Development Engineer I - Early Career & New Graduate Rotation | Seattle, WA</br>Kent, WA | 🔒 | Sep 03 |\n| **Adobe** | 2026 University Graduate - Finance Data Scientist | SF</br>San Jose, CA | 🔒 | Sep 03 |\n| **2K Games** | Engineering Graduate Program | Novato, CA | 🔒 | Sep 03 |\n| **NVIDIA** | New Grad 2025: GPU Architecture Engineer | Santa Clara, CA</br>Austin, TX</br>Durham, NC | 🔒 | Aug 28 |\n| **NVIDIA** | New Grad 2025: OEM Account Applications Engineer | Santa Clara, CA | 🔒 | Aug 28 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | 🔒 | Aug 28 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Aug 28 |\n| **Together AI** | New Grad: Machine Learning / Research Engineer | San Francisco, CA | 🔒 | Aug 23 |\n| **Together AI** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Aug 23 |\n| **Rockstar Games** | Associate Software Engineer (C++) | Manhattan, NY | 🔒 | Aug 22 |\n| **Nominal** | New Grad 2026: Software Engineer 🇺🇸 | New York, NY</br>Los Angeles, CA</br>Austin, TX | 🔒 | Aug 21 |\n| **Gen** | Software Engineer | Mountain View, CA | 🔒 | Aug 21 |\n| **Zoom** | Software Engineer | Remote | 🔒 | Aug 17 |\n| **SoFi** | New Grad: Fullstack Software Engineer, Home Loans 🇺🇸 | Seattle, WA</br>Helena, MT | 🔒 | Aug 17 |\n| **GlobalFoundries** | Manufacturing Software Engineer, Test Program Applications & Automation | Essex Junction, VT | 🔒 | Aug 17 |\n| **Disney** | Associate Data Analyst | Burbank, CA | 🔒 | Aug 17 |\n| **Robin** | Associate Software Engineer (AI-Native) | Boston, MA | 🔒 | Aug 16 |\n| **Chime** | New Grad: Product Security Engineer | San Francisco, CA | 🔒 | Aug 16 |\n| **XPENG** | Autonomous Driving Center Full-Time Position | Santa Clara, CA</br>San Diego, CA | 🔒 | Aug 14 |\n| **KeyBank** | Analytics and Quantitative Modeling Rotational Analyst Program 🛂 | Cleveland, OH | 🔒 | Aug 14 |\n| **Uber** | New Grad 2025: Software Engineer I | San Francisco, CA | 🔒 | Aug 13 |\n| **U.S. Venture** | Data Analyst I 🛂 | Green Bay, WI | 🔒 | Aug 13 |\n| **TripAdvisor** | Software Engineer I - Backend Focus - Viator | London, UK</br>Oxford, UK | 🔒 | Aug 13 |\n| **The Travelers Companies** | Software Engineer I - AWS | Baltimore, MD | 🔒 | Aug 13 |\n| **The Home Depot** | Associate Data Scientist - MET 🛂 | Atlanta, GA | 🔒 | Aug 13 |\n| **SS&C** | Junior AI-Assisted Software Engineer | Union, NJ | 🔒 | Aug 13 |\n| **SS&C** | Junior AI-Assisted Software Engineer | South Orange, NJ | 🔒 | Aug 13 |\n| **Solar Turbines** | Entry Level Controls & Software Test Engineer 🛂 | San Diego, CA | 🔒 | Aug 13 |\n| **Salesforce** | Software Engineering AMTS - New Grad | <details><summary>**4 locations**</summary>Palo Alto, CA</br>Seattle, WA</br>SF</br>Bellevue, WA</details> | 🔒 | Aug 13 |\n| **RTX** | Cyber/Electronic Warfare Research Engineer I | Columbia, MD | 🔒 | Aug 13 |\n| **Rippling** | New Grad 2025: Software Engineer | New York, NY | 🔒 | Aug 13 |\n| **Radiance Technologies** | Junior Full Stack Software Engineer | Beavercreek, OH | 🔒 | Aug 13 |\n| **NVIDIA** | Research Scientist, Robotics Research | Seattle, WA | 🔒 | Aug 13 |\n| **Moog** | Associate Software Engineer 🇺🇸 | Torrance, CA | 🔒 | Aug 13 |\n| **Microsoft** | Software Engineer | Atlanta, GA | 🔒 | Aug 13 |\n| **Microsoft** | Software Engineer: Microsoft AI Development Acceleration Program, Redmond | Redmond, WA | 🔒 | Aug 13 |\n| **Meta** | Software Engineer | Sunnyvale, CA | 🔒 | Aug 13 |\n| **Maxar** | Forward Deployed Software Engineer I | Herndon, VA | 🔒 | Aug 13 |\n| **HNTB** | Returning New Grad Software Engineer I | Chicago, IL</br>Kansas City, MO</br>Overland Park, KS | 🔒 | Aug 13 |\n| **Geotab** | Software Developer(role says Sr on post but just apply twin) | Toronto</br>Waterloo</br>Oakville | 🔒 | Aug 13 |\n| **Figure** | Embedded Systems Integration Engineer | San Jose, CA | 🔒 | Aug 13 |\n| **DIRECTV** | IT Software Engineer 1 | El Segundo, CA</br>Remote in USA | 🔒 | Aug 13 |\n| **DIRECTV** | IT Software Engineer 1 | Remote in USA | 🔒 | Aug 13 |\n| **CVS Health** | Associate Cloud Architect | Remote, TX | 🔒 | Aug 13 |\n| **Celonis** | Associate Value Engineer (AI-Driven Data Science & Analytics) 🛂 | New York, NY | 🔒 | Aug 13 |\n| **Celonis** | Associate Value Engineer (AI-Driven Data Science & Analytics) - Orbit Program 🛂 | New York, NY | 🔒 | Aug 13 |\n| **Broadcom Limited** | Entry level Mainframe Software Development Engineer | Plano, TX | 🔒 | Aug 13 |\n| **Boeing** | Software and Electrical Systems Simulation Integration Engineer 🛂 | Long Beach, CA | 🔒 | Aug 13 |\n| **BMO** | Software Engineer | Chicago, IL | 🔒 | Aug 13 |\n| **BlackEdge Capital** | New Grad 2026: Quantitative Developer | Chicago, IL | 🔒 | Aug 13 |\n| **Barclays** | Quantitative Analytics Associate Graduate Program | Manhattan, NY | 🔒 | Aug 13 |\n| **Anduril Industries** | Early Career Software Engineer 🛂 | Costa Mesa, CA | 🔒 | Aug 13 |\n| **Anduril** | Early Career Software Engineer | Seattle, WA | 🔒 | Aug 13 |\n| **Anduril** | Early Career Software Engineer | Atlanta, GA | 🔒 | Aug 13 |\n| **Analytical Mechanics Associates** | AI/ML Research Associate 🇺🇸 | Hampton, VA</br>Remote | 🔒 | Aug 13 |\n| **UnitedHealth Group** | Software Engineer - Python, ETL, SQL | Remote | 🔒 | Aug 07 |\n| **UnitedHealth Group** | Software Engineer - Python, ETL, SQL | Remote | 🔒 | Aug 07 |\n| **Twilio** | Machine Learning & Data Engineer | Remote | 🔒 | Aug 07 |\n| **The Boeing Company** | Associate Software Engineer 🛂 | Daytona Beach, FL | 🔒 | Aug 07 |\n| **Ping Identity** | Software Engineer I | Denver, CO | 🔒 | Aug 07 |\n| **Oracle** | Undergrad Software Engineer | Seattle, WA | 🔒 | Aug 07 |\n| **Niantic** | Software Engineer, Client | San Francisco, CA | 🔒 | Aug 07 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | Aug 07 |\n| **Lumafield** | Embedded Software Engineer | Boston, MA</br>Everett, MA | 🔒 | Aug 07 |\n| **Cook Systems** | Software Developer | Nashville, TN | 🔒 | Aug 07 |\n| **Autodesk** | New Grad 2025: Software Engineer | San Francisco, CA | 🔒 | Aug 07 |\n| **Adobe** | Software Development Engineer | Lehi, UT | 🔒 | Aug 07 |\n| **Reddit** | New Grad: Software Engineer | San Francisco, CA</br>Chicago, IL</br>Los Angeles, CA | 🔒 | Aug 05 |\n| **T-Mobile** | Associate Product Manager | Bellevue, WA | 🔒 | Jul 30 |\n| **Salesforce** | Product Security Engineer | San Francisco, CA</br>Seattle, WA</br>Bellevue, WA | 🔒 | Jul 30 |\n| **Microsoft** | Software Engineer I | Multiple Locations, United States | 🔒 | Jul 30 |\n| **Microsoft** | Software Engineer - Azure Data | Redmond, WA | 🔒 | Jul 30 |\n| **Microsoft** | Hardware Engineer | Redmond, WA | 🔒 | Jul 30 |\n| **BlackEdge Capital** | Quantitative Trader | Chicago, IL | 🔒 | Jul 30 |\n| **Salesforce** | Associate Product Manager | San Francisco, CA | 🔒 | Jul 25 |\n| **Arcade** | Associate Product Manager | Presidio, CA | 🔒 | Jul 25 |\n| **Spotify** | Associate Machine Learning Engineer | New York, NY | 🔒 | Jul 24 |\n| **Phonely** | Software Engineer (Early Career) | San Francisco, CA | 🔒 | Jul 24 |\n| **NVIDIA** | New Grad 2025: Verification Engineer, CPU | Westford, MA | 🔒 | Jul 24 |\n| **NVIDIA** | New Grad 2025: VLSI CAD Engineer, ECO Tools | Santa Clara, CA</br>Austin, TX | 🔒 | Jul 24 |\n| **Neuralink** | Software Engineer, Next Gen | Fremont, CA | 🔒 | Jul 24 |\n| **Microsoft** | Firmware Engineer | Redmond, WA | 🔒 | Jul 24 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | 🔒 | Jul 24 |\n| **Microsoft** | Critical Infrastructure Network Engineer | Atlanta, GA | 🔒 | Jul 24 |\n| **Castleton Commodities International** | Commodities Trading Rotational Analyst Program | Houston, TX</br>Stamford, CT | 🔒 | Jul 24 |\n| **xAI** | AI Researcher & Engineer - Multimodal (Real-time Video) 🛂 | San Francisco, CA</br>Palo Alto, CA | 🔒 | Jul 20 |\n| **Microsoft** | Site Reliability Engineer 🇺🇸 | Redmond, WA | 🔒 | Jul 20 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | 🔒 | Jul 20 |\n| **Google DeepMind** | Software Engineer, Full Stack - Gemini | Mountain View, CA | 🔒 | Jul 20 |\n| **Benchling** | Software Engineer, Full Stack (Lab Auto) | Boston, MA | 🔒 | Jul 20 |\n| **STR** | Firmware Engineer 🇺🇸 | Dayton, OH | 🔒 | Jul 14 |\n| **Silvus Technologies** | Software Engineer I, SQA 🇺🇸 | Los Angeles, CA | 🔒 | Jul 14 |\n| **Sigma** | New Grad: Software Engineer 🛂 | San Francisco, CA</br>New York City, NY | 🔒 | Jul 14 |\n| **Shield AI** | Software Engineer I, Hardware Test | Dallas, TX | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: ASIC Design Verification Engineer | Austin, TX | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: ASIC Hardware Design Engineer | Austin, TX | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: Systems Software Engineer | Hillsboro, OR | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: Hardware Applications Engineer, Datacenter | Santa Clara, CA | 🔒 | Jul 14 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | 🔒 | Jul 14 |\n| **Palantir** | New Grad 2026: Forward Deployed Software Engineer | New York, NY | 🔒 | Jul 05 |\n| **Palantir** | New Grad 2026: Forward Deployed Software Engineer | Washington, D.C. | 🔒 | Jul 05 |\n| **Palantir** | New Grad 2026: Forward Deployed Software Engineer | New York, NY | 🔒 | Jul 05 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Jul 05 |\n| **Galatea Associates** | Software Engineer Associate 🛂 | <details><summary>**4 locations**</summary>Somerville, MA</br>St. Petersburg, FL</br>Durham, NC</br>London, UK</details> | 🔒 | Jul 05 |\n| **Belvedere Trading** | Machine Learning and Algorithm Developer | Boulder, CO | 🔒 | Jul 05 |\n| **Tesla** | New Grad 2025: Software Engineer | Hawthorne, CA | 🔒 | Jun 30 |\n| **OpenEye** | Software Engineer | Liberty Lake, WA | 🔒 | Jun 30 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Jun 30 |\n| **KLA** | New Grad: Software Engineer | Milpitas, CA | 🔒 | Jun 30 |\n| **USAA** | Software Engineer I | San Antonio, TX | 🔒 | Jun 27 |\n| **RTX** | Software Engineer I (Java) | Fulton, MD | 🔒 | Jun 27 |\n| **OpenEye** | Software Engineer I - OWS | Liberty Lake, WA | 🔒 | Jun 27 |\n| **NVIDIA** | New Grad 2026: ASIC Design Efficiency Engineer | Santa Clara, CA | 🔒 | Jun 27 |\n| **NVIDIA** | New Grad 2025: ASIC Hardware Design Engineer | Austin, TX | 🔒 | Jun 27 |\n| **Cadence** | New Grad: C++ Software Engineer | Boston, MA | 🔒 | Jun 27 |\n| **NVIDIA** | New Grad 2025: GPU Power Architect | Santa Clara, CA | 🔒 | Jun 21 |\n| **Nordstrom** | Engineer 1 | Seattle, WA | 🔒 | Jun 21 |\n| **Nordstrom** | iOS Developer Engineer I | Seattle, WA | 🔒 | Jun 21 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Austin, TX | 🔒 | Jun 17 |\n| **Lucid** | DevOps and Build Infrastructure Engineer | Newark, CA | 🔒 | Jun 17 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Jun 10 |\n| **Apple** | Software Engineer - Full Stack | San Diego, CA | 🔒 | Jun 10 |\n| **TransMarket Group** | Python Developer / Data Engineer | Chicago, IL | 🔒 | Jun 07 |\n| **Tenstorrent** | Software Developer, Metal Runtime | Santa Clara, CA | 🔒 | Jun 07 |\n| **Relativity Space** | Software Engineer I - Factory Platform | Long Beach, CA | 🔒 | Jun 07 |\n| **Radiant** | New Grad: Software Engineer | El Segundo, CA | 🔒 | Jun 07 |\n| **NVIDIA** | New Grad 2025: Hardware Validation Engineer | Santa Clara, CA | 🔒 | Jun 07 |\n| **NVIDIA** | New Grad 2025: Systems Software Engineer | Hillsboro, OR | 🔒 | Jun 07 |\n| **Disney** | Software Engineer I\t | <details><summary>**5 locations**</summary>San Francisco, CA</br>Santa Monica, CA</br>Glendale, CA</br>New York, NY</br>Seattle, WA</details> | 🔒 | Jun 07 |\n| **Truist** | Software Engineer I | Atlanta, GA | 🔒 | Jun 06 |\n| **RTX** | Software Engineer I (Java) | Fulton, MD | 🔒 | Jun 06 |\n| **Google DeepMind** | Full Stack Software Engineer | Cambridge, MA</br>Mountain View, CA</br>New York, NY | 🔒 | Jun 06 |\n| **Cox Automotive** | Software Engineer I | Carmel, IN | 🔒 | Jun 06 |\n| **Amentum** | Software Developer | Dahlgren, VA | 🔒 | Jun 06 |\n| **Sigma** | New Grad: Software Engineer | San Francisco, CA</br>New York City, NY | 🔒 | Jun 02 |\n| **PlayStation** | Software Engineer I - Application Framework | San Mateo, CA | 🔒 | Jun 01 |\n| **Vertex Inc** | New Grad 2025: Software Developer | Remote</br>US | 🔒 | May 31 |\n| **Microsoft** | Software Engineer | Redmond, WA | 🔒 | May 31 |\n| **Disney** | Software Engineer I | Seattle, WA | 🔒 | May 31 |\n| **Disney** | Software Engineer I | <details><summary>**6 locations**</summary>Glendale, CA</br>Seattle, WA</br>San Francisco, CA</br>New York, NY</br>Bristol, CT</br>Santa Monica, CA</details> | 🔒 | May 31 |\n| **RTX** | C/C++ and Java Software Development Engineer I | Portsmouth, RI | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: System Design Engineer | Santa Clara, CA | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Deep Learning Architect, Masters/PhD | Durham, NC</br>Santa Clara, CA | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Power Architecture and Optimization Engineer | Santa Clara, CA</br>Austin, TX | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Software Engineer, Generative-AI | Santa Clara, CA | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Machine Learning Software Engineer | Santa Clara, CA | 🔒 | May 30 |\n| **Nium** | Software Development Engineer I | San Francisco, CA | 🔒 | May 30 |\n| **Cox Automotive** | Software Engineer I | Atlanta, GA | 🔒 | May 30 |\n| **Cadence** | Software Engineer I | San Jose, CA | 🔒 | May 30 |\n| **BlueYonder** | Software Engineer I | Dallas, TX | 🔒 | May 30 |\n| **Truveta** | Software Engineer - Data Processing | Seattle, WA | 🔒 | May 29 |\n| **Truveta** | Software Engineer - Fullstack | Seattle, WA | 🔒 | May 29 |\n| **Aquatic Capital Management** | Research Engineer | Chicago, IL</br>New York, NY | 🔒 | May 28 |\n| **Five Rings** | New Grad 2025: Quantitative Trader | Boca Raton, FL | 🔒 | May 25 |\n| **BainCapital** | New Grad 2026: Tech Opps Analyst | Boston, MA | 🔒 | May 25 |\n| **Twilio** | New Grad: Software Engineer | Remote</br>US | 🔒 | May 23 |\n| **Remitly** | Software Development Engineer I | Seattle, WA | 🔒 | May 23 |\n| **Perforce** | Associate Software Engineer | Minneapolis, MN | 🔒 | May 23 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Santa Clara, CA | 🔒 | May 23 |\n| **NVIDIA** | New Grad 2025: ASIC Floorplan Design Engineer | Santa Clara, CA | 🔒 | May 23 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | May 23 |\n| **Microsoft** | Software Engineer | Multiple Locations | 🔒 | May 23 |\n| **Lucid** | Software Engineer, Linux System Software | Seattle, WA | 🔒 | May 23 |\n| **Horace Mann** | Software Engineer I | Springfield, IL</br>Addison, TX</br>Remote | 🔒 | May 23 |\n| **Fifth Third Bank** | Data Engineer I - Finance IT | Cincinnati, OH | 🔒 | May 23 |\n| **Cox Automotive** | Software Engineer I | Austin, TX | 🔒 | May 23 |\n| **Cloudflare** | Software Engineer, Network Protocols | Austin, TX | 🔒 | May 23 |\n| **Boston Dynamics** | Software Engineer | Waltham, MA | 🔒 | May 23 |\n| **Truist** | Testing Software Engineer I | Charlotte, NC | 🔒 | May 17 |\n| **FurtherAI** | New Grad: Software/AI Engineer | San Francisco, CA | 🔒 | May 17 |\n| **Cloudflare** | Access Software Engineer | Austin, TX | 🔒 | May 17 |\n| **CACI** | Software Engineer 1 | Annapolis Junction, MD | 🔒 | May 17 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Durham, NC</br>Madison, AL | 🔒 | May 15 |\n| **Mixpanel** | Software Engineer, Fullstack | San Francisco, CA | 🔒 | May 15 |\n| **Meta** | Software Engineer, Systems ML | Bellevue, WA</br>Menlo Park, CA</br>New York, NY | 🔒 | May 15 |\n| **Comcast** | Software Development & Engineer 1 | Philadelphia, PA | 🔒 | May 15 |\n| **Affirm** | Machine Learning Engineer I | Remote</br>US | 🔒 | May 15 |\n| **Yahoo** | Big Data Tools Engineer | United States | 🔒 | May 03 |\n| **Snap Inc** | Embedded Software Engineer | San Diego, CA</br>Los Angeles, CA | 🔒 | May 03 |\n| **NVIDIA** | New Grad 2025: VLSI Physical Design Engineer | Westford, MA | 🔒 | May 03 |\n| **NVIDIA** | New Grad 2025: Design Engineer, Coherent High Speed Interconnect | Santa Clara, CA</br>Westford, MA | 🔒 | May 03 |\n| **NVIDIA** | New Grad 2025: Software Development Engineer in Test, Graphics | <details><summary>**5 locations**</summary>Austin, TX</br>Santa Clara, CA</br>Redmond, WA</br>Remote</br>US</details> | 🔒 | May 03 |\n| **Leidos** | Entry Level Software Developer | Fort Sill, OK</br>Lawton, OK | 🔒 | May 03 |\n| **Disney** | Associate Software Engineer | Seattle, WA</br>Burbank, CA</br>Orlando, FL | 🔒 | May 03 |\n| **Boeing** | Entry Level Embedded Software Engineer | Berkeley, MO | 🔒 | May 03 |\n| **Applied Intuition** | New Grad: Software Engineer | Mountain View, CA | 🔒 | May 03 |\n| **Adobe** | New Grad 2025: Software Engineer | New York, NY | 🔒 | May 03 |\n| **1Password** | Junior Developer | Remote</br>US | 🔒 | May 03 |\n| **AppLovin** | New Grad: Backend Infrastructure Engineer | Palo Alto, CA | 🔒 | Apr 26 |\n| **Medela** | Associate Software Development Engineer | McHenry, IL | 🔒 | Apr 14 |\n| **Early Warning** | Software Engineer | Scottsdale, AZ | 🔒 | Apr 14 |\n| **Twitch** | Software Engineer | San Francisco, CA | 🔒 | Apr 12 |\n| **Playstation** | Software Engineer I | San Diego, CA | 🔒 | Apr 12 |\n| **NVIDIA** | New Grad 2025: SRAM Circuit Design Engineer | Santa Clara, CA | 🔒 | Apr 12 |\n| **NVIDIA** | New Grad 2025: SRAM CAD Engineer | Santa Clara, CA | 🔒 | Apr 12 |\n| **Crowdstrike** | Application Security Engineer I - Product Security | Remote</br>US | 🔒 | Apr 12 |\n| **Apollo** | Full Stack Engineer | El Segundo, California | 🔒 | Apr 12 |\n| **Palantir** | Forward Deployed Software Engineer - Build to Apply | New York, NY | 🔒 | Apr 11 |\n| **Palantir** | Deployment Strategist - Build to Apply | New York, NY | 🔒 | Apr 11 |\n| **Synchrony** | Android Engineer I – Digital Servicing | <details><summary>**12 locations**</summary>Newport Beach, CA</br>Stamford, CT</br>Dallas, TX</br>Chicago, IL</br>Altamonte Springs, FL</br>Charlotte, NC</br>Alpharetta, GA</br>Rapid City, SD</br>New York, NY</br>Kansas City, KS</br>St Paul, MN</br>Cincinnati, OH</details> | 🔒 | Apr 10 |\n| **RTX** | Software Engineer I | Tucson, AZ | 🔒 | Apr 10 |\n| **Amentum** | Entry Level Software Engineer | Fredericksburg, VA | 🔒 | Apr 10 |\n| **Amentum** | Entry Level Software Engineer | Dahlgren, VA | 🔒 | Apr 10 |\n| **Nordstrom** | Developer Tools Support Engineer 1 | Seattle, WA | 🔒 | Apr 08 |\n| **Twitch** | Software Development Engineer - Safety ML | San Francisco, CA | 🔒 | Apr 05 |\n| **NVIDIA** | New Grad 2025: Deep Learning Computer Architect | Santa Clara, CA | 🔒 | Apr 05 |\n| **Microsoft** | Software Engineer, Fullstack | Charlotte, NC | 🔒 | Apr 05 |\n| **Layup Parts** | New Grad: Software Engineer | Huntington Beach, CA | 🔒 | Apr 05 |\n| **Corgi - YC** | Junior Full Stack Engineer | San Francisco, CA | 🔒 | Apr 05 |\n| **Corgi - YC** | SDE I Engineer | San Francisco, CA | 🔒 | Apr 05 |\n| **Blue Origin** | New Grad 2025: Software Development Engineer I | <details><summary>**6 locations**</summary>Seattle, WA</br>Van Horn, TX</br>Huntsville, AL</br>Denver, CO</br>Space Coast, FL</br>Los Angeles, CA</details> | 🔒 | Apr 05 |\n| **Bloomberg** | Software Engineer, Associate | Arlington, VA | 🔒 | Apr 05 |\n| **Red Hat** | Software Quality Engineer | Raleigh, NC | 🔒 | Mar 31 |\n| **Netflix** | Software Engineer, Cloud Security | Remote</br>US | 🔒 | Mar 31 |\n\n<!-- Please leave a one line gap between this and the table TABLE_END (DO NOT CHANGE THIS LINE) -->\n[⬆️ Back to Top ⬆️](https://github.com/cvrve/New-Grad#the-list-)\n\n## We love our contributors ❤️❤️\n\nContribute by submitting an [issue](https://github.com/cvrve/New-Grad/new/choose)!\n\n<a href=\"https://github.com/cvrve/New-Grad/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=cvrve/New-Grad\" />\n</a>\n"
  },
  {
    "path": "archived/2025/Canada.md",
    "content": "# Canadian New Grad Positions by V \n\nUse this repo to share and keep track of entry-level software, tech, CS, PM, quant jobs for 2024 & 2025 new graduates.\n\nThe list is maintained collaboratively by [WeCracked](https://wecracked.com/) and [Resumes.fyi](https://resumes.fyi/)!\n\n:warning: Please note that this page is exclusively for roles in Canada, or Remote positions :earth_americas:\n\n🙏 **Contribute by submitting an [issue](https://github.com/cvrve/New-Grad/issues/new/choose)! See the contribution guidelines [here](./CONTRIBUTING.md)!** 🙏\n\nThis repo is inspired by [Pitt CSC & Simplify Repo](https://github.com/SimplifyJobs/New-Grad-2025).\n\n---\n\n<div align=\"center\">\n\t<h3 >Want notifications when new roles open? </h3>\n\t<p>\n\t\tJoin the ⬇️ <strong> discord <strong/> ⬇️ and get your applications in right when they open!\n\t\t<a href=\"https://redirect.cvrve.me/discord\">\n\t\t\t<b style=\"color: #0073e6; font-size: 1.2em;\"></b>\n\t\t\t\t<br style=\"color: #0073e6; font-size: 1.2em;\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https://redirect.cvrve.me/discord\">\n          <img src=\"https://i.imgur.com/iB9IFtQ.png\" width=\"450\" alt=\"cvrve\">\n        </a>\n\t\t\t</div>\n\t\t</a>\n\t\t<sub><i>Join the Discord to connect with fellow peers and streamline your newgrad search.</i></sub>\n\t</p>\n</div>\n\n---\n\n## The List 🚴🏔\n\n - 🛂 - Does NOT offer Sponsorship\n - 🇨🇦 - Requires Canadian Citizenship\n - 🔒 - Job application is closed\n\n[⬇️ Jump to bottom ⬇️](https://github.com/cvrve/New-Grad#we-love-our-contributors-%EF%B8%8F%EF%B8%8F)\n<!-- Please leave a one line gap between this and the table TABLE_START (DO NOT CHANGE THIS LINE) -->\n\n| Company | Role | Location | Application/Link | Date Posted |\n| --- | --- | --- | :---: | :---: |\n| **Nokia** | Jr. Applied R&D Engineer | Canada | <a href=\"https://fa-evmr-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/20842?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Mastercard** | Software Engineer I | Vancouver, Canada | <a href=\"https://careers.mastercard.com/us/en/job/MASRUSR245943EXTERNALENUS/Software-Engineer-I-SDET-Java?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Google** | Relations Developer, Cloud and Generative AI | <details><summary>**7 locations**</summary>Seattle, WA</br>Cambridge, MA</br>Kirkland, WA</br>New York, NY</br>San Francisco, CA</br>Sunnyvale, CA</br>Toronto, Canada</details> | <a href=\"https://www.google.com/about/careers/applications/jobs/results/92218003445162694-relations-developer-cloud-and-generative-ai?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Electronic Arts** | Gameplay Software Engineer | Vancouver, Canada | <a href=\"https://jobs.ea.com/en_US/careers/JobDetail/Gameplay-Software-Engineer/208511?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Tower Research Capital** | New Grad: C++ Software Engineer, MTL | Montreal, Canada | <a href=\"https://tower-research.com/open-positions/?gh_jid=6855851&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **Oracle** | Software Developer | Remote</br>Canada | <a href=\"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/287106?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 19 |\n| **Oracle** | Software Developer - Rotational Program - NetSuite | Kitchiner, Canada | <a href=\"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/264377?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 19 |\n| **Applied Systems** | Software Engineer | Toronto, Canada | <a href=\"https://canada-appliedsystems.icims.com/jobs/6506/software-engineer/job?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Amazon** | New Grad 2025: Software Development Engineer I | Vancouver, BC</br>Toronto, Canada | <a href=\"https://amazon.jobs/en/jobs/2855790/software-development-engineer-i-2025-computer-science?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Secoda** | New Grad Software Engineer | Toronto, Canada | <a href=\"https://jobs.ashbyhq.com/secoda/ad9807e9-a9d3-4247-99d7-37f68995ecd3?utm_source=cvrve&ref=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Wanderlog - YC** | New Grad: Full-Stack Software Engineer | Remote</br>Canada | <a href=\"https://www.workatastartup.com/jobs/73200?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Qualcomm** | Machine Learning Framework, Compiler & Performance Engineer | Markham, Canada | <a href=\"https://careers.qualcomm.com/careers/job/446702948668?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **IBM** | Software Engineer | Markham, Canada | <a href=\"https://ibmglobal.avature.net/en_US/careers/JobDetail?jobId=9530&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Amazon** | System Development Engineer, AWS Security | Toronto, Canada | <a href=\"https://www.amazon.jobs/en/jobs/2902980/system-development-engineer-aws-security-software-engineering-aws-security-operations-centre-soc?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Qualcomm** | DSP Systems Engineer | Markham, Canada | <a href=\"https://careers.qualcomm.com/careers/job/446703752679?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Linamar Corporation** | Jr. Security Engineer | Guelph, Canada | <a href=\"https://fa-epmd-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_3001/job/10441?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Canadalife** | Software Developer | London, Canada</br>Winnipeg, MB</br>Toronto, ON | <a href=\"https://jobs.canadalife.com/job/London-Software-Developer-ON/1168113501/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Coalition** | Software Engineer, Servicing | Canada</br>United States | <a href=\"https://www.coalitioninc.com/job-posting?id=4516340005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **ExxonMobil** | New Grad: Software Developer | Calgary, Canada | <a href=\"https://jobs.exxonmobil.com/ExxonMobil/job/Calgary-Software-Developer-New-Grad-AB/1243481200?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Quora** | New Grad 2025: Machine Learning Engineer | Remote</br>US</br>Canada | <a href=\"https://jobs.ashbyhq.com/quora/ddff2781-86fa-4b9a-b18b-891ea775b105?utm_source=Cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 24 |\n| **Amazon** | New Grad 2025: Front-End Engineer | Vancouver, Canada | <a href=\"https://www.amazon.jobs/en/jobs/2825619/front-end-engineer-2025-can?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 11 |\n| **Uber** | New Grad 2024: Software Engineer I, TOR | Toronto, Canada | <a href=\"https://university-uber.icims.com/jobs/136135?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 05 |\n| **Ciena** | Software Performance Engineer | Ottawa, Canada | <a href=\"https://careers.ciena.com/us/en/job/CIENUSR025517ENUS/Software-Performance-Engineer-Photonic-Product-Assurance-Team?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 18 |\n| **Capital One** | New Grad: Software Engineer | Toronto, Canada | <a href=\"https://capitalone.wd1.myworkdayjobs.com/en-US/Capital_One/job/Associate--Software-Engineer---New-Grad--OR049152-_R195487?redirect=%252FCapital_One%252Fjob%252FToronto-ON%252FAssociate--Software-Engineer---New-Grad--OR049152-_R195487%252F&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 31 |\n| **Konrad** | New Grad: Software Developer | Vancouver, Canada | <a href=\"https://www.konrad.com/careers/job/5893276003?gh_jid=5893276003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 06 |\n| **Warp** | Software Engineer | Remote US & Canada | <a href=\"https://boards.greenhouse.io/warp/jobs/4324888004?gh_src=a2e958824us&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 10 |\n| **TD Bank** | Software Engineer I | Toronto, Canada | 🔒 | May 23 |\n| **Cloudflare** | Software Engineer, Experiment and Data Capture | <details><summary>**5 locations**</summary>Austin, TX</br>Atlanta, GA</br>Denver, CO</br>Washington D.C., DC</br>Toronto, Canada</details> | 🔒 | May 23 |\n| **Affirm** | Machine Learning Engineer | Remote</br>Canada | 🔒 | May 19 |\n| **Marqeta** | Software Engineer I, Transaction Engine Foundation | Toronto, Canada</br>Vancouver, Canada | 🔒 | May 17 |\n| **Marqeta** | Software Engineer I, Core Edge Processing | Toronto, Canada</br>Vancouver, Canada | 🔒 | May 17 |\n| **Canonical** | Graduate Software Engineer, Open Source and Linux, Canonical Ubuntu | Remote</br>Toronto, Canada | 🔒 | Apr 19 |\n| **Intact** | New Grad Tech Development Program | Montreal, Canada</br>Toronto, Canada | 🔒 | Feb 05 |\n| **Crowdstrike** | New Grad 2025: Machine Learning Software Engineer | Remote</br>US</br>Canada | 🔒 | Jan 29 |\n| **Capital One** | New Grad: Associate Software Engineer | Toronto, Canada | 🔒 | Jan 16 |\n| **Intel** | Junior Compiler Engineer | Toronto, Canada | 🔒 | Dec 22 |\n| **IBM** | Software Developer | Markham, Canada | 🔒 | Dec 22 |\n| **Vertex** | New Grad 2025: Software Developer | Remote</br>US</br>Canada | 🔒 | Dec 15 |\n| **Capital One** | New Grad 2025: Associate Data Scientist | Toronto, Canada | 🔒 | Dec 13 |\n| **Johnson Controls** | Junior Embedded Software Developer | Ontario, Canada | 🔒 | Dec 11 |\n| **Yelp** | Entry Level Software Engineer | <details><summary>**5 locations**</summary>Montreal</br>Vancouver</br>Calgary</br>Toronto</br>Canada</details> | 🔒 | Nov 26 |\n| **Capital One** | New Grad: Associate Software Engineer | Toronto, Canada | 🔒 | Nov 26 |\n| **Crowdstrike** | Software Engineer, Linux | Remote</br>US</br>Canada | 🔒 | Nov 19 |\n| **Ciena** | New Grad: Routing/IP Software Engineer | Ottawa, Canada | 🔒 | Nov 19 |\n| **Samsara** | New Grad: Software Engineer | Remote</br>Canada | 🔒 | Oct 22 |\n| **Amazon** | Software Dev Engineer I, Redshift | Vancouver, Canada</br>Toronto, Canada | 🔒 | Oct 15 |\n| **Robinhood** | Software Development Engineer in Test | Toronto, Canada | 🔒 | Oct 14 |\n| **Epic Games** | Desktop Platform Programmer | Montréal, Canada | 🔒 | Oct 14 |\n| **Quora** | New Grad: Data Scientist, Monetization | Remote</br>US</br>Canada | 🔒 | Oct 03 |\n| **Tailscale** | Backend Engineer | Remote</br>Canada | 🔒 | Oct 02 |\n| **Coalition** | Software Engineer, Renewals | Canada | 🔒 | Oct 02 |\n| **Coalition** | Software Engineer | Canada | 🔒 | Oct 02 |\n| **Coalition** | Software Engineer, Renewals | Canada | 🔒 | Oct 02 |\n| **Canonical** | Web Frontend Engineer | Vancouver, Canada | 🔒 | Sep 27 |\n| **Trend Micro** | Software Developer | Ottawa, Canada | 🔒 | Sep 18 |\n| **Mastercard** | Data Scientist I | Vancouver, Canada | 🔒 | Sep 13 |\n| **Waabi** | New Grad: Software Engineer | Remote</br>Canada | 🔒 | Sep 12 |\n| **Github** | New Grad: Software Engineer | Remote, Canada | 🔒 | Sep 12 |\n| **Clio** | New Grad: Software Developer | Toronto</br>Calgary</br>Vancouver, Canada | 🔒 | Sep 11 |\n| **Balyasny Asset Management** | New Grad: Commodities Quantitative Analyst | Calgary, Canada | 🔒 | Sep 11 |\n| **Bell** | New Grad 2025: Cyber Security Engineer | <details><summary>**5 locations**</summary>Halifax, Canada</br>Ottawa, Canada</br>Montreal, Canada</br>Toronto, Canada</br>Bedford, Canada</details> | 🔒 | Sep 03 |\n| **Replicant** | New Grad: Software Engineer I | Canada | 🔒 | Sep 01 |\n| **Autodesk** | New Grad: Software Development Engineer | Toronto, Canada | 🔒 | Sep 01 |\n| **Intelliware** | New Grad: Junior Software Developer | Toronto, Canada | 🔒 | Aug 21 |\n| **Canonical** | New Grad: Software Engineer | Vancouver, Canada | 🔒 | Aug 20 |\n| **Sentry** | New Grad 2025: Software Engineer 🛂 | Toronto, Canada | 🔒 | Aug 06 |\n| **Jerry** | Software Engineer I - Toronto | Toronto, ON, Canada | 🔒 | Jul 05 |\n\n<!-- Please leave a one line gap between this and the table TABLE_END (DO NOT CHANGE THIS LINE) -->\n[⬆️ Back to Top ⬆️](https://github.com/cvrve/New-Grad#the-list-)\n\n## We love our contributors ❤️❤️\n\nContribute by submitting an [issue](https://github.com/cvrve/New-Grad/new/choose)!\n\n<a href=\"https://github.com/cvrve/New-Grad/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=cvrve/New-Grad\" />\n</a>\n"
  },
  {
    "path": "archived/2025/README.md",
    "content": "# New Grad Positions by V\nUse this repo to share and keep track of entry-level software, tech, CS, PM, quant jobs for 2024 & 2025 new graduates.\n\nThe list is maintained collaboratively by [WeCracked](https://wecracked.com/), and [Resumes.fyi](https://resumes.fyi/)!\n\n\n:warning: Please note that this repository is exclusively for roles in the United States, Canada, or Remote positions :earth_americas:\n\n🙏 **Contribute by submitting an [issue](https://github.com/cvrve/New-Grad/issues/new/choose)! See the contribution guidelines [here](./CONTRIBUTING.md)!** 🙏\n\nThis repo is inspired by [Pitt CSC & Simplify Repo](https://github.com/SimplifyJobs/New-Grad-2025).\n\n---\n\n<div align=\"center\">\n\t<h3 >Want notifications when new roles open? </h3>\n\t<p>\n\t\tJoin the ⬇️ <strong> discord <strong/> ⬇️ and get your applications in right when they open!\n\t\t<a href=\"https://redirect.cvrve.me/discord\">\n\t\t\t<b style=\"color: #0073e6; font-size: 1.2em;\"></b>\n\t\t\t\t<br style=\"color: #0073e6; font-size: 1.2em;\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https://redirect.cvrve.me/discord\">\n          <img src=\"https://i.imgur.com/iB9IFtQ.png\" width=\"450\" alt=\"cvrve\">\n        </a>\n\t\t\t</div>\n\t\t</a>\n\t\t<sub><i>Join the Discord to connect with fellow peers and streamline your newgrad search.</i></sub>\n\t</p>\n</div>\n\n---\n\n## The List 🚴🏔\n\n - 🛂 - Does NOT offer Sponsorship\n - 🇺🇸 - Requires U.S. Citizenship\n - 🔒 - Job application is closed\n\n > For Canadian new-grad roles, check out [Canada-New-Grad](https://github.com/cvrve/New-Grad/blob/dev/Canada.md).\n\n[⬇️ Jump to bottom ⬇️](https://github.com/cvrve/New-Grad#we-love-our-contributors-%EF%B8%8F%EF%B8%8F)\n<!-- Please leave a one line gap between this and the table TABLE_START (DO NOT CHANGE THIS LINE) -->\n\n| Company | Role | Location | Application/Link | Date Posted |\n| --- | --- | --- | :---: | :---: |\n| **xAI** | AI Researcher & Engineer - Multimodal (Real-time Video) 🛂 | San Francisco, CA</br>Palo Alto, CA | <a href=\"https://job-boards.greenhouse.io/xai/jobs/4786668007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Qualcomm Technologies, Inc.** | GPU Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706913920?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Microsoft** | Site Reliability Engineer 🇺🇸 | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1844417/Site-Reliability-Engineer---CTJ---Top-Secret?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1844322/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Google DeepMind** | Software Engineer, Full Stack - Gemini | Mountain View, CA | <a href=\"https://job-boards.greenhouse.io/deepmind/jobs/7086851?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Benchling** | Software Engineer, Full Stack (Lab Auto) | Boston, MA | <a href=\"https://boards.greenhouse.io/embed/job_app?token=7083333&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 20 |\n| **Porter** | Full Stack Engineer | New York, NY | <a href=\"https://www.ycombinator.com/companies/porter/jobs/6QhplSz-full-stack-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 15 |\n| **Optiver** | New Grad 2026: FPGA Engineer | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7973721002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 15 |\n| **Optiver** | New Grad 2026: FPGA Engineer | Chicago, IL | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/8033327002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 15 |\n| **Tesla** | Mobile App Engineer, Service & Roadside Assistance | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/237386?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **STR** | Firmware Engineer 🇺🇸 | Dayton, OH | <a href=\"https://job-boards.greenhouse.io/systemstechnologyresearch/jobs/4584085006?gh_src=s9612n1f6us&utm_source=Indeed&utm_medium=organic&utm_campaign=Indeed&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Silvus Technologies** | Software Engineer I, SQA 🇺🇸 | Los Angeles, CA | <a href=\"https://job-boards.greenhouse.io/silvus/jobs/4772754008?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Sigma** | New Grad: Software Engineer 🛂 | San Francisco, CA</br>New York City, NY | <a href=\"https://job-boards.greenhouse.io/sigmacomputing/jobs/6640194003?utm_source=Simplify&ref=Simplify&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Shield AI** | Software Engineer I, Hardware Test | Dallas, TX | <a href=\"https://jobs.lever.co/shieldai/38178f1e-34c5-481d-9914-c18a2263776f/apply?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Ranger** | Forward-Deployed Test Engineer 🛂 | San Francisco, CA | <a href=\"https://jobs.lever.co/ranger/38ef5184-0c8a-4980-836f-95e23e83ae7d?utm_source=Simplify&ref=Simplify&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Qualcomm Technologies, Inc.** | CPU Software Architecture Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706753287?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Old Mission** | New Grad 2026: Junior Quantitative Trader | Chicago, IL | <a href=\"https://www.oldmissioncapital.com/careers/?gh_jid=6602920003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Old Mission** | New Grad 2026: Junior Software Engineer | Chicago, IL | <a href=\"https://www.oldmissioncapital.com/careers/?gh_jid=6602927003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **NVIDIA** | New Grad 2025: ASIC Design Verification Engineer | Austin, TX | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1998960?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1999992?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Nuro** | New Grad: Software Engineer, Routing | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=7066706&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Microsoft** | Software Engineer | Multiple Locations, United States | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1845958/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Cryptic Vector** | Full Stack Developer 🇺🇸 | Cincinnati, OH | <a href=\"https://recruiting.paylocity.com/recruiting/jobs/Details/3409369/Cryptic-Vector/Full-Stack-Developer?source=Indeed_Feed&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Candid Health** | New Grad: Software Engineer | San Francisco, CA</br>Denver, CO</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/candidhealth/f0e529c1-b8d8-4add-aaef-23b174053b8b?utm_source=Simplify&ref=Simplify&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Candid Health** | New Grad: Forward Deployed Software Engineer | San Francisco, CA</br>Denver, CO</br>New York, NY | <a href=\"https://jobs.ashbyhq.com/candidhealth/8d1922f8-e89d-433e-a21f-b724eabc003b?utm_source=Simplify&ref=Simplify&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **BlackRock** | Analyst | <details><summary>**5 locations**</summary>Atlanta, GA</br>Boston, MA</br>Chicago, IL</br>Miami, FL</br>New York, NY</details> | <a href=\"https://careers.blackrock.com/job/new-york/2026-full-time-analyst-program-amers/45831/83232695408?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 14 |\n| **Apple** | IS&T Early Career Engineering Program Manager Opportunities | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200612409/is-t-early-career-engineering-program-manager-opportunities?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 13 |\n| **Tesla** | Software Engineer, Machine Learning Integration, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/245229?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Quora** | New Grad: Machine Learning Engineer | Remote | <a href=\"https://jobs.ashbyhq.com/quora/e8acc816-a9af-445d-8135-47599ac9be0f?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Qualcomm** | Software Engineer - Hypervisor | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706670731?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | Seattle, WA | <a href=\"https://jobs.lever.co/palantir/4d5a144e-87ea-45e2-a68c-3fad590629af?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/e1a6c138-98bf-45e2-97f7-2c70371cc38a?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/4abf26b4-795c-420a-bf22-1ab98db268b4?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer 🇺🇸 | Washington, DC | <a href=\"https://jobs.lever.co/palantir/18d901fc-93bb-4d18-9f04-c72031e20d79?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer 🇺🇸 | Palo Alto, CA | <a href=\"https://jobs.lever.co/palantir/f362d7aa-360d-4059-ab38-f482742693b3?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer 🇺🇸 | New York, NY | <a href=\"https://jobs.lever.co/palantir/0a838e66-1ab0-4fc4-b4d3-4671c0352278?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/94984771-0704-446c-88c6-91ce748f6d92?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | Seattle, WA | <a href=\"https://jobs.lever.co/palantir/dea9d3d5-75b2-4588-b7bd-585a47b79c8c?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad: Software Engineer | Denver, CO | <a href=\"https://jobs.lever.co/palantir/c34b424e-caf2-455a-b104-ae1096ccca29?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad 2026: Forward Deployed Software Engineer | Washington, D.C. | <a href=\"https://jobs.lever.co/palantir/cbe90327-3e6e-451c-a54c-1d3cbcef5aeb?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad 2026: Forward Deployed Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/d1ac83d0-e923-42a5-8e6d-58dd0cab25ca?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Palantir** | New Grad 2026: Forward Deployed Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/palantir/2e6b0ac8-83e9-4be5-a3aa-cf319f751728?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Optiver** | New Grad 2026: Software Engineer | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7986421002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Optiver** | New Grad 2026: Software Engineer | Chicago, IL | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7986419002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Optiver** | Graduate Quantitative Researcher | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7967601002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **IMC** | Quantitative Researcher | Chicago, IL | <a href=\"https://job-boards.eu.greenhouse.io/imc/jobs/4580753101?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Duolingo** | AI Product Engineer, Math 🛂 | Pittsburgh, PA | <a href=\"https://careers.duolingo.com/jobs/8062269002?gh_jid=8062269002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | New Grad: Quantitative Trader | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/quantitative-trader-university-graduate-us/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | New Grad: Quantitative Research Analyst | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/quantitative-research-analyst-university-graduate-us/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | Software Engineer | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/software-engineer-university-graduate-us/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Bits to Atoms** | Software Engineer 🇺🇸 | Berkeley, CA | <a href=\"https://jobs.bitstoatoms.com/bits-to-atoms/953ef025-ec88-450d-8f8f-2cb38cc8e839?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Belvedere Trading** | Machine Learning and Algorithm Developer | Boulder, CO | <a href=\"https://jobs.lever.co/belvederetrading/5494bf64-56bf-4a5b-b339-03e8af470ffc?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Balyasny Asset Management** | Systematic Equities Quantitative Researcher / Developer | New York, NY | <a href=\"https://bambusdev.my.site.com/s/details?jobReq=Systematic-Equities-Quantitative-Researcher---Developer_REQ6955&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Apple** | Software Engineer, IS&T | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200611794/software-engineer-is-t-early-career?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Apple** | Software Engineer, IS&T | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200611793/software-engineer-is-t-early-career?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Amazon** | Hardware Simulator SDE I, AWS Machine Learning Accelerators, Annapurna Labs | Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/2940695/hardware-simulator-sde-i-aws-machine-learning-accelerators-annapurna-labs?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Twitch** | Software Engineer | San Francisco, CA</br>Seattle, WA</br>New York, NY | <a href=\"https://www.amazon.jobs/en/jobs/3020911/software-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Twitch** | Software Engineer - Creator | <details><summary>**4 locations**</summary>Seattle, WA</br>New York, NY</br>Irvine, CA</br>San Francisco, CA</details> | <a href=\"https://www.amazon.jobs/en/jobs/3019865/software-engineer-creator?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Tesla** | New Grad 2025: Software Engineer | Hawthorne, CA | <a href=\"https://boards.greenhouse.io/embed/job_app?token=8026923002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Tesla** | Software Engineer, Optimus | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/225609?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Tesla** | Technical Artist, UI Design | Hawthorne, CA | <a href=\"https://www.tesla.com/careers/search/job/239333?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Qualtrics** | Software Engineer I, Employee Experience | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/QUALUS6957175EXTERNALENUS/Software-Engineer-I-Employee-Experience?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Qualcomm** | Display SW Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706463987?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **OpenEye** | Software Engineer | Liberty Lake, WA | <a href=\"https://job-boards.greenhouse.io/openeye/jobs/8050484002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1992617?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **HashiCorp** | Backend Engineer - Enterprise Identity | Remote</br>US | <a href=\"https://www.hashicorp.com/en/career/6914251?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **CVS Health** | Associate Software Engineer | Irving, TX | <a href=\"https://jobs.cvshealth.com/us/en/job/CVSCHLUSR0632604EXTERNALENUS/Associate-Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Citi** | Software Engineer | Tampa, FL | <a href=\"https://jobs.citi.com/job/-/-/287/79829803904?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Amazon** | Security Engineer, AppSec Testing Automation and Insights | New York, NY | <a href=\"https://www.amazon.jobs/en/jobs/3012833/security-engineer-appsec-testing-automation-and-insights?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Amazon** | Mission Operations Engineer, Project Kuiper - Mission Operations | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/3013296/mission-operations-engineer-project-kuiper-mission-operations?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 30 |\n| **Visa** | Systems Engineer, Virtualization/Linux Engineering | Highlands Ranch, CO | <a href=\"https://jobs.smartrecruiters.com/Visa/744000066662880-systems-engineer-virtualization-linux-engineering-junior-level-?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **USAA** | Software Engineer I | San Antonio, TX | <a href=\"https://usaa.wd1.myworkdayjobs.com/en-US/USAAJOBSWD/job/San-Antonio-Home-Office-I/Software-Engineer-I_R0110441?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Tesla** | Firmware Engineer, Silicon Development | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/244793?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Roblox** | Software Engineer, Infra Foundation | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6993225?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Qualcomm** | IOT Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706462906?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Qualcomm** | Software Product Application Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706411550?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **OpenEye** | Software Engineer I - OWS | Liberty Lake, WA | <a href=\"https://job-boards.greenhouse.io/openeye/jobs/8028394002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **NVIDIA** | New Grad 2026: ASIC Design Efficiency Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Design-Efficiency-Engineer---New-College-Grad-2026_JR1999430?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Meta** | Software Engineer | Menlo Park, CA | <a href=\"https://www.metacareers.com/jobs/1947521902323717?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Cadence** | New Grad: C++ Software Engineer | Boston, MA | <a href=\"https://cadence.wd1.myworkdayjobs.com/External_Careers/job/HOME-MA/C---Software-Engineer---New-College-Graduate--Boston-_R50667-1?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **Amazon** | System Development Engineer I, Ops Tech Solutions | Santa Clara, CA | <a href=\"https://www.amazon.jobs/en/jobs/3018378/system-development-engineer-i-ops-tech-solutions?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 27 |\n| **NVIDIA** | New Grad 2025: GPU Power Architect | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Datacenter-GPU-Power-Architect---New-College-Grad-2025_JR1995557?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 21 |\n| **Da Vinci** | Graduate C++ Software Engineer | Miami, FL | <a href=\"https://davincitrading.com/job/graduate-c-software-engineer-2/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 21 |\n| **Collective Hub, Inc** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://www.collective.com/careers/6614825003?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 21 |\n| **Strac** | Full Stack Engineer | Seattle, WA</br>Austin, TX | <a href=\"https://wellfound.com/l/2BpbUc?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **Sentry** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/sentry/90fb5dd4-410d-4672-9f40-3f11ea01c75d?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **Qualcomm** | Modem Software and System Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706280712?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **Qualcomm** | Product Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446706280852?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Austin, TX | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1998960?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 17 |\n| **DRS** | Software Engineer I | San Diego, CA | <a href=\"https://careers.leonardodrs.com/job/San-Diego-Software-Engineer-CA-92127/1298209000/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 10 |\n| **Tesla** | Software Engineer, AI Systems Performance Modeling, Dojo | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/244263?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 09 |\n| **Tesla** | Wireless Bluetooth Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/243519?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 09 |\n| **Viasat** | Full Stack Software Engineer, Early Career | Carlsbad, CA</br>Remote | <a href=\"https://careers.viasat.com/jobs/4457?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **TransMarket Group** | Junior Quantitative Trader | Chicago, IL | <a href=\"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749911007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **TransMarket Group** | Python Developer / Data Engineer | Chicago, IL | <a href=\"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749914007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **TransMarket Group** | Junior Algorithmic Trader | Chicago, IL | <a href=\"https://job-boards.greenhouse.io/transmarketgroup/jobs/4749910007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Relativity Space** | Software Engineer I - Factory Platform | Long Beach, CA | <a href=\"https://job-boards.greenhouse.io/relativity/jobs/8029393002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Lyft** | Software Engineer, Rider | New York, NY | <a href=\"https://app.careerpuck.com/job-board/lyft/job/8022809002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Lumafield** | Backend Engineer 🛂 | San Francisco, CA | <a href=\"https://www.lumafield.com/careers/job?id=fb3e17b3-d7fe-47da-85c3-aecda001e2ed&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Lockheed Martin** | AI Platform Engineer | United States | <a href=\"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25037&siteid=5010&PageType=JobDetails&jobid=792011#jobDetails=792011_5010&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 07 |\n| **Truist** | Software Engineer I | Atlanta, GA | <a href=\"https://truist.wd1.myworkdayjobs.com/en-US/Careers/job/Atlanta-GA/Software-Engineer-I---nCino-Developer_R0102738?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **Omnicell** | Software Engineer I | Cranberry Township, PA | <a href=\"https://elrj.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/search/job/4131?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **N1** | Software Engineer (Backend Rust) | New York City | <a href=\"https://jobs.ashbyhq.com/n1/99a78724-a7eb-4801-9e75-cf4465950567?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **N1** | Software Engineer (Full Stack) | New York City | <a href=\"https://jobs.ashbyhq.com/n1/2213cef6-fbcd-42f7-8e0e-c6a23bfc1119?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jun 06 |\n| **Omnicell** | Software Engineer I | Cranberry Township, PA | <a href=\"https://elrj.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/search/job/4261?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 31 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1826495/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 31 |\n| **Uber** | Software Engineer I - Container Platform | Sunnyvale, CA | <a href=\"https://www.uber.com/global/en/careers/list/144046/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Tesla** | Software Engineer, ML Inference Compiler & Deployment, GPU, CPU | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/243628?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **SquareTrade** | Associate Software Engineer | Brisbane, CA | <a href=\"https://jobs.smartrecruiters.com/SquareTrade1/744000045758179-associate-software-engineer?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Spectrum** | Software Engineer I | Englewood, CO | <a href=\"https://jobs.spectrum.com/job/-/-/4673/81850982400?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Pega** | Associate Software Engineer, UX Engineering | Waltham, MA | <a href=\"https://www.pega.com/about/careers/21949/associate-software-engineer-ux-engineering?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Nuro** | New Grad: Software Engineer, Autonomy | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=6932596&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Nium** | Software Development Engineer I | San Francisco, CA | <a href=\"https://jobs.lever.co/nium/882bf808-4205-4fdd-8a2c-96f730d9f77e?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Mandolin** | New Grad: Front-End Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/mandolin/30bae6c7-6739-4cd6-97c4-fdb7662edf3b?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Mandolin** | New Grad: Forward Deployed Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/mandolin/703bd697-dd8f-4a42-8df3-999402605c2f?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **IXL Learning** | New Grad: Software Engineer | Raleigh, NC | <a href=\"https://www.ixl.com/company/careers?gh_jid=8017370002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **IXL Learning** | New Grad: Software Engineer | San Mateo, CA | <a href=\"https://www.ixl.com/company/careers?gh_jid=8017366002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Greenboard (W24)** | New Grad: Software Engineer | New York, NY | <a href=\"https://www.workatastartup.com/jobs/75855?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 30 |\n| **Point72** | Quantitative Developer | New York, NY | <a href=\"https://careers.point72.com/CSJobDetail?jobName=quantitative-developer&jobCode=CSS-0013369&location=New%20York&locale=English&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **DRW** | Research Engineer | New York, NY | <a href=\"https://www.drw.com/work-at-drw/listings/research-engineer-2930985?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **Citadel Securities** | Systematic Options Trader | Miami, FL | <a href=\"https://www.citadelsecurities.com/careers/details/systematic-options-trader/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **Aquatic Capital Management** | Research Engineer | Chicago, IL</br>New York, NY | <a href=\"https://boards.greenhouse.io/embed/job_app?for=aquaticcapitalmanagement&token=7997477002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 28 |\n| **BainCapital** | New Grad 2026: Tech Opps Analyst | Boston, MA | <a href=\"https://baincapital.wd1.myworkdayjobs.com/External_Public/job/Boston/XMLNAME-2026-Analyst--Tech-Opps_REQ_107847?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 25 |\n| **Remitly** | Software Development Engineer I | Seattle, WA | <a href=\"https://remitly.wd5.myworkdayjobs.com/en-US/Remitly_Careers/job/Seattle-Washington-United-States/Software-Development-Engineer-I_R_104015?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualtrics** | Software Development Engineer I, Customer Experience | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/QUALUS6889008EXTERNALENUS/Software-Development-Engineer-I-Customer-Experience-Seattle?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Graphics Software Kernel Mode Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446705709910?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Software Engineer, Gaming AI, PC Compute | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446704371557?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Graphics Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446705739046?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Qualcomm** | Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446705907067?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1997551?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Microsoft** | Software Engineer | Multiple Locations | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1821540/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Microsoft** | Software Engineer | Multiple Locations | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1822239/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **KBR** | Full Stack Software Engineer | Moffett Field, CA | <a href=\"https://bs.com/KBR_Careers/job/Moffett-Field-California/Full-Stack-Software-Engineer_R2106782?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Garmin** | C#/.NET Software Engineer 1 | Cary, NC | <a href=\"https://careers.garmin.com/careers-home/jobs/15924?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Apple** | Cellular Platform Software Engineer, Embedded Analytics | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200605754/cellular-platform-software-engineer-embedded-analytics?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **Adobe** | Software Development Engineer | San Jose, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR155500EXTERNALENUS/Software-Development-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 23 |\n| **FurtherAI** | New Grad: Software/AI Engineer | San Francisco, CA | <a href=\"https://www.ycombinator.com/companies/furtherai/jobs/7GSUCXy-software-ai-engineer-new-grad?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Esri** | C++ Software Engineer I, Maps SDKs | Redlands, CA | <a href=\"https://www.esri.com/careers/4735889007?gh_jid=4735889007&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Doppel** | Software Engineer | San Francisco, CA</br>New York, NY | <a href=\"https://www.doppel.com/jobs?ashby_jid=07905bfc-1c21-465d-a6bb-39ef71744c3d&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Cloudflare** | Access Software Engineer | Austin, TX | <a href=\"https://job-boards.greenhouse.io/cloudflare/jobs/6886051?gh_jid=6886051&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Apple** | Embedded System Software Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200604992/embedded-system-software-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 17 |\n| **Tesla** | Software Engineer, AI Systems Performance Modeling | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/242774?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Tesla** | Software Engineer, Mobile Robotics Control & Perception | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/233715?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Snowflake** | Software Engineer - Traffic | Bellevue, WA | <a href=\"https://careers.snowflake.com/us/en/job/SNCOUSEBC678A52AB04A4EB7946E4E684BA055EXTERNALENUSAA0C5E9173DE47C2B57EF66519942F19/-Software-Engineer-Traffic?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Pylon** | New Grad 2025: Software Engineer | Menlo Park, CA | <a href=\"https://jobs.ashbyhq.com/pylon/6f714dd0-e472-4e70-a749-80493cd29420?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Durham, NC</br>Madison, AL | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1997597?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Nuro** | New Grad: Software Engineer, Autonomy | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=6725455&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Amazon** | Mission Operations Engineer, Project Kuiper | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/2981483/mission-operations-engineer-project-kuiper-mission-operations-ground-software?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 15 |\n| **Yahoo** | Big Data Tools Engineer | United States | <a href=\"https://ouryahoo.wd5.myworkdayjobs.com/en-US/careers/job/United-States-of-America/Big-Data-Tools-Engineer---Software-Dev-Engineer-I_JR0025664?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **TikTok** | Full-stack Engineer, Data Platform | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7275869814408300837?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **SIG** | New Grad: Software Developer | Bala Cynwyd, PA | <a href=\"https://careers.sig.com/job/SUSQA004Y9261?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **NVIDIA** | New Grad 2025: VLSI Physical Design Engineer | Westford, MA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/VLSI-Physical-Design-Engineer---New-College-Grad-2025_JR1997079?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | May 03 |\n| **AppLovin** | New Grad: Backend Infrastructure Engineer | Palo Alto, CA | <a href=\"https://boards.greenhouse.io/embed/job_app?token=4447610006&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 26 |\n| **Thor Solutions** | Software Engineer I | Philadelphia, PA | <a href=\"https://thorsolutionsllc.applytojob.com/apply/C8LIaGu8So/Software-Engineer-I?referrer=20250414192432YMUDC3C4I6XZL15U&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Peraton** | Junior Software Engineer 🇺🇸 | Sterling, VA | <a href=\"https://www.careers.peraton.com/jobs/junior-software-engineer-sterling-virginia-156109-jobs--information-technology--?iis=Job%2BBoard&iisn=Vansh&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **LinkSquares** | Software Engineer | Remote</br>US | <a href=\"https://linksquares.com/careers/open-positions/?gh_jid=4537585005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Bentley** | Software Engineer | Exton, PA | <a href=\"https://jobs.bentley.com/job/Exton-Software-Engineer-PA-19341/1281097600?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **21CS** | Graduate Software Engineer | Morehead City, NC | <a href=\"https://recruiting.ultipro.com/VMS1002VMOO/JobBoard/3dde3e78-a60b-47af-93cf-ef6db6ed312b/OpportunityDetail?opportunityId=fa0772d7-fa49-4ce9-b7ae-de1a0da018eb&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 14 |\n| **Tesla** | Linux Site Reliability Engineer, IT Manufacturing Site Reliability Engineering | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/241276?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Software Engineer, AI Driven Test Automation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/235630?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Frontend Engineer, GenAI Model Evaluation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/frontend-engineer-genai-model-evaluation-226925?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Software Engineer, Metrics, GenAI Model Evaluation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/software-engineer-metrics-genai-model-evaluation-226926?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Tesla** | Software Engineer, Drivers & Control Plane, Dojo | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/240828?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Softheon** | Software Engineer I - Membership | Remote</br>US | <a href=\"https://join.softheon.com/_/j/4AFE55D62D/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Esri** | Backend Java Engineer I - Data Pipelines | Redlands, CA | <a href=\"https://www.esri.com/careers/4700976007?gh_jid=4700976007&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Amperity** | Software Development Engineer I | Seattle, WA | <a href=\"https://amperity.com/careers/6799726?gh_jid=6799726&gh_src=053ff1fc1us&gh_jid=6799726&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Amazon** | Systems Development Engineer, Mechatronics and Sustainable Packaging | Bellevue, WA | <a href=\"https://www.amazon.jobs/en/jobs/2953226/systems-development-engineer-mechatronics-and-sustainable-packaging?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Amazon** | Software Dev Engineer | <details><summary>**8 locations**</summary>Austin, TX</br>New York, NY</br>Seattle, WA</br>Culver City, CA</br>Santa Clara, CA</br>Bellevue, WA</br>Denver, CO</br>Palo Alto, CA</details> | <a href=\"https://www.amazon.jobs/en/jobs/2950609/software-dev-engineer-computer-science?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 12 |\n| **Palantir** | Deployment Strategist - Build to Apply | New York, NY | <a href=\"https://jobs.lever.co/palantir/4d35c1a0-bbb7-4e97-b989-3a294c8be078?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 11 |\n| **Palantir** | Forward Deployed Software Engineer - Build to Apply | New York, NY | <a href=\"https://jobs.lever.co/palantir/08de0376-68e1-460b-bd4c-42b57f8a0ecc?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 11 |\n| **Credit Genie** | New Grad: Software Engineer | New York, NY | <a href=\"https://jobs.ashbyhq.com/creditgenie/016056e0-61cd-4a19-9d42-5f3cd88fed02?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 09 |\n| **Twitch** | Software Engineer | Seattle, WA</br>San Francisco, CA | <a href=\"https://www.amazon.jobs/en/jobs/2944002/software-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Twitch** | Software Development Engineer - Safety ML | San Francisco, CA | <a href=\"https://job-boards.greenhouse.io/twitch/jobs/7938822002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Tesla** | Software Engineer, Traction Control & Stability | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/240332?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Roblox** | New Grad 2025: Software Engineer, Game Solutions Engineering | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6749070?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Roblox** | Software Engineer, Builder Tools | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6759944?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Qualtrics** | Machine Learning Engineer I | Seattle, WA | <a href=\"https://www.qualtrics.com/careers/us/en/job/6774164/Machine-Learning-Engineer-I-Data-Insights?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Microsoft** | Software Engineer, Fullstack | Charlotte, NC | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1816830/Software-Engineer-Fullstack-Charlotte?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Corgi - YC** | SDE I Engineer | San Francisco, CA | <a href=\"https://www.ycombinator.com/companies/corgi/jobs/tuERhvX-sde-i-engineer-we-work-7-days-a-week?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Corgi - YC** | Junior Full Stack Engineer | San Francisco, CA | <a href=\"https://www.ycombinator.com/companies/corgi/jobs/i4ErH1r-junior-full-stack-engineer-we-work-7-days-a-week?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Amazon** | System Development Engineer, Project Kuiper | Redmond, WA | <a href=\"https://www.amazon.jobs/en/jobs/2945843/system-development-engineer-project-kuiper?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Apr 05 |\n| **Tesla** | Software Engineer, Low Voltage & Body Controls Automation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/227675?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Splunk** | Frontend Software Engineer | Seattle, WA</br>Remote</br>US | <a href=\"https://jobs.jobvite.com/careers/splunk-careers/job/oLhIvfwZ?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Signify** | Mobile App Software Engineer | Menlo Park, CA | <a href=\"https://www.careers.signify.com/global/en/job/357504?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **ServiceNow** | Software Engineer - AI/ML | Santa Clara, CA | <a href=\"https://careers.servicenow.com/jobs/744000050334904/software-engineer-aiml/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Qualcomm** | Embedded DSP Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446704474013?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Netflix** | Software Engineer, Cloud Security | Remote</br>US | <a href=\"https://explore.jobs.netflix.net/careers/job/790301953900?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Netflix** | Software Engineer, Android Games SDK | Remote</br>US | <a href=\"https://explore.jobs.netflix.net/careers/job/790301964539?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Microsoft** | Fullstack Software Engineer | Charlotte, NC | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1816830/Software-Engineer-Fullstack-Charlotte?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **CGI** | New Grad: Software Developer | Atlanta, GA | <a href=\"https://cgi.njoyn.com/corp/xweb/xweb.asp?clid=21001&page=jobdetails&jobid=J0824-1617&BRID=1149526&SBDID=943&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **CGI** | New Grad: Software Developer | Lebanon, VA | <a href=\"https://cgi.njoyn.com/corp/xweb/xweb.asp?clid=21001&page=jobdetails&jobid=J0824-1734&BRID=1149839&SBDID=943&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Booz Allen** | Junior Software Developer | Charleston, SC | <a href=\"https://careers.boozallen.com/careers/JobDetail?jobId=109579&source=JB-16280&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Apple** | Project Manager, Software Development & Enterprise Applications | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200591437/project-manager-software-development-enterprise-applications?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 31 |\n| **Chewy** | Software Engineer I | Bellevue, WA | <a href=\"https://careers.chewy.com/us/en/job/CHINUS6747947EXTERNALENUS/Software-Engineer-I?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 27 |\n| **XPeng** | Machine Learning Engineer - LLM, AI & Robotics | Santa Clara, CA | <a href=\"https://job-boards.greenhouse.io/xpengmotors/jobs/7613846002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **Tesla** | Frontend Engineer, Vehicle UI | Hawthorne, CA | <a href=\"https://www.tesla.com/careers/search/job/238820?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **Spotify** | Machine Learning Engineer - Content Understanding | New York, NY | <a href=\"https://jobs.lever.co/spotify/e1b2a2a8-2b59-41ae-b8fe-6a072a261073?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **Nike** | Software Engineer I | Beaverton, OR | <a href=\"https://careers.nike.com/software-engineer-i/job/R-45889?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **Keysight** | R&D Software Engineer | Santa Rosa, CA</br>Everett, WA | <a href=\"https://jobs.keysight.com/external/jobs/44953?icims=1&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **Exiger** | Software Engineer | Jersey City, NJ | <a href=\"https://www.exiger.com/careers/?gh_jid=5451647004&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **AppLovin** | New Grad: Backend Engineer | Palo Alto, CA | <a href=\"https://boards.greenhouse.io/applovin/jobs/4451556006?gh_jid=4451556006&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **Amazon** | Front-End Engineer I | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/2917089/front-end-engineer-i?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Mar 09 |\n| **TikTok** | Machine Learning Engineer - Content Ecology - Masters 🇺🇸 | San Jose, CA | <a href=\"https://careers.tiktok.com/referral/tiktok/campus/position/7447661470168795410/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Spectrum** | Software Engineer I | Greenwood Village, CO | <a href=\"https://jobs.spectrum.com/job/-/-/4673/72639289712?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Rivian** | Product Security Privacy Engineer | Palo Alto, CA | <a href=\"https://careers.rivianvw.tech/rivian-vw-group-technology/jobs/22273/job?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Qualcomm** | Kernel Services Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446703931834?hl=en-US&domain=qualcomm.com&source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Pylon** | New Grad Software Engineer | Menlo Park, CA | <a href=\"https://jobs.ashbyhq.com/pylon/69b335e7-0264-43ba-a3c3-f2dc8dfb1212?utm_source=cvrve&ref=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **DCSCorp** | Computer Engineer I 🇺🇸 | Sterling Heights, MI | <a href=\"https://phh.tbe.taleo.net/phh04/ats/careers/v2/viewRequisition?org=DCSCORP2&cws=37&rid=6969&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **BlueHalo** | Software Engineer | Annapolis Junction, MD | <a href=\"https://bluehalo.rec.pro.ukg.net/BLU1030BHAL/JobBoard/bb2ca424-cdd2-4b9f-82f4-4b89ae8b07e3/OpportunityDetail?opportunityId=a4d3f51c-b7f4-4d7d-b2ce-abf2bb598220&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Abbott** | Clinical Software Engineer I | Sylmar, CA | <a href=\"https://www.jobs.abbott/us/en/job/ABLAUS31110235ENUSEXTERNAL/Clinical-Software-Engineer-I-on-site?utm_source=cvrve&utm_medium=phenom-feeds&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 25 |\n| **Wanderlog - YC** | New Grad: Full-Stack Software Engineer | San Francisco, CA</br>Remote</br>US | <a href=\"https://www.workatastartup.com/jobs/73199?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **SoloSuit - YC** | Software Engineer | Remote</br>US | <a href=\"https://www.ycombinator.com/companies/solosuit/jobs/sT3t6VQ-software-engineer?utm_source=syn_cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Jacobs** | Software Engineer | Hudson, NH | <a href=\"https://careers.jacobs.com/en_US/careers/JobDetail/Software-Engineer/22934?Src=JB-10147&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Duckie - YC** | Applied AI Software Engineer | San Francisco, CA | <a href=\"https://www.workatastartup.com/jobs/73148?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Caterpillar** | Early Career Software Engineer | Chicago, IL</br>Peoria, IL</br>Irving, TX | <a href=\"https://careers.caterpillar.com/en/jobs/job/r0000292576-2025-cat-digital-early-career-software-engineer/?source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Apple** | Software Engineer, TV App | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200559181/software-engineer-tv-app-for-android-mobile-devices?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Apple** | Wireless Charging Firmware Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200591889/wireless-charging-firmware-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Apple** | Applied Networking Frameworks Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200578360/applied-networking-frameworks-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Apple** | Embedded Software Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200591811/embedded-software-engineer?team=HRDWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **Apple** | SoC Design/Integration & Synthesis Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200591842/soc-design-integration-synthesis-engineer?team=HRDWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 18 |\n| **xAI** | Software Engineer | Memphis, TN</br>Palo Alto, CA | <a href=\"https://boards.greenhouse.io/xai/jobs/4653845007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 17 |\n| **Vanta** | Software Engineer, Entry Level | Remote</br>US | <a href=\"https://jobs.ashbyhq.com/vanta/13d263a6-ba81-4a93-87df-efda33a909bf?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 17 |\n| **TikTok** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7470393349432035591?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Tesla** | Data Engineer, Battery Manufacturing Development | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/232033?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Tesla** | DevOps Systems Engineer, Platform Storage Engineering | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/225768?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Tesla** | Software Engineer, Tooling, Simulation | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/237078?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Qualcomm Technologies, Inc** | Windows on Snapdragon Software Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446703513129?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Microsoft** | Software Engineer - Fullstack | Mountain View, CA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1808788/?utm_source=cvrve&utm_campaign=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **D.E Shaw Research** | Software Developer Associate | New York, NY | <a href=\"https://apply.deshawresearch.com/careers/Register?pipelineId=604&source=cvrve+Website&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Apple** | Software Build Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200591528/software-build-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Apple** | Software Build Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200591525/software-build-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Apple** | Tools and Automation Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200591567/tools-and-automation-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Apple** | Photos Triage & Tooling Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200591723/photos-triage-tooling-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Apple** | Embedded Real Time Critical Control Firmware Engineer | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200591258/embedded-real-time-critical-control-firmware-engineer?team=HRDWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Amazon** | Software Development Engineer I | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/2902611/sde-1?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Amazon** | Systems Development Engineer I - Prime Video | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/2900851/systems-development-engineer-i-live-and-on-demand-video-delivery-prime-video-delivery-technology?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 16 |\n| **Microsoft** | New Grad: Software Engineer 🇺🇸 | Redmond, WA</br>Reston, VA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1803782/Software-Engineer---CTJ---Poly?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 11 |\n| **Jane Street** | Quantitative Trader | New York, NY | <a href=\"https://www.janestreet.com/join-jane-street/position/6938980002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 11 |\n| **Tesla** | Software Engineer, Gateway | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/225951?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Softheon** | Software Engineer I - Membership | <details><summary>**5 locations**</summary>Pittsburgh, PA</br>Charlotte, NC</br>Philadelphia, PA</br>Baltimore, MD</br>Jacksonville, FL</details> | <a href=\"https://join.softheon.com/_/j/7C007B52A6/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Amentum** | Software Engineer 🇺🇸 | Fredericksburg, VA | <a href=\"https://www.amentumcareers.com/jobs/software-engineer-fredericksburg-virginia-united-states-d3fdf0f5-1054-4277-b4b2-51a08984cd21?source=cvrve&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Amentum** | Entry Level Software Engineer | Fredericksburg, VA | <a href=\"https://www.amentumcareers.com/jobs/entry-level-software-engineer-fredericksburg-virginia-united-states-0b166b34-64fc-4b03-b80d-30b294ce7494?source=cvrve&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Feb 05 |\n| **Xerox** | Associate Software Engineer | Webster, NY | <a href=\"https://xerox.avature.net/en_US/careers/JobDetail/Associate-Software-Engineer/45787?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 30 |\n| **Itential** | Software Development Engineer I | Remote</br>US | <a href=\"https://recruiting.paylocity.com/Recruiting/Jobs/Details/3005835?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 30 |\n| **First Resonance** | Forward Deployed Software Engineer | Los Angeles, CA | <a href=\"https://jobs.ashbyhq.com/first-resonance/74280f58-291e-4663-b283-1b01dff5e32d?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 30 |\n| **Emerson** | Software Engineer | Austin, TX | <a href=\"https://hdjq.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/25014036?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 30 |\n| **Twitch** | Software Engineer API Platform | San Francisco, CA | <a href=\"https://www.amazon.jobs/en/jobs/2878819/software-engineer-api-platform?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Tesla** | Software Engineer, Training Performance, AI Infrastructure | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/235862?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Tesla** | Software Development Engineer, Financial Services | Bellevue, WA | <a href=\"https://www.tesla.com/careers/search/job/227478?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Tesla** | Security Engineer, Energy | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/236039?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Datadog** | Software Engineer - Distributed Storage | Remote</br>US | <a href=\"https://careers.datadoghq.com/detail/6549568/?gh_jid=6549568&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Apple** | USB-C Firmware Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200588448/usb-c-firmware-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Amazon** | System Development Engineer I, REALM | Bellevue, WA | <a href=\"https://www.amazon.jobs/en/jobs/2880523/system-development-engineer-i-realm?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 29 |\n| **Tesla** | Software Integration Engineer, Semi Air Generation & Air Processing Systems | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/235567?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Siemens** | Software Development Engineer | Waltham, MA | <a href=\"https://jobs.siemens.com/careers/job/563156122820606?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Replicate** | Creative AI Engineer | Remote</br>US | <a href=\"https://jobs.ashbyhq.com/replicate/41d1c5f7-0f49-4903-9c11-ddfbe2e612cb?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Oracle** | Software Developer 1 | Seattle, WA | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/275594?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **NetApp** | Software Engineer - ONTAP | <details><summary>**5 locations**</summary>San Jose, CA</br>Boulder, CO</br>Research Triangle Park, NC</br>Waltham, MA</br>Cranberry Township, PA</details> | <a href=\"https://careers.netapp.com/job/-/-/27600/74637843376?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1801555/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **FedEx** | Software Engineer I and II - Gen AI | Memphis, TN | <a href=\"https://careers.fedex.com/software-engineer-i-and-ii-gen-ai/job/P25-184075-1?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Apple** | Systems Software Engineer | Austin, TX | <a href=\"https://jobs.apple.com/en-us/details/200587770/systems-software-engineer?team=HRDWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Apple** | Software Engineer, Authentication Experience | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200577341/software-engineer-authentication-experience?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Apple** | Junior Server Engineer - Health Software | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200576351/junior-server-engineer-health-software?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Apple** | Software Engineer - Large Language Models & Generative AI | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200588169/software-engineer-large-language-models-generative-ai?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Amazon** | Software Development Engineer | Culver City, CA | <a href=\"https://www.amazon.jobs/en/jobs/2880896/software-development-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 25 |\n| **Tesla** | Software Engineer, Digital Products Engineering | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/233299?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 21 |\n| **Vertafore** | Software Engineer I | Melville, NY | <a href=\"https://recruit.hirebridge.com/v3/Jobs/JobDetails.aspx?jid=600992&source=cvrve&cid=7743&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Splunk** | New Grad 2025: Frontend Software Engineer | Denver, CO | <a href=\"https://jobs.jobvite.com/splunk-careers/job/oXFfvfw6?nl=1&nl=1&fr=false&utm_source=cvrve&ref=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **QuVa** | Software Engineer I | Minneapolis, MN | <a href=\"https://recruiting2.ultipro.com/QUV1000QUVP/JobBoard/a39a76be-67b5-4156-9241-205a122ce850/OpportunityDetail?opportunityId=cbbbd875-41ac-4f57-8e3e-c8247e616a5e&source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Nokia** | Software Dev Engineer | United States | <a href=\"https://fa-evmr-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/13789?src=SNS-102&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Microsoft** | Software Engineer - Linux Kernel | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1800896?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1800842/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Microsoft** | Software Engineer | Multiple Locations | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1798155/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **HPE** | New Grad: Software Engineer | <details><summary>**9 locations**</summary>Spring, TX</br>Bloomington, MN</br>Chippewa Falls, WI</br>Andover, MA</br>Durham, NC</br>Ft. Collins, CO</br>Milpitas, CA</br>Roseville, CA</br>San Jose, CA</details> | <a href=\"https://careers.hpe.com/us/en/job/1177590/Software-Engineering-Graduate?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Honeywell** | Software Engineer | United States | <a href=\"https://careers.honeywell.com/us/en/job/req460343?source=IND&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Garmin** | Software Engineer 1, Aviation Tools Developer | Salem, OR | <a href=\"https://careers.garmin.com/careers-home/jobs/14825?lang=en-us&iss=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Erie Insurance** | Associate Software Engineer | Erie, PA | <a href=\"https://jobs.erieinsurance.com/job/Erie-Associate-Software-Engineer-PA-16506/1250895600/?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Deloitte** | Software Engineer 🇺🇸 | Fort Meade, MD | <a href=\"https://apply.deloitte.com/careers/JobDetail/Software-Engineer-LvL0-TS-SCI-Poly-Required-Fort-Meade-MD/206353?source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Cvent** | Software Engineer I | Tysons Corner, VA | <a href=\"https://careers.cvent.com/jobs/6982?lang=en-us&iis=cvrve&iisn=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Current** | Software Engineer, iOS | New York, NY | <a href=\"https://current.com/careers/open-positions/?id=6422297&gh_jid=6422297&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **American Express** | New Grad 2025: Software Engineer II -- Masters | Phoenix, AZ | <a href=\"https://aexp.eightfold.ai/careers/job/25817839?hl=en&domain=aexp.com&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Amazon** | Software Dev Engineer | <details><summary>**7 locations**</summary>Boston, MA</br>Austin, TX</br>New York, NY</br>Seattle, WA</br>Arlington, VA</br>Bellevue, WA</br>Palo Alto, CA</details> | <a href=\"https://www.amazon.jobs/en/jobs/2850418/software-dev-engineer-computer-science?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Amazon** | New Grad 2025: Front-End Engineer | <details><summary>**7 locations**</summary>Newark, NJ</br>Santa Clara, CA</br>Bellevue, WA</br>Seattle, WA</br>Arlington, VA</br>New York, NY</br>Palo Alto, CA</details> | <a href=\"https://www.amazon.jobs/en/jobs/2874384/front-end-engineer-2025-spc?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Adobe** | New Grad 2025: Software Engineer | San Jose, CA</br>San Francisco, CA | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR149689EXTERNALENUS/2025-University-Graduate-Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 16 |\n| **Calfus** | Software Engineer – Generative AI | Pleasanton, CA | <a href=\"https://www.calfus.com/jobopening/a24aef61-edbb-4322-a6be-2f6bac382741?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 10 |\n| **ServiceNow** | New Grad: Software Engineer | Santa Clara, CA | <a href=\"https://careers.servicenow.com/jobs/744000034995943/utg-software-engineer-new-college-grad/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **ServiceNow** | Associate Software Engineer | San Diego, CA | <a href=\"https://careers.servicenow.com/jobs/744000035229596/associate-software-engineer/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Levels.fyi** | Backend Software Engineer | Remote</br>US | <a href=\"https://levelsfyi.notion.site/Backend-Software-Engineer-14f80c57d9ae80199b9ccbfb81231dfd?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Alloy** | Junior Full Stack Engineer, Operate | New York, NY | <a href=\"https://www.alloy.com/about/jobs/detail?gh_jid=7798750002&gh_jid=7798750002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 09 |\n| **Vivint** | Software Engineer, iOS | Salt Lake City, UT | <a href=\"https://careers.nrgenergy.com/SMARTHOMES/job/Software-Engineer%2C-iOS-UT-84043/1247898800/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **T-Mobile** | Software Engineer | Bellevue, WA</br>Denver, CO</br>Frisco, TX | <a href=\"https://careers.t-mobile.com/software-engineer/job/384BCDA90974543D2B8B7844B750F5CB?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 07 |\n| **Honda** | New Grad 2025: Engineering Development Program 🛂 | Marysville, OH | <a href=\"https://careers.honda.com/job/Marysville-Engineering-Development-Program-May-2025-Graduates-OH-43040/1196378800/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 06 |\n| **Apple** | Embedded SoC Driver Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200550452/embedded-soc-driver-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 06 |\n| **Microsoft** | Software Engineer - Fullstack | Multiple Locations | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1798163?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 02 |\n| **Microsoft** | Software Engineer - Security | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1798165?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 02 |\n| **Microsoft** | Software Engineer - Fullstack | Atlanta, GA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1798166?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 02 |\n| **Microsoft** | Software Engineer - Fullstack | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1798162?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 02 |\n| **Microsoft** | Software Engineer - Fullstack | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1798161?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 02 |\n| **Microsoft** | Software Engineer - AI/ML | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1798164?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 02 |\n| **Quantiq Partners** | New Grad: Software Developer | Austin, TX | <a href=\"https://quantiqpartners.zapier.app/software-developer-new-graduate?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Quantiq Partners** | New Grad: Hardware Developer | Austin, TX | <a href=\"https://quantiqpartners.zapier.app/hardware-developer-new-graduate?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Opto** | Software Engineer, Backend | San Francisco, CA | <a href=\"https://job-boards.greenhouse.io/optoinvest/jobs/6312400003?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Invisible** | Forward Deployed Engineer | Remote</br>US | <a href=\"https://boards.eu.greenhouse.io/invisibletech/jobs/4501055101?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jan 01 |\n| **Trimble** | Software Engineer | Princeton, NJ | <a href=\"https://trimblecareers.trimble.com/careers/job/171825005072?microsite=trimble.com&domain=trimble.com&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 27 |\n| **Macquarie** | Software Engineer | Philadelphia, PA | <a href=\"https://recruitment.macquarie.com/en_US/careers/JobDetail?jobId=13962#&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 27 |\n| **GM Financial** | Software Development Engineer I | Arlington, TX</br>Irving, TX</br>Dallas, TX | <a href=\"https://careers.gmfinancial.com/jobs/47916?mode=apply&iis=cvrve&lang=en-us&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 27 |\n| **Promi** | Founding Engineer - YC | San Francisco, CA</br>Sunnyvale, CA | <a href=\"https://www.workatastartup.com/jobs/71520?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 24 |\n| **Wex** | AI Productivity Engineer | <details><summary>**4 locations**</summary>Portland, ME</br>Boston, MA</br>Dallas, TX</br>Chicago, IL</details> | <a href=\"https://careers.wexinc.com/us/en/job/WEXWEXUSR16769EXTERNALENUS/AI-Productivity-Engineer?utm_source=cvrve&utm_medium=phenom-feeds&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 22 |\n| **Peraton** | Associate Software Engineer 🇺🇸 | Annapolis Junction, MD | <a href=\"https://careers.peraton.com/jobs/software-engineer-associate-annapolis-junction-maryland-147065-jobs--information-technology--?iis=Job%2BBoard&iisn=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 22 |\n| **NetApp** | Entry Level Software Engineer - Cloud | <details><summary>**6 locations**</summary>San Jose, CA</br>Boulder, CO</br>Waltham, MA</br>Research Triangle Park, NC</br>Wichita, KS</br>Cranberry Township, PA</details> | <a href=\"https://careers.netapp.com/job/-/-/27600/74637843680?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 22 |\n| **Amazon** | New Grad 2025: Programmer Analyst | Seattle, WA | <a href=\"https://www.amazon.jobs/en/jobs/2858925/programmer-analyst-2025-us?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 22 |\n| **Microsoft** | Software Developer Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1792833/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 19 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1790628/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 19 |\n| **NVIDIA** | New Grad 2025: Developer Technology Engineer, Public Sector | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718?locationHierarchy1=2fcb99c455831013ea52fb338f2932d8&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 13 |\n| **Stats Perform** | Software Engineer I | Remote</br>US | <a href=\"https://eobe.fa.em2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/556?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Amazon** | New Grad 2025: Software Dev Engineer, Annapurna ML | Seattle, WA</br>Cupertino, CA | <a href=\"https://amazon.jobs/en/jobs/2789282/software-dev-engineer-machine-learning-apps-accelerator-annapurna-ml?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Amazon** | New Grad 2025: Software Dev Engineer, Annapurna Labs | Seattle, WA</br>Cupertino, CA | <a href=\"https://amazon.jobs/en/jobs/2793606/software-dev-engineer-embedded-runtime-storage-system-performance-annapurna-labs?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Amazon** | New Grad 2025: Software Development Engineer I, DynamoDB | Seattle, WA</br>Bellevue, WA</br>Redmond, WA | <a href=\"https://amazon.jobs/en/jobs/2849979/software-development-engineer-i-2025-dynamodb?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Amazon** | New Grad 2025: Software Development Engineer I, Redshift | Seattle, WA</br>Redmond, WA</br>Palo Alto, CA | <a href=\"https://amazon.jobs/en/jobs/2850010/software-development-engineer-i-2025-redshift?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Amazon** | New Grad 2025: Software Development Engineer I | <details><summary>**4 locations**</summary>Austin, TX</br>Seattle, WA</br>Redmond, WA</br>Palo Alto, CA</details> | <a href=\"https://amazon.jobs/en/jobs/2850044/software-development-engineer-i-2025?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Acorns** | New Grad: Software Engineer I | Irvine, CA</br>New York, NY</br>Remote | <a href=\"https://jobs.ashbyhq.com/Acorns/5618f1de-cf18-4114-9408-11cd73153a9d?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 11 |\n| **Westinghouse** | New Grad 2025: Software Engineer | Cranberry Township, PA | <a href=\"https://careers.westinghousenuclear.com/job/Cranberry-Township-Information-Technology-Software-Engineers-2025-College-Grads-PA/1212917500/?Codes=W-OLI&utm_medium=referrer&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **TikTok** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7397567418497861939?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 09 |\n| **Prelim** | Software Engineer, Product | Remote</br>US | <a href=\"https://www.ycombinator.com/companies/prelim/jobs/YWZZOyO-software-engineer-product?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 08 |\n| **NVIDIA** | New Grad 2025: Developer Technology Engineer | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 07 |\n| **Western Digital** | New Grad 2025: Quality Assurance Engineer | San Jose, CA | <a href=\"https://jobs.smartrecruiters.com/WesternDigital/744000030022826-new-college-graduate-quality-assurance-engineering-early-2025-start-?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Tesla** | Software Engineer, Frontend Vision Systems | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/232504?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **River** | Software Engineer | Remote</br>US | <a href=\"https://jobs.ashbyhq.com/river/42510834-751d-48a9-adc9-2bc35560c516?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Nuro** | New Grad: Software Engineer, AI Platform | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=6447851&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1788124/?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1787543/?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1790759/?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Microsoft** | Product Manager | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1789219/?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Microsoft** | Technology Consultant 🇺🇸 | Arlington, VA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1789858/[US-Federal]-Technology-Consultant-%E2%80%93-CTJ-%E2%80%93-Poly?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Garmin** | Software Engineer I | Salem, OR | <a href=\"https://careers.garmin.com/careers-home/jobs/14825?lang=en-us&iss=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **Codeium** | New Grad: Software Engineer | Mountain View, CA | <a href=\"https://jobs.ashbyhq.com/codeium/cb10c443-7e5b-44ac-8b21-0edd60b22095?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 05 |\n| **J.P Morgan Chase** | New Grad 2025: Software Engineer 🛂 | <details><summary>**4 locations**</summary>Columbus, OH</br>Wilmington, DE</br>Plano, TX</br>Jersey City, NJ</details> | <a href=\"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210574806/?utm_medium=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 03 |\n| **J.P Morgan Chase** | New Grad 2025: Software Engineer 🛂 | <details><summary>**15 locations**</summary>Atlanta, GA</br>Austin, TX</br>Chicago, IL</br>Columbus, OH</br>Houston, TX</br>Jersey City, NJ</br>New York, NY</br>Palo Alto, CA</br>Plano, TX</br>Seattle, WA</br>Tampa, FL</br>Wilmington, DE</br>Jersey City, NJ</br>New York, NY</br>Palo Alto, CA</details> | <a href=\"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210527372?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 03 |\n| **General Atomics** | Associate Software Developer 🇺🇸 | Poway, CA | <a href=\"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25539&siteid=5313&PageType=JobDetails&jobid=5033881&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 03 |\n| **Apple** | Software Engineer, Apple Watch | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200580035/software-engineer-apple-watch?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Dec 03 |\n| **xAI** | Applied AI Engineer & Researcher | San Francisco, CA</br>Palo Alto, CA | <a href=\"https://boards.greenhouse.io/xai/jobs/4592865007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 28 |\n| **TikTok** | New Grad 2025: Software Engineer, Ads Measurement | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7397098717801875749?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 28 |\n| **TikTok** | New Grad 2025: Software Engineer, LIVE Foundation | San Jose, CA | <a href=\"https://lifeattiktok.com/search/7394970016695453990?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 28 |\n| **Tesla** | Software Engineer, Frontend Material Flow System | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/232005?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 28 |\n| **Microsoft** | Software Engineer, Security | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1774085/Software-Engineer---Security%2C-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 28 |\n| **WeaveGrid** | Software Engineer | San Francisco, CA | <a href=\"https://www.weavegrid.com/careers/job-openings?gh_jid=5386877004&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Visa** | New Grad: Software Engineer | Ashburn, VA | <a href=\"https://jobs.smartrecruiters.com/Visa/744000028629131?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Visa** | New Grad: Software Engineer | Foster City, CA | <a href=\"https://jobs.smartrecruiters.com/Visa/744000028633316?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Tesla** | Software Engineer, Global Logistics Platform | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/231767?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Replit** | New Grad 2025: Software Engineer | Foster City, CA | <a href=\"https://jobs.ashbyhq.com/replit/65e019be-7536-45a9-9413-78b203af6565/application?utm_source=1Zx6V2PngV&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Column** | Software Engineer, Internal Tools | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/column/f9004aea-8765-449c-93da-80381d956621?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Apple** | Software Engineer, Backend Systems | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200580372/software-engineer-backend-systems-swift?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 26 |\n| **Qualcomm** | Embedded Software Engineer | Boulder, CO | <a href=\"https://careers.qualcomm.com/careers/job/446702606017?domain=qualcomm.com&source=APPLICANT_CVRVE-6-104&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 24 |\n| **NBA** | Associate DevOps Engineer | Secaucus, NJ | <a href=\"https://careers.nba.com/job/NBANBAUS11280EXTERNALENUS/Associate-DevOps-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 23 |\n| **Goldman Sachs** | Associate Software Engineer | Salt Lake City, UT | <a href=\"https://hdpc.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/LateralHiring/job/134713?mode=job&iis=Job+Boards&iisn=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 23 |\n| **Replicate** | Software Engineer | San Francisco, CA</br>Remote | <a href=\"https://jobs.ashbyhq.com/replicate/df0371b6-fddb-4901-a294-62630299ca63?source=WAP2QXMr1O&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 22 |\n| **Better Being** | Software Engineer | Ogden, UT | <a href=\"https://nutraceutical.wd5.myworkdayjobs.com/en-US/BetterBeingExternalCareerSite/job/Ogden-Utah/Software-Engineer_JR100315?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 22 |\n| **Tesla** | Frontend Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/231462?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 21 |\n| **Qualcomm** | GPU Compiler Engineer | San Diego, CA | <a href=\"https://careers.qualcomm.com/careers/job/446701009158?hl=en-US&domain=qualcomm.com&source=APPLICANT_SOURCE-6-2&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 21 |\n| **Gryps** | Backend Software Engineer | New York, NY | <a href=\"https://jobs.ashbyhq.com/pear/dad1bdb8-9b37-4132-b948-ba907edfa7ce?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 19 |\n| **Uplimit** | Software Engineer | San Mateo, CA | <a href=\"https://app.dover.com/apply/uplimit/003455ca-321c-4bbc-8541-41b9696b2913?rs=42706078&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Bytedance** | New Grad 2024: Software Engineer | Seattle, WA | <a href=\"https://joinbytedance.com/search/7265101515970611516?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 18 |\n| **Rubrik** | Software Engineer, Entra ID | Palo Alto, CA | <a href=\"https://www.rubrik.com/company/careers/departments/job.6344037?gh_jid=6344037&gh_src=2e352a8a1us&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 16 |\n| **Bastian Solutions** | New Grad 2025: Software Engineer | Meridian, ID | <a href=\"https://myjobs.adp.com/bastiansolutions/cx/job-details?__tx_annotation=false&rb=cvrve&reqId=5001072806406&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 16 |\n| **Apple** | SoC Embedded Software Engineer | Cupertino, CA | <a href=\"https://jobs.apple.com/en-us/details/200572947/soc-embedded-software-engineer?team=HRDWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 16 |\n| **The Trade Desk** | New Grad 2025: Software Engineer | Denver, CO | <a href=\"https://careers.thetradedesk.com/jobs/4486886007/graduate-software-engineer-2025-start-denver?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 15 |\n| **The Trade Desk** | New Grad 2025: Software Engineer | Boulder, CO | <a href=\"https://careers.thetradedesk.com/jobs/4486883007/graduate-software-engineer-2025-start-boulder?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 15 |\n| **Nike** | Site Reliability Engineer I | Beaverton, OR | <a href=\"https://jobs.nike.com/job/R-43679?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 15 |\n| **Nike** | Software Engineer - Masters | Beaverton, OR | <a href=\"https://jobs.nike.com/job/R-43158?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 15 |\n| **Amazon** | New Grad 2025: Software Engineer, AI/ML | <details><summary>**9 locations**</summary>Austin, TX</br>Sunnyvale, CA</br>Seattle, WA</br>Redmond, WA</br>Santa Clara, CA</br>Bellevue, WA</br>New York, NY</br>East Palo Alto, CA</br>Cambridge, MA</details> | <a href=\"https://www.amazon.jobs/en/jobs/2831138/software-development-engineer-2025-ai-ml?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 15 |\n| **Roblox** | New Grad 2025: Software Engineer, Game Engine Reliability | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6319226?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 08 |\n| **Mach Industries** | New Grad 2025: Software Engineer | Huntington Beach, CA | <a href=\"https://jobs.ashbyhq.com/mach/a648c922-0380-43c4-bf52-343777951454?source=4zVMk1Drla&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 08 |\n| **DV Energy** | New Grad 2025: Software Developer | New York, NY | <a href=\"https://dvtrading.co/job-post/?gh_jid=4443926005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 08 |\n| **Tiktok** | New Grad 2025: Backend Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7393038680518445339/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 07 |\n| **NVIDIA** | New Grad 2025: Developer Technology Engineer, Public Sector | Santa Clara, CA | <a href=\"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718?source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 07 |\n| **Zip** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/zip/3f9bfe84-227c-4c66-bd77-5facf77af370?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Visa** | New Grad 2025: Site Reliability Engineer | Austin, TX | <a href=\"https://jobs.smartrecruiters.com/Visa/744000024216439-site-reliability-engineer-new-college-grad-2025?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Textron** | New Grad 2025: Software Engineer | Hunt Valley, MD | <a href=\"https://careers.textron.com/hunt-valley-md/2025-software-engineer-es-hunt-valley-md/993CA3AD722043ACA6A30BA7A8E298F1/job?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **bet365** | Software Engineer, Core Systems | Denver, CO | <a href=\"https://www.bet365careers.com/en/job-specification/colorado/technology/softwareengineercoresy-secsco1024?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **bet365** | Software Developer, Trading and Tools | Denver, CO | <a href=\"https://www.bet365careers.com/en/job-specification/colorado/technology/softwaredevelopertradin-sdttd1124?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 05 |\n| **Microsoft** | Software Engineer 🇺🇸 | Reston, VA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1780144/Software-Engineer---CTJ---Top-Secret?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 03 |\n| **SeatGeek** | New Grad 2025: Security Engineer | New York, NY | <a href=\"https://seatgeek.com/jobs/6295445?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 02 |\n| **Western Digital** | New Grad 2025: Application Engineer | San Jose, CA | <a href=\"https://jobs.smartrecruiters.com/WesternDigital/744000023940205-new-college-grad-application-engineer-bs-ms-summer-2025-start-?trid=55fe2b03-11c1-41e1-ab70-337c7fd98d48&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Western Digital** | New Grad 2025: Product Development Engineer | Milpitas, CA | <a href=\"https://jobs.smartrecruiters.com/WesternDigital/744000020256906-new-college-grad-product-development-engineering-bs-ms-summer-2025-start-?trid=55fe2b03-11c1-41e1-ab70-337c7fd98d48&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **Adobe** | New Grad 2025: Machine Learning Engineer - Masters/PhD | Lehi, UT | <a href=\"https://careers.adobe.com/us/en/job/ADOBUSR148169EXTERNALENUS/2025-University-Graduate-Machine-Learning-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Nov 01 |\n| **OuterBox** | Front End Developer | Remote</br>US | <a href=\"https://outerbox.bamboohr.com/careers/135?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 30 |\n| **Crusoe** | University Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/Crusoe/80c4152c-a400-4ebd-ad6f-8a98a26bc65d?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 30 |\n| **Kikoff** | New Grad: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/kikoff/ad87f613-2906-4497-886d-742d9104fc50?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 29 |\n| **Inkeep** | Backend Engineer | New York, NY</br>San Francisco, CA | <a href=\"https://www.ycombinator.com/companies/inkeep/jobs/qS90rVk-backend-engineer?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 29 |\n| **Siemens** | New Grad 2025: Software Engineer | Wilsonville, OR | <a href=\"https://jobs.siemens.com/careers/job/563156121257974?hl=en&sourceType=PREMIUM_POST_SITE&domain=siemens.com&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 28 |\n| **Roblox** | New Grad 2025: Software Engineer, Networking | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6348148?gh_jid=6348148&gh_src=da92d0c91&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 28 |\n| **Roblox** | New Grad 2025: Software Engineer, Game Engine Performance | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6340565?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 26 |\n| **Pax8** | Data Engineer I | United States | <a href=\"https://www.pax8.com/en-us/careers/job-openings/?gh_jid=5360073004&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 26 |\n| **Nextdoor** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://about.nextdoor.com/careers-list/?gh_jid=6202947&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 26 |\n| **Squarespace** | New Grad 2024: Software Engineer, Java | New York, NY | <a href=\"https://www.squarespace.com/careers/jobs/6283547?gh_src=afe793d31&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 25 |\n| **Doordash** | New Grad 2025: Software Engineer | <details><summary>**5 locations**</summary>New York, NY</br>San Francisco, CA</br>Sunnyvale, CA</br>Seattle, WA</br>Los Angeles, CA</details> | <a href=\"https://boards.greenhouse.io/doordashusa/jobs/6330949?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 25 |\n| **NOV** | New Grad 2024: Software Engineer | Houston, TX | <a href=\"https://egay.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_2001/job/30968?utm_medium=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 24 |\n| **MLB** | Associate Software Engineer | New York, NY | <a href=\"https://www.mlb.com/careers/opportunities?gh_jid=6244846&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 24 |\n| **Replo** | New Grad 2024: Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/replo/ec206174-ccc2-42fa-b295-8201421f21b0?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 23 |\n| **J.P Morgan Chase** | New Grad 2025: Software Engineer, Feb '25 Start | <details><summary>**12 locations**</summary>Atlanta, GA</br>Austin, TX</br>Chicago, IL</br>Columbus, OH</br>Houston, TX</br>Jersey City, NJ</br>New York, NY</br>Palo Alto, CA</br>Plano, TX</br>Seattle, WA</br>Tampa, FL</br>Wilmington, DE</details> | <a href=\"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210527204?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 23 |\n| **Fitch Group** | New Grad 2025: Associate Software Engineer | New York, NY | <a href=\"https://careers.fitch.group/job/New-York-Associate-Software-Engineer-Graduate-Program%2C-New-York-September-2025-NY-10001/1134280401/?Codes=W-38837&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 23 |\n| **Bytedance** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7376504348953970982/detail?spread=BSPP2KS&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 23 |\n| **Roblox** | New Grad 2025: Software Engineer, Game Engine Network | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6340553?gh_jid=6340553&gh_src=da92d0c91&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 22 |\n| **Tiktok** | New Grad 2025: Machine Learning Engineer, Business Risk Integrated Control | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397969655195781413/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 21 |\n| **Tesla** | Software Development Engineer, Financial Services | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/227478?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 21 |\n| **NBCUniversal** | Associate Software Engineer | Remote</br>US | <a href=\"https://jobs.smartrecruiters.com/NBCUniversal3/744000021527325-associate-software-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 21 |\n| **Roblox** | New Grad 2025: Software Engineer, Game Engine Programmability | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6333618?gh_jid=6333618&gh_src=da92d0c91&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1777430/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 20 |\n| **Avathon** | Software Engineer | Austin, TX | <a href=\"https://avathon.com/company/careers-job-listing/?gh_jid=4480305005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 19 |\n| **WeRide** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://jobs.lever.co/weride/871b07f9-b4e4-4a4e-a5ec-d6adf794fc5a?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 17 |\n| **Oracle** | Associate Production Software Engineer | United States | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/252652?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 17 |\n| **Motional** | Associate Software Engineer | Pittsburgh, PA</br>Boston, MA | <a href=\"https://motional.com/open-positions?gh_jid=6238475003&gh_src=381fd0203us#/6238475003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 17 |\n| **Crusoe** | University Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/Crusoe/80c4152c-a400-4ebd-ad6f-8a98a26bc65d?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 17 |\n| **Clay** | Software Engineer Early Career (2025) | New York, NY | <a href=\"https://www.clay.com/careers?ashby_jid=3e519df5-2116-4b1b-8886-3377b8f30a2c#open-roles&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 17 |\n| **Roblox** | New Grad 2025: Associate Product Manager | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6260215?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Roblox** | New Grad 2025: Software Engineer, Reliability | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6319226?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Marex** | C# Software Developer | Chicago, IL | <a href=\"https://marex-spectron.breezy.hr/p/61af5abc151e01-software-developer-financial-markets-clearing-c?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **KBR** | Software Engineer 🇺🇸 | Colorado Springs, CO | <a href=\"https://careers.kbr.com/us/en/job/KIVKBRUSR2096182EXTERNALENUS/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Jane Street** | Software Engineer | New York, NY | <a href=\"https://job-boards.greenhouse.io/janestreet/jobs/7604415002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **Fortinet** | Software Development Engineer | Sunnyvale, CA | <a href=\"https://edel.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_2001/job/17417?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **American Express** | New Grad 2025: Technology Software Engineer | New York, NY | <a href=\"https://aexp.eightfold.ai/careers/job/24620210?domain=aexp.com&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 16 |\n| **TikTok** | New Grad 2025: Frontend Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7424642027079764261/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 15 |\n| **Splunk** | New Grad 2025: C++ Software Engineer | Colorado</br>Remote | <a href=\"https://jobs.jobvite.com/splunk-careers/job/oFXGufww?nl=1&nl=1&fr=false&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 15 |\n| **Microsoft** | Data Scientist - Masters | Atlanta, GA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1776496/Data-Scientist---Atlanta?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **Jobot** | Software Developer | Bryn Mawr, PA | <a href=\"https://jobot.com/details/software-developer-fully-on-site-position/17800a3801?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 14 |\n| **TikTok** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7423884125936077083/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **TikTok** | New Grad 2025: Fullstack Software Engineer | Seattle, WA | <a href=\"https://careers.tiktok.com/position/7420934188130257162/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Reevo** | Frontend Software Engineer | Santa Clara, CA | <a href=\"https://jobs.ashbyhq.com/reevo/b1c13c9e-2e3e-4b06-81c6-d920e3a5d94e?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Reevo** | Software Engineer | Santa Clara, CA | <a href=\"https://jobs.ashbyhq.com/reevo/2ea4d267-cd80-4481-9965-216ecd469e7e?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Nuro** | New Grad 2024/2025: Software Engineer, Autonomy | Mountain View, CA | <a href=\"https://www.nuro.ai/careersitem?gh_jid=6299078&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Meetsta** | Founding Data Architect Engineer 🛂 | Remote</br>US | <a href=\"https://careers.meetsta.com/data-architect-founding-engineer-198929/?ref=aHR0cHM6Ly9qb2JyaWdodC5haS8=&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **GQG Partners LLC** | Associate Software Developer | Fort Lauderdale. FL | <a href=\"https://secure6.saashr.com/ta/6197969.careers?CareersSearch=&lang=EN&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Charles Schwab** | Software Development & Engineering Associate | <details><summary>**4 locations**</summary>Austin, TX</br>Southlake, TX</br>Lone Tree, CO</br>Phoenix, AZ</details> | <a href=\"https://www.schwabjobs.com//job/-/-/33727/71051315184?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | Arlington, VA</br>Seattle, WA</br>Herndon, VA | <a href=\"https://www.amazon.jobs/en/jobs/2802131/software-dev-engineer-software-and-networking-developer-sdn?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 11 |\n| **TDK** | Embedded Software Engineer | Neptune, NJ | <a href=\"https://recruiting.ultipro.com/TDK1001TDKL/JobBoard/351d170d-bcc6-43a5-ab3e-27ed4825b228/OpportunityDetail?opportunityId=76252996-2ad7-4134-b126-63202934753a&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Roblox** | New Grad 2025: Security Software Engineer | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6302313?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Roblox** | New Grad 2025: Software Engineer, Frontend | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6302370?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Jellyfish** | Backend Software Engineer 🛂 | Boston, MA</br>Remote | <a href=\"https://jellyfish.co/company/careers/?src=cvrve&ashby_jid=c99bd0db-3323-4617-8c0d-9c58029b0493&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Honeywell** | New Grad 2025: Software Engineer 🇺🇸 | United States | <a href=\"https://careers.honeywell.com/us/en/job/HONEUSREQ460343EXTERNALENUS/Software-Engineer-Computer-Science-Recent-Grad-Full-Time-US-Person-Required?utm_source=cvrve&utm_medium=phenom-feeds&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Honeywell** | New Grad 2025: Software Engineer | United States | <a href=\"https://careers.honeywell.com/us/en/job/HONEUSREQ460344EXTERNALENUS/Software-Engineer-Computer-Science-Recent-Grad-Full-Time?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Apple** | Cellular Software Engineer | San Diego, CA | <a href=\"https://jobs.apple.com/en-us/details/200568916/cellular-software-engineer?team=SFTWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 09 |\n| **Microsoft** | Software Engineer 🇺🇸 | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1754426/?utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **Cerebras Systems** | New Grad: Performance Engineer - Masters/PhD | Sunnyvale, CA | <a href=\"https://cerebras.ai/careers/?gh_jid=4725984003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **Cerebras Systems** | New Grad: Kernel Engineer | Sunnyvale, CA | <a href=\"https://cerebras.ai/careers/?gh_jid=6232980003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **Cerebras Systems** | New Grad: Applied ML Engineer | Sunnyvale, CA | <a href=\"https://cerebras.ai/careers/?gh_jid=6232987003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 06 |\n| **SoFi** | Software Engineer | Seattle, WA | <a href=\"https://www.sofi.com/careers/job/?gh_jid=6228115003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 05 |\n| **Ansatz** | Software Engineer | New York, NY | <a href=\"https://jobs.lever.co/ansatzcapital/39609b59-4c21-44b8-bcaa-7209db6125cb?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 05 |\n| **Rockstar Games** | Animation R&D Programmer | Manhattan, NY | <a href=\"https://job-boards.greenhouse.io/rockstargames/jobs/6225834003?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Rockstar Games** | Animation R&D Programmer | Carlsbad, CA | <a href=\"https://job-boards.greenhouse.io/rockstargames/jobs/6227259003?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **IXL Learning** | New Grad: Software Engineer | Raleigh, NC | <a href=\"https://www.ixl.com/company/careers?gh_jid=7535470002&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Emerson** | Sales Development Engineer 🛂 | Austin, TX | <a href=\"https://hdjq.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/24010427?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Capgemini** | Associate Embedded Software Engineer | Redmond, WA | <a href=\"https://capgemini.taleo.net/careersection/1/jobdetail.ftl?job=076955&lang=en&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Burtch Works** | Data Engineer | Remote | <a href=\"https://jobs.burtchworks.com/s?jobId=a09Vv000000klS9IAI&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Burtch Works** | Software Development Engineer | Remote | <a href=\"https://jobs.burtchworks.com/s/?jobId=a09Vv000000klS9IAI&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Arrow Search** | Software Engineer | New York, NY | <a href=\"https://arrowsearchpartners.com/jobs/software-engineer-7/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 03 |\n| **Splunk** | Early Career, Fedramp Software Engineer | Raleigh, NC Boulder, CO | <a href=\"https://jobs.jobvite.com/splunk-careers/job/ovBBufwV?nl=1&nl=1&fr=false&utm_source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **SMX** | Junior Software Engineer 🇺🇸 | Chantilly, VA | <a href=\"https://www.smxtech.com/jobs/smxtech/junior-software-engineer-ts-sci-ci-poly-3848/?gh_jid=6228060003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Refuel** | Forward Deployed Engineer | San Francisco, CA | <a href=\"https://jobs.lever.co/refuel/93afa841-1635-41d3-9c91-950aa1189724?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Pocket Worlds** | Software Engineer | Austin, TX | <a href=\"https://jobs.ashbyhq.com/Pocket%20Worlds/6716ca85-83ad-468e-b367-ce790bc367f5?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Orca** | Software Engineer (Frontend) | New York, NY | <a href=\"https://jobs.solana.com/companies/orca/jobs/41016790-software-engineer-frontend?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **OpenAI** | Software Engineer | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/openai/79c030ba-7a49-4449-a989-f3e4d0a2eb20?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1774085/Software-Engineer-Security-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Meta** | Software Engineer, Language | <details><summary>**5 locations**</summary>Bellevue, WA</br>Menlo Park, CA</br>Seattle, WA</br>New York, NY</br>San Francisco, CA</details> | <a href=\"https://www.metacareers.com/jobs/936067258115050?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Aviatrix** | Software Engineer | Champaign, IL | <a href=\"https://aviatrix.com/careers/?gh_jid=4478643005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 02 |\n| **Western Digital** | New Grad: System Test Engineer | Rochester, MN | <a href=\"https://jobs.smartrecruiters.com/WesternDigital/744000014621329-new-college-grad-system-test-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 01 |\n| **SeatGeek** | New Grad: Software Engineer | New York, NY | <a href=\"https://seatgeek.com/jobs/6295342?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Oct 01 |\n| **Quevera** | Software Engineer 🇺🇸 | Hanover, MD | <a href=\"https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?jobId=490489&source=LI&cid=6c0f07f7-5d5e-40a8-8e01-433d1c743d19&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Numerator** | Data Engineer I | United States | <a href=\"https://recruit.hirebridge.com/v3/careercenter/v2/details.aspx?jid=599063&cid=7844&locvalue=10201020&bid=8&src=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Microsoft** | Software Engineer 🛂 | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1726710/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Deltek** | Associate Software Engineer | Remote | <a href=\"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25397&siteid=5259&PageType=JobDetails&jobid=619279#jobDetails=619279_5259&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Apple** | Signoff Infrastructure Developer Engineer | Sunnyvale, CA | <a href=\"https://jobs.apple.com/en-us/details/200570229/cad-engineer-signoff-infrastructure-developer?team=HRDWR&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Amazon** | Software Dev Engineer | Seattle, WA</br>Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/2789282/software-dev-engineer-machine-learning-apps-accelerator-annapurna-ml?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 30 |\n| **Amazon** | Software Dev Engineer | Seattle, WA</br>Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/2789329/software-dev-engineer-compiler-annapurna-labs?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 29 |\n| **Microsoft** | Software Engineer 🇺🇸 | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1750761?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 27 |\n| **Deutsche Bank** | Technology, Data and Innovation Intern | Cary, NC | <a href=\"https://db.recsolu.com/external/requisitions/F0yxL9nQ2hYCyPTeyUR3Dw?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 25 |\n| **Cloudflare** | Software Engineer, Durable Objects | Hybrid | <a href=\"https://job-boards.greenhouse.io/cloudflare/jobs/3202097?gh_jid=3202097&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 25 |\n| **C3.ai** | Software Engineer | Redwood City, CA | <a href=\"https://c3.ai/job-description/?gh_jid=7652688002&gh_src=f3649ba92&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 25 |\n| **C3.ai** | Software Engineer, Platform | Redwood City, CA | <a href=\"https://c3.ai/job-description/?gh_jid=7652678002&gh_src=f3649ba92&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 25 |\n| **Penguin Random House** | Associate Developer, Full Stack | New York, NY | <a href=\"https://jobsearch.createyourowncareer.com/PRH_US/job/New-York-Associate-Developer%2C-Full-Stack-%28Open-to-Remote%29-NY-10019/1123602801?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 24 |\n| **Microsoft** | Platform Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1748350/Platform-Software-Engineer%E2%80%94Xbox?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 21 |\n| **Microsoft** | Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1733573/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 20 |\n| **Microsoft** | Software Engineer AI/ML | Multiple Locations | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1771652?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 20 |\n| **Microsoft** | Data Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/share/1769056?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 20 |\n| **Tesla** | Product Engineer | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/227755?source=cvrve&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 19 |\n| **Microsoft** | Software Engineer - Frontend | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1771661/Software-Engineer---Frontend%2C-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 19 |\n| **HomePro** | Production Support Software Engineer | Carrollton, TX | <a href=\"https://careers.homeprotech.com/jobs/67569-software-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 19 |\n| **Radley James** | Graduate Software Engineer | New York, NY | <a href=\"https://radleyjames.com/jobs/30069-c-2-graduate-software-engineer-new-york/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 18 |\n| **Precisely** | Associate Data Engineer | United States | <a href=\"https://www.precisely.com/careers-and-culture/us-jobs/job?gh_jid=4472475005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 18 |\n| **Google** | New Grad 2025: Software Engineer - PhD | Multiple Locations | <a href=\"https://www.google.com/about/careers/applications/jobs/results/80114722841469638-software-engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 18 |\n| **Datadog** | Software Engineer 🇺🇸 | Boston, MA</br>New York, NY | <a href=\"https://careers.datadoghq.com/detail/3851927/?gh_jid=3851927&gh_src=8363eca61&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 18 |\n| **Bloomberg** | New Grad 2025: Software Engineer | New York, NY | <a href=\"https://bloomberg.avature.net/careers/JobDetail/2025-Software-Engineer-New-York/6961?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 18 |\n| **Visa** | New Grad 2025: Software Engineer | Austin, TX | <a href=\"https://corporate.visa.com/en/jobs/REF77329N?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 17 |\n| **IBM** | Entry Level Product Manager: 2025 🛂 | <details><summary>**5 locations**</summary>Austin, TX</br>Lowell, MA</br>Durham, NC</br>Research Triangle Park, NC</br>Dallas, TX</details> | <a href=\"https://careers.ibm.com/job/20863344/entry-level-product-manager-2025-remote/?codes=SN_LinkedIn&Codes=SN_LinkedIn&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 17 |\n| **Microsoft** | Software Engineer 🇺🇸 | Redmond, WA</br>Atlanta, GA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1765141/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 15 |\n| **Microsoft** | Software Engineer, AI&ML | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1766760/Software-Engineer---AI%2FML%2C-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 15 |\n| **Verkada** | Frontend Engineer | San Mateo, CA | <a href=\"https://job-boards.greenhouse.io/verkada/jobs/4128663007?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 14 |\n| **Tiktok** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397873333113866534/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 14 |\n| **Two Sigma** | New Grad: Quantitative Researcher | New York, NY | <a href=\"https://careers.twosigma.com/careers/JobDetail/New-York-New-York-United-States-Quantitative-Researcher-Full-Time-Campus-Hire/12686?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **TikTok** | TikTok | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397885137071704346/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **Tiktok** | New Grad 2025: Frontend Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397888713688647945/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **Tiktok** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397572290010433818/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **Tiktok** | New Grad 2025: Frontend Software Engineer | Seattle, WA | <a href=\"https://careers.tiktok.com/position/7397092118239545638/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **Tiktok** | New Grad: Backend Software Engineer | Seattle, WA | <a href=\"https://careers.tiktok.com/position/7397188298157164838/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **Ramp** | New Grad 2025: Frontend Software Engineer | New York, NY | <a href=\"https://jobs.ashbyhq.com/ramp/12747eb1-e545-478d-b07c-f27f4a88cc12?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 13 |\n| **Waabi** | New Grad: Software Engineer | Remote</br>US | <a href=\"https://jobs.lever.co/waabi/9bcf52fc-482e-4404-8399-2a90d63c86f9?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Tesla** | New Grad Software Engineer 2025 | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/227124?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Tesla** | New Grad: Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/226925?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Tesla** | New Grad: Software Engineer | Palo Alto, CA | <a href=\"https://www.tesla.com/careers/search/job/226922?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Tesla** | New Grad: Software Engineer | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/226769?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Netflix** | New Grad 2025: Software Engineer | Los Gatos, California | <a href=\"https://explore.jobs.netflix.net/careers/job?domain=netflix.com&pid=790298755510&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **MLB** | New Grad: Associate Software Engineer | New York, NY | <a href=\"https://www.mlb.com/careers/opportunities?gh_jid=6244846&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Amazon** | New Grad: Front-End Engineer | San Francisco, CA | <a href=\"https://www.amazon.jobs/en/jobs/2738467/front-end-engineer-2024-us?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 12 |\n| **Tiktok** | New Grad 2025: Test Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7395664078364723507/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Robert Half** | New Grad: Software Engineer | Pittsburgh, PA | <a href=\"https://www.roberthalf.com/us/en/job/pittsburgh-pa/software-engineer/03730-0013046566-usen?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Microsoft** | New Grad: Software Engineer 🇺🇸 | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1754426/Software-Engineer---CTJ---Poly?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Microsoft** | New Grad: Software Engineer I 🛂 | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1752115/Software-Engineer-I?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Gecko Robotics** | New Grad: Forward Deployed Software Engineer | New York, NY | <a href=\"https://www.geckorobotics.com/careers?ashby_jid=37a18535-7fd9-4491-a8a0-d567adc30e03&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Aquatic** | New Grad: Software Engineer | Chicago, IL</br>New York, NY | <a href=\"https://job-boards.greenhouse.io/aquaticcapitalmanagement/jobs/7624703002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 08 |\n| **Microsoft** | New Grad: Software Engineer | Cambridge, MA | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1750061/Software-Engineer-Microsoft-AI-Development-Acceleration-Program-Cambridge?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 07 |\n| **Microsoft** | New Grad: Software Engineer | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1750059/Software-Engineer-Microsoft-AI-Development-Acceleration-Program-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 07 |\n| **Microsoft** | New Grad: Software Engineer, Fullstack | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1763382/Software-Engineer---Fullstack%2C-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 04 |\n| **Groq** | New Grad: Software Engineer | Mountain View, CA | <a href=\"https://groq.com/careers/?gh_jid=5913274003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 04 |\n| **Broad Institute** | New Grad: Computational Research | Cambridge, MA | <a href=\"https://broadinstitute.avature.net/en_US/careers/JobDetail/Early-Career-Researchers-Computational-Associate-I-Broad-wide-openings/18857?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 04 |\n| **Oracle** | New Grad 2025: Software Engineer | Multiple | <a href=\"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/255948/?utm_medium=Job%20aggregator&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **Oracle** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/255972/?utm_medium=Job%20aggregator&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 03 |\n| **American Express** | New Grad 2025: Information Security Analyst | New York, NY | <a href=\"https://aexp.eightfold.ai/careers/job/24619689?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Sep 01 |\n| **Tesla** | New Grad: Backend Software Engineer | Fremont, CA | <a href=\"https://www.tesla.com/careers/search/job/226115?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 30 |\n| **Jane Street** | New Grad: Domain Specific Language Engineer | New York, NY | <a href=\"https://job-boards.greenhouse.io/janestreet/jobs/7616537002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 30 |\n| **Seagate** | HDD Product Manager | Shakopee, MN | <a href=\"https://seagatecareers.com/job/Shakopee-HDD-Product-Manager-%2528Entry-Level%2529-MN/1205799800?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - Fusion Applications Development 🛂 | Redwood City, CA</br>Pleasanton, CA</br>Santa Clara, CA | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255788/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - OCI 🛂 | Santa Clara, CA | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255992/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - OCI 🛂 | Nashville, TN | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255994/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - NetSuite 🛂 | <details><summary>**4 locations**</summary>Austin, TX</br>Seattle, WA</br>Nashville, TN</br>Santa Clara, CA</details> | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/256018/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - Global Industries 🛂 | <details><summary>**4 locations**</summary>Austin, TX</br>Seattle, WA</br>Nashville, TN</br>Santa Clara, CA</details> | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/256009?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - OCI 🛂 | Austin, TX | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255993?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - Database Technologies 🛂 | <details><summary>**4 locations**</summary>Austin, TX</br>Seattle, WA</br>Nashville, TN</br>Santa Clara, CA</details> | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255972?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - OCI 🛂 | Seattle, WA | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255984?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - Analytics Cloud 🛂 | <details><summary>**4 locations**</summary>Austin, TX</br>Seattle, WA</br>Nashville, TN</br>Santa Clara, CA</details> | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255975?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Oracle** | New Grad 2025: Software Engineer - Corporate Architecture 🛂 | <details><summary>**4 locations**</summary>Austin, TX</br>Seattle, WA</br>Nashville, TN</br>Santa Clara, CA</details> | <a href=\"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255948?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **ByteDance** | New Grad 2025: Site Reliability Engineer | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7392685389754550578/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 29 |\n| **Reynolds and Reynolds** | New Grad: Site Reliability Engineer | Dayton, OH | <a href=\"https://www.reyrey.com/company/careers/job-openings/post/4580?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Microsoft** | New Grad: Software Engineer, Fullstack | Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1747253/Software-Engineer---Fullstack%2C-Redmond?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Microsoft** | New Grad: Software Engineer, Fullstack | Atlanta, GA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1755481/Software-Engineer---Fullstack%2C-Atlanta?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Microsoft** | New Grad: Software Engineer, Fullstack | Mountain View, CA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1755480/Software-Engineer---Fullstack%2C-Mountain-View?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Microsoft** | New Grad: Software Engineer, Fullstack | Cambridge, MA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1755482/Software-Engineer---Fullstack%2C-Cambridge?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Microsoft** | New Grad: Software Engineer, Fullstack | Multiple | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1753930?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **iManage** | New Grad: Technical Support Engineer | Chicago, IL | <a href=\"https://imanagecom.applytojob.com/apply/jobs/details/GK24yec0X4?&&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Honeywell** | New Grad 2025: IT/Cyber/DS Engineer | United States | <a href=\"https://careers.honeywell.com/us/en/job/HONEUSREQ460335EXTERNALENUS/Information-Systems-IT-Cyber-Engineer-Data-Science-Recent-Grad-Full-Time?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Honeywell** | New Grad 2025: AI/ML Engineer | United States | <a href=\"https://careers.honeywell.com/us/en/job/HONEUSREQ460305EXTERNALENUS/Artificial-Intelligence-Machine-Learning-Recent-Grad-Full-Time?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Honeywell** | New Grad 2025: Software Engineer | United States | <a href=\"https://careers.honeywell.com/us/en/job/HONEUSREQ460344EXTERNALENUS/Software-Engineer-Computer-Science-Recent-Grad-Full-Time?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **DriveWealth** | New Grad: Software Engineer - Masters | New York, NY | <a href=\"https://www.drivewealth.com/company/jobs/?gh_jid=6100508003%3Fgh_jid%3D6100508003&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **ByteDance** | New Grad 2025: Research Scientist | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7397367274900211977/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **ByteDance** | New Grad 2025: QA Engineer | Seattle, WA | <a href=\"https://jobs.bytedance.com/en/position/7397268878131497226/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 27 |\n| **Nextdoor** | New Grad 2025: Machine Learning Engineer - MS/PHD | San Francisco, CA | <a href=\"https://about.nextdoor.com/careers-list/?gh_jid=6202943&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Meta** | New Grad: Network Production Engineer | <details><summary>**5 locations**</summary>Sunnyvale, CA</br>Menlo Park, CA</br>Seattle, WA</br>Boston, MA</br>New York, NY</details> | <a href=\"https://www.metacareers.com/v2/jobs/520974660595763/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Gecko Robotics** | New Grad: Field Software Engineer | Pittsburg, PA | <a href=\"https://www.geckorobotics.com/careers?ashby_jid=456af2b4-804c-4fc5-95c3-01d6539cdc0e&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Gecko Robotics** | New Grad: Embedded Software Engineer | Pittsburg, PA | <a href=\"https://www.geckorobotics.com/careers?ashby_jid=c161948f-001d-45e4-a340-776cfccc1ff2&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Gecko Robotics** | New Grad: Localization Engineer | Pittsburg, PA | <a href=\"https://www.geckorobotics.com/careers?ashby_jid=ad2f924f-79fd-4dea-875b-a5a4b911d17e&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Gecko Robotics** | New Grad: Software Engineer | Boston, MA | <a href=\"https://www.geckorobotics.com/careers?ashby_jid=34464bf6-1c55-4aed-8d08-ac43c7c965d1&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **ByteDance** | New Grad 2025: Machine Learning Engineer | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7399738686366042377/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **ByteDance** | New Grad 2025: Frontend Software Engineer | Seattle, WA | <a href=\"https://jobs.bytedance.com/en/position/7396821576484555046/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **ByteDance** | New Grad 2025: Software Engineer | Seattle, WA | <a href=\"https://jobs.bytedance.com/en/position/7405726137865177371/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **ByteDance** | New Grad 2025: Backend Software Engineer | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7396812738201061669/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **ByteDance** | New Grad 2025: Mobile Software Engineer | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7396945647146076453/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Applied Intuition** | New Grad: Software Engineer - PHD | Mountain View, CA | <a href=\"https://boards.greenhouse.io/appliedintuition/jobs/4045225005?gh_jid=4045225005&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 25 |\n| **Jane Street** | New Grad 2025: Linux Engineer | New York, NY | <a href=\"https://www.janestreet.com/join-jane-street/position/7546051002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Jane Street** | New Grad 2025: FPGA Engineer | New York, NY | <a href=\"https://www.janestreet.com/join-jane-street/position/7546237002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Jane Street** | New Grad: Software Engineer | New York, NY | <a href=\"https://www.janestreet.com/join-jane-street/position/7528962002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Gecko Robotics** | New Grad: Forward Deployed Engineer 🛂 | Pittsburgh, PA</br>Boston, MA</br>New York, NY | <a href=\"https://www.geckorobotics.com/careers?utm_medium=jobboard&ashby_jid=37a18535-7fd9-4491-a8a0-d567adc30e03&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 23 |\n| **Tiktok** | New Grad: Machine Learning Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397933618406033702/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 21 |\n| **Meta** | New Grad:  Production Engineer | <details><summary>**5 locations**</summary>Sunnyvale, CA</br>Bellevue, WA</br>Menlo Park, CA</br>New York, NY</br>Fremont, CA</details> | <a href=\"https://www.metacareers.com/jobs/477195844990625?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 21 |\n| **Microsoft** | New Grad: Software Engineer | Multiple Locations | <a href=\"https://jobs.careers.microsoft.com/us/en/job/1750679/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 20 |\n| **The Trade Desk** | New Grad 2025: Software Engineer | San Francisco, CA | <a href=\"https://www.linkedin.com/jobs/view/4000100097/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 15 |\n| **IBM** | New Grad 2025: Product Manager | <details><summary>**5 locations**</summary>Austin, TX</br>Lowell, MA</br>Durham, NC</br>Research Triangle Park, NC</br>Dallas, TX</details> | <a href=\"https://careers.ibm.com/job/20863344/entry-level-product-manager-2025-remote/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 14 |\n| **Databricks** | New Grad 2025: Data Scientist | Mountain View, CA | <a href=\"https://www.databricks.com/company/careers/university-recruiting/data-scientist---new-grad-2025-start-6866554002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 14 |\n| **Blackrock** | New Grad 2025: Analyst Program | United States | <a href=\"https://blackrock.tal.net/vx/lang-en-GB/mobile-0/brand-3/xf-4a4032eced60/candidate/so/pm/1/pl/1/opp/8161-2025-Full-Time-Analyst-Program-AMERS/en-GB?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 10 |\n| **Airgoods - YC** | New Grad: Full-Stack Engineer | New York, NY | <a href=\"https://www.workatastartup.com/jobs/63762?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 10 |\n| **Neocis** | New Grad 2025: Software Engineer | Miami, FL | <a href=\"https://www.neocis.com/about-us/careers/?gnk=job&gni=8a7885a8910ff31101912dd353816bde&lang=en&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 08 |\n| **Meta** | New Grad: Production Engineer | <details><summary>**4 locations**</summary>Sunnyvale, CA</br>Bellevue, WA</br>Menlo Park, CA</br>New York, NY</details> | <a href=\"https://www.metacareers.com/v2/jobs/477195844990625/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 08 |\n| **Roblox** | New Grad: Software Engineer 🛂 | San Mateo, CA | <a href=\"https://careers.roblox.com/jobs/6086753?gh_jid=6086753&gh_src=71e9c9571us&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 06 |\n| **Tiktok** | New Grad 2025: Frontend Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397567418497861939/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Aug 01 |\n| **TikTok** | New Grad 2025: Machine Learning Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397101263031290162/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 31 |\n| **Tiktok** | New Grad 2025: Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7397588344904124722/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 31 |\n| **Ramp** | New Grad 2025: Software Engineer - Frontend | New York, NY | <a href=\"https://jobs.ashbyhq.com/ramp/12747eb1-e545-478d-b07c-f27f4a88cc12?departmentId=e9877d64-61b1-4b37-8518-65af0431cd09&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 31 |\n| **Tiktok** | Machine Learning Engineer - 2025 Start | Seattle, WA | <a href=\"https://careers.tiktok.com/position/7267035371972036919/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 29 |\n| **TikTok** | New Grad Machine Learning Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7395702392933927205/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 29 |\n| **TikTok** | ML Engineer | Seattle, WA | <a href=\"https://careers.tiktok.com/position/7395343587233515827/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 29 |\n| **Microsoft** | Software Engineer | Atlanta, GA</br>Redmond, WA | <a href=\"https://jobs.careers.microsoft.com/global/en/job/1743922/Software-Engineer?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 29 |\n| **ByteDance** | Software Engineer Graduate - 2025 Start | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7376504348953970982/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 29 |\n| **Amazon** | Software Dev Engineer | Seattle. WA</br>Cupertino, CA | <a href=\"https://www.amazon.jobs/en/jobs/2577799/software-dev-engineer-ai-ml-aws-neuron-distributed-training?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 29 |\n| **TikTok** | Software Engineer Graduate (TikTok LIVE Foundation) - 2025 Start | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7394970016695453990/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 25 |\n| **Tiktok** | Software Engineer Graduate (Intelligent Creation Mobile) - 2025 Start (BS/MS) | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7394972975772027146/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 25 |\n| **Tiktok** | Machine Learning Engineer 2025 Start (TikTok Recommendation) | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7394958206025550089/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 24 |\n| **TikTok** | Software Engineer Graduate (TikTok Short Video) - 2025 Start (Bachelors/Master) | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7394316025958828325/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 23 |\n| **Optiver** | Graduate Software Engineer (2025 Start – Chicago) | Chicago, IL | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7498615002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 23 |\n| **ByteDance** | Software Engineer Graduate (AML- Engine) - 2025 Start (BS/MS) | San Jose, CA | <a href=\"https://jobs.bytedance.com/en/position/7394555540905036058/detail?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 23 |\n| **Axle Health** | Software Engineer (New Grad) | Los Angeles, CA | <a href=\"https://www.workatastartup.com/jobs/68040?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 22 |\n| **Jane Street** | Front End Software Engineer | New York, NY | <a href=\"https://boards.greenhouse.io/janestreet/jobs/6184529002?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 11 |\n| **TikTok** | iOS Software Engineer | San Jose, CA | <a href=\"https://careers.tiktok.com/position/7374936054024161562/detail?spread=5MWH5CQ&utm_source=cvrve&ref=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 10 |\n| **Radley James** | Junior C++ Engineer | San Francisco, CA | <a href=\"https://radleyjames.com/jobs/5341-c-junior-c-engineer-san-francisco/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 10 |\n| **OpenAI** | Software Engineer, Backend | San Francisco, CA | <a href=\"https://jobs.ashbyhq.com/openai/75420421-5a2a-4d99-8755-9eeff799de95?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 10 |\n| **Optiver** | Graduate Software Engineer (2025 Start – Austin) | Austin, TX | <a href=\"https://optiver.com/working-at-optiver/career-opportunities/7498618002/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 09 |\n| **Citadel** | Software Engineer | Chicago,IL</br>Miami, FL</br>New York, NY | <a href=\"https://www.citadel.com/careers/details/software-engineer-2025-university-graduate-us/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 09 |\n| **JPMorgan Chase** | 2025 Software Engineer Program 🛂 | <details><summary>**12 locations**</summary>Atlanta, GA</br>Austin, TX</br>Chicago, IL</br>Columbus, OH</br>Houston, TX</br>Jersey City, NJ</br>New York, NY</br>Palo Alto, CA</br>Plano, TX</br>Seattle, WA</br>Tampa, FL</br>Wilmington, DE</details> | <a href=\"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210527372?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **Citadel Securities** | Software Engineer – 2025 University Graduate (US) | Miami, FL</br>New York, NY | <a href=\"https://www.citadelsecurities.com/careers/details/software-engineer-2025-university-graduate-us-2/?utm_source=cvrve\"><img src=\"https://i.imgur.com/u1KNU8z.png\" width=\"118\" alt=\"Apply\"></a> | Jul 05 |\n| **NVIDIA** | New Grad 2025: ASIC Hardware Design Engineer | Austin, TX | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: Systems Software Engineer | Hillsboro, OR | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: Hardware Applications Engineer, Datacenter | Santa Clara, CA | 🔒 | Jul 14 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Jul 05 |\n| **Galatea Associates** | Software Engineer Associate 🛂 | <details><summary>**4 locations**</summary>Somerville, MA</br>St. Petersburg, FL</br>Durham, NC</br>London, UK</details> | 🔒 | Jul 05 |\n| **KLA** | New Grad: Software Engineer | Milpitas, CA | 🔒 | Jun 30 |\n| **RTX** | Software Engineer I (Java) | Fulton, MD | 🔒 | Jun 27 |\n| **NVIDIA** | New Grad 2025: ASIC Hardware Design Engineer | Austin, TX | 🔒 | Jun 27 |\n| **Nordstrom** | Engineer 1 | Seattle, WA | 🔒 | Jun 21 |\n| **Nordstrom** | iOS Developer Engineer I | Seattle, WA | 🔒 | Jun 21 |\n| **Lucid** | DevOps and Build Infrastructure Engineer | Newark, CA | 🔒 | Jun 17 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Jun 10 |\n| **Apple** | Software Engineer - Full Stack | San Diego, CA | 🔒 | Jun 10 |\n| **Tenstorrent** | Software Developer, Metal Runtime | Santa Clara, CA | 🔒 | Jun 07 |\n| **Radiant** | New Grad: Software Engineer | El Segundo, CA | 🔒 | Jun 07 |\n| **NVIDIA** | New Grad 2025: Hardware Validation Engineer | Santa Clara, CA | 🔒 | Jun 07 |\n| **NVIDIA** | New Grad 2025: Systems Software Engineer | Hillsboro, OR | 🔒 | Jun 07 |\n| **Disney** | Software Engineer I\t | <details><summary>**5 locations**</summary>San Francisco, CA</br>Santa Monica, CA</br>Glendale, CA</br>New York, NY</br>Seattle, WA</details> | 🔒 | Jun 07 |\n| **RTX** | Software Engineer I (Java) | Fulton, MD | 🔒 | Jun 06 |\n| **Google DeepMind** | Full Stack Software Engineer | Cambridge, MA</br>Mountain View, CA</br>New York, NY | 🔒 | Jun 06 |\n| **Cox Automotive** | Software Engineer I | Carmel, IN | 🔒 | Jun 06 |\n| **Amentum** | Software Developer | Dahlgren, VA | 🔒 | Jun 06 |\n| **Sigma** | New Grad: Software Engineer | San Francisco, CA</br>New York City, NY | 🔒 | Jun 02 |\n| **PlayStation** | Software Engineer I - Application Framework | San Mateo, CA | 🔒 | Jun 01 |\n| **Vertex Inc** | New Grad 2025: Software Developer | Remote</br>US | 🔒 | May 31 |\n| **Disney** | Software Engineer I | Seattle, WA | 🔒 | May 31 |\n| **Disney** | Software Engineer I | <details><summary>**6 locations**</summary>Glendale, CA</br>Seattle, WA</br>San Francisco, CA</br>New York, NY</br>Bristol, CT</br>Santa Monica, CA</details> | 🔒 | May 31 |\n| **RTX** | C/C++ and Java Software Development Engineer I | Portsmouth, RI | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: System Design Engineer | Santa Clara, CA | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Deep Learning Architect, Masters/PhD | Durham, NC</br>Santa Clara, CA | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Power Architecture and Optimization Engineer | Santa Clara, CA</br>Austin, TX | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Software Engineer, Generative-AI | Santa Clara, CA | 🔒 | May 30 |\n| **NVIDIA** | New Grad 2025: Machine Learning Software Engineer | Santa Clara, CA | 🔒 | May 30 |\n| **Cox Automotive** | Software Engineer I | Atlanta, GA | 🔒 | May 30 |\n| **Cadence** | Software Engineer I | San Jose, CA | 🔒 | May 30 |\n| **BlueYonder** | Software Engineer I | Dallas, TX | 🔒 | May 30 |\n| **Truveta** | Software Engineer - Data Processing | Seattle, WA | 🔒 | May 29 |\n| **Truveta** | Software Engineer - Fullstack | Seattle, WA | 🔒 | May 29 |\n| **Five Rings** | New Grad 2025: Quantitative Trader | Boca Raton, FL | 🔒 | May 25 |\n| **Twilio** | New Grad: Software Engineer | Remote</br>US | 🔒 | May 23 |\n| **Perforce** | Associate Software Engineer | Minneapolis, MN | 🔒 | May 23 |\n| **NVIDIA** | New Grad 2025: ASIC Floorplan Design Engineer | Santa Clara, CA | 🔒 | May 23 |\n| **Lucid** | Software Engineer, Linux System Software | Seattle, WA | 🔒 | May 23 |\n| **Horace Mann** | Software Engineer I | Springfield, IL</br>Addison, TX</br>Remote | 🔒 | May 23 |\n| **Fifth Third Bank** | Data Engineer I - Finance IT | Cincinnati, OH | 🔒 | May 23 |\n| **Cox Automotive** | Software Engineer I | Austin, TX | 🔒 | May 23 |\n| **Cloudflare** | Software Engineer, Network Protocols | Austin, TX | 🔒 | May 23 |\n| **Boston Dynamics** | Software Engineer | Waltham, MA | 🔒 | May 23 |\n| **Truist** | Testing Software Engineer I | Charlotte, NC | 🔒 | May 17 |\n| **CACI** | Software Engineer 1 | Annapolis Junction, MD | 🔒 | May 17 |\n| **Mixpanel** | Software Engineer, Fullstack | San Francisco, CA | 🔒 | May 15 |\n| **Meta** | Software Engineer, Systems ML | Bellevue, WA</br>Menlo Park, CA</br>New York, NY | 🔒 | May 15 |\n| **Comcast** | Software Development & Engineer 1 | Philadelphia, PA | 🔒 | May 15 |\n| **Affirm** | Machine Learning Engineer I | Remote</br>US | 🔒 | May 15 |\n| **Snap Inc** | Embedded Software Engineer | San Diego, CA</br>Los Angeles, CA | 🔒 | May 03 |\n| **NVIDIA** | New Grad 2025: Design Engineer, Coherent High Speed Interconnect | Santa Clara, CA</br>Westford, MA | 🔒 | May 03 |\n| **NVIDIA** | New Grad 2025: Software Development Engineer in Test, Graphics | <details><summary>**5 locations**</summary>Austin, TX</br>Santa Clara, CA</br>Redmond, WA</br>Remote</br>US</details> | 🔒 | May 03 |\n| **Leidos** | Entry Level Software Developer | Fort Sill, OK</br>Lawton, OK | 🔒 | May 03 |\n| **Disney** | Associate Software Engineer | Seattle, WA</br>Burbank, CA</br>Orlando, FL | 🔒 | May 03 |\n| **Boeing** | Entry Level Embedded Software Engineer | Berkeley, MO | 🔒 | May 03 |\n| **Applied Intuition** | New Grad: Software Engineer | Mountain View, CA | 🔒 | May 03 |\n| **Adobe** | New Grad 2025: Software Engineer | New York, NY | 🔒 | May 03 |\n| **1Password** | Junior Developer | Remote</br>US | 🔒 | May 03 |\n| **Medela** | Associate Software Development Engineer | McHenry, IL | 🔒 | Apr 14 |\n| **Early Warning** | Software Engineer | Scottsdale, AZ | 🔒 | Apr 14 |\n| **Twitch** | Software Engineer | San Francisco, CA | 🔒 | Apr 12 |\n| **Playstation** | Software Engineer I | San Diego, CA | 🔒 | Apr 12 |\n| **NVIDIA** | New Grad 2025: SRAM Circuit Design Engineer | Santa Clara, CA | 🔒 | Apr 12 |\n| **NVIDIA** | New Grad 2025: SRAM CAD Engineer | Santa Clara, CA | 🔒 | Apr 12 |\n| **Crowdstrike** | Application Security Engineer I - Product Security | Remote</br>US | 🔒 | Apr 12 |\n| **Apollo** | Full Stack Engineer | El Segundo, California | 🔒 | Apr 12 |\n| **Synchrony** | Android Engineer I – Digital Servicing | <details><summary>**12 locations**</summary>Newport Beach, CA</br>Stamford, CT</br>Dallas, TX</br>Chicago, IL</br>Altamonte Springs, FL</br>Charlotte, NC</br>Alpharetta, GA</br>Rapid City, SD</br>New York, NY</br>Kansas City, KS</br>St Paul, MN</br>Cincinnati, OH</details> | 🔒 | Apr 10 |\n| **RTX** | Software Engineer I | Tucson, AZ | 🔒 | Apr 10 |\n| **Amentum** | Entry Level Software Engineer | Fredericksburg, VA | 🔒 | Apr 10 |\n| **Amentum** | Entry Level Software Engineer | Dahlgren, VA | 🔒 | Apr 10 |\n| **Nordstrom** | Developer Tools Support Engineer 1 | Seattle, WA | 🔒 | Apr 08 |\n| **NVIDIA** | New Grad 2025: Deep Learning Computer Architect | Santa Clara, CA | 🔒 | Apr 05 |\n| **Layup Parts** | New Grad: Software Engineer | Huntington Beach, CA | 🔒 | Apr 05 |\n| **Blue Origin** | New Grad 2025: Software Development Engineer I | <details><summary>**6 locations**</summary>Seattle, WA</br>Van Horn, TX</br>Huntsville, AL</br>Denver, CO</br>Space Coast, FL</br>Los Angeles, CA</details> | 🔒 | Apr 05 |\n| **Bloomberg** | Software Engineer, Associate | Arlington, VA | 🔒 | Apr 05 |\n| **Wood Mackenzie** | Software Engineer I | Boston, MA | 🔒 | Mar 31 |\n| **Scale AI** | New Grad 2025: Software Engineer, Public Sector | San Francisco, CA | 🔒 | Mar 31 |\n| **Scale AI** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Mar 31 |\n| **Red Hat** | Software Quality Engineer | Raleigh, NC | 🔒 | Mar 31 |\n| **Cushman & Wakefield** | Mobile Building Engineer | Tampa, FL | 🔒 | Mar 31 |\n| **Blue Origin** | New Grad 2025: Software Development Engineer I | <details><summary>**6 locations**</summary>Seattle, WA</br>Van Horn, TX</br>Huntsville, AL</br>Denver, CO</br>Space Coast, FL</br>Los Angeles, CA</details> | 🔒 | Mar 31 |\n| **Spotify** | Backend Engineer | New York, NY | 🔒 | Mar 23 |\n| **SpaceX** | Software Engineer, Displays Software | Hawthorne, CA | 🔒 | Mar 09 |\n| **Silicon Labs** | Applications Engineer I | Austin, TX | 🔒 | Mar 09 |\n| **Raytheon** | New Grad 2025: Software Engineer I 🛂 | Fort Wayne, IN | 🔒 | Mar 09 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer, GPU | Santa Clara, CA</br>Austin, TX</br>Durham, NC | 🔒 | Mar 09 |\n| **NVIDIA** | New Grad 2025: ASIC Design Efficiency Engineer | Santa Clara, CA | 🔒 | Mar 09 |\n| **Nominal** | New Grad 2025: Software Engineer 🛂 | New York, NY</br>Los Angeles, CA</br>Austin, TX | 🔒 | Feb 27 |\n| **USAA** | Entry Level Software Engineer | San Antonio, TX | 🔒 | Feb 25 |\n| **Cox Automotive** | Software Engineer I | Austin, TX | 🔒 | Feb 25 |\n| **Spotify** | Machine Learning Engineer, Personalization | New York, NY</br>Boston, MA | 🔒 | Feb 24 |\n| **Sigma** | New Grad: Software Engineer | San Francisco, CA</br>New York City, NY | 🔒 | Feb 18 |\n| **Whatnot** | New Grad 2025: Cloud Security Engineer | San Francisco, CA</br>Los Angeles, CA</br>New York, NY | 🔒 | Feb 16 |\n| **Scale AI** | New Grad: Software Engineer, Security Engineer | San Francisco, CA | 🔒 | Feb 05 |\n| **CVS Health** | Associate Software Engineer | Irving, TX | 🔒 | Feb 05 |\n| **CVS Health** | Software Engineer | Irving, TX | 🔒 | Feb 05 |\n| **Verkada** | New Grad 2025: Technical Support Engineer | San Mateo, CA | 🔒 | Jan 29 |\n| **Verkada** | New Grad 2025: Software Engineer, Security | San Mateo, CA | 🔒 | Jan 29 |\n| **Nexxen** | Software Engineer I, DSP | New York, NY | 🔒 | Jan 29 |\n| **Twilio** | Software Engineer (L1) - Voice Connectivity | Remote</br>US | 🔒 | Jan 25 |\n| **NVIDIA** | New Grad 2025: System Software Engineer, Autonomous Vehicles | Santa Clara, CA | 🔒 | Jan 21 |\n| **NVIDIA** | New Grad 2025: Graphics Architect, Hardware - Masters | Santa Clara, CA | 🔒 | Jan 21 |\n| **Capital One** | New Grad 2025: Product Development Program Associate 🛂 | Plano, TX</br>Richmond, VA</br>Chicago, IL | 🔒 | Jan 17 |\n| **Whoop** | Android Engineer I | Boston, MA | 🔒 | Jan 16 |\n| **Twitch** | Software Engineer I | Seattle, WA | 🔒 | Jan 16 |\n| **TigerGraph** | Software Engineer - Infrastructure | Redwood City, CA | 🔒 | Jan 16 |\n| **PointClickCare** | Associate Data Engineer | Salt Lake City, UT | 🔒 | Jan 16 |\n| **Patterndata** | Software Engineer I | Remote</br>US | 🔒 | Jan 16 |\n| **LexisNexis** | Software Engineer I | Oklahoma City, OK | 🔒 | Jan 16 |\n| **Leidos** | Junior Data Scientist | Remote</br>US | 🔒 | Jan 16 |\n| **FloQast** | Software Engineer I | United States | 🔒 | Jan 16 |\n| **Broadcom** | Software Engineer 1 | Colorado Springs, CO | 🔒 | Jan 16 |\n| **Spotify** | Data Scientist I | New York, NY | 🔒 | Jan 09 |\n| **Brooks** | Software Engineer | Chelmsford, MA | 🔒 | Jan 07 |\n| **Tower Research Capital** | Software Engineer I | Charleston, SC | 🔒 | Jan 06 |\n| **NCR Voyix** | Software Engineer I | Atlanta, GA | 🔒 | Jan 06 |\n| **NCR Voyix** | Software Engineer | Atlanta, GA | 🔒 | Jan 06 |\n| **Cubic Defense** | Associate Software Engineer 🇺🇸 | San Diego, CA | 🔒 | Jan 06 |\n| **CSI** | Software Engineer I | Amarillo, TX</br>Remote</br>US | 🔒 | Jan 06 |\n| **AutoStore** | New Grad 2025: Software Engineer | Denver, CO | 🔒 | Jan 06 |\n| **Arrive Logistics** | Associate Software Engineer | Chicago, IL | 🔒 | Jan 06 |\n| **Opto** | Software Engineer, Data | San Francisco, CA | 🔒 | Jan 01 |\n| **Opto** | Software Engineer, Product | San Francisco, CA | 🔒 | Jan 01 |\n| **Opto** | Software Engineer, Applied AI | New York, NY</br>San Francisco, CA | 🔒 | Jan 01 |\n| **worldpay** | Software Engineer I | Cincinnati, OH | 🔒 | Dec 27 |\n| **Meta** | Software Engineer, Systems ML | <details><summary>**5 locations**</summary>Sunnyvale, CA</br>Bellevue, WA</br>Menlo Park, CA</br>New York, NY</br>Remote</details> | 🔒 | Dec 27 |\n| **MedImpact** | Software Engineer I | San Diego, CA | 🔒 | Dec 27 |\n| **Edmonds** | Associate Software Engineer | Remote</br>US | 🔒 | Dec 27 |\n| **Yardi** | Software Development Engineer I | Santa Barbara, CA | 🔒 | Dec 22 |\n| **Nike** | Machine Learning Engineer I | Beaverton, OR | 🔒 | Dec 22 |\n| **Adobe** | New Grad 2025: Software Engineer | Lehi, UT | 🔒 | Dec 22 |\n| **State Street** | Software Engineer I | Burlington, MA | 🔒 | Dec 20 |\n| **NetApp** | Entry Level Software Engineer | San Jose | 🔒 | Dec 20 |\n| **Manulife Financial Corporation** | New Grad 2025: Software Engineer | Boston, MA | 🔒 | Dec 20 |\n| **Expedia** | Software Development Engineer I | Austin, TX | 🔒 | Dec 20 |\n| **Digicert** | Junior Software Engineer | United States | 🔒 | Dec 20 |\n| **Hudson River Trading** | New Grad 2025: Algorithm Developer -- PhD | New York, NY | 🔒 | Dec 19 |\n| **NVIDIA** | New Grad 2025: Developer Technology Engineer, CPU Performance | Santa Clara, CA | 🔒 | Dec 17 |\n| **Dagster Labs** | New Grad 2025: Software Engineer | <details><summary>**4 locations**</summary>Minneapolis, MN</br>San Francisco, CA</br>New York, NY</br>Remote</details> | 🔒 | Dec 17 |\n| **Uber** | New Grad 2025: Software Engineer I | San Francisco, CA | 🔒 | Dec 15 |\n| **NVIDIA** | New Grad 2025: ASIC Design Engineer | Santa Clara, CA | 🔒 | Dec 13 |\n| **NVIDIA** | New Grad 2024: GPU Architecture Engineer | Santa Clara, CA</br>Austin, TX</br>Durham, NC | 🔒 | Dec 13 |\n| **Arrive Logistics** | Associate Software Engineer | Austin, TX | 🔒 | Dec 11 |\n| **Alo Yoga** | Software Engineer | San Ramon, CA | 🔒 | Dec 11 |\n| **Abbott** | Firmware Engineer I | Sylmar, CA | 🔒 | Dec 11 |\n| **Spotify** | Backend Engineer, Audiobooks | New York, NY</br>Boston, MA | 🔒 | Dec 07 |\n| **Snap** | Software Engineer | Boulder, CO | 🔒 | Dec 07 |\n| **Scale AI** | New Grad: Forward Deployed Engineer | San Francisco, CA | 🔒 | Dec 07 |\n| **Raytheon** | New Grad 2025: Software Engineer I 🇺🇸 | McKinney, TX | 🔒 | Dec 07 |\n| **Grafana Labs** | Software Engineer | Remote</br>US | 🔒 | Dec 07 |\n| **Aurora** | Software Engineer I | Pittsburgh, PA | 🔒 | Dec 07 |\n| **NVIDIA** | New Grad 2025: Software Engineer, Code Coverage Tools | Santa Clara, CA | 🔒 | Dec 06 |\n| **Red Hat** | Software Engineer | Raleigh, NC | 🔒 | Dec 05 |\n| **Prudential** | Software Engineer | Newark, NJ | 🔒 | Dec 05 |\n| **Northwestern Mutual** | Software Engineer I | Milwaukee, WI | 🔒 | Dec 05 |\n| **Mastercard** | Software Engineer I | Seattle, WA | 🔒 | Dec 05 |\n| **Mastercard** | Software Engineer I | Seattle, WA | 🔒 | Dec 05 |\n| **HP** | Software Applications Engineer | Boise, ID</br>Alpharetta, GA | 🔒 | Dec 05 |\n| **Apple** | Software Engineer, Customer Feedback | Cupertino, CA | 🔒 | Dec 05 |\n| **Amentum** | Entry Level Software Engineer | Fredericksburg, VA | 🔒 | Dec 05 |\n| **Adobe** | New Grad 2025: Software Engineer | San Jose, CA</br>San Francisco, CA | 🔒 | Dec 05 |\n| **FactSet** | New Grad 2025: Software Engineer | Norwalk, CT</br>New York, NY</br>Boston, MA | 🔒 | Dec 03 |\n| **xAI** | Software Engineer - Data Infrastructure | San Francisco, CA</br>Palo Alto, CA | 🔒 | Nov 28 |\n| **Vivint** | Software Engineer, Android | Boston, MA | 🔒 | Nov 28 |\n| **Robinhood** | Software Engineer | Menlo Park, CA | 🔒 | Nov 28 |\n| **Lockheed Martin** | Early Career: Software Engineer 🇺🇸 | Owego, NY | 🔒 | Nov 26 |\n| **Included Health** | New Grad 2025: Software Engineer, Treat Team | San Francisco, CA | 🔒 | Nov 26 |\n| **NetApp** | Entry Level Software Engineer | <details><summary>**6 locations**</summary>San Jose, CA</br>Boulder, CO</br>Waltham, MA</br>Research Triangle Park, NC</br>Wichita, KS</br>Cranberry Township, PA</details> | 🔒 | Nov 24 |\n| **NetApp** | Software Engineer - Masters | <details><summary>**6 locations**</summary>San Jose, CA</br>Boulder, CO</br>Waltham, MA</br>Research Triangle Park, NC</br>Wichita, KS</br>Cranberry Township, PA</details> | 🔒 | Nov 24 |\n| **Booz Allen** | New Grad 2025: Systems Engineer 🇺🇸 | Mclean, VA | 🔒 | Nov 24 |\n| **Twitch** | Software Engineer I, iOS | <details><summary>**4 locations**</summary>San Francisco, CA</br>Irvine, CA</br>New York, NY</br>Seattle, WA</details> | 🔒 | Nov 23 |\n| **Twitch** | Software Engineer I, iOS | <details><summary>**4 locations**</summary>San Francisco, CA</br>Irvine, CA</br>New York, NY</br>Seattle, WA</details> | 🔒 | Nov 23 |\n| **Twitch** | Software Engineer I - iOS | San Francisco, CA | 🔒 | Nov 23 |\n| **Horace Mann** | Software Engineer I | Springfield, MI | 🔒 | Nov 23 |\n| **Cox Enterprises** | Software Engineer I 🛂 | Austin, TX | 🔒 | Nov 23 |\n| **nCino** | Associate Software Engineer | Wilmington, NC | 🔒 | Nov 22 |\n| **Salesforce** | New Grad: Machine Learning Engineer | Dallas, TX</br>Atlanta, GA</br>Indianapolis, IN | 🔒 | Nov 21 |\n| **NVIDIA** | New Grad 2025: ASIC Verification Engineer | Santa Clara, CA | 🔒 | Nov 21 |\n| **NVIDIA** | New Grad 2025: Software Engineer, Virtualization | Santa Clara, CA | 🔒 | Nov 21 |\n| **Salesforce** | New Grad: Associate Data Scientist | Dallas, TX</br>Atlanta, GA</br>Indianapolis, IN | 🔒 | Nov 20 |\n| **Nike** | Software Engineer I | Beaverton, OR | 🔒 | Nov 20 |\n| **ConnectWise** | Software Engineer I | Remote</br>US | 🔒 | Nov 20 |\n| **Collaborative Robotics** | New Grad: Software Engineer, Robotics | Santa Clara, CA | 🔒 | Nov 20 |\n| **Collaborative Robotics** | New Grad: Software Engineer | Santa Clara, CA | 🔒 | Nov 20 |\n| **USAA** | Data Engineer I | San Antonio, TX | 🔒 | Nov 19 |\n| **Baxter** | Software Engineer I | Round Lake, IL | 🔒 | Nov 19 |\n| **Applied Intuition** | Software Engineer 🇺🇸 | Washington, DC | 🔒 | Nov 18 |\n| **The Aerospace Corporation** | New Grad 2025: Embedded Software Engineer | El Segundo, CA | 🔒 | Nov 16 |\n| **Salesforce** | Software Engineer, AMTS | San Francisco, CA</br>Remote | 🔒 | Nov 16 |\n| **NVIDIA** | New Grad 2025: Applied LLM Engineer, AI and Chip Design | Santa Clara, CA | 🔒 | Nov 16 |\n| **GDIT** | Software Developer Associate 🇺🇸 | Annapolis Junction, MD | 🔒 | Nov 16 |\n| **Adobe** | New Grad 2025: Machine Learning Engineer - Masters/PhD\t | San Jose, CA | 🔒 | Nov 16 |\n| **Viasat** | New Grad 2025: Embedded Software Engineer | Tempe, AZ | 🔒 | Nov 15 |\n| **USAA** | Early Career: Software Engineer | San Antonio, TX | 🔒 | Nov 15 |\n| **SNC** | Software Engineer I | Folsom, CA | 🔒 | Nov 15 |\n| **Sierra Space** | Software Engineer I | Broomfield, CO | 🔒 | Nov 15 |\n| **Salesforce** | New Grad: Associate Solution Engineer | <details><summary>**5 locations**</summary>San Francisco, CA</br>Chicago, IL</br>New York, NY</br>Atlanta, GA</br>Indianapolis, IN</details> | 🔒 | Nov 15 |\n| **NVIDIA** | New Grad 2024: Software Engineer, Ethernet Switching | Austin, TX | 🔒 | Nov 15 |\n| **Here** | Junior Full Stack Engineer | New York, NY</br>Remote | 🔒 | Nov 15 |\n| **Dish Network** | Software Test Engineer I | Cheyenne, WY | 🔒 | Nov 15 |\n| **Condé Nast** | Data Engineer I | New York, NY | 🔒 | Nov 15 |\n| **Booz Allen** | Junior Data Scientist | San Diego, CA | 🔒 | Nov 15 |\n| **Sierra Space** | Software Engineer I | Broomfield, CO | 🔒 | Nov 13 |\n| **Amazon** | New Grad 2025: Software Development Engineer | <details><summary>**9 locations**</summary>Austin, TX</br>Sunnyvale, CA</br>Seattle, WA</br>Redmond, WA</br>Santa Clara, CA</br>Bellevue, WA</br>New York, NY</br>East Palo Alto, CA</br>Cambridge, MA</details> | 🔒 | Nov 13 |\n| **Symbotic** | New Grad: Software Engineer | Keene, NH</br>Wilmington, MA | 🔒 | Nov 11 |\n| **UPS** | Software Development Engineer I | Louisville, KT | 🔒 | Nov 09 |\n| **Twilio** | New Grad: Software Engineer | Remote</br>US | 🔒 | Nov 09 |\n| **NVIDIA** | New Grad 2024: AI Software Engineer | Seattle, WA</br>San Francisco, CA | 🔒 | Nov 09 |\n| **PhonePe** | Software Engineer | San Francisco, CA | 🔒 | Nov 08 |\n| **KAYAK** | Frontend Software Engineer, Hotel | Concord, MA | 🔒 | Nov 08 |\n| **KAYAK** | Frontend Software Engineer, Hotels | Cambridge, MA | 🔒 | Nov 08 |\n| **Bentley** | Associate Software Engineer | Exton, PA | 🔒 | Nov 08 |\n| **Apple** | Software Engineer | Cupertino, CA | 🔒 | Nov 08 |\n| **Ambient AI** | Software Engineer | San Francisco, CA | 🔒 | Nov 07 |\n| **Parafin** | New Grad: Backend Software Engineer | San Francisco, CA | 🔒 | Nov 06 |\n| **KFC** | Junior Site Reliability Engineer | Louisville, CO | 🔒 | Nov 06 |\n| **Spotify** | Backend Engineer I | New York, NY | 🔒 | Nov 05 |\n| **Genmo** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Nov 05 |\n| **Exact Sciences** | Software Engineer I | San Diego, CA</br>Madison, WI | 🔒 | Nov 05 |\n| **Amazon** | Software Dev Engineer | Seattle, WA | 🔒 | Nov 05 |\n| **Adobe** | New Grad 2025: Research Scientist/Engineer | San Jose, CA</br>San Francisco, CA | 🔒 | Nov 05 |\n| **Horace Mann** | Software Engineer I | Springfield, IL | 🔒 | Nov 03 |\n| **Sprout Social** | New Grad: Associate Software Engineer | Remote</br>US | 🔒 | Nov 01 |\n| **Sprout Social** | New Grad: Associate Data Scientist | Remote</br>US | 🔒 | Nov 01 |\n| **NVIDIA** | New Grad 2025: Research Engineer | Westford, MA</br>Austin, TX</br>Santa Clara, CA | 🔒 | Nov 01 |\n| **Meta** | New Grad: Software Engineer | <details><summary>**7 locations**</summary>Sunnyvale, CA</br>Bellevue, WA</br>Menlo Park, CA</br>Seattle, WA</br>Boston, MA</br>New York, NY</br>San Francisco, CA</details> | 🔒 | Nov 01 |\n| **Medtronic** | Software Engineer I | Boston, MA | 🔒 | Nov 01 |\n| **Medtronic** | Software Engineer I | Northridge, CA | 🔒 | Nov 01 |\n| **IBM** | Entry Level Firmware Developer | Austin, TX</br>Rochester, MN</br>Houston, TX | 🔒 | Nov 01 |\n| **Cadence Design Systems** | New Grad: Application Engineer | San Jose, CA | 🔒 | Nov 01 |\n| **Forward** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Oct 30 |\n| **Blue Origin** | New Grad 2025: DevOps Engineer | Seattle, WA</br>Denver, CO | 🔒 | Oct 29 |\n| **The Aerospace Corporation** | New Grad 2025: Cloud Native Developer | Colorado Springs, CO</br>Chantilly, VA | 🔒 | Oct 28 |\n| **Salesforce** | New Grad: Software Engineering AMTS/MTS | <details><summary>**10 locations**</summary>San Francisco, CA</br>Chicago, IL</br>Boston, MA</br>New York, NY</br>Seattle, WA</br>Burlington, MA</br>Bellevue, WA</br>Cambridge, MA</br>Atlanta, GA</br>Indianapolis, IN</details> | 🔒 | Oct 28 |\n| **NVIDIA** | New Grad 2025: Formal Verification Engineer | Santa Clara, CA | 🔒 | Oct 28 |\n| **Remitly** | Software Development Engineer 1 | Seattle, WA | 🔒 | Oct 26 |\n| **NVIDIA** | New Grad 2025: Math Libraries Engineer | Santa Clara, CA</br>Remote | 🔒 | Oct 26 |\n| **Merck & Co** | Junior Data Engineer | San Jose, CA | 🔒 | Oct 26 |\n| **LexisNexis** | Software Engineer I | Alpharetta, GA | 🔒 | Oct 26 |\n| **Expedia** | Software Development Engineer I | Seattle, WA | 🔒 | Oct 26 |\n| **Ciena** | New Grad 2025: Waveserver Software Developer | Atlanta, GA | 🔒 | Oct 26 |\n| **Lucid** | New Grad 2025: Software Engineer | Remote</br>US | 🔒 | Oct 24 |\n| **Applied Intuition** | New Grad: Research Engineer | Mountain View, CA | 🔒 | Oct 23 |\n| **Adobe** | New Grad 2025: Solutions Architect | San Jose, CA | 🔒 | Oct 23 |\n| **Samsara** | New Grad: Software Engineer | Remote</br>US | 🔒 | Oct 22 |\n| **Peraton** | Entry-Level Software Engineer | Herndon, VA | 🔒 | Oct 22 |\n| **Peraton** | Entry-Level Software Engineer | Blacksburg, VA | 🔒 | Oct 22 |\n| **PayPal** | New Grad: Software Engineer | <details><summary>**5 locations**</summary>San Jose, CA</br>Chicago, IL</br>Scottsdale, AZ</br>New York City, NY</br>Austin, TX</details> | 🔒 | Oct 22 |\n| **Palantir** | New Grad: Forward Deployed Software Engineer 🇺🇸 | Palo Alto, CA | 🔒 | Oct 22 |\n| **Old Mission** | New Grad 2025: Junior Full-Stack Engineer | Chicago, IL | 🔒 | Oct 22 |\n| **Gecko Robotics** | New Grad 2025: Forward Deployed Software Engineer | New York, NY | 🔒 | Oct 22 |\n| **Alarm.com** | Software Engineer - Financial Systems | Tysons, VA | 🔒 | Oct 20 |\n| **Snap Inc** | Software Engineer, C++ | Los Angeles, CA</br>Seattle, WA</br>New York, NY | 🔒 | Oct 19 |\n| **Meta** | Software Engineer, Computer Vision | Sunnyvale, CA</br>Redmond, WA | 🔒 | Oct 19 |\n| **Adobe** | New Grad 2025: Software Engineer | San Jose, CA | 🔒 | Oct 19 |\n| **Palantir** | New Grad: Incident Management Engineer | Palo Alto, CA | 🔒 | Oct 18 |\n| **NVIDIA** | New Grad 2025: Solution Architect | Santa Clara, CA | 🔒 | Oct 18 |\n| **NVIDIA** | New Grad 2024: Mixed Signal Design Engineer | Santa Clara, CA | 🔒 | Oct 18 |\n| **Mastercard** | New Grad 2025: Platform Engineer I (AI), Launch Program | O'Fallon, MI | 🔒 | Oct 18 |\n| **Mastercard** | New Grad 2025: Platform Engineer I, Launch Program | O'Fallon, MI | 🔒 | Oct 18 |\n| **Mastercard** | New Grad 2025: Data Scientist I, Launch Program | O'Fallon, MI | 🔒 | Oct 18 |\n| **Included Health** | New Grad 2024: Android Engineer | Remote</br>US | 🔒 | Oct 18 |\n| **AT&T** | New Grad 2025: Technology Development Program | Atlanta, GA | 🔒 | Oct 18 |\n| **ManTech** | Junior Software Engineer | Chantilly, VA | 🔒 | Oct 17 |\n| **Zip** | New Grad 2025: Software Engineer | San Francisco, CA | 🔒 | Oct 16 |\n| **S&P Global** | Software Engineer | New York, NY | 🔒 | Oct 16 |\n| **Robinhood** | Software Engineer, Credit Cards | Menlo Park, CA</br>New York, NY | 🔒 | Oct 16 |\n| **Red Hat** | Software Engineer | Raleigh, NC | 🔒 | Oct 16 |\n| **Fetch** | Data Ops Data Engineer | Remote</br>US | 🔒 | Oct 16 |\n| **Databento** | Software Engineer | <details><summary>**5 locations**</summary>Remote</br>Boston, MA</br>Salt Lake City, UT</br>San Francisco, CA</br>New York, NY</details> | 🔒 | Oct 16 |\n| **Amazon** | Security Engineer | Seattle, WA</br>Arlington, VA</br>Herndon, VA | 🔒 | Oct 16 |\n| **Yardi** | Software Development Engineer I | Santa Barbara, CA | 🔒 | Oct 15 |\n| **Google** | New Grad 2025: Software Engineer | <details><summary>**11 locations**</summary>Mountain View, CA</br>Cambridge, MA</br>Kirkland, WA</br>Los Angeles, CA</br>New York, NY</br>Pittsburgh, PA</br>San Bruno, CA</br>Seattle, WA</br>San Francisco, CA</br>San Jose, CA</br>Sunnyvale, CA</details> | 🔒 | Oct 15 |\n| **FloQast** | Software Engineer I | Remote</br>US | 🔒 | Oct 15 |\n| **Appian** | New Grad 2024: Associate Application Engineer | McLean, VA | 🔒 | Oct 15 |\n| **Appian** | Associate Appian Developer | Mclean, VA | 🔒 | Oct 15 |\n| **Teradyne** | New Grad: Software Engineer | Deer Park, IL | 🔒 | Oct 14 |\n| **TIAA** | New Grad 2025: Technology Rotational Program | Charlotte, NC</br>New York, NY</br>Iselin, NY | 🔒 | Oct 12 |\n| **ServiceNow** | Software Engineer, Core Platform | San Diego, CA | 🔒 | Oct 12 |\n| **Pulley** | AI Engineer | Remote</br>US | 🔒 | Oct 12 |\n| **NetJets Services** | Software Engineer, Associate | Columbus, OH | 🔒 | Oct 12 |\n| **KBR** | Entry-Level Software Developer | Houston, TX | 🔒 | Oct 12 |\n| **Ardent Mills** | Software Engineer I | Remote</br>US | 🔒 | Oct 12 |\n| **OKX** | New Grad: Security Engineer | San Jose, CA | 🔒 | Oct 11 |\n| **OKX** | New Grad: Mobile Engineer | San Jose, CA | 🔒 | Oct 11 |\n| **Apple** | Developer Experience and Operations Build Engineer | San Diego, CA | 🔒 | Oct 11 |\n| **Apple** | Software Development Engineer in Test | Austin, TX | 🔒 | Oct 11 |\n| **Apple** | AIML Data Scientist, Data and ML Innovation | Seattle, WA | 🔒 | Oct 11 |\n| **Spotify** | Data Engineer, Personalization | New York, NY</br>Boston, MA | 🔒 | Oct 09 |\n| **Qualtrics** | Software Engineer I | Seattle, WA | 🔒 | Oct 09 |\n| **Google** | New Grad 2025: Software Engineer - PhD | <details><summary>**18 locations**</summary>Mountain View, CA</br>Atlanta, GA</br>Austin, TX</br>Bellevue, WA</br>Cambridge, MA</br>Irvine, CA</br>Kirkland, WA</br>Los Angeles, CA</br>New York, NY</br>Pittsburgh, PA</br>Raleigh, NC</br>Durham, NC</br>Reston, VA</br>San Bruno, CA</br>Seattle, WA</br>San Francisco, CA</br>San Jose, CA</br>Sunnyvale, CA</details> | 🔒 | Oct 09 |\n| **Cubesmart** | Data Engineer | Malvern, PA | 🔒 | Oct 09 |\n| **Codazen** | New Grad 2025: Full-Stack Engineer | Irvine, CA | 🔒 | Oct 09 |\n| **Cambridge Mobile Telematics** | Software Engineer I | Cambridge, MA | 🔒 | Oct 09 |\n| **AeroVironment** | Machine Learning Engineer I 🇺🇸 | Centreville, VA | 🔒 | Oct 09 |\n| **TD Bank** | New Grad 2025: Data Engineer Analyst 🛂 | New York, NY | 🔒 | Oct 08 |\n| **S&P Global** | New Grad 2025: Software Engineer | Cambridge, MA</br>New York, NY | 🔒 | Oct 08 |\n| **NVIDIA** | New Grad 2025: Software Engineer, Big Data | Santa Clara, CA | 🔒 | Oct 07 |\n| **Google** | New Grad 2025: Associate Product Manager | <details><summary>**4 locations**</summary>Mountain View, CA</br>San Bruno, CA</br>San Francisco, CA</br>San Jose, CA</details> | 🔒 | Oct 07 |\n| **Lumen** | Security Specialist Intern | Remote</br>US | 🔒 | Oct 06 |\n| **Intuit** | Software Engineer 1 | <details><summary>**4 locations**</summary>Mountain View, CA</br>San Diego, CA</br>Atlanta, CA</br>New York, NY</details> | 🔒 | Oct 06 |\n| **IBM** | Software Developer – Full-Stack | Markham, CA | 🔒 | Oct 06 |\n| **Founders, Inc** | Full Stack Engineer | San Francisco, CA | 🔒 | Oct 06 |\n| **Disney** | Software Engineer I | Santa Monica, CA</br>New York, NY | 🔒 | Oct 06 |\n| **Uber** | New Grad 2024: Machine Learning Engineer I | San Francisco, CA | 🔒 | Oct 05 |\n| **ICF** | New Grad 2025: Software Engineer | Reston, VA | 🔒 | Oct 05 |\n| **Cerebras Systems** | New Grad: Distributed Software Engineer | Sunnyvale, CA | 🔒 | Oct 05 |\n| **Cambridge Consulants** | New Grad 2025: Software Engineer | Boston, MA | 🔒 | Oct 05 |\n| **Anduril** | Software Engineer, Platform | Seattle, WA | 🔒 | Oct 05 |\n| **Anduril** | New Grad: Software Engineer, Platform | Boston, MA | 🔒 | Oct 05 |\n| **Tensure Consulting** | Software Engineer | Remote | 🔒 | Oct 03 |\n| **ServiceNow** | New Grad: Associate Technical Inbound Product Manager | Kirkland, CA | 🔒 | Oct 03 |\n| **RTX** | New Grad 2025: Java Software Engineer I 🇺🇸 | State College, PA | 🔒 | Oct 03 |\n| **Mastercard** | Software Engineer I, Quality | Arlington, VA | 🔒 | Oct 03 |\n| **Legion** | Associate Software Engineer | Remote</br>US | 🔒 | Oct 03 |\n| **Coinbase** | Data Engineer | Remote | 🔒 | Oct 03 |\n| **Atrium** | Data Engineer | Alpharetta, GA | 🔒 | Oct 03 |\n| **Apple** | Software Engineer | Cupertino, CA | 🔒 | Oct 03 |\n| **Affirm** | Software Engineer I, Data Platform | Remote</br>US | 🔒 | Oct 03 |\n| **Trimble** | Software Engineer | Princeton, NJ | 🔒 | Oct 02 |\n| **Tailscale** | Backend Engineer | Remote</br>US | 🔒 | Oct 02 |\n| **Swift** | Associate Software Developer/Systems Engineer | Tysons Corner, VA | 🔒 | Oct 02 |\n| **SPAN** | Device Software Engineer | San Francisco, CA | 🔒 | Oct 02 |\n| **Siemens** | Software Engineer 🇺🇸 | Wilsonville, OR | 🔒 | Oct 02 |\n| **SeatGeek** | Software Engineer | New York, NY | 🔒 | Oct 02 |\n| **SeatGeek** | Product Manager | New York, NY | 🔒 | Oct 02 |\n| **SeatGeek** | UX Designer | New York, NY | 🔒 | Oct 02 |\n| **SeatGeek** | Data Analyst | New York, NY | 🔒 | Oct 02 |\n| **NVIDIA** | New Grad 2024: Compiler Optimization Engineer | Santa Clara, CA</br>Redmond, WA | 🔒 | Oct 02 |\n| **Matroid** | Full Stack Engineer 🇺🇸 | Palo Alto, CA | 🔒 | Oct 02 |\n| **Jane Street** | Software Engineer | New York, NY | 🔒 | Oct 02 |\n| **ICF** | Associate Software Engineer | locations Albany, NY | 🔒 | Oct 02 |\n| **Codazen** | New Grad 2025: Full-Stack Engineer | Salt Lake City, UT | 🔒 | Oct 02 |\n| **Coalition** | Software Engineer, Renewals | United States | 🔒 | Oct 02 |\n| **Coalition** | Software Engineer | United States | 🔒 | Oct 02 |\n| **Intuitive** | RISE Software Engineer | Sunnyvale, CA | 🔒 | Oct 01 |\n| **Tenstorrent** | Fabric SOC Architect | United States | 🔒 | Sep 30 |\n| **PiPER Companies** | Software Engineer | Fort Worth, TX | 🔒 | Sep 30 |\n| **Hudson River Trading** | Systems Software Engineer | Boulder, CO | 🔒 | Sep 30 |\n| **Amentum** | Software Engineer 🇺🇸 | Hanover, MD | 🔒 | Sep 30 |\n| **Adobe** | New Grad 2025: Software Engineer | San Jose, CA</br>San Francisco, CA | 🔒 | Sep 30 |\n| **Spotify** | Full Stack Engineer | New York, NY | 🔒 | Sep 27 |\n| **Snap** | New Grad: Software Engineer, Full Stack | Seattle, WA | 🔒 | Sep 27 |\n| **Labelbox** | Software Engineer, Early Professional | San Francisco, CA | 🔒 | Sep 27 |\n| **Chime** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Sep 27 |\n| **NVIDIA** | New Grad 2025: Developer Technology Engineer | Santa Clara, CA | 🔒 | Sep 26 |\n| **Meta** | Software Engineer (University Grad) | Menlo Park, CA | 🔒 | Sep 26 |\n| **Wyetech** | Software Engineer 🇺🇸 | Annapolis Junction, MD | 🔒 | Sep 25 |\n| **Subsplash** | Software Development Engineer I | Remote | 🔒 | Sep 25 |\n| **OKX** | New Grad: Software Engineer | San Jose, CA | 🔒 | Sep 25 |\n| **Nominal** | New Grad 2024: Software Engineer | Los Angeles, CA | 🔒 | Sep 25 |\n| **Nominal** | New Grad 2024: Software Engineer | SoHo, NY | 🔒 | Sep 25 |\n| **Nominal** | New Grad 2024: Software Engineer | Austin, TX | 🔒 | Sep 25 |\n| **Duolingo** | New Grad: Software Engineer | Pittsburgh, PA | 🔒 | Sep 25 |\n| **Cloudflare** | Software Engineer, Kubernetes | Remote</br>US | 🔒 | Sep 25 |\n| **Cloudflare** | Software Engineer, TaS | Austin, TX</br>Remote | 🔒 | Sep 25 |\n| **Cloudflare** | Software Engineer, Client-Desktop & Mobile | Remote</br>US | 🔒 | Sep 25 |\n| **Chime** | Software Engineer, | Chicago, IL | 🔒 | Sep 25 |\n| **CGI** | Entry Level Software Developer | Knoxville, TN | 🔒 | Sep 25 |\n| **Bytedance** | New Grad 2025: Recommendation Platform Backend Engineer | San Jose, CA | 🔒 | Sep 25 |\n| **Apple** | Silicon Validation Software Engineer | Cupertino, CA | 🔒 | Sep 25 |\n| **Amazon** | Software Dev Engineer | <details><summary>**5 locations**</summary>Seattle, WA</br>Arlington, VA</br>Santa Clara, CA</br>Denver, CO</br>Herndon, VA</details> | 🔒 | Sep 25 |\n| **Blackhawk Network** | Software Engineer | Coppell, TX | 🔒 | Sep 24 |\n| **OpenAI** | Software Engineer, Applied Emerging Talent | San Francisco, CA | 🔒 | Sep 23 |\n| **NVIDIA** | New Grad 2025: Software Engineer | Santa Clara, CA | 🔒 | Sep 23 |\n| **NVIDIA** | New Grad 2024: Firmware Engineer | Santa Clara, CA | 🔒 | Sep 23 |\n| **Grove AI** | Full Stack/AI Software Engineer 🛂 | San Francisco, CA | 🔒 | Sep 22 |\n| **Zoom** | AI Software Engineer | Remote | 🔒 | Sep 21 |\n| **Singlestore** | New Grad: Software Engineer | San Francisco, CA</br>Seattle, WA</br>Raleigh, NC | 🔒 | Sep 21 |\n| **SingleStore** | New Grad: Software Engineer | San Francisco, CA</br>Seattle, WA</br>Raleigh, NC | 🔒 | Sep 21 |\n| **Redhat** | Associate Software Engineer | Raleigh, NC | 🔒 | Sep 21 |\n| **Meta** | New Grad: Business Engineer | <details><summary>**4 locations**</summary>Menlo Park, CA</br>Seattle, WA</br>New York, NY</br>San Francisco, CA</details> | 🔒 | Sep 21 |\n| **Cloudflare** | Software Engineer | Austin, TX | 🔒 | Sep 21 |\n| **Blackrock** | Associate Software Engineer | New York, NY | 🔒 | Sep 21 |\n| **HPE** | Software Engineer | <details><summary>**9 locations**</summary>Spring, TX</br>Bloomington, MN</br>Chippewa Falls, WI</br>Andover, MA</br>Durham, NC</br>Ft. Collins, CO</br>Milpitas, CA</br>Roseville, CA</br>San Jose, CA</details> | 🔒 | Sep 19 |\n| **Bloomberg** | Software Engineer, Associate | Arlington, VA | 🔒 | Sep 19 |\n| **Apple** | AIML - Software Engineer, Search Experience - SII | Cupertino, CA | 🔒 | Sep 19 |\n| **Adobe** | New Grad 2025: Software Development Engineer | San Jose, CA | 🔒 | Sep 19 |\n| **Service Now** | Software Engineer | San Francisco, CA | 🔒 | Sep 18 |\n| **Pinterest** | University Grad Software Engineer (USA) | Remote | 🔒 | Sep 18 |\n| **Meta** | Data Engineer | <details><summary>**7 locations**</summary>Bellevue, WA</br>Redmond, WA</br>Menlo Park, CA</br>Seattle, WA</br>Burlingame, CA</br>Washington, DC</br>New York, NY</details> | 🔒 | Sep 18 |\n| **Jahnel Group** | Software Engineer | Schenectady, NY | 🔒 | Sep 18 |\n| **Genesis Therapeutics** | New Grad: ML Research Engineer | Burlingame, CA</br>Remote | 🔒 | Sep 18 |\n| **Genesis Therapeutics** | New Grad: Software Engineer | Burlingame, CA</br>Remote | 🔒 | Sep 18 |\n| **Five Rings** | New Grad 2025: Software Developer | New York, NY | 🔒 | Sep 18 |\n| **Duolingo** | New Grad: Data Scientist I | Pittsburgh, PA | 🔒 | Sep 18 |\n| **Duolingo** | New Grad: Data Scientist I | New York, NY | 🔒 | Sep 18 |\n| **Coinbase** | Data Engineer | New York, NY | 🔒 | Sep 18 |\n| **Boeing** | Software Engineer - Entry Level 🇺🇸 | Annapolis Junction, MD | 🔒 | Sep 18 |\n| **Apple** | Software Engineer, Education and Enterprise Technologies | Cupertino, CA | 🔒 | Sep 18 |\n| **Apple** | Emoji UI Engineer | Cupertino, CA | 🔒 | Sep 18 |\n| **S&P Global** | New Grad 2025: Software Engineer | Cambridge, MA | 🔒 | Sep 17 |\n| **Persona** | New Grad: Software Engineer | San Francisco | 🔒 | Sep 17 |\n| **Garmin** | Software Engineer I | Boulder, CO | 🔒 | Sep 17 |\n| **Capital One** | Technology Development Program Associate - August 2025 🛂 | Richmond, VA</br>Plano, TX | 🔒 | Sep 17 |\n| **Adobe** | New Grad 2025: Software Development Engineer | Seattle, WA | 🔒 | Sep 17 |\n| **Splunk** | Software Engineer - Early Career | Colorado</br>North Carolina</br>Remote | 🔒 | Sep 14 |\n| **Magna** | New Grad: Software Engineer | New York, NY | 🔒 | Sep 14 |\n| **KLA** | New Grad: Software Engineer | Milpitas, CA | 🔒 | Sep 14 |\n| **Jun Group** | Software Engineer, Data 🛂 | Remote | 🔒 | Sep 14 |\n| **Duolingo** | New Grad: Software Engineer | Pittsburgh, PA | 🔒 | Sep 14 |\n| **Chime** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Sep 14 |\n| **Amazon** | New Grad: Software Development Engineer 🇺🇸 | <details><summary>**4 locations**</summary>Arlington, VA</br>Seattle, WA</br>Denver, CO</br>Herndon, VA</details> | 🔒 | Sep 14 |\n| **Uber** | New Grad 2024: Software Engineer I | San Francisco, CA | 🔒 | Sep 13 |\n| **SAP** | New Grad: Software Engineer | Palo Alto, CA | 🔒 | Sep 13 |\n| **Qumulo** | New Grad 2025: Software Development Engineer | Seattle, WA | 🔒 | Sep 13 |\n| **Paypal** | Associate Engineer | San Jose, CA</br>Scottsdale, AZ | 🔒 | Sep 13 |\n| **PayPal** | New Grad: Software Engineer | San Jose, CA | 🔒 | Sep 13 |\n| **Infor** | Associate Software Engineer | Dallas, TX</br>St. Paul, MN</br>Alpharetta, GA | 🔒 | Sep 13 |\n| **Canonical** | Software Engineer | Remote | 🔒 | Sep 13 |\n| **Applied Intuition** | New Grad: Software Engineer | Mountain View, CA | 🔒 | Sep 13 |\n| **Adobe** | New Grad 2025: Software Development Engineer | Seattle, WA | 🔒 | Sep 13 |\n| **Zoom** | New Grad: Software Engineer | San Jose, CA | 🔒 | Sep 12 |\n| **Zoom** | New Grad: Software Engineer | San Jose, CA | 🔒 | Sep 12 |\n| **Robinhood** | New Grad: Software Engineer | Menlo Park, CA</br>New York, NY | 🔒 | Sep 12 |\n| **Motorola Solutions** | New Grad: Software Engineer 🛂 | locations Champaign, IL | 🔒 | Sep 12 |\n| **Disney** | New Grad: Software Engineer I | Santa Monica, CA</br>New York, NY | 🔒 | Sep 12 |\n| **Autodesk** | New Grad: Software Engineer | Portland, OR | 🔒 | Sep 12 |\n| **Adobe** | New Grad 2025: Software Engineer | San Jose, CA | 🔒 | Sep 12 |\n| **Empover** | New Grad 2025: Associate Software Engineer 🛂 | Greenwood, CO | 🔒 | Sep 11 |\n| **Capital One** | New Grad: Technology Development Program Associate 🛂 | Mclean, VA</br>Plano, TX</br>Richmond, VA | 🔒 | Sep 10 |\n| **Adobe** | New Grad 2025: Software Engineer | New York, NY | 🔒 | Sep 10 |\n| **Wex** | New Grad: Software Development Engineer | <details><summary>**5 locations**</summary>Chicago, IL</br>Boston, MA</br>Washington DC</br>Portland, ME</br>Dallas, TX</details> | 🔒 | Sep 08 |\n| **Travelers** | New Grad: Software Engineer I | Hartford, CT</br>St. Paul, MN</br>Hunt Valley, MD | 🔒 | Sep 08 |\n| **Thomson Reuters** | New Grad: Software Engineer | Eagan, MN | 🔒 | Sep 08 |\n| **SpaceX** | New Grad: Software Engineer 🇺🇸 | Starbase, TX | 🔒 | Sep 08 |\n| **Service Now** | New Grad 2025: Software Quality Engineer | Santa Clara, CA | 🔒 | Sep 08 |\n| **Rubrik** | New Grad: Software Engineer | Palo Alto, CA | 🔒 | Sep 08 |\n| **Pearson** | New Grad: Software Developer | Remote | 🔒 | Sep 08 |\n| **OKX** | New Grad: Product Manager | San Jose, CA | 🔒 | Sep 08 |\n| **Marigold** | New Grad: Software Engineer | Remote | 🔒 | Sep 08 |\n| **Macquarie** | New Grad: Software Engineer | New York, NY | 🔒 | Sep 08 |\n| **ICF** | New Grad: Software Developer 🇺🇸 | Arlington, VA | 🔒 | Sep 08 |\n| **GE** | New Grad: Software Engineering Specialist | Bothell, WA | 🔒 | Sep 08 |\n| **Doordash** | New Grad: Software Engineer, Frontend | <details><summary>**4 locations**</summary>New York, NY</br>San Francisco, CA</br>Sunnyvale, CA</br>Seattle, WA</details> | 🔒 | Sep 08 |\n| **Disney** | New Grad: Software Engineer I | Santa Monica, CA</br>Bristol, CT | 🔒 | Sep 08 |\n| **Bread Financial** | New Grad: Software Engineer | <details><summary>**6 locations**</summary>Columbus, OH</br>Chadds Ford, PA</br>Coeur D'Alene, ID</br>Draper, UT</br>Plano, TX</br>Wilmington, DE</details> | 🔒 | Sep 08 |\n| **Bae Systems** | New Grad: Test Design Engineer 🇺🇸 | Austin, TX | 🔒 | Sep 08 |\n| **Bae Systems** | New Grad: Software Engineer 🇺🇸 | Rome, NY | 🔒 | Sep 08 |\n| **Apple** | New Grad: Developer IS&T Retail Engineering | Austin, TX | 🔒 | Sep 08 |\n| **Apple** | New Grad: Software Quality Engineer | Austin, TX | 🔒 | Sep 08 |\n| **Apple** | New Grad: Software Quality Engineer | Sunnyvale, CA | 🔒 | Sep 08 |\n| **Anheuser-Busch** | New Grad: Technology Specialist, Operations | St. Louis, MI | 🔒 | Sep 08 |\n| **Anheuser-Busch** | New Grad: Technology Specialist | locations St. Louis, MI | 🔒 | Sep 08 |\n| **Anduril** | New Grad: Gimbal Software Engineer | Costa Mesa, CA | 🔒 | Sep 08 |\n| **Adobe** | New Grad 2025: Enterprise Architecture Analyst | New York, NY | 🔒 | Sep 08 |\n| **Adobe** | New Grad: Full Stack Developer | San Jose, CA | 🔒 | Sep 08 |\n| **Accenture Federal Services** | New Grad 2025: Software Engineering Analyst | Washington, DC | 🔒 | Sep 08 |\n| **Scale AI** | New Grad: Machine Learning Research Engineer | San Francisco, CA | 🔒 | Sep 07 |\n| **Salesforce** | New Grad: Software Engineering AMTS/MTS | Multiple | 🔒 | Sep 07 |\n| **DRW** | New Grad: Software Engineer | Austin, TX | 🔒 | Sep 07 |\n| **Demiurge** | New Grad 2025: Associate Software Engineer | Remote | 🔒 | Sep 07 |\n| **Adobe** | New Grad 2025: Quality Engineering Developer | San Jose, CA</br>Seattle, WA | 🔒 | Sep 07 |\n| **ServiceNow** | New Grad 2025: UTG - Software Engineer | Santa Clara, CA | 🔒 | Sep 05 |\n| **Sunshine** | New Grad: Software Engineer | Palo Alto, CA | 🔒 | Sep 04 |\n| **Silicon Labs** | New Grad: Applications Engineer | Austin, TX</br>Boston, MA | 🔒 | Sep 04 |\n| **Silicon Labs** | New Grad: Design Engineer | Austin, TX</br>Boston, MA | 🔒 | Sep 04 |\n| **Silicon Labs** | New Grad: Software Engineer | Austin, TX</br>Boston, MA | 🔒 | Sep 04 |\n| **Scale AI** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Sep 04 |\n| **Radiant** | New Grad: Software Engineer 🛂 | El Segundo, CA | 🔒 | Sep 04 |\n| **Nextdoor** | New Grad 2025: Software Engineer | San Francisco, CA | 🔒 | Sep 04 |\n| **Magna** | New Grad: Software Engineer | New York, NY | 🔒 | Sep 04 |\n| **Circle** | New Grad: Software Engineer | Remote | 🔒 | Sep 04 |\n| **ZipRecruiter** | New Grad: Software Engineer | Santa Monica, CA | 🔒 | Sep 03 |\n| **Travelers** | New Grad: Engineering Development Program | <details><summary>**4 locations**</summary>Hartford, CT</br>Atlanta, GA</br>St. Paul, MN</br>Hunt Valley, MN</details> | 🔒 | Sep 03 |\n| **IBM** | New Grad: Software Developer | Austin, TX | 🔒 | Sep 03 |\n| **Datadog** | New Grad 2025: Software Engineer | New York, NY</br>Boston, MA | 🔒 | Sep 03 |\n| **Datadog** | New Grad 2025: Data Scientist | New York, NY | 🔒 | Sep 03 |\n| **Cisco** | New Grad: Data Analyst 🛂 | San Jose, CA | 🔒 | Sep 03 |\n| **Whatnot** | New Grad 2025: Software Engineer | San Francisco, CA</br>Los Angeles, CA</br>New York, NY | 🔒 | Sep 02 |\n| **Adobe** | 2025 University Graduate - Software Engineer | San Jose, CA | 🔒 | Sep 02 |\n| **Watershed** | New Grad: Software Engineer | San Francisco, CA | 🔒 | Sep 01 |\n| **Raytheon** | New Grad: Information Systems Engineer 🇺🇸 | Tucson, AZ | 🔒 | Sep 01 |\n| **Qualtrics** | New Grad: Software Developer Engineer I | Provo, UT | 🔒 | Sep 01 |\n| **Northrop Grumman** | New Grad 2025: Associate Computer Engineer 🇺🇸 | Baltimore, ML | 🔒 | Sep 01 |\n| **IBM** | New Grad 2025: User Experience (UX) Designer | Austin, TX | 🔒 | Sep 01 |\n| **Glean** | New Grad: Software Engineer | Palo Alto, CA | 🔒 | Sep 01 |\n| **Adobe** | New Grad 2025: Data Scientist | San Jose, CA | 🔒 | Sep 01 |\n| **Adobe** | New Grad 2025: Alert Aggregation & Automation Engineer | San Jose, CA</br>San Francisco, CA | 🔒 | Sep 01 |\n| **Adobe** | New Grad 2025: Quality Engineering Developer | San Jose, CA | 🔒 | Sep 01 |\n| **Zip** | New Grad 2025: Software Engineer | San Francisco, CA | 🔒 | Aug 31 |\n| **Waystar** | New Grad: Application Engineer | Louisville, KY</br>Atlanta, GA | 🔒 | Aug 31 |\n| **SpaceX** | New Grad: Software Engineer | Redmond, WA | 🔒 | Aug 31 |\n| **SpaceX** | New Grad: Software Engineer | Sunnyvale, CA | 🔒 | Aug 31 |\n| **Codeium** | New Grad: Software Engineer | Mountain View, CA | 🔒 | Aug 31 |\n| **Codeium** | New Grad: AI Product Engineer | Mountain View, CA | 🔒 | Aug 31 |\n| **Tesla** | New Grad: Software Engineer, Backend | Palo Alto, CA | 🔒 | Aug 30 |\n| **Accenture** | New Grad: Software Engineer 🇺🇸 | Annapolis Junction, MD | 🔒 | Aug 30 |\n| **SpaceX** | New Grad: Software Engineer | Starbase, TX | 🔒 | Aug 29 |\n| **NVIDIA** | New Grad: Deep Learning Algorithm Engineer | Santa Clara, CA</br>Remote | 🔒 | Aug 29 |\n| **NVIDIA** | New Grad: Developer Technology Engineer - Masters/PhD | Santa Clara, CA | 🔒 | Aug 29 |\n| **Garmin** | New Grad: Software Engineer I | Salem, OR | 🔒 | Aug 29 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | Seattle, WA</br>Cupertino, CA | 🔒 | Aug 29 |\n| **Amazon** | New Grad: Associate Solutions Architect | Austin, TX</br>Arlington, VA</br>Seattle, WA | 🔒 | Aug 29 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | Palo Alto, CA | 🔒 | Aug 29 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | <details><summary>**4 locations**</summary>Boston, NA</br>Sunnyvale, CA</br>Seattle, WA</br>San Diego, CA</details> | 🔒 | Aug 29 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | Seattle, WA</br>Cupertino, CA | 🔒 | Aug 29 |\n| **Adobe** | New Grad 2025: Data Engineer | Lehi, UT | 🔒 | Aug 29 |\n| **Prudential** | New Grad: Software Engineer | Newark, NJ | 🔒 | Aug 28 |\n| **Meta** | New Grad: Rotational Product Manager | Menlo Park, CA</br>Seattle, WA</br>New York, NY | 🔒 | Aug 28 |\n| **Etsy** | New Grad: Software Engineer, Mobile | Brooklyn, NY | 🔒 | Aug 28 |\n| **Github** | New Grad: Software Engineer I | Remote | 🔒 | Aug 27 |\n| **CGI** | New Grad: Cyber Security Engineer | Fairfax, VA | 🔒 | Aug 27 |\n| **Stripe** | New Grad: Software Engineer | Toronto, ON | 🔒 | Aug 26 |\n| **Shein** | New Grad: Software Engineer | Bellevue, WA | 🔒 | Aug 26 |\n| **NVIDIA** | New Grad 2024: Artificial Intelligence Algorithms Engineer | Santa Clara, CA | 🔒 | Aug 26 |\n| **Microsoft** | New Grad: Software Engineer | Redmond, WA | 🔒 | Aug 26 |\n| **NetApp** | New Grad: Software Engineer | San Jose, California | 🔒 | Aug 25 |\n| **Mastercard** | New Grad 2025: Software Engineer - Launch Program | O'Fallon, MO | 🔒 | Aug 25 |\n| **Mastercard** | New Grad 2025: Data Scientist I - Launch Program | Salt Lake City, UT | 🔒 | Aug 25 |\n| **Mastercard** | New Grad 2025: Data Engineer - Launch Program | Arlington, VA | 🔒 | Aug 25 |\n| **Figma** | New Grad: Data Scientist | San Francisco, CA</br>New York, NY | 🔒 | Aug 25 |\n| **Capital One** | New Grad: Associate Data Analyst | Toronto, ON | 🔒 | Aug 25 |\n| **Boeing** | New Grad: Software Engineer 🛂 | Washington DC | 🔒 | Aug 25 |\n| **Bank of America** | New Grad: Software Engineer I | New York | 🔒 | Aug 25 |\n| **Applied Intuition** | New Grad: Software Engineer | Mountain View, CA | 🔒 | Aug 25 |\n| **Applied Intuition** | New Grad: Software Engineer - Autonomous Vehicles - PHD | San Francisco, CA | 🔒 | Aug 25 |\n| **Amex GBT** | New Grad: Software Engineer | Chicago, Illinois | 🔒 | Aug 25 |\n| **Adobe** | New Grad 2025: Software Engineer | New York, NY | 🔒 | Aug 25 |\n| **Adobe** | New Grad 2025: Software Engineer | New York, NY</br>San Jose, CA | 🔒 | Aug 25 |\n| **Adobe** | New Grad 2025: Research Scientist - PHD | San Francisco, CA | 🔒 | Aug 25 |\n| **Whoop** | New Grad: Software Engineer | Boston, MA | 🔒 | Aug 23 |\n| **Stripe** | New Grad: Software Engineer | Seattle, WA</br>New York, NY</br>San Francisco, CA | 🔒 | Aug 23 |\n| **Vectra** | New Grad: Software Engineer | Austin, TX | 🔒 | Aug 22 |\n| **Vectara** | New Grad: ML Engineer | Palo Alto, CA | 🔒 | Aug 21 |\n| **Tencent** | New Grad 2025: Data Scientist | Palo Alto, CA | 🔒 | Aug 21 |\n| **Strava** | New Grad: Machine Learning Engineer | San Francisco, CA | 🔒 | Aug 21 |\n| **Verkada** | New Grad 2025: Embedded Software Engineer | San Mateo, CA | 🔒 | Aug 20 |\n| **Verkada** | New Grad 2025: Security Software Engineer | San Mateo, CA | 🔒 | Aug 20 |\n| **Verkada** | New Grad 2025: Backend Software Engineer | San Mateo, CA | 🔒 | Aug 20 |\n| **Verkada** | New Grad 2025: iOS Software Engineer | San Mateo, CA | 🔒 | Aug 20 |\n| **Verkada** | New Grad 2025: Frontend Software Engineer | San Mateo, CA | 🔒 | Aug 20 |\n| **Verkada** | New Grad 2025: Android Software Engineer | San Mateo, CA | 🔒 | Aug 20 |\n| **Hudson River Trading** | New Grad 2025: Software Engineer (C++) | New York, NY | 🔒 | Aug 20 |\n| **Hudson River Trading** | New Grad 2025: Algorithm Developer | New York, NY | 🔒 | Aug 20 |\n| **Figma** | New Grad 2025: Software Engineer | San Francisco, CA</br>New York, NY | 🔒 | Aug 20 |\n| **Chicago Trading Company** | New Grad 2025: Associate Engineer 🛂 | Chicago, IL | 🔒 | Aug 20 |\n| **BostonDynamics** | New Grad: Software Engineer 🛂 | Waltham, MA | 🔒 | Aug 20 |\n| **NVIDIA** | New Grad 2024: Deep Learning Compiler Engineer | Santa Clara, CA</br>Austin, TX</br>Redmond, WA | 🔒 | Aug 19 |\n| **Navan** | New Grad: Back-End Software Engineer | Palo Alto, CA | 🔒 | Aug 19 |\n| **Meta** | New Grad: Product Security Engineer | Bellevue, WA</br>Menlo Park, CA | 🔒 | Aug 19 |\n| **The Trade Desk** | New Grad 2025: Software Engineer | Bellevue, WA | 🔒 | Aug 15 |\n| **PayPal** | New Grad: Software Engineer | <details><summary>**6 locations**</summary>San Jose, CA</br>Chicago, IL</br>Omaha, NE</br>Scottsdale, AZ</br>New York City, NY</br>Austin, TX</details> | 🔒 | Aug 14 |\n| **NVIDIA** | New Grad 2025: Physical Design Engineer | Westford, MA</br>Westborough, MA | 🔒 | Aug 14 |\n| **Meta** | New Grad: Security Engineer | <details><summary>**4 locations**</summary>Bellevue, WA</br>Menlo Park, CA</br>Washington, DC</br>New York, NY</details> | 🔒 | Aug 14 |\n| **IBM** | New Grad 2025: Back End Developer | <details><summary>**5 locations**</summary>Tucson, AZ</br>San Jose, CA</br>Rochester, NY</br>Poughkeepsie, NY</br>Research Triangle Park, NC</details> | 🔒 | Aug 14 |\n| **Bose** | New Grad: Machine Learning Engineer - Masters/PhD | Framingham, MA | 🔒 | Aug 14 |\n| **Belvedere Trading** | New Grad 2025: Quantitative Trader 🛂 | Chicago, IL | 🔒 | Aug 14 |\n| **Autodesk** | New Grad: Software Engineer | Novi, MI | 🔒 | Aug 14 |\n| **US Bank** | New Grad 2025: Engineering Rotational Program | Hopkins, MN | 🔒 | Aug 13 |\n| **abbvie** | New Grad 2025: Technical Early Talent Program | North Chicago, IL | 🔒 | Aug 13 |\n| **Northrop Grumman** | New Grad 2024: Associate Software Engineer 🇺🇸 | Linthicum, MD | 🔒 | Aug 11 |\n| **Geico** | New Grad: Technology Development Program 🛂 | <details><summary>**16 locations**</summary>Chevy Chase, MD</br>Virginia Beach, VA</br>Poway, CA</br>North Liberty, IA</br>Katy, TX</br>Lakeland, FL</br>Fredericksburg, VA</br>Melville, NY</br>Lenexa, KS</br>Renton, WA</br>Anchorage, AK</br>Jacksonville, FL</br>Indianapolis, IN</br>Tucson, AZ</br>Macon, GA</br>Springfield, VA</details> | 🔒 | Aug 11 |\n| **VectorShift - YC** | New Grad: Frontend Engineer | New York, NY | 🔒 | Aug 10 |\n| **Prelim** | New Grad: Software Engineer 🛂 | Remote | 🔒 | Aug 10 |\n| **Cargill** | New Grad 2025: Associate Software Engineer | Atlanta, GA | 🔒 | Aug 10 |\n| **Belvedere Trading** | New Grad 2025: Software Engineer | Chicago, IL | 🔒 | Aug 10 |\n| **Amazon** | New Grad 2024: Software Dev Engineer I - Masters | Seattle, WA</br>Redmond, WA</br>Palo Alto, CA | 🔒 | Aug 10 |\n| **Wells Fargo** | New Grad 2025: Analytics and Data Development Program 🛂 | <details><summary>**5 locations**</summary>Charlotte, NC</br>Minneapolis, MN</br>West Des Moines, IA</br>Chandler, AZ</br>Dallas, TX</details> | 🔒 | Aug 08 |\n| **NVIDIA** | New Grad 2024: Software Engineer, VLSI Design Tools | Santa Clara, CA | 🔒 | Aug 07 |\n| **Boston Consulting Group** | New Grad 2025: AI Software Engineer | <details><summary>**12 locations**</summary>Boston, MA</br>Los Angeles, CA</br>Seattle, WA</br>San Francisco, CA</br>Manhattan Beach, CA</br>Dallas, TX</br>Miami, FL</br>Brooklyn, NY</br>New York, NY</br>Pittsburgh, PA</br>Washington, DC</br>Chicago, IL</details> | 🔒 | Aug 07 |\n| **Databricks** | New Grad 2025: Software Engineer | Bellevue, WA | 🔒 | Aug 05 |\n| **Databricks** | New Grad 2025: Software Engineer, Distributed Data Systems | Mountain View, CA | 🔒 | Aug 05 |\n| **Databricks** | New Grad 2025: Software Engineer, Distributed Data Systems | Bellevue, WA | 🔒 | Aug 05 |\n| **Databricks** | New Grad 2025: Software Engineer | Mountain View, CA | 🔒 | Aug 05 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | <details><summary>**5 locations**</summary>Seattle, WA</br>Santa Clara, CA</br>Arlington, VA</br>Denver, CO</br>Herndon, VA</details> | 🔒 | Aug 05 |\n| **Amazon** | New Grad 2024: Software Dev Engineer | <details><summary>**7 locations**</summary>Seattle, WA</br>Santa Clara, CA</br>Redmond, WA</br>Bellevue, WA</br>New York, NY</br>Palo Alto, CA</br>Vancouver, WA</details> | 🔒 | Aug 05 |\n| **Amazon** | New Grad: Software Development Engineer 🇺🇸 | <details><summary>**4 locations**</summary>Arlington, VA</br>Seattle, WA</br>Denver, CO</br>Herndon, VA</details> | 🔒 | Aug 05 |\n| **Verkada** | New Grad 2024: Backend Software Engineer | San Mateo, CA | 🔒 | Aug 04 |\n| **ServiceNow** | Associate Software Engineer | San Diego, CA | 🔒 | Aug 02 |\n| **Johnson & Johnson** | New Grad 2025: Technology Program 🛂 | Too many | 🔒 | Aug 02 |\n| **Five Rings** | Quantitative Trader | Boca Raton, FL | 🔒 | Aug 02 |\n| **Five Rings** | New Grad 2025: Quantitative Trader | New York, NY | 🔒 | Aug 02 |\n| **Five Rings** | New Grad: Quantitative Researcher - MS/PhD | New York, NY | 🔒 | Aug 02 |\n| **Five Rings** | New Grad 2025: Software Developer | New York, NY | 🔒 | Aug 02 |\n| **Vanguard** | Entry Level 2025: Application Engineer | Charlotte, NC | 🔒 | Aug 01 |\n| **Vanguard** | Entry Level 2025: Application Engineer | Malvern, PA | 🔒 | Aug 01 |\n| **Teradyne** | New Graduate Software Engineer 🛂 | North Reading, MA | 🔒 | Aug 01 |\n| **Sentry** | New Grad 2025: Software Engineer | San Francisco, CA | 🔒 | Aug 01 |\n| **NVIDIA** | New Grad 2024: Software Engineer | Santa Clara, CA | 🔒 | Aug 01 |\n| **Confluent** | New Grad 2025: Software Engineer | Austin, TX | 🔒 | Aug 01 |\n| **Ramp** | New Grad 2025: Software Engineer - Backend | New York, NY | 🔒 | Jul 31 |\n| **Pylon** | New Grad Software Engineer | San Francisco, CA | 🔒 | Jul 31 |\n| **MTSi** | Software Engineer 🇺🇸 | Chantilly, VA | 🔒 | Jul 31 |\n| **Deloitte** | Software Engineering Analyst 🛂 | <details><summary>**32 locations**</summary>Atlanta, GA</br>Austin, TX</br>Boston, MA</br>Charlotte, NC</br>Chicago, IL</br>Cincinnati, OH</br>Cleveland, OH</br>Columbus, OH</br>Costa Mesa, CA</br>Dallas, TX</br>Denver, CO</br>Detroit, MI</br>Houston, TX</br>Indianapolis, IN</br>Kansas City, MI</br>Los Angeles, CA</br>McLean, VA</br>Miami, FL</br>Minneapolis, MI</br>Nashville, TN</br>New York, NY</br>Philadelphia, PA</br>Pittsburgh, PA</br>Raleigh, NC</br>Sacramento, CA</br>San Diego, CA</br>San Francisco, CA</br>San Jose, CA</br>Seattle, WA</br>St. Louis, MI</br>Tampa, FL</br>Tempe, AZ</details> | 🔒 | Jul 31 |\n| **Wayfair** | Software Engineer I | Boston, MA | 🔒 | Jul 29 |\n| **SIG** | Quantitative Developer - New Grad | Philadelphia, PA | 🔒 | Jul 29 |\n| **Openeye** | Software Engineer I | Liberty Lake, WA | 🔒 | Jul 29 |\n| **Navan** | University Graduate - Software Engineer (Front-End) | Palo Alto, CA | 🔒 | Jul 29 |\n| **Jackson** | Software Developer I | Lansing, MI | 🔒 | Jul 29 |\n| **Google** | Early Career Software Engineer | <details><summary>**19 locations**</summary>Mountain View, CA</br>Atlanta, GA</br>Austin, TX</br>Boulder, CO</br>Bellevue, WA</br>Cambridge, MA</br>Irvine, CA</br>Kirkland, WA</br>Los Angeles, CA</br>New York, NY</br>Pittsburgh, PA</br>Raleigh, NC</br>Durham, NC</br>Reston, VA</br>San Bruno, CA</br>Seattle, WA</br>San Francisco, CA</br>San Jose, CA</br>Sunnyvale, CA</details> | 🔒 | Jul 29 |\n| **FIS Global** | Frontend Software Engineer | Seattle, WA | 🔒 | Jul 29 |\n| **Cosco** | Software Developer 1 | Chicago, IL | 🔒 | Jul 29 |\n| **Amazon** | Software Dev Engineer I | Seattle, WA</br>Arlington, VA | 🔒 | Jul 29 |\n| **Affirm** | Early Career Software Engineer | Chicago, IL | 🔒 | Jul 29 |\n| **Twilio** | Software Engineer - New Graduate (2024 Recent Grads) | Remote, US | 🔒 | Jul 27 |\n| **The Walt Disney Company** | Software Engineer I | New York, NY</br>Santa Monica, CA</br>Seattle, WA | 🔒 | Jul 27 |\n| **Navan** | University 2024 Graduate - Software Engineer (Back-End) | Palo Alto, CA | 🔒 | Jul 27 |\n| **Medallion** | Software Engineer, New Grad | Remote, US | 🔒 | Jul 26 |\n| **Adobe** | 2025 University Graduate - Software Development Engineer | San Jose, CA | 🔒 | Jul 25 |\n| **TikTok** | Software Engineer Graduate (TikTok Short Video) - 2025 Start (Bachelors/Master) | Seattle, WA | 🔒 | Jul 23 |\n| **Jerry** | New Graduate Software Engineer | Palo Alto, CA | 🔒 | Jul 23 |\n| **Blue Origin** | Software Engineer Early Career - Verification | Seattle, WA | 🔒 | Jul 23 |\n| **Verkada** | Embedded Software Engineer - University Graduate 2024 | San Mateo, CA | 🔒 | Jul 21 |\n| **NVIDIA** | Developer Technology Engineer, AI - New College Graduate 2024 (MS/PhD Only) | <details><summary>**6 locations**</summary>Santa Clara, CA</br>Austin, TX</br>Durham, NC</br>Redmond, WA</br>Salt Lake City, UT</br>Boulder, CO</details> | 🔒 | Jul 21 |\n| **IMC** | Graduate Software Engineer | Chicago, IL | 🔒 | Jul 20 |\n| **Akuna Capital** | Software Engineer (Entry-Level) - C++ | Chicago, IL | 🔒 | Jul 17 |\n| **Tesla** | Software Engineer, Correctness & Reliability | Palo Alto, CA | 🔒 | Jul 14 |\n| **General Dynamics** | Software Engineer 🇺🇸 | Manassas, VA | 🔒 | Jul 14 |\n| **AMD** | ML Compiler Software Development Engineer | San Jose, CA | 🔒 | Jul 14 |\n| **Google** | Software Engineer, AI/Machine Learning | <details><summary>**13 locations**</summary>Mountain View, CA</br>Austin, TX</br>Boulder, CO</br>Cambridge, MA</br>Kirkland, WA</br>Los Angeles, CA</br>New York, NY</br>Raleigh, NC</br>Durham, NC</br>San Bruno, CA</br>Seattle, WA</br>San Francisco, CA</br>Sunnyvale, CA</details> | 🔒 | Jul 12 |\n| **SIG** | Network Engineer | Bala Cynwyd, PA | 🔒 | Jul 11 |\n| **Pure Storage** | Software Engineer Grad, Hyperscale | Santa Clara, CA | 🔒 | Jul 11 |\n| **Jane Street** | Software Engineer | New York, NY | 🔒 | Jul 11 |\n| **ElectronX** | New Grad: Software Engineer | New York, NY</br>Chicago, IL | 🔒 | Jul 11 |\n| **Comcast** | Jr. DevOps Engineer | Englewood, CO</br>Philadelphia, PA | 🔒 | Jul 11 |\n| **SpaceX** | Software Engineer, Flight Software | Hawthorne, CA | 🔒 | Jul 10 |\n| **Old Mission Capital** | Junior Quant Trader | Chicago, IL | 🔒 | Jul 09 |\n| **Old Mission Capital** | Junior Software Engineer | Chicago, IL | 🔒 | Jul 09 |\n| **Google** | User Experience Designer, Early Career | Mountain View, CA</br>San Francisco, CA | 🔒 | Jul 09 |\n| **DRW** | Software Developer | Chicago, IL | 🔒 | Jul 09 |\n| **Adobe** | Machine Learning Engineer - Masters/PhD | San Jose, CA | 🔒 | Jul 09 |\n| **Capital One** | Business Analyst Associate | <details><summary>**5 locations**</summary>McLean, Virginia</br>Richmond, Virginia</br>Plano, Texas</br>New York, New York</br>Chicago, Illinois</details> | 🔒 | Jul 08 |\n| **Ramp** | Software Engineer - Frontend | New York, NY | 🔒 | Jul 07 |\n| **Salesforce** | Software Engineering AMTS/MTS – New Grad | <details><summary>**11 locations**</summary>Cambridge, MA</br>Seattle, WA</br>Indianapolis, IN</br>SF</br>Remote in USA</br>McLean, VA</br>Chicago, IL</br>NYC</br>Bellevue, WA</br>Atlanta, GA</br>Burlington, MA</details> | 🔒 | Jul 01 |\n| **Palantir** | Forward Deployed Software Engineer – New Grad - US Government | NYC | 🔒 | Jul 01 |\n| **Palantir** | Forward Deployed Software Engineer – New Grad - US Government | Washington, DC | 🔒 | Jul 01 |\n| **Palantir** | Software Engineer – New Grad - US Government | NYC | 🔒 | Jul 01 |\n| **Palantir** | Software Engineer – New Grad - US Government | Washington, DC | 🔒 | Jul 01 |\n| **Palantir** | Software Engineer – New Grad - US Government | Palo Alto, CA | 🔒 | Jul 01 |\n| **Palantir** | Forward Deployed Software Engineer – New Grad | NYC | 🔒 | Jul 01 |\n\n<!-- Please leave a one line gap between this and the table TABLE_END (DO NOT CHANGE THIS LINE) -->\n[⬆️ Back to Top ⬆️](https://github.com/cvrve/New-Grad#the-list-)\n\n## We love our contributors ❤️❤️\n\nContribute by submitting an [issue](https://github.com/cvrve/New-Grad/new/choose)!\n\n<a href=\"https://github.com/cvrve/New-Grad/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=cvrve/New-Grad\" />\n</a>\n"
  },
  {
    "path": "archived/2025/listings.json",
    "content": "[\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Axios\",\n        \"id\": \"a3dad451-a0c4-447c-b79c-691b756e5cf2\",\n        \"title\": \"Data Analyst I\",\n        \"active\": false,\n        \"date_updated\": 1719617685,\n        \"date_posted\": 1719617685,\n        \"url\": \"https://boards.greenhouse.io/axios/jobs/5904760\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Vail Systems\",\n        \"id\": \"a2eafbe1-b4eb-4172-97ad-050a51d2a225\",\n        \"title\": \"Software Engineer - Ivr\",\n        \"active\": false,\n        \"date_updated\": 1724289031,\n        \"date_posted\": 1719616996,\n        \"url\": \"https://jobs.lever.co/vailsys/c2775699-21d7-466b-9eff-1c619efda71b/apply\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"Highland Park, IL\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Meridian Link\",\n        \"id\": \"bc64d1f7-04b6-48dc-ae7b-6747f6ef89b2\",\n        \"title\": \"Associate Software Instructional Designer\",\n        \"active\": false,\n        \"date_updated\": 1724288950,\n        \"date_posted\": 1719616712,\n        \"url\": \"https://jobs.lever.co/meridianlink/36dbad89-2ef1-4a7f-b73c-1964c6a23776/apply\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Blanc Labs\",\n        \"id\": \"655d6881-952a-4297-896b-893603d74e19\",\n        \"title\": \"Join Blanc Labs' Digital Academy Program\",\n        \"active\": false,\n        \"date_updated\": 1719616690,\n        \"date_posted\": 1719616690,\n        \"url\": \"https://jobs.lever.co/blanc-labs/b6971ff4-8c2b-47c7-b080-ff4c7ac28e63/apply\",\n        \"locations\": [\n            \"Toronto, ON, Canada\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Singularity 6\",\n        \"id\": \"844bbb7d-0364-4317-94e2-449bf2d04895\",\n        \"title\": \"Data Application Drop Box\",\n        \"active\": true,\n        \"date_updated\": 1719616038,\n        \"date_posted\": 1719616038,\n        \"url\": \"https://www.singularity6.com/careers?gh_jid=4930918004\",\n        \"locations\": [\n            \"LA\",\n            \"Irvine, CA\",\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Alchemy\",\n        \"id\": \"e466e004-6e57-4d38-bb66-1367f180c6d9\",\n        \"title\": \"Alchemy Analyst - Technical Writer - Part or Full Time\",\n        \"active\": false,\n        \"date_updated\": 1719615931,\n        \"date_posted\": 1719615931,\n        \"url\": \"https://boards.greenhouse.io/alchemy/jobs/4282639005\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Cohere\",\n        \"id\": \"2393fef0-ef4f-4575-90b7-87cd5ed1652d\",\n        \"title\": \"Data Annotator - Science\",\n        \"active\": false,\n        \"date_updated\": 1724258420,\n        \"date_posted\": 1719519150,\n        \"url\": \"https://jobs.lever.co/cohere/2fede710-d8ff-4ccc-af70-094877e7cc58/apply\",\n        \"locations\": [\n            \"Toronto, ON, Canada\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Palantir\",\n        \"id\": \"ebf96118-757e-4330-8907-6871eeb1650f\",\n        \"title\": \"Software Engineer \\u2013 New Grad - US Government\",\n        \"active\": false,\n        \"date_updated\": 1748650055,\n        \"date_posted\": 1719847228,\n        \"url\": \"https://jobs.lever.co/palantir/a771a3d8-a99f-4df1-b250-a9a30c6dd070/apply\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Palantir\",\n        \"id\": \"e94f5b72-1ca3-4376-8098-a07eacf2d7e1\",\n        \"title\": \"Software Engineer \\u2013 New Grad - US Government\",\n        \"active\": false,\n        \"date_updated\": 1748650056,\n        \"date_posted\": 1719847227,\n        \"url\": \"https://jobs.lever.co/palantir/19d5e5f8-37a6-4a6f-b2ca-423370b3a1c2/apply\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Palantir\",\n        \"id\": \"395bbd57-d183-4045-a5a9-d66137760142\",\n        \"title\": \"Software Engineer \\u2013 New Grad - US Government\",\n        \"active\": false,\n        \"date_updated\": 1748650060,\n        \"date_posted\": 1719847226,\n        \"url\": \"https://jobs.lever.co/palantir/000b1a24-4b0f-436f-a6da-9a920e259925/apply\",\n        \"locations\": [\n            \"NYC\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Palantir\",\n        \"id\": \"f6f83b45-cf4c-4a3e-8f32-4c64672610a1\",\n        \"title\": \"Forward Deployed Software Engineer \\u2013 New Grad - US Government\",\n        \"active\": false,\n        \"date_updated\": 1748650061,\n        \"date_posted\": 1719847211,\n        \"url\": \"https://jobs.lever.co/palantir/cbe90327-3e6e-451c-a54c-1d3cbcef5aeb/apply\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Palantir\",\n        \"id\": \"1f6bee99-9cca-467c-a0b3-899d61139a03\",\n        \"title\": \"Forward Deployed Software Engineer \\u2013 New Grad - US Government\",\n        \"active\": false,\n        \"date_updated\": 1748650062,\n        \"date_posted\": 1719847210,\n        \"url\": \"https://jobs.lever.co/palantir/d1ac83d0-e923-42a5-8e6d-58dd0cab25ca/apply\",\n        \"locations\": [\n            \"NYC\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Palantir\",\n        \"id\": \"629d4b11-0984-442c-b615-51b48771615b\",\n        \"title\": \"Forward Deployed Software Engineer \\u2013 New Grad\",\n        \"active\": false,\n        \"date_updated\": 1719847206,\n        \"date_posted\": 1719847206,\n        \"url\": \"https://jobs.lever.co/palantir/8dcdb586-46ae-4f94-9d05-7f1989400049/apply\",\n        \"locations\": [\n            \"NYC\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Akuna Capital\",\n        \"id\": \"8c2c422f-682a-4e33-98ee-3a969594ebe4\",\n        \"title\": \"Akuna Capital\\u2019s 2024 Virtual Quant Trading Challenge\",\n        \"active\": false,\n        \"date_updated\": 1719860685,\n        \"date_posted\": 1719846633,\n        \"url\": \"https://www.akunacapital.com/job-details?gh_jid=5652055\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Tanius Technology\",\n        \"id\": \"d049153b-242b-412f-b65d-dfdfdcb625b3\",\n        \"title\": \"Junior Trader\",\n        \"active\": true,\n        \"date_updated\": 1719517863,\n        \"date_posted\": 1719517863,\n        \"url\": \"https://boards.greenhouse.io/tanius/jobs/7501035002\",\n        \"locations\": [\n            \"Danville, CA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Addepar\",\n        \"id\": \"7689a5e9-c7b8-435c-880c-9cac126b9a31\",\n        \"title\": \"Full-Stack Software Engineer - Billing\",\n        \"active\": false,\n        \"date_updated\": 1724135419,\n        \"date_posted\": 1718696434,\n        \"url\": \"https://boards.greenhouse.io/addepar1/jobs/7285744002\",\n        \"locations\": [\n            \"Edinburgh, UK\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Salesforce\",\n        \"id\": \"0e3999fb-1a40-463c-858d-fc0903e62bc2\",\n        \"title\": \"Software Engineering AMTS/MTS \\u2013 New Grad\",\n        \"active\": false,\n        \"date_updated\": 1722227439,\n        \"date_posted\": 1719875851,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/en-us/External_Career_Site/job/California---San-Francisco/Software-Engineering-MTS--New-Grad-_JR244479-1\",\n        \"locations\": [\n            \"Cambridge, MA\",\n            \"Seattle, WA\",\n            \"Indianapolis, IN\",\n            \"SF\",\n            \"Remote in USA\",\n            \"McLean, VA\",\n            \"Chicago, IL\",\n            \"NYC\",\n            \"Bellevue, WA\",\n            \"Atlanta, GA\",\n            \"Burlington, MA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Triumvirate Environmental\",\n        \"id\": \"fce85f94-cb7d-436e-bc2f-f89af295616e\",\n        \"title\": \"Technical Services Associate\",\n        \"active\": false,\n        \"date_updated\": 1724290672,\n        \"date_posted\": 1720019859,\n        \"url\": \"https://boards.greenhouse.io/triumvirateenvironmental/jobs/4382923006\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Workrise\",\n        \"id\": \"96cfaafe-5617-402c-928d-2c58f034b12f\",\n        \"title\": \"Associate \\u2013 Health Safety & Environmental\",\n        \"active\": false,\n        \"date_updated\": 1724290634,\n        \"date_posted\": 1719520307,\n        \"url\": \"https://boards.greenhouse.io/workrise/jobs/6021743003\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Sourcegraph\",\n        \"id\": \"e22655d2-f248-4bc6-af2d-f18003895b6a\",\n        \"title\": \"Software Engineer - Cloud Ops - Ic3\",\n        \"active\": false,\n        \"date_updated\": 1719970016,\n        \"date_posted\": 1719520035,\n        \"url\": \"https://boards.greenhouse.io/sourcegraph91/jobs/5201427004\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Ascend Analytics\",\n        \"id\": \"6ffcf3d4-b6fd-43ff-b2fd-a9c8ab4eac57\",\n        \"title\": \"Energy Analyst - General Interest\",\n        \"active\": false,\n        \"date_updated\": 1720034480,\n        \"date_posted\": 1718965188,\n        \"url\": \"https://boards.greenhouse.io/ascendanalytics/jobs/4384286005\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Match Group\",\n        \"id\": \"c508abbd-a1c9-4d82-b660-d62d3aa04a7e\",\n        \"title\": \"Data Scientist I - Marketing Analytics\",\n        \"active\": false,\n        \"date_updated\": 1724290575,\n        \"date_posted\": 1720048707,\n        \"url\": \"https://jobs.lever.co/matchgroup/d1083f08-dde7-437b-a922-a40a7bf77cfc/apply\",\n        \"locations\": [\n            \"Hollywood, LA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Internet Brands\",\n        \"id\": \"fb919022-d55e-4303-aecf-bce5b13b1610\",\n        \"title\": \"Data Analyst Job ID 2024\",\n        \"active\": false,\n        \"date_updated\": 1724290529,\n        \"date_posted\": 1720048310,\n        \"url\": \"https://jobs.jobvite.com/internetbrands/job/oYIZtfwS?nl=1&nl=1&fr=false\",\n        \"locations\": [\n            \"El Segundo, CA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Jerry\",\n        \"id\": \"fb72e240-9bf3-41f5-b801-a42abe9200aa\",\n        \"title\": \"Software Engineer I - Toronto\",\n        \"active\": false,\n        \"date_updated\": 1722227214,\n        \"date_posted\": 1720192298,\n        \"url\": \"https://jobs.ashbyhq.com/Jerry/288e3c48-5428-4397-90c9-5448ab57cc27/application\",\n        \"locations\": [\n            \"Toronto, ON, Canada\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1720217188,\n        \"url\": \"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210527372\",\n        \"company_name\": \"JPMorgan Chase\",\n        \"title\": \"2025 Software Engineer Program\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Austin, TX\",\n            \"Chicago, IL\",\n            \"Columbus, OH\",\n            \"Houston, TX\",\n            \"Jersey City, NJ\",\n            \"New York, NY\",\n            \"Palo Alto, CA\",\n            \"Plano, TX\",\n            \"Seattle, WA\",\n            \"Tampa, FL\",\n            \"Wilmington, DE\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"hsoper\",\n        \"id\": \"5b4e70ab-73e3-48d5-9731-fbcc9c989e57\",\n        \"date_posted\": 1720217188,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720217203,\n        \"url\": \"https://www.citadelsecurities.com/careers/details/software-engineer-2025-university-graduate-us-2/\",\n        \"company_name\": \"Citadel Securities\",\n        \"title\": \"Software Engineer \\u2013 2025 University Graduate (US)\",\n        \"locations\": [\n            \"Miami, FL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"DhyeyMavani2003\",\n        \"id\": \"99ca086f-7daf-46aa-939b-f5c2db9a24d4\",\n        \"date_posted\": 1720217203,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"source\": \"Simplify\",\n        \"company_name\": \"Regrello\",\n        \"id\": \"66043d79-b1e1-42b7-a522-d0ddf82abe52\",\n        \"title\": \"Software Engineer - Backend - Forms Engine\",\n        \"active\": false,\n        \"date_updated\": 1724290074,\n        \"date_posted\": 1720220836,\n        \"url\": \"https://jobs.lever.co/regrello/466cc193-dc1e-49e0-86e4-8fd4b9b74d6f/apply\",\n        \"locations\": [\n            \"Remote in USA\"\n        ],\n        \"company_url\": \"\",\n        \"is_visible\": true,\n        \"sponsorship\": \"Other\"\n    },\n    {\n        \"date_updated\": 1722473837,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/0ae01d73-3f48-4722-9810-0c6c1940d7bd\",\n        \"company_name\": \"Ramp\",\n        \"title\": \"Software Engineer - Frontend\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"01a37b54-d08a-4e6c-be20-0f9cd232496d\",\n        \"date_posted\": 1720360117,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720406201,\n        \"url\": \"https://careers.spglobal.com/jobs/304332?lang=en-us&utm_source=linkedin\",\n        \"company_name\": \"S&P Global\",\n        \"title\": \"Associate Platform Engineer, DevOps Support\",\n        \"locations\": [\n            \"Eastover, SC\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"sgtanvi\",\n        \"id\": \"ffb746f7-e7a0-4183-ac9c-0814dbcfc274\",\n        \"date_posted\": 1720406201,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1721495775,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1733678/Software-Engineer---OneDrive-and-SharePoint\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - OneDrive and SharePoint\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"sgtanvi\",\n        \"id\": \"dbd59c41-c140-4ecb-9ce3-bd372ba6b781\",\n        \"date_posted\": 1720462788,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1722473868,\n        \"url\": \"https://www.capitalonecareers.com/job/mclean/business-analyst-associate-2025/31238/67304841584\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"Business Analyst Associate\",\n        \"locations\": [\n            \"McLean, Virginia\",\n            \"Richmond, Virginia\",\n            \"Plano, Texas\",\n            \"New York, New York\",\n            \"Chicago, Illinois\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"301b3fd1-d3f6-43bc-8af7-96cd6554957b\",\n        \"date_posted\": 1720468817,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720499020,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/7498618002/\",\n        \"company_name\": \"Optiver\",\n        \"title\": \"Graduate Software Engineer (2025 Start \\u2013 Austin)\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"34b01811-fc00-4ca9-b911-b19259d0befa\",\n        \"date_posted\": 1720499020,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722473971,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/142022721218192070-user-experience-designer\",\n        \"company_name\": \"Google\",\n        \"title\": \"User Experience Designer, Early Career\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"74a8c0e7-6e7d-410b-bb3d-c5d17445e097\",\n        \"date_posted\": 1720500020,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720505285,\n        \"url\": \"https://boards.greenhouse.io/drweng/jobs/5889745\",\n        \"company_name\": \"DRW\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"Shadimrad\",\n        \"id\": \"637c9e7a-3bd8-47b4-ba76-1c8282f100ea\",\n        \"date_posted\": 1720505285,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720512318,\n        \"url\": \"https://www.oldmissioncapital.com/careers/?gh_jid=6009326003\",\n        \"company_name\": \"Old Mission Capital\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7af38e4e-65bd-40ce-bb1e-4825ce404c4e\",\n        \"date_posted\": 1720512318,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467334,\n        \"url\": \"https://www.oldmissioncapital.com/careers/?gh_jid=6009323003\",\n        \"company_name\": \"Old Mission Capital\",\n        \"title\": \"Junior Quant Trader\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1b313f9b-0259-448b-bef8-aeff0eacf58d\",\n        \"date_posted\": 1720512359,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720519109,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR146886EXTERNALENUS/Machine-Learning-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"Machine Learning Engineer - Masters/PhD\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"fb36e0ca-453f-411e-a002-904e90e23a69\",\n        \"date_posted\": 1720517390,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720519558,\n        \"url\": \"https://www.citadel.com/careers/details/software-engineer-2025-university-graduate-us/\",\n        \"company_name\": \"Citadel\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Chicago,IL\",\n            \"Miami, FL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c5d49884-c0ce-4f0f-bb3b-32efc47d3b19\",\n        \"date_posted\": 1720519558,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720580649,\n        \"url\": \"https://boards.greenhouse.io/warp/jobs/4324888004?gh_src=a2e958824us\",\n        \"company_name\": \"Warp\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote US & Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"ibrakhimus\",\n        \"id\": \"8eaa4eb6-b873-4dd4-9822-5feedb805a98\",\n        \"date_posted\": 1720580649,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720580962,\n        \"url\": \"https://jobs.ashbyhq.com/openai/75420421-5a2a-4d99-8755-9eeff799de95\",\n        \"company_name\": \"OpenAI\",\n        \"title\": \"Software Engineer, Backend\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"ibrakhimus\",\n        \"id\": \"0140ff9a-bd58-4caa-8d43-bf79db0fa6b9\",\n        \"date_posted\": 1720580962,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720603029,\n        \"url\": \"https://radleyjames.com/jobs/5341-c-junior-c-engineer-san-francisco/\",\n        \"company_name\": \"Radley James\",\n        \"title\": \"Junior C++ Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"168f4b9b-5255-4d8b-8c70-69a7d5aac2c8\",\n        \"date_posted\": 1720603029,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653294,\n        \"url\": \"https://boards.greenhouse.io/spacex/jobs/7527170002?gh_jid=7527170002&gh_src=3c0864192\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"Software Engineer, Flight Software\",\n        \"locations\": [\n            \"Hawthorne, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d7931b40-02c2-4da8-b061-103aeddc51c2\",\n        \"date_posted\": 1720603515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720603738,\n        \"url\": \"https://careers.tiktok.com/position/7374936054024161562/detail?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"iOS Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"35436760-2d22-453a-8546-e0f791b40292\",\n        \"date_posted\": 1720603738,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720703914,\n        \"url\": \"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?PageType=JobDetails&partnerid=25037&siteid=5010&jobId=759270#jobDetails=759270_5010\",\n        \"company_name\": \"Lockheed Martin\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Annapolis, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"9170eb56-8ec9-4f0d-8ef2-af1492af5cd0\",\n        \"date_posted\": 1720637312,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1720703678,\n        \"url\": \"https://careers.sig.com/job/8423/Network-Engineer-New-Grad\",\n        \"company_name\": \"SIG\",\n        \"title\": \"Network Engineer\",\n        \"locations\": [\n            \"Bala Cynwyd, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7dbe5857-0654-43ea-b4d0-245c009a86ec\",\n        \"date_posted\": 1720702417,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720705515,\n        \"url\": \"https://jobs.ashbyhq.com/electronx/42123d2b-31b3-464c-a0cd-4c7a7e62d672\",\n        \"company_name\": \"ElectronX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c11a9a3b-f6b3-400c-8ba0-37b0cc9a39af\",\n        \"date_posted\": 1720705515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720743844,\n        \"url\": \"https://careers.appliedmaterials.com/careers/job/790293825926\",\n        \"company_name\": \"Applied Materials\",\n        \"title\": \"2024 Product Marketing - New College Grad Opportunity\",\n        \"locations\": [\n            \"Gloucester, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f3943438-f9b8-4ddb-97ac-9a65fc43edd4\",\n        \"date_posted\": 1720706317,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1724289092,\n        \"url\": \"https://boards.greenhouse.io/purestorage/jobs/6104882\",\n        \"company_name\": \"Pure Storage\",\n        \"title\": \"Software Engineer Grad, Hyperscale\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6ff589a2-fef3-4cee-9bbd-15f71445d0e6\",\n        \"date_posted\": 1720706441,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720706841,\n        \"url\": \"https://boards.greenhouse.io/janestreet/jobs/6184529002\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"Front End Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3ed874f6-9700-46e5-88ec-f026058a5c78\",\n        \"date_posted\": 1720706841,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720708790,\n        \"url\": \"https://boards.greenhouse.io/janestreet/jobs/7108437002\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f5b9e0f7-6471-4fea-a194-abc7259c0e1a\",\n        \"date_posted\": 1720708790,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720711474,\n        \"url\": \"https://comcast.wd5.myworkdayjobs.com/en-US/Comcast_Careers/job/CO---Englewood-183-Inverness-Dr-West/Jr-DevOps-Engineer_R385308?q=Jr.%20DevOps%20Engineer&redirect=/Comcast_Careers/job/CO---Englewood-183-Inverness-Dr-West/Jr-DevOps-Engineer_R385308\",\n        \"company_name\": \"Comcast\",\n        \"title\": \"Jr. DevOps Engineer\",\n        \"locations\": [\n            \"Englewood, CO\",\n            \"Philadelphia, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"eb908cdb-f494-4412-9764-48154f4d4db7\",\n        \"date_posted\": 1720711474,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720712467,\n        \"url\": \"https://mii.wd5.myworkdayjobs.com/en-US/MiTek/job/Chesterfield-MO-USA/Software-Engineer-I_R04892\",\n        \"company_name\": \"MiTek\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Chesterfield, MO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"65bf8876-e21d-4b5d-b7a1-7424c0b99467\",\n        \"date_posted\": 1720712467,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1720828047,\n        \"url\": \"https://careers.homedepot.com/job/20649409/software-engineer-remote-remote/?source=11663\",\n        \"company_name\": \"The Home Depot\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c5792fba-48f4-4fc2-baa0-7cd089b2a6be\",\n        \"date_posted\": 1720760261,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1720803294,\n        \"url\": \"https://jobs.dolby.com/careers/job/23457032\",\n        \"company_name\": \"Dolby\",\n        \"title\": \"New Grad Software Engineer Intern - (Fall 24)\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"97b373be-5760-4e18-968f-d866c65dcf96\",\n        \"date_posted\": 1720791158,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1723305141,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/140166094567416518-early-career-software-engineer-aimachine-learning\",\n        \"company_name\": \"Google\",\n        \"title\": \"Software Engineer, AI/Machine Learning\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"Austin, TX\",\n            \"Boulder, CO\",\n            \"Cambridge, MA\",\n            \"Kirkland, WA\",\n            \"Los Angeles, CA\",\n            \"New York, NY\",\n            \"Raleigh, NC\",\n            \"Durham, NC\",\n            \"San Bruno, CA\",\n            \"Seattle, WA\",\n            \"San Francisco, CA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8fe1e3e3-aab9-4b19-b8ce-3aeb5c177dcb\",\n        \"date_posted\": 1720819042,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720902945,\n        \"url\": \"https://aexp.eightfold.ai/careers/job/23584057\",\n        \"company_name\": \"American Express\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Phoenix, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f2d7639f-36bf-4e14-b1d8-dfaa8d0577ce\",\n        \"date_posted\": 1720902945,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1721495645,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1736578\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"949563e0-48a8-4583-96cb-d3cb81472891\",\n        \"date_posted\": 1720907005,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1720979812,\n        \"url\": \"https://jobs.boeing.com/job/-/-/185/67481707328\",\n        \"company_name\": \"Boeing\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"North Charleston, SC\",\n            \"Seattle, WA\",\n            \"Everett, WA\",\n            \"Kent, WA\",\n            \"Renton, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"cd65cdd7-c608-4252-bae4-1cd641909667\",\n        \"date_posted\": 1720979812,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1720979990,\n        \"url\": \"https://careers-gdms.icims.com/jobs/63422/job\",\n        \"company_name\": \"General Dynamics\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Manassas, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"342a297c-675e-4ea2-85cd-dfba2b4ddb18\",\n        \"date_posted\": 1720979990,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720980191,\n        \"url\": \"https://careers.amd.com/careers-home/jobs/49996?lang=en-us\",\n        \"company_name\": \"AMD\",\n        \"title\": \"ML Compiler Software Development Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c2698921-94e3-48d3-8ab7-f5859e68a84d\",\n        \"date_posted\": 1720980191,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1720980445,\n        \"url\": \"https://www.tesla.com/careers/search/job/software-engineer-correctness-reliability-dojo-223336\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Correctness & Reliability\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9715d60e-04ee-4bde-9b67-4a7d81cf8ef7\",\n        \"date_posted\": 1720980445,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721219535,\n        \"url\": \"https://akunacapital.com/job-details?gh_jid=6066182\",\n        \"company_name\": \"Akuna Capital\",\n        \"title\": \"Software Engineer (Entry-Level) - C++\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3a0c916e-8b2c-4189-815e-5347e8e17e20\",\n        \"date_posted\": 1721219535,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721496144,\n        \"url\": \"https://boards.eu.greenhouse.io/imc/jobs/4347769101\",\n        \"company_name\": \"IMC\",\n        \"title\": \"Graduate Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5ebc1a65-fc24-4c6f-a5f0-834cdd54b3fd\",\n        \"date_posted\": 1721496144,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721526560,\n        \"url\": \"https://boards.greenhouse.io/verkada/jobs/4401751007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"Embedded Software Engineer - University Graduate 2024\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"cc743ba1-0e23-4a70-a41f-fad353b675da\",\n        \"date_posted\": 1721526560,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721541913,\n        \"url\": \"https://boards.greenhouse.io/passes/jobs/4035805008\",\n        \"company_name\": \"Passes\",\n        \"title\": \"Frontend Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"673dbc76-f035-4bb2-ac3c-7754b7b653e9\",\n        \"date_posted\": 1721528066,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1723304426,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Developer-Technology-Engineer--AI---New-College-Graduate-2024_JR1984452\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"Developer Technology Engineer, AI - New College Graduate 2024 (MS/PhD Only)\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Durham, NC\",\n            \"Redmond, WA\",\n            \"Salt Lake City, UT\",\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f4a56108-0fd6-4bc7-9d34-53c31d13bab3\",\n        \"date_posted\": 1721528794,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721682887,\n        \"url\": \"https://www.workatastartup.com/jobs/68040\",\n        \"company_name\": \"Axle Health\",\n        \"title\": \"Software Engineer (New Grad)\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"57172297-21c0-488c-86b0-a78a0c982448\",\n        \"date_posted\": 1721682887,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721733145,\n        \"url\": \"https://careers.tiktok.com/position/7394316025958828325/detail\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"Software Engineer Graduate (TikTok Short Video) - 2025 Start (Bachelors/Master)\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1c53d32e-96e2-4219-b30e-3a189aabfddf\",\n        \"date_posted\": 1721733145,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723304141,\n        \"url\": \"https://careers.tiktok.com/position/7394314674919721266\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"Software Engineer Graduate (TikTok Short Video) - 2025 Start (Bachelors/Master)\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"cbd9cd72-341e-456e-8168-ce70826d95a1\",\n        \"date_posted\": 1721733282,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721733528,\n        \"url\": \"https://jobs.bytedance.com/en/position/7394555540905036058/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"Software Engineer Graduate (AML- Engine) - 2025 Start (BS/MS)\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"04e4ed12-2680-40bd-a07b-b7c10ab380d7\",\n        \"date_posted\": 1721733528,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723304114,\n        \"url\": \"https://jobs.ashbyhq.com/Jerry/1cdd1696-449d-4925-86e5-d09659e5f96c\",\n        \"company_name\": \"Jerry\",\n        \"title\": \"New Graduate Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"973a52c6-20aa-401d-861e-1b4d63e25554\",\n        \"date_posted\": 1721733837,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721734010,\n        \"url\": \"https://optiver.com/working-at-optiver/career-opportunities/7498615002/\",\n        \"company_name\": \"Optiver\",\n        \"title\": \"Graduate Software Engineer (2025 Start \\u2013 Chicago)\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b3a84e93-c526-40cc-8743-afeb0ce2da27\",\n        \"date_posted\": 1721734010,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722477092,\n        \"url\": \"https://blueorigin.wd5.myworkdayjobs.com/en-US/BlueOrigin/job/Seattle-WA/Software-Engineer-Early-Career---Verification_R45390\",\n        \"company_name\": \"Blue Origin\",\n        \"title\": \"Software Engineer Early Career - Verification\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7d0e524c-d5d6-4ef4-8c8f-a0b3d0af66cd\",\n        \"date_posted\": 1721742767,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721845759,\n        \"url\": \"https://careers.tiktok.com/position/7394958206025550089/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"Machine Learning Engineer 2025 Start (TikTok Recommendation)\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"DonkeyBoy001\",\n        \"id\": \"c6b6a796-1391-4df0-95fd-eb9b5bb17484\",\n        \"date_posted\": 1721845759,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721867513,\n        \"url\": \"https://careers.tiktok.com/position/7394972975772027146/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"Software Engineer Graduate (Intelligent Creation Mobile) - 2025 Start (BS/MS)\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"DonkeyBoy001\",\n        \"id\": \"b7a2c2f6-70cb-4098-b9ff-4d2374be740b\",\n        \"date_posted\": 1721867513,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723304006,\n        \"url\": \"https://careers.adobe.com/us/en/job/R145890/2025-University-Graduate-Software-Development-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"2025 University Graduate - Software Development Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2cda754c-4c9e-4eba-b704-56b3c3e72c7b\",\n        \"date_posted\": 1721881026,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1721886878,\n        \"url\": \"https://careers.tiktok.com/position/7394970016695453990/detail\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"Software Engineer Graduate (TikTok LIVE Foundation) - 2025 Start\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"7de9dead-378f-43cc-a3ce-1687f7333bcf\",\n        \"date_posted\": 1721886878,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722007018,\n        \"url\": \"https://ats.rippling.com/medallion-careers/jobs/169e4b7b-cb27-4f5e-970b-9cc27e48f426\",\n        \"company_name\": \"Medallion\",\n        \"title\": \"Software Engineer, New Grad\",\n        \"locations\": [\n            \"Remote, US\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e8b781a0-a2ca-4501-b015-f9b54398e088\",\n        \"date_posted\": 1722007018,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723303968,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/68004930112\",\n        \"company_name\": \"The Walt Disney Company\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Santa Monica, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a2979e6b-7e34-4538-a0ae-7a55b6f8ef06\",\n        \"date_posted\": 1722110312,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723303944,\n        \"url\": \"https://boards.greenhouse.io/twilio/jobs/6127332\",\n        \"company_name\": \"Twilio\",\n        \"title\": \"Software Engineer - New Graduate (2024 Recent Grads)\",\n        \"locations\": [\n            \"Remote, US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3807beac-056b-4032-af5a-b8c0826131ab\",\n        \"date_posted\": 1722110501,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722110690,\n        \"url\": \"https://navan.com/careers/openings/5382869?gh_jid=5382869\",\n        \"company_name\": \"Navan\",\n        \"title\": \"University 2024 Graduate - Software Engineer (Back-End)\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bd362483-5fce-4c4c-a733-aace3cf76a8d\",\n        \"date_posted\": 1722110690,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722211938,\n        \"url\": \"https://careers.fisglobal.com/us/en/job/FIGLUSJR0273907EXTERNAL/Software-Engineer-Front-End\",\n        \"company_name\": \"FIS Global\",\n        \"title\": \"Frontend Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"garrgi11\",\n        \"id\": \"2a255053-2dca-4f52-88ee-70dbdcd71d00\",\n        \"date_posted\": 1722211938,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722950821,\n        \"url\": \"https://jackson.wd1.myworkdayjobs.com/Jackson_Careers/job/Lansing-MI/Software-Developer-I_REQ-02873\",\n        \"company_name\": \"Jackson\",\n        \"title\": \"Software Developer I\",\n        \"locations\": [\n            \"Lansing, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6e8012d5-c249-4cbb-8823-90b3051e02c1\",\n        \"date_posted\": 1722221470,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722221537,\n        \"url\": \"https://careers.tiktok.com/position/7395343587233515827/detail\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"ML Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"97ace3d6-8997-4a29-aef1-f4d575cf8c0d\",\n        \"date_posted\": 1722221537,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722221682,\n        \"url\": \"https://job-boards.greenhouse.io/openeye/jobs/7460213002?gh_src=a764faad2us\",\n        \"company_name\": \"Openeye\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Liberty Lake, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"103eda1f-affa-4b0d-87ef-a782185b41cc\",\n        \"date_posted\": 1722221682,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722221814,\n        \"url\": \"https://www.wayfair.com/careers/job/software-engineer-i/7569778002\",\n        \"company_name\": \"Wayfair\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1a565ff7-89ee-431d-9460-66c9ced4ed12\",\n        \"date_posted\": 1722221814,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722221928,\n        \"url\": \"https://careers.tiktok.com/position/7395702392933927205/detail\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad Machine Learning Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5214dde6-847e-4196-8873-8db2c1a579b3\",\n        \"date_posted\": 1722221928,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722222543,\n        \"url\": \"https://phf.tbe.taleo.net/phf02/ats/careers/v2/viewRequisition?org=COSTCO&cws=41&rid=8850\",\n        \"company_name\": \"Cosco\",\n        \"title\": \"Software Developer 1\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a60c59cf-d40b-40e4-91e2-95212f592211\",\n        \"date_posted\": 1722222543,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724292620,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2652350/software-dev-engineer-i-front-end-web-mobile-development\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"646e5688-7863-4ad4-93d9-60c7bf36e8a2\",\n        \"date_posted\": 1722223075,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722228350,\n        \"url\": \"https://jobs.bytedance.com/en/position/7376504348953970982/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"Software Engineer Graduate - 2025 Start\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"f44e4f7c-47e1-40f6-a533-79951e38ef97\",\n        \"date_posted\": 1722228350,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722263385,\n        \"url\": \"https://careers.tiktok.com/position/7267035371972036919/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"Machine Learning Engineer - 2025 Start\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e8cf3275-5ea4-4283-b419-4b917fd6aacd\",\n        \"date_posted\": 1722263385,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722263590,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1743922/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"8e99bcb6-911c-4f76-804a-01b24ebe9bfc\",\n        \"date_posted\": 1722263590,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722273587,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/103780715941765830-software-engineer\",\n        \"company_name\": \"Google\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"Atlanta, GA\",\n            \"Austin, TX\",\n            \"Boulder, CO\",\n            \"Bellevue, WA\",\n            \"Cambridge, MA\",\n            \"Irvine, CA\",\n            \"Kirkland, WA\",\n            \"Los Angeles, CA\",\n            \"New York, NY\",\n            \"Pittsburgh, PA\",\n            \"Raleigh, NC\",\n            \"Durham, NC\",\n            \"Reston, VA\",\n            \"San Bruno, CA\",\n            \"Seattle, WA\",\n            \"San Francisco, CA\",\n            \"San Jose, CA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ba92c496-8c28-475a-8c70-4e1b6e5a1ab4\",\n        \"date_posted\": 1722273587,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722279186,\n        \"url\": \"https://job-boards.greenhouse.io/affirm/jobs/5794747003?gh_src=689c81d53us\",\n        \"company_name\": \"Affirm\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bb7f763b-3638-44e3-a433-356a946e1768\",\n        \"date_posted\": 1722279186,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722279386,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2577799/software-dev-engineer-ai-ml-aws-neuron-distributed-training\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle. WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"55d684c8-d221-4994-9b56-e386a14a164a\",\n        \"date_posted\": 1722279386,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722289258,\n        \"url\": \"https://navan.com/careers/openings/6139319?gh_jid=6139319\",\n        \"company_name\": \"Navan\",\n        \"title\": \"University Graduate - Software Engineer (Front-End)\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2fb7d88f-0ff6-458b-aeb1-65090bedd744\",\n        \"date_posted\": 1722289258,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722295486,\n        \"url\": \"https://careers.sig.com/job/SUSQA004Y8457\",\n        \"company_name\": \"SIG\",\n        \"title\": \"Quantitative Developer - New Grad\",\n        \"locations\": [\n            \"Philadelphia, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"454b1cbb-ba98-4458-a112-fd7024747b2c\",\n        \"date_posted\": 1722295486,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722439569,\n        \"url\": \"https://apply.deloitte.com/careers/JobDetail/Deloitte-Consulting-Software-Engineering-Analyst/184408\",\n        \"company_name\": \"Deloitte\",\n        \"title\": \"Software Engineering Analyst\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Austin, TX\",\n            \"Boston, MA\",\n            \"Charlotte, NC\",\n            \"Chicago, IL\",\n            \"Cincinnati, OH\",\n            \"Cleveland, OH\",\n            \"Columbus, OH\",\n            \"Costa Mesa, CA\",\n            \"Dallas, TX\",\n            \"Denver, CO\",\n            \"Detroit, MI\",\n            \"Houston, TX\",\n            \"Indianapolis, IN\",\n            \"Kansas City, MI\",\n            \"Los Angeles, CA\",\n            \"McLean, VA\",\n            \"Miami, FL\",\n            \"Minneapolis, MI\",\n            \"Nashville, TN\",\n            \"New York, NY\",\n            \"Philadelphia, PA\",\n            \"Pittsburgh, PA\",\n            \"Raleigh, NC\",\n            \"Sacramento, CA\",\n            \"San Diego, CA\",\n            \"San Francisco, CA\",\n            \"San Jose, CA\",\n            \"Seattle, WA\",\n            \"St. Louis, MI\",\n            \"Tampa, FL\",\n            \"Tempe, AZ\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"26a61b22-08e5-4805-b7cc-3d62220679a6\",\n        \"date_posted\": 1722439569,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722439774,\n        \"url\": \"https://careers.mtsi-va.com/job/-/-/38810/68169171920\",\n        \"company_name\": \"MTSi\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Chantilly, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8592d0f4-9b6e-447d-b8b6-8adb21d11fff\",\n        \"date_posted\": 1722439774,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722462147,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/29663a4b-c457-4a38-bbdf-069f189b20eb?departmentId=e9877d64-61b1-4b37-8518-65af0431cd09\",\n        \"company_name\": \"Ramp\",\n        \"title\": \"New Grad 2025: Software Engineer - Backend\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f6d80ea1-8859-4f2b-ab7e-965ad1c11703\",\n        \"date_posted\": 1722462147,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722462206,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/12747eb1-e545-478d-b07c-f27f4a88cc12?departmentId=e9877d64-61b1-4b37-8518-65af0431cd09\",\n        \"company_name\": \"Ramp\",\n        \"title\": \"New Grad 2025: Software Engineer - Frontend\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5e8c77bd-ace6-41e8-9979-e116cae679b5\",\n        \"date_posted\": 1722462206,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722462311,\n        \"url\": \"https://careers.tiktok.com/position/7397588344904124722/detail?spread=5MWH5CQ\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2f950e91-4b9a-4941-b957-8fde3e95451d\",\n        \"date_posted\": 1722462311,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740456297,\n        \"url\": \"https://jobs.ashbyhq.com/pylon-labs/ecf0d509-cfb9-43c6-b628-1e685d6f5f42\",\n        \"company_name\": \"Pylon\",\n        \"title\": \"New Grad Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a017bce7-d855-468b-802c-aae32e579f58\",\n        \"date_posted\": 1722462346,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722462944,\n        \"url\": \"https://careers.tiktok.com/position/7397101263031290162/detail?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1fbcc71c-5636-4d34-85d7-188816decfab\",\n        \"date_posted\": 1722462944,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722482523,\n        \"url\": \"https://jobs.teradyne.com/Teradyne/job/North-Reading-Software-Engineer-New-College-Graduate-MA/1197517500/?feedId=320000\",\n        \"company_name\": \"Teradyne\",\n        \"title\": \"New Graduate Software Engineer\",\n        \"locations\": [\n            \"North Reading, MA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"652c7c1e-5e64-44fa-b6df-4a0c049a9a2b\",\n        \"date_posted\": 1722482523,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723008110,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-Engineer--Chip-Design-Tools---New-College-Grad-2024_JR1978759\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"63740ffb-1cd3-4d7c-b989-16d131e04aab\",\n        \"date_posted\": 1722482639,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722485720,\n        \"url\": \"https://careers.confluent.io/jobs/14738286-2025-software-engineer\",\n        \"company_name\": \"Confluent\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"289da79c-ad5e-4639-9b51-8f796ec9d3f4\",\n        \"date_posted\": 1722485720,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722488858,\n        \"url\": \"https://careers.tiktok.com/position/7397567418497861939/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Frontend Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b5a1b19f-ee1a-4aa5-980c-fff9426e6065\",\n        \"date_posted\": 1722488858,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722537402,\n        \"url\": \"https://boards.greenhouse.io/sentry/jobs/6145165\",\n        \"company_name\": \"Sentry\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1003dbe5-dcc9-4909-9532-592fc2938c3b\",\n        \"date_posted\": 1722537402,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722537505,\n        \"url\": \"https://vanguard.wd5.myworkdayjobs.com/en-US/vanguard_external/job/Malvern-PA/Entry-Level-Application-Engineer---2025-Start-Date_162144-1\",\n        \"company_name\": \"Vanguard\",\n        \"title\": \"Entry Level 2025: Application Engineer\",\n        \"locations\": [\n            \"Malvern, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"492552be-fec5-41ed-99de-c9899c22bc38\",\n        \"date_posted\": 1722537505,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722809925,\n        \"url\": \"https://vanguard.wd5.myworkdayjobs.com/en-US/vanguard_external/job/Charlotte-NC/Entry-Level-Application-Engineer---2025-Start-Date_162145-1\",\n        \"company_name\": \"Vanguard\",\n        \"title\": \"Entry Level 2025: Application Engineer\",\n        \"locations\": [\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b3c01723-663a-477a-81fd-bda665588b5e\",\n        \"date_posted\": 1722537770,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653296,\n        \"url\": \"https://job-boards.greenhouse.io/fiveringsllc/jobs/4090061008\",\n        \"company_name\": \"Five Rings\",\n        \"title\": \"New Grad 2025: Quantitative Trader\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f7746366-4b77-4cc8-b75a-78aa970889c0\",\n        \"date_posted\": 1722578132,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722578210,\n        \"url\": \"https://job-boards.greenhouse.io/fiveringsllc/jobs/4090994008\",\n        \"company_name\": \"Five Rings\",\n        \"title\": \"New Grad 2025: Software Developer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4cd8d7ef-f6aa-4264-bb9c-1036a480d0ab\",\n        \"date_posted\": 1722578210,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043048,\n        \"url\": \"https://job-boards.greenhouse.io/fiveringsllc/jobs/4090119008?gh_src=Simplify\",\n        \"company_name\": \"Five Rings\",\n        \"title\": \"Quantitative Trader\",\n        \"locations\": [\n            \"Boca Raton, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"f3253f12-3ace-45ca-80c3-7fd675c978b3\",\n        \"date_posted\": 1722618322,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722618405,\n        \"url\": \"https://jobs.jnj.com/en/jobs/2406197155w/class-of-2025-technology-leadership-development-program-tldp-full-time/\",\n        \"company_name\": \"Johnson & Johnson\",\n        \"title\": \"New Grad 2025: Technology Program\",\n        \"locations\": [\n            \"Too many\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"c62e8c4e-3970-4596-b9e6-34e0327d4974\",\n        \"date_posted\": 1722618405,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722637571,\n        \"url\": \"https://job-boards.greenhouse.io/fiveringsllc/jobs/4092835008\",\n        \"company_name\": \"Five Rings\",\n        \"title\": \"New Grad: Quantitative Researcher - MS/PhD\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"0a7a8227-46ba-4fae-965e-9ab4b4690ddc\",\n        \"date_posted\": 1722637571,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722638107,\n        \"url\": \"https://careers.servicenow.com/en/jobs/744000004506726/assoc-software-engineer/\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6538a5ab-df8e-4066-9711-1a0d1de7764d\",\n        \"date_posted\": 1722638107,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723304491,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4135687007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2024: Backend Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"db1f9d1e-1630-4294-8103-b42572f770ac\",\n        \"date_posted\": 1722809433,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722885850,\n        \"url\": \"https://amazon.jobs/en/jobs/2721341/software-development-engineer-amazon-dedicated-cloud-region-services\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad: Software Development Engineer\",\n        \"locations\": [\n            \"Arlington, VA\",\n            \"Seattle, WA\",\n            \"Denver, CO\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5d0bac4d-da7f-45de-bb1b-b31ca045da98\",\n        \"date_posted\": 1722885850,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724822003,\n        \"url\": \"https://amazon.jobs/en/jobs/2705626/software-dev-engineer-special-projects\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ac5a4b87-7d5f-4304-913e-b0f175babe1b\",\n        \"date_posted\": 1722885951,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1722886130,\n        \"url\": \"https://amazon.jobs/en/jobs/2715216/software-dev-engineer-ml\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Santa Clara, CA\",\n            \"Redmond, WA\",\n            \"Bellevue, WA\",\n            \"New York, NY\",\n            \"Palo Alto, CA\",\n            \"Vancouver, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"75ebfacb-9b16-47a0-88bb-8483d7350037\",\n        \"date_posted\": 1722886130,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467972,\n        \"url\": \"https://amazon.jobs/en/jobs/2688831/software-dev-engineer-computer-science\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Santa Clara, CA\",\n            \"Arlington, VA\",\n            \"Denver, CO\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"fde862c6-bac2-4e91-8cd1-5f7f40a54284\",\n        \"date_posted\": 1722886404,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722889821,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/software-engineer---new-grad-2025-start-6865698002\",\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"26659550-2113-4f37-af93-3abf4dcf2575\",\n        \"date_posted\": 1722889821,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722889861,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/software-engineer---new-grad-distributed-data-systems-2025-start-6866556002\",\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2025: Software Engineer, Distributed Data Systems\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"22954ce5-0166-4f9c-845d-6a3135726b91\",\n        \"date_posted\": 1722889861,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722889903,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/software-engineer---new-grad-distributed-data-systems-2025-start-6865704002\",\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2025: Software Engineer, Distributed Data Systems\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ee0584aa-5cad-44b3-ad40-7cead2b1397d\",\n        \"date_posted\": 1722889903,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722889920,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/software-engineer---new-grad-2025-start-6866542002\",\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ebe27aee-b6ff-489a-8def-a3704dc6f916\",\n        \"date_posted\": 1722889920,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722950743,\n        \"url\": \"https://sentry.io/careers/6145443/\",\n        \"company_name\": \"Sentry\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f924cea5-6eb4-4e17-8bbc-521b77e57c28\",\n        \"date_posted\": 1722950743,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722982975,\n        \"url\": \"https://careers.roblox.com/jobs/6086753?gh_jid=6086753&gh_src=71e9c9571us\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fdd836a5-743a-40b1-910b-ba091678d071\",\n        \"date_posted\": 1722982975,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1722984677,\n        \"url\": \"https://www.konrad.com/careers/job/5893276003?gh_jid=5893276003\",\n        \"company_name\": \"Konrad\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"867c8f7b-6546-4ef5-9250-d11be339b054\",\n        \"date_posted\": 1722984677,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723003477,\n        \"url\": \"https://careers.bcg.com/job/BCG1US36468EXTERNALENUS/AI-Software-Engineer-Campus-United-States-BCG-X\",\n        \"company_name\": \"Boston Consulting Group\",\n        \"title\": \"New Grad 2025: AI Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"Los Angeles, CA\",\n            \"Seattle, WA\",\n            \"San Francisco, CA\",\n            \"Manhattan Beach, CA\",\n            \"Dallas, TX\",\n            \"Miami, FL\",\n            \"Brooklyn, NY\",\n            \"New York, NY\",\n            \"Pittsburgh, PA\",\n            \"Washington, DC\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6f3f4d36-09c6-4ce3-bc7c-05984589cd85\",\n        \"date_posted\": 1723003477,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724671991,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-Engineer--VLSI-Design-Tools----New-College-Grad-2024_JR1985306-1?source=jobboardlinkedin\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Software Engineer, VLSI Design Tools\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d6ec5a4c-4e87-42eb-b552-9c4a0e4f7235\",\n        \"date_posted\": 1723008173,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723592712,\n        \"url\": \"https://university-uber.icims.com/jobs/133665/job?mobile=false&width=941&height=500&bga=true&needsRedirect=false&jan1offset=-300&jun1offset=-240\",\n        \"company_name\": \"Uber\",\n        \"title\": \"Applied Scientist I\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"404014a8-63df-46c8-93a5-35fa4153b6fc\",\n        \"date_posted\": 1723008245,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1723158759,\n        \"url\": \"https://www.metacareers.com/v2/jobs/477195844990625/\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Production Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"4070d958-b6f8-46c5-89a2-f9a95ecd6e67\",\n        \"date_posted\": 1723158759,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723158937,\n        \"url\": \"https://www.wellsfargojobs.com/en/jobs/r-389141/2025-analytics-and-data-development-program-early-careers/\",\n        \"company_name\": \"Wells Fargo\",\n        \"title\": \"New Grad 2025: Analytics and Data Development Program\",\n        \"locations\": [\n            \"Charlotte, NC\",\n            \"Minneapolis, MN\",\n            \"West Des Moines, IA\",\n            \"Chandler, AZ\",\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"bf2a876c-41a5-4afb-9348-a7435e8cdc13\",\n        \"date_posted\": 1723158937,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723159383,\n        \"url\": \"https://www.neocis.com/about-us/careers/?gnk=job&gni=8a7885a8910ff31101912dd353816bde&lang=en\",\n        \"company_name\": \"Neocis\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Miami, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"723188bd-09cf-41d4-8f4c-5994ff0c5236\",\n        \"date_posted\": 1723159383,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723301654,\n        \"url\": \"https://blackrock.tal.net/vx/lang-en-GB/mobile-0/brand-3/xf-4a4032eced60/candidate/so/pm/1/pl/1/opp/8161-2025-Full-Time-Analyst-Program-AMERS/en-GB\",\n        \"company_name\": \"Blackrock\",\n        \"title\": \"New Grad 2025: Analyst Program\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"a23456f2-3ba3-497c-9c7a-9ee80e3b3554\",\n        \"date_posted\": 1723301654,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723301743,\n        \"url\": \"https://jobs.lever.co/belvederetrading/f994033f-80f7-4f1d-afdf-a0ada8ed9a8b\",\n        \"company_name\": \"Belvedere Trading\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"304836b8-079f-40ba-abef-171775eefd5d\",\n        \"date_posted\": 1723301743,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468287,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2636224/software-dev-engineer-i-redshift\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer I - Masters\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Redmond, WA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b53800e1-fbcd-4b13-9890-5993bba5d393\",\n        \"date_posted\": 1723302037,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467529,\n        \"url\": \"https://careers.cargill.com/en/job/-/-/23251/68562401376\",\n        \"company_name\": \"Cargill\",\n        \"title\": \"New Grad 2025: Associate Software Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a11311b0-0c8d-4bb0-b59d-42a060f614d0\",\n        \"date_posted\": 1723302517,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723304278,\n        \"url\": \"https://www.workatastartup.com/jobs/68567\",\n        \"company_name\": \"VectorShift - YC\",\n        \"title\": \"New Grad: Frontend Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"01320973-76b1-462c-be93-b9aabb26df9b\",\n        \"date_posted\": 1723304278,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723304391,\n        \"url\": \"https://www.workatastartup.com/jobs/63762\",\n        \"company_name\": \"Airgoods - YC\",\n        \"title\": \"New Grad: Full-Stack Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"575c2f3d-72c8-4005-97a7-afa0091fd7f5\",\n        \"date_posted\": 1723304391,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723307062,\n        \"url\": \"https://www.workatastartup.com/jobs/68522\",\n        \"company_name\": \"Prelim\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c0035acf-28d8-454d-bb20-3aee96c198c6\",\n        \"date_posted\": 1723307062,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649087,\n        \"url\": \"https://geico.wd1.myworkdayjobs.com/en-US/External/job/Chevy-Chase-MD/Technology-Development-Program---Software-Engineering_R0051974?jobFamilyGroup=895c9dc2a05701737efe7899a6017bc0\",\n        \"company_name\": \"Geico\",\n        \"title\": \"New Grad: Technology Development Program\",\n        \"locations\": [\n            \"Chevy Chase, MD\",\n            \"Virginia Beach, VA\",\n            \"Poway, CA\",\n            \"North Liberty, IA\",\n            \"Katy, TX\",\n            \"Lakeland, FL\",\n            \"Fredericksburg, VA\",\n            \"Melville, NY\",\n            \"Lenexa, KS\",\n            \"Renton, WA\",\n            \"Anchorage, AK\",\n            \"Jacksonville, FL\",\n            \"Indianapolis, IN\",\n            \"Tucson, AZ\",\n            \"Macon, GA\",\n            \"Springfield, VA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6fb50115-716d-4e41-a788-8d7db32deb50\",\n        \"date_posted\": 1723340422,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723342383,\n        \"url\": \"https://www.northropgrumman.com/jobs/Engineering/Software/United-States-of-America/Maryland/Linthicum/R10167251/2024-associate-software-engineer-linthicum-md?code=JB-18202&rx_campaign=Linkedin1&rx_ch=connector&rx_group=375073&rx_job=R10167251&rx_medium=post&rx_r=none&rx_source=Linkedin&rx_ts=20240810T184802Z&rx_vp=slots&source=JB-18202&utm_audience=prospectivetalentemployees&utm_campaign=ta-general&utm_content=jobfeed&utm_format=cpl&utm_medium=jobboard&utm_network=partnerdirect\",\n        \"company_name\": \"Northrop Grumman\",\n        \"title\": \"New Grad 2024: Associate Software Engineer\",\n        \"locations\": [\n            \"Linthicum, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ad7ff9e9-1516-41ba-a678-9b87abdf770a\",\n        \"date_posted\": 1723342383,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467420,\n        \"url\": \"https://careers.abbvie.com/en/job/2025-bts-early-talent-program-technical-in-north-chicago-il-jid-6454\",\n        \"company_name\": \"abbvie\",\n        \"title\": \"New Grad 2025: Technical Early Talent Program\",\n        \"locations\": [\n            \"North Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"06a19c43-be21-4944-a594-3ee8ac6eba96\",\n        \"date_posted\": 1723592818,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723592943,\n        \"url\": \"https://careers.usbank.com/global/en/job/UBNAGLOBAL20240015883EXTERNALENGLOBAL/2025-Engineering-Rotational-Program\",\n        \"company_name\": \"US Bank\",\n        \"title\": \"New Grad 2025: Engineering Rotational Program\",\n        \"locations\": [\n            \"Hopkins, MN\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ead37d8d-f232-480a-9639-de33e553c63f\",\n        \"date_posted\": 1723592943,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728629909,\n        \"url\": \"https://paypal.eightfold.ai/careers/job?domain=paypal.com&pid=274901907358&query=R0114388&domain=paypal.com&sort_by=relevance&jobIndex=0&job_index=0\",\n        \"company_name\": \"PayPal\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Chicago, IL\",\n            \"Omaha, NE\",\n            \"Scottsdale, AZ\",\n            \"New York City, NY\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ef0c6e10-0be8-4516-bbda-588e1843f90f\",\n        \"date_posted\": 1723669850,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723670056,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-MA-Westford/Physical-Design-Engineer---New-College-Grad-2025_JR1979789-1\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Physical Design Engineer\",\n        \"locations\": [\n            \"Westford, MA\",\n            \"Westborough, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"aa387ced-bdc0-4f5c-a6e0-b8448130c1bf\",\n        \"date_posted\": 1723670056,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723670112,\n        \"url\": \"https://www.databricks.com/company/careers/university-recruiting/data-scientist---new-grad-2025-start-6866554002\",\n        \"company_name\": \"Databricks\",\n        \"title\": \"New Grad 2025: Data Scientist\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"add94147-135b-405e-b71a-a31f0f2d838a\",\n        \"date_posted\": 1723670112,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723670204,\n        \"url\": \"https://jobs.lever.co/belvederetrading/69de6697-e9d4-426e-ae22-bad4c6e04cf8\",\n        \"company_name\": \"Belvedere Trading\",\n        \"title\": \"New Grad 2025: Quantitative Trader\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4ca565d9-aca7-4657-ac78-cf4ddb02ff42\",\n        \"date_posted\": 1723670204,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723670335,\n        \"url\": \"https://careers.ibm.com/job/20863344/entry-level-product-manager-2025-remote/\",\n        \"company_name\": \"IBM\",\n        \"title\": \"New Grad 2025: Product Manager\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Lowell, MA\",\n            \"Durham, NC\",\n            \"Research Triangle Park, NC\",\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"1b10340a-028d-4d7a-8194-cb66fa30ac35\",\n        \"date_posted\": 1723670335,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723670503,\n        \"url\": \"https://careers.ibm.com/job/20864776/entry-level-back-end-developer-2025-remote/\",\n        \"company_name\": \"IBM\",\n        \"title\": \"New Grad 2025: Back End Developer\",\n        \"locations\": [\n            \"Tucson, AZ\",\n            \"San Jose, CA\",\n            \"Rochester, NY\",\n            \"Poughkeepsie, NY\",\n            \"Research Triangle Park, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e8c93b81-e95f-480e-9c59-465a5bc826f2\",\n        \"date_posted\": 1723670503,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728486515,\n        \"url\": \"https://www.metacareers.com/v2/jobs/522395143779549/?location=Menlo%20Park%2C%20CA\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Security Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"Washington, DC\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d4b61252-7b76-40e8-84c3-9bc932d53188\",\n        \"date_posted\": 1723671679,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723675899,\n        \"url\": \"https://autodesk.wd1.myworkdayjobs.com/en-US/Ext/job/Novi-MI-USA/Software-Engineer_24WD80650\",\n        \"company_name\": \"Autodesk\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Novi, MI\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e0cecc13-1054-45db-90c6-e81e5809bedd\",\n        \"date_posted\": 1723675899,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723675947,\n        \"url\": \"https://boseallaboutme.wd1.myworkdayjobs.com/en-US/Bose_Careers/job/US-MA---Framingham/Machine-Learning-Engineer---Efficient-Machine-Learning_R27193\",\n        \"company_name\": \"Bose\",\n        \"title\": \"New Grad: Machine Learning Engineer - Masters/PhD\",\n        \"locations\": [\n            \"Framingham, MA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3769fcea-e2e5-461b-83fe-ba40beea38bf\",\n        \"date_posted\": 1723675947,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653297,\n        \"url\": \"https://boards.greenhouse.io/thetradedesk/jobs/4480439007\",\n        \"company_name\": \"The Trade Desk\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7ad7752f-8cd4-4959-a4be-d9643dd1f49e\",\n        \"date_posted\": 1723699024,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1723699071,\n        \"url\": \"https://www.linkedin.com/jobs/view/4000100097/\",\n        \"company_name\": \"The Trade Desk\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"b8b68619-9b7a-473d-851c-02a44732acbd\",\n        \"date_posted\": 1723699071,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724027030,\n        \"url\": \"https://navan.com/careers/openings/5382869?gh_jid=5382869&gh_src=b13de4e21\",\n        \"company_name\": \"Navan\",\n        \"title\": \"New Grad: Back-End Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7a233982-a3ac-4b9f-b74e-e173f8bf57d6\",\n        \"date_posted\": 1724027030,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728486543,\n        \"url\": \"https://www.metacareers.com/jobs/2081252505580632\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Product Security Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2624d215-a85a-4e9b-b97c-decd04b65f72\",\n        \"date_posted\": 1724027455,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724027713,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Deep-Learning-Compiler-Engineer--Autonomous-Vehicles---New-College-Grad-2024_JR1986018\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Deep Learning Compiler Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0542a4d0-3f41-4071-a40a-dbabdcaf7ee9\",\n        \"date_posted\": 1724027713,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653297,\n        \"url\": \"https://job-boards.greenhouse.io/figma/jobs/5227935004\",\n        \"company_name\": \"Figma\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"NotJerwee\",\n        \"id\": \"e3795c02-3558-439c-a9c8-ffacd412b898\",\n        \"date_posted\": 1724119709,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724121276,\n        \"url\": \"https://www.chicagotrading.com/posting?req=4462832005&campus=1\",\n        \"company_name\": \"Chicago Trading Company\",\n        \"title\": \"New Grad 2025: Associate Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b0dba7ea-29df-4ff9-9b52-408e36427c55\",\n        \"date_posted\": 1724119854,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724120246,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4471879007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Android Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7d883ba6-0b1b-448c-9520-23acb8228f74\",\n        \"date_posted\": 1724120246,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738172385,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4471600007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Backend Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"da298ee1-1ac9-493c-9d73-1defe2d0550a\",\n        \"date_posted\": 1724120289,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653298,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4471668007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Embedded Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6dd335a1-eb8f-45a3-a11e-5cfca9123e24\",\n        \"date_posted\": 1724120333,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724120445,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4471635007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"25df2b2c-4bce-46f8-a805-24af94cf9fbd\",\n        \"date_posted\": 1724120445,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724120503,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4471860007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: iOS Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3a888e27-5830-42ee-915e-d2242fb339b5\",\n        \"date_posted\": 1724120503,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738192876,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4482613007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Security Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"98a7b806-b22e-4b98-ae65-31d9b27d1ab1\",\n        \"date_posted\": 1724120544,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1752526287,\n        \"url\": \"https://boards.greenhouse.io/wehrtyou/jobs/6139130\",\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"New Grad 2025: Software Engineer (C++)\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ca620399-0643-4fc8-9d80-c46e86536fc3\",\n        \"date_posted\": 1724120974,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653299,\n        \"url\": \"https://boards.greenhouse.io/wehrtyou/jobs/6139135\",\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"New Grad 2025: Algorithm Developer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8aa1b3ff-370b-484b-8d91-f1431836ba1f\",\n        \"date_posted\": 1724121028,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724121182,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1750679/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"5a6461c8-f6ae-4c99-b828-961e1d2cebb7\",\n        \"date_posted\": 1724121182,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724121255,\n        \"url\": \"https://boards.greenhouse.io/canonicaljobs/jobs/6185294\",\n        \"company_name\": \"Canonical\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"0cadc5aa-71e4-4f21-9f70-1fb6c50d091c\",\n        \"date_posted\": 1724121255,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724124589,\n        \"url\": \"https://bostondynamics.wd1.myworkdayjobs.com/Boston_Dynamics/job/Waltham-Office-POST/Software-Engineer_R1481\",\n        \"company_name\": \"BostonDynamics\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Waltham, MA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"129b7639-8f25-423d-956e-7c7de0c64684\",\n        \"date_posted\": 1724124386,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724207802,\n        \"url\": \"https://careers.tiktok.com/position/7397933618406033702/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad: Machine Learning Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"bb3c8875-d37c-4d8b-9186-94020d495ee4\",\n        \"date_posted\": 1724207802,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653300,\n        \"url\": \"https://job-boards.greenhouse.io/vectara/jobs/4002302008?gh_src=12989e178us\",\n        \"company_name\": \"Vectara\",\n        \"title\": \"New Grad: ML Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"168adf84-c554-4546-ba52-26be44941e56\",\n        \"date_posted\": 1724209484,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751050227,\n        \"url\": \"https://jobs.lever.co/intelliware/759b57c3-a5c3-4698-af78-66b3591bb936?applicant_guid=1a26e138-602c-4352-ab77-4ef92c12a04e&lever-origin=applied&lever-source%5B%5D=JobTarget%2CJobTarget%20Organic%20Sites%20Bundle\",\n        \"company_name\": \"Intelliware\",\n        \"title\": \"New Grad: Junior Software Developer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"64044545-898a-4ce1-9f25-bbd9dcf628e9\",\n        \"date_posted\": 1724209567,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724260396,\n        \"url\": \"https://boards.greenhouse.io/strava/jobs/6193950\",\n        \"company_name\": \"Strava\",\n        \"title\": \"New Grad: Machine Learning Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"84b3271f-af95-4f8a-954f-7e6844f90d28\",\n        \"date_posted\": 1724260396,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724274433,\n        \"url\": \"https://tencent.wd1.myworkdayjobs.com/en-US/Tencent_Careers/job/US-Palo-Alto/XMLNAME--2025-Graduate--Data-Scientist---Machine-Learning-and-Analytics_R103982-1\",\n        \"company_name\": \"Tencent\",\n        \"title\": \"New Grad 2025: Data Scientist\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ac6c53c8-7848-4adf-8b21-91be67e920d2\",\n        \"date_posted\": 1724274433,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724274542,\n        \"url\": \"https://www.metacareers.com/jobs/477195844990625\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad:  Production Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"New York, NY\",\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"108614ba-cfa5-4c3d-beec-f43690a023be\",\n        \"date_posted\": 1724274542,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653300,\n        \"url\": \"https://boards.greenhouse.io/vectranetworks/jobs/6142089?gh_src=60ccc7d91us\",\n        \"company_name\": \"Vectra\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9d1a0b80-3354-4ef8-a483-2c3ea0b8d81b\",\n        \"date_posted\": 1724336247,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724381543,\n        \"url\": \"https://www.geckorobotics.com/careers?utm_medium=jobboard&ashby_jid=37a18535-7fd9-4491-a8a0-d567adc30e03\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad: Forward Deployed Engineer\",\n        \"locations\": [\n            \"Pittsburgh, PA\",\n            \"Boston, MA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"halaway\",\n        \"id\": \"f2db1130-fad9-4da5-b321-db4fe0c06fe0\",\n        \"date_posted\": 1724381543,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724383136,\n        \"url\": \"https://jobs.lever.co/whoop/eda29f76-1da9-45bb-a822-f616011f3bb7\",\n        \"company_name\": \"Whoop\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8c2afaa3-a24a-4087-941a-dd3342509a6d\",\n        \"date_posted\": 1724383136,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724385065,\n        \"url\": \"https://www.janestreet.com/join-jane-street/position/7528962002/\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e6fb0a12-9f5d-41f5-82e0-4a3cfbc48b4b\",\n        \"date_posted\": 1724385065,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724385155,\n        \"url\": \"https://www.janestreet.com/join-jane-street/position/7546237002/\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"New Grad 2025: FPGA Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d24e1e9d-75af-4bbe-9822-a5492cef2a7b\",\n        \"date_posted\": 1724385155,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724385249,\n        \"url\": \"https://www.janestreet.com/join-jane-street/position/7546051002/\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"New Grad 2025: Linux Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"df101d29-48bd-4707-ab2d-59eb01454646\",\n        \"date_posted\": 1724385249,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724429342,\n        \"url\": \"https://stripe.com/jobs/listing/software-engineer-new-grad/6142741\",\n        \"company_name\": \"Stripe\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"84be9b2a-9b04-4c87-a197-fe9f100dbcad\",\n        \"date_posted\": 1724429342,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544223,\n        \"url\": \"https://www.metacareers.com/v2/jobs/520974660595763/\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Network Production Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Menlo Park, CA\",\n            \"Seattle, WA\",\n            \"Boston, MA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"17994585-c39a-43cf-a6bb-7e622d7bd9b5\",\n        \"date_posted\": 1724544223,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468510,\n        \"url\": \"https://careers.mastercard.com/us/en/job/R-228341/Software-Engineer-Launch-Program-2025-United-States\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"New Grad 2025: Software Engineer - Launch Program\",\n        \"locations\": [\n            \"O'Fallon, MO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"2a05b5a9-faf5-4102-a75c-1d627d7a6095\",\n        \"date_posted\": 1724544268,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544293,\n        \"url\": \"https://capitalone.wd1.myworkdayjobs.com/en-US/Capital_One/details/Associate--Data-Analyst--Full-Time-2025_R194545?q=data%20analyst\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad: Associate Data Analyst\",\n        \"locations\": [\n            \"Toronto, ON\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"5e001e96-c14c-4e6d-9703-72ded0cda08e\",\n        \"date_posted\": 1724544293,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544323,\n        \"url\": \"https://job-boards.greenhouse.io/figma/jobs/5227981004?gh_src=28109e334us\",\n        \"company_name\": \"Figma\",\n        \"title\": \"New Grad: Data Scientist\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"368807c3-11ff-4546-b4b9-fd1943387486\",\n        \"date_posted\": 1724544323,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544387,\n        \"url\": \"https://www.geckorobotics.com/careers?ashby_jid=34464bf6-1c55-4aed-8d08-ac43c7c965d1\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"b78d05dd-6ace-4644-91e2-d2d42a4ead7b\",\n        \"date_posted\": 1724544387,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544470,\n        \"url\": \"https://www.geckorobotics.com/careers?ashby_jid=ad2f924f-79fd-4dea-875b-a5a4b911d17e\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad: Localization Engineer\",\n        \"locations\": [\n            \"Pittsburg, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"d33af66e-53b2-4ac7-8605-1fbeb8ca3920\",\n        \"date_posted\": 1724544470,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544505,\n        \"url\": \"https://www.geckorobotics.com/careers?ashby_jid=c161948f-001d-45e4-a340-776cfccc1ff2\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad: Embedded Software Engineer\",\n        \"locations\": [\n            \"Pittsburg, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"c6b4de55-b70c-4c6f-b079-ba8bf480067f\",\n        \"date_posted\": 1724544505,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724544535,\n        \"url\": \"https://www.geckorobotics.com/careers?ashby_jid=456af2b4-804c-4fc5-95c3-01d6539cdc0e\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad: Field Software Engineer\",\n        \"locations\": [\n            \"Pittsburg, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"8eccd3d5-cd4a-4a00-b6dc-34220d3284e6\",\n        \"date_posted\": 1724544535,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724546883,\n        \"url\": \"https://jobs.bytedance.com/en/position/7396945647146076453/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Mobile Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"39e61ee0-57ac-4f9f-9f77-9489ffd93597\",\n        \"date_posted\": 1724546883,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724546973,\n        \"url\": \"https://jobs.bytedance.com/en/position/7396812738201061669/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Backend Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"fbbf0789-707d-4564-86f3-cde31ddb75ac\",\n        \"date_posted\": 1724546973,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751756892,\n        \"url\": \"https://boards.greenhouse.io/appliedintuition/jobs/4420849005?gh_jid=4420849005\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"c1057615-400c-4c7e-8c3b-48e3ff7ade92\",\n        \"date_posted\": 1724547152,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724547222,\n        \"url\": \"https://boards.greenhouse.io/appliedintuition/jobs/4045225005?gh_jid=4045225005\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"New Grad: Software Engineer - PHD\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"f1bef3e0-66aa-49be-aa3e-a3e1bedef2a4\",\n        \"date_posted\": 1724547222,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653302,\n        \"url\": \"https://boards.greenhouse.io/appliedintuition/jobs/4248379005?gh_jid=4248379005\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"New Grad: Software Engineer - Autonomous Vehicles - PHD\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"8345399e-0a51-4a87-afce-3a6d4acb9426\",\n        \"date_posted\": 1724547414,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724547460,\n        \"url\": \"https://careers.adobe.com/us/en/job/R147652/2025-University-Graduate-Research-Scientist-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Research Scientist - PHD\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"c308833b-d19f-48d6-b41b-e93cebf44b66\",\n        \"date_posted\": 1724547460,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468320,\n        \"url\": \"https://careers.mastercard.com/us/en/job/R-227405/Data-Scientist-I-Launch-Program-2025-United-States\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"New Grad 2025: Data Scientist I - Launch Program\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"3c271228-a28d-4d93-90bf-0e88d4578efc\",\n        \"date_posted\": 1724561552,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467380,\n        \"url\": \"https://careers.mastercard.com/us/en/job/R-228645/Data-Engineer-Launch-Program-2025-United-States\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"New Grad 2025: Data Engineer - Launch Program\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"76b603bf-8cfb-4d72-8951-2c825069ff11\",\n        \"date_posted\": 1724568501,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724568537,\n        \"url\": \"https://about.nextdoor.com/careers-list/?gh_jid=6202943\",\n        \"company_name\": \"Nextdoor\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer - MS/PHD\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"f99f1a60-6fa4-4f66-a5ae-018549acb00f\",\n        \"date_posted\": 1724568537,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467696,\n        \"url\": \"https://careers.netapp.com/job/-/-/27600/69094587232\",\n        \"company_name\": \"NetApp\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, California\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"10ec5796-21fb-496a-a456-8f3c6e03de6b\",\n        \"date_posted\": 1724573816,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724573875,\n        \"url\": \"https://careers.bankofamerica.com/en-us/job-detail/24033609/software-engineer-i-new-york-new-york-united-states\",\n        \"company_name\": \"Bank of America\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"New York\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"2242b7a9-4d98-47a6-97d7-a21377c7bfa3\",\n        \"date_posted\": 1724573875,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724668503,\n        \"url\": \"https://jobs.boeing.com/job/-/-/185/69092153824\",\n        \"company_name\": \"Boeing\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Washington DC\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"a93db923-8244-4663-b3dc-2116edfa65e1\",\n        \"date_posted\": 1724605387,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693190,\n        \"url\": \"https://careers.adobe.com/us/en/job/R147863/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"1f4856fe-e528-4340-82d7-45f050a6ad94\",\n        \"date_posted\": 1724610698,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693170,\n        \"url\": \"https://careers.adobe.com/us/en/job/R147864/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"54ed8cea-9511-4a37-838a-5e82c31a5d09\",\n        \"date_posted\": 1724610715,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724668480,\n        \"url\": \"https://about.nextdoor.com/careers-list/?gh_jid=6202947\",\n        \"company_name\": \"Nextdoor\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"1d2ce3fd-607d-40dd-b607-c15ca1d13b20\",\n        \"date_posted\": 1724612400,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1724612469,\n        \"url\": \"https://travelhrportal.wd1.myworkdayjobs.com/Jobs/job/Chicago-Illinois-United-States/Software-Development-Engineer-I_J-69143\",\n        \"company_name\": \"Amex GBT\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Chicago, Illinois\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"9c7a14be-11e3-457b-b358-5543de60647c\",\n        \"date_posted\": 1724612469,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724612516,\n        \"url\": \"https://jobs.bytedance.com/en/position/7405726137865177371/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"6de3c4bd-5d61-4913-92cd-6fb46177949a\",\n        \"date_posted\": 1724612516,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724612565,\n        \"url\": \"https://jobs.bytedance.com/en/position/7396821576484555046/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"59cf4145-90a6-4e92-9db6-12eb729f31e8\",\n        \"date_posted\": 1724612565,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724612705,\n        \"url\": \"https://jobs.bytedance.com/en/position/7399738686366042377/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"eedbe02e-a581-485a-8849-7f988feb488e\",\n        \"date_posted\": 1724612705,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468199,\n        \"url\": \"https://stripe.com/jobs/listing/software-engineer-intern/6172089\",\n        \"company_name\": \"Stripe\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Toronto, ON\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"2105fba2-625e-460d-a20a-364c37465c96\",\n        \"date_posted\": 1724645026,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724671872,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Artificial-Intelligence-Algorithms-Engineer---New-College-Grad-2024_JR1986339?q=College&locationHierarchy1=2fcb99c455831013ea52fb338f2932d8\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Artificial Intelligence Algorithms Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7789c27d-4bd4-4c8e-9ce4-ca46f58a49a3\",\n        \"date_posted\": 1724671872,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467653,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1738705/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f83817ba-9c27-4a0c-8b67-1f785f5e2984\",\n        \"date_posted\": 1724681371,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467595,\n        \"url\": \"https://fa-exjq-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/SHEIN/job/USA12460234\",\n        \"company_name\": \"Shein\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"9098be2f-e9cb-4d27-9401-5d9c845e4821\",\n        \"date_posted\": 1724716429,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724775135,\n        \"url\": \"https://www.drivewealth.com/company/jobs/?gh_jid=6100508003%3Fgh_jid%3D6100508003\",\n        \"company_name\": \"DriveWealth\",\n        \"title\": \"New Grad: Software Engineer - Masters\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"ajain02\",\n        \"id\": \"aed3ab4d-3be1-41b3-bdbe-f94c4b79999b\",\n        \"date_posted\": 1724775135,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724775866,\n        \"url\": \"https://githubinc.jibeapply.com/jobs/3041\",\n        \"company_name\": \"Github\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"21c75950-7f62-4454-ba4a-0b2d083f2b4f\",\n        \"date_posted\": 1724775866,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776118,\n        \"url\": \"https://careers.honeywell.com/us/en/job/HONEUSREQ460344EXTERNALENUS/Software-Engineer-Computer-Science-Recent-Grad-Full-Time\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"abbdd0e7-d85a-4f73-aff7-a11fbdd0cc41\",\n        \"date_posted\": 1724776118,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776425,\n        \"url\": \"https://careers.honeywell.com/us/en/job/HONEUSREQ460305EXTERNALENUS/Artificial-Intelligence-Machine-Learning-Recent-Grad-Full-Time\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"New Grad 2025: AI/ML Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fd623b8f-ab9b-442f-b1d2-ab00c9cfcef3\",\n        \"date_posted\": 1724776425,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776512,\n        \"url\": \"https://careers.honeywell.com/us/en/job/HONEUSREQ460335EXTERNALENUS/Information-Systems-IT-Cyber-Engineer-Data-Science-Recent-Grad-Full-Time\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"New Grad 2025: IT/Cyber/DS Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"9f954363-f06a-4892-96c4-f919953d94f4\",\n        \"date_posted\": 1724776512,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776599,\n        \"url\": \"https://cgi.njoyn.com/corp/xweb/xweb.asp?CLID=21001&page=jobdetails&JobID=J0824-1667\",\n        \"company_name\": \"CGI\",\n        \"title\": \"New Grad: Cyber Security Engineer\",\n        \"locations\": [\n            \"Fairfax, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1cb4ad28-0c57-4c14-942d-c8821086a67a\",\n        \"date_posted\": 1724776599,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776715,\n        \"url\": \"https://imanagecom.applytojob.com/apply/jobs/details/GK24yec0X4?&\",\n        \"company_name\": \"iManage\",\n        \"title\": \"New Grad: Technical Support Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"974f5dc9-e808-4695-a9ab-358427f1d2ea\",\n        \"date_posted\": 1724776715,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776854,\n        \"url\": \"https://www.reyrey.com/company/careers/job-openings/post/4580\",\n        \"company_name\": \"Reynolds and Reynolds\",\n        \"title\": \"New Grad: Site Reliability Engineer\",\n        \"locations\": [\n            \"Dayton, OH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"ec79d7ed-22a4-45ba-8022-ed16013eb780\",\n        \"date_posted\": 1724776854,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724776948,\n        \"url\": \"https://jobs.bytedance.com/en/position/7397268878131497226/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: QA Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"97f2bd31-be71-4e21-ac11-252ef4d587ff\",\n        \"date_posted\": 1724776948,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724777124,\n        \"url\": \"https://jobs.bytedance.com/en/position/7397367274900211977/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Research Scientist\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"1c8c3b27-c5f1-40c5-9ca5-ec2768d25d87\",\n        \"date_posted\": 1724777124,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724802786,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1753930\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Multiple\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fb1938fb-c67f-4788-8b06-dd0613466f82\",\n        \"date_posted\": 1724802786,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724802849,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1755482/Software-Engineer---Fullstack%2C-Cambridge\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8c4bec76-048e-42cb-8125-8407d90c7e85\",\n        \"date_posted\": 1724802849,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724802894,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1755480/Software-Engineer---Fullstack%2C-Mountain-View\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ffcebe4c-af1f-4a75-908f-aada19dacfb0\",\n        \"date_posted\": 1724802894,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724802933,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1755481/Software-Engineer---Fullstack%2C-Atlanta\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e08add44-a3d1-4e1d-a2ed-d58c095540a9\",\n        \"date_posted\": 1724802933,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724802986,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1747253/Software-Engineer---Fullstack%2C-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"590addd7-3f47-41dc-97b6-1bd65dd11533\",\n        \"date_posted\": 1724802986,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724805939,\n        \"url\": \"https://etsy.wd5.myworkdayjobs.com/Etsy_Careers/job/Brooklyn-New-York/Software-Engineer-I--Mobile_JR3792-1\",\n        \"company_name\": \"Etsy\",\n        \"title\": \"New Grad: Software Engineer, Mobile\",\n        \"locations\": [\n            \"Brooklyn, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e95ade99-75bc-4aa1-9fa2-44204c9ed6df\",\n        \"date_posted\": 1724805939,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724869673,\n        \"url\": \"https://pru.wd5.myworkdayjobs.com/en-US/Careers/job/Newark-NJ-USA/Software-Engineer_R-118475-1?source=LinkedIn\",\n        \"company_name\": \"Prudential\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Newark, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"52fa8e72-1e5f-41b8-9eef-7057b57f2122\",\n        \"date_posted\": 1724869673,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724873019,\n        \"url\": \"https://www.metacareers.com/jobs/1680851879404795/\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Rotational Product Manager\",\n        \"locations\": [\n            \"Menlo Park, CA\",\n            \"Seattle, WA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fad649e3-d6d4-42f9-90e1-b9045c0625e2\",\n        \"date_posted\": 1724873019,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905462,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255948\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - Corporate Architecture\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Nashville, TN\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"8a102c0f-1ecf-47b6-b525-3a2971c68a8d\",\n        \"date_posted\": 1724905462,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905503,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255975\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - Analytics Cloud\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Nashville, TN\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"68e25c12-4b31-4b29-85a1-3f43fb3d648e\",\n        \"date_posted\": 1724905503,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905733,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255984\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - OCI\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"618fc7e6-500f-4a3e-b3b6-7364f8f32a7a\",\n        \"date_posted\": 1724905733,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905787,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255972\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - Database Technologies\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Nashville, TN\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"8d259551-0b23-4681-843b-ba23d3e365e5\",\n        \"date_posted\": 1724905787,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905812,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255993\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - OCI\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"6bda6e2d-b6e0-4ef5-b4a9-0d979af3239e\",\n        \"date_posted\": 1724905812,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905834,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/256009\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - Global Industries\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Nashville, TN\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"d9898dd6-4587-4f44-9c1f-132c601c8494\",\n        \"date_posted\": 1724905834,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905853,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/256018/\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - NetSuite\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Nashville, TN\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"a0b2b77d-9ec3-4fe4-89f9-c9fb4b0d5bf9\",\n        \"date_posted\": 1724905853,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905873,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255994/\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - OCI\",\n        \"locations\": [\n            \"Nashville, TN\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"fc720b79-a630-4152-972b-84cdfac6e463\",\n        \"date_posted\": 1724905873,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905891,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255992/\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - OCI\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"48515ca0-a49a-4ed8-ba0e-6266c0f4f571\",\n        \"date_posted\": 1724905891,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724905914,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/255788/\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer - Fusion Applications Development\",\n        \"locations\": [\n            \"Redwood City, CA\",\n            \"Pleasanton, CA\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"Ashishjob\",\n        \"id\": \"939022ba-0d9c-4862-8dfd-f48fc60a86f7\",\n        \"date_posted\": 1724905914,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724911169,\n        \"url\": \"https://jobs.bytedance.com/en/position/7392685389754550578/detail\",\n        \"company_name\": \"ByteDance\",\n        \"title\": \"New Grad 2025: Site Reliability Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"beakae\",\n        \"id\": \"c7b5db34-e966-4a3a-9d13-462e70fed7b2\",\n        \"date_posted\": 1724911169,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724945671,\n        \"url\": \"https://seagatecareers.com/job/Shakopee-HDD-Product-Manager-%2528Entry-Level%2529-MN/1205799800\",\n        \"company_name\": \"Seagate\",\n        \"title\": \"HDD Product Manager\",\n        \"locations\": [\n            \"Shakopee, MN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bcd1e64f-40b6-487b-8a7c-d90bd8cd123b\",\n        \"date_posted\": 1724945671,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693257,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148231EXTERNALENUS/2025-University-Graduate-Data-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Data Engineer\",\n        \"locations\": [\n            \"Lehi, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6c2e543f-85e3-4513-9354-1bad434a844b\",\n        \"date_posted\": 1724946119,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724946310,\n        \"url\": \"https://careers.garmin.com/careers-home/jobs/13998?lang=en-us&previousLocale=en-US\",\n        \"company_name\": \"Garmin\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Salem, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6cfad42d-9312-4eeb-bc2c-ea18a6c3d2e6\",\n        \"date_posted\": 1724946310,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724946413,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Developer-Technology-Engineer---New-College-Grad_JR1986807?q=new%20grad\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad: Developer Technology Engineer - Masters/PhD\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cbfab9f1-310c-4a58-94d4-b4b7279cad50\",\n        \"date_posted\": 1724946413,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724946449,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Deep-Learning-Algorithm-Engineer--Agentic-LLM-Inference---New-College-Grad-2024_JR1986312-1?q=new%20grad\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad: Deep Learning Algorithm Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"44b3c79d-6458-47c3-8702-03fa6ac69fb2\",\n        \"date_posted\": 1724946449,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653303,\n        \"url\": \"https://boards.greenhouse.io/spacex/jobs/7579803002?gh_jid=7579803002&gh_src=3c0864192&source=LinkedIn\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Starbase, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ed0c4357-c0cd-48d2-bca7-d4e3df275698\",\n        \"date_posted\": 1724947070,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724960388,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2727596/software-dev-engineer-machine-learning-apps-accelerator\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"46e11acc-20d0-4e41-9839-5d9d1790afbc\",\n        \"date_posted\": 1724960388,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724960517,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2607619/software-dev-engineer-software-and-networking-developer-sdn\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Boston, NA\",\n            \"Sunnyvale, CA\",\n            \"Seattle, WA\",\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8ebfab62-f166-410d-8f8b-c6995941011a\",\n        \"date_posted\": 1724960517,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724960586,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2607701/software-dev-engineer-high-performance-query-processing\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8fdaa1fe-6f1f-4eb3-92f8-be0fed722f81\",\n        \"date_posted\": 1724960586,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724960661,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2726006/associate-solutions-architect\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad: Associate Solutions Architect\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Arlington, VA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e3fa7578-834a-4ced-bf2b-c060c4eab938\",\n        \"date_posted\": 1724960661,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724960742,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2577803/software-dev-engineer-compiler-annapurna-labs\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"958f5fbf-30d5-4daa-9c50-520287f80df8\",\n        \"date_posted\": 1724960742,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724993468,\n        \"url\": \"https://job-boards.greenhouse.io/janestreet/jobs/7616537002\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"New Grad: Domain Specific Language Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3f0d3c84-f7cd-473f-954a-8f964472c15d\",\n        \"date_posted\": 1724993468,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653304,\n        \"url\": \"https://boards.greenhouse.io/accenturefederalservices/jobs/4398316006\",\n        \"company_name\": \"Accenture\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a3119e03-de09-4f41-8f92-3c25dc3f3254\",\n        \"date_posted\": 1724993540,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1724994582,\n        \"url\": \"https://www.tesla.com/careers/search/job/226115\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad: Backend Software Engineer\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"987e709e-91c5-48b4-a840-3d372ed28ddf\",\n        \"date_posted\": 1724994582,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467880,\n        \"url\": \"https://www.tesla.com/careers/search/job/226406\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad: Software Engineer, Backend\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"89c0f485-337a-4e2e-b6f8-0c2b365217bc\",\n        \"date_posted\": 1724994644,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725069760,\n        \"url\": \"https://job-boards.greenhouse.io/zip/jobs/5234060004\",\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"2fdd18c5-4b4a-42e7-a8d7-397d15578d9a\",\n        \"date_posted\": 1725069760,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653305,\n        \"url\": \"https://boards.greenhouse.io/spacex/jobs/7435724002\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"aebe8ecd-698a-44d0-b98e-04031e3a2e35\",\n        \"date_posted\": 1725069837,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653305,\n        \"url\": \"https://boards.greenhouse.io/spacex/jobs/7521259002\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a3bcefe0-9987-405e-80c9-f0f6babef7c6\",\n        \"date_posted\": 1725069892,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649093,\n        \"url\": \"https://waystar.wd1.myworkdayjobs.com/Waystar/job/Louisville-KY/Application-Engineer_R1961\",\n        \"company_name\": \"Waystar\",\n        \"title\": \"New Grad: Application Engineer\",\n        \"locations\": [\n            \"Louisville, KY\",\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ebd07757-b91c-4c05-a339-9b50fe5251dc\",\n        \"date_posted\": 1725069983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725080937,\n        \"url\": \"https://capitalone.wd1.myworkdayjobs.com/en-US/Capital_One/job/Associate--Software-Engineer---New-Grad--OR049152-_R195487?redirect=%252FCapital_One%252Fjob%252FToronto-ON%252FAssociate--Software-Engineer---New-Grad--OR049152-_R195487%252F\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"3bdfda68-4362-4aaf-9fbe-e244c0accb3c\",\n        \"date_posted\": 1725080937,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725141847,\n        \"url\": \"https://codeium.com/careers/558657be-5082-4e97-8509-d49f5c25bf5b\",\n        \"company_name\": \"Codeium\",\n        \"title\": \"New Grad: AI Product Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"953d706a-d356-493a-bd44-62f15df813b5\",\n        \"date_posted\": 1725141847,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725141897,\n        \"url\": \"https://codeium.com/careers/cb10c443-7e5b-44ac-8b21-0edd60b22095\",\n        \"company_name\": \"Codeium\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f95b616b-ddb2-40fe-9032-f10359ffdccf\",\n        \"date_posted\": 1725141897,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725201924,\n        \"url\": \"https://jobs.lever.co/replicant/714624fe-123b-452c-bd63-ea707e2c0ba6\",\n        \"company_name\": \"Replicant\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f461f0ea-2562-4251-9263-c7a81bc822d2\",\n        \"date_posted\": 1725201924,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725201993,\n        \"url\": \"https://job-boards.greenhouse.io/watershedclimate/jobs/4091574004\",\n        \"company_name\": \"Watershed\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"04e94430-b5af-49ef-abf3-24a631aa1878\",\n        \"date_posted\": 1725201993,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725202060,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/6199280?gh_jid=6199280\",\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"New Grad: Software Developer Engineer I\",\n        \"locations\": [\n            \"Provo, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"91a0ead9-e080-4ae0-a2da-4f2a5ce4a898\",\n        \"date_posted\": 1725202060,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725202098,\n        \"url\": \"https://boards.greenhouse.io/gleanwork/jobs/4449298005\",\n        \"company_name\": \"Glean\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8562cf79-0a17-4185-91c4-e56bd791f381\",\n        \"date_posted\": 1725202098,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725202390,\n        \"url\": \"https://careers.rtx.com/global/en/job/01723816?rx_a=1&rx_c=raytheon-engineering---tucson-2024&rx_ch=jobp4p&rx_group=325182&rx_job=01723816\",\n        \"company_name\": \"Raytheon\",\n        \"title\": \"New Grad: Information Systems Engineer\",\n        \"locations\": [\n            \"Tucson, AZ\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3b36a75a-66d6-48e6-8600-301827cecbf6\",\n        \"date_posted\": 1725202390,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725202461,\n        \"url\": \"https://careers.ibm.com/job/20954172/entry-level-user-experience-ux-designer-2025-cloud-austin-tx\",\n        \"company_name\": \"IBM\",\n        \"title\": \"New Grad 2025: User Experience (UX) Designer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2f3a2c84-5c2f-45a1-b8b8-848a52b57d41\",\n        \"date_posted\": 1725202461,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725202566,\n        \"url\": \"https://www.northropgrumman.com/jobs/Engineering/General/United-States-of-America/Maryland/Baltimore/R10169606/2025-associate-computer-engineercomputer-engineer-pathways-program-baltimore-md?code=JB-18020&rx_a=1&rx_c=engineering-priority-one-cleared&rx_ch=jobp4p&rx_group=346892&rx_job=R10169606\",\n        \"company_name\": \"Northrop Grumman\",\n        \"title\": \"New Grad 2025: Associate Computer Engineer\",\n        \"locations\": [\n            \"Baltimore, ML\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"db22fd72-2b3d-4fd8-9161-4a9073856c5e\",\n        \"date_posted\": 1725202566,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725202652,\n        \"url\": \"https://aexp.eightfold.ai/careers/job/24619689\",\n        \"company_name\": \"American Express\",\n        \"title\": \"New Grad 2025: Information Security Analyst\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ae77ba3c-1398-4359-a7cd-1e0a0a405b4f\",\n        \"date_posted\": 1725202652,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725203127,\n        \"url\": \"https://autodesk.wd1.myworkdayjobs.com/en-US/Ext/job/Toronto-ON-CAN/Software-Development-Engineer--Full-Stack_24WD81088-1\",\n        \"company_name\": \"Autodesk\",\n        \"title\": \"New Grad: Software Development Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ecb7b66d-cb85-45b0-b5d0-809a35719e3e\",\n        \"date_posted\": 1725203127,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725743235,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148196EXTERNALENUS/2025-University-Graduate-Quality-Engineering-Developer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Quality Engineering Developer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f5a46fb6-ed60-4ec6-9a63-3d15779a52e1\",\n        \"date_posted\": 1725231123,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725743565,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148230EXTERNALENUS/2025-University-Graduate-Alert-Aggregation-Automation\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Alert Aggregation & Automation Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"38cc6ec7-a607-49b8-a8d0-86d345876fe7\",\n        \"date_posted\": 1725231207,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725743654,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR147886EXTERNALENUS/2025-University-Graduate-Data-Scientist\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Data Scientist\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"24c719b5-28fd-48dc-b7b9-341747b84ec5\",\n        \"date_posted\": 1725231578,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725743618,\n        \"url\": \"https://careers.adobe.com/us/en/job/R148158/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"2025 University Graduate - Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"BinhL3\",\n        \"id\": \"d4462578-8650-4fa4-8d87-fb433215e97b\",\n        \"date_posted\": 1725265826,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653306,\n        \"url\": \"https://job-boards.greenhouse.io/whatnot/jobs/5247525004?+gh_src=d18daf814us\",\n        \"company_name\": \"Whatnot\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Los Angeles, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"81e2ac09-93d8-45a5-b65b-37f53aae988b\",\n        \"date_posted\": 1725305705,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725364562,\n        \"url\": \"https://jobs.bell.ca/ca/en/job/420067/2025-Graduate-Program-Cyber-Security\",\n        \"company_name\": \"Bell\",\n        \"title\": \"New Grad 2025: Cyber Security Engineer\",\n        \"locations\": [\n            \"Halifax, Canada\",\n            \"Ottawa, Canada\",\n            \"Montreal, Canada\",\n            \"Toronto, Canada\",\n            \"Bedford, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"1d918942-be20-4402-9316-19d5c1f158b2\",\n        \"date_posted\": 1725364562,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725367224,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/en-US/External/job/CT---Hartford/Engineering-Development-Program--EDP----Software-Engineering_R-38937?source=cvrve\",\n        \"company_name\": \"Travelers\",\n        \"title\": \"New Grad: Engineering Development Program\",\n        \"locations\": [\n            \"Hartford, CT\",\n            \"Atlanta, GA\",\n            \"St. Paul, MN\",\n            \"Hunt Valley, MN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e971990e-782f-455b-90f7-73ee8657b525\",\n        \"date_posted\": 1725367224,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725367356,\n        \"url\": \"https://careers.ibm.com/job/20957942/software-developer-austin-tx\",\n        \"company_name\": \"IBM\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9662845e-3a6c-4ae3-ad06-41e178d53e71\",\n        \"date_posted\": 1725367356,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725367435,\n        \"url\": \"https://jobs.cisco.com/jobs/ProjectDetail/Data-Analyst-I-Full-Time-United-States/1426653\",\n        \"company_name\": \"Cisco\",\n        \"title\": \"New Grad: Data Analyst\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"80ab08da-779f-49d9-b488-eca82ed27f5c\",\n        \"date_posted\": 1725367435,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725369514,\n        \"url\": \"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/255972/?utm_medium=Job%20aggregator\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2c948b80-8ca5-4e02-b15b-e6821e595349\",\n        \"date_posted\": 1725369514,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725369594,\n        \"url\": \"https://careers.oracle.com/jobs/#en/sites/jobsearch/job/255948/?utm_medium=Job%20aggregator\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Multiple\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"fa931831-2edd-4bb9-924b-0366992d7eb2\",\n        \"date_posted\": 1725369594,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725381164,\n        \"url\": \"https://careers.datadoghq.com/detail/6209265/?gh_jid=6209265\",\n        \"company_name\": \"Datadog\",\n        \"title\": \"New Grad 2025: Data Scientist\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"42962777-5a51-4626-b1b6-693e86aa421c\",\n        \"date_posted\": 1725381164,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725381786,\n        \"url\": \"https://careers.datadoghq.com/detail/6182685/?gh_jid=6182685\",\n        \"company_name\": \"Datadog\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"beakae\",\n        \"id\": \"1e39bc20-69fc-4ca4-a436-76a7e24d7f0f\",\n        \"date_posted\": 1725381786,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725405921,\n        \"url\": \"https://job-boards.greenhouse.io/ziprecruiter/jobs/6165341\",\n        \"company_name\": \"ZipRecruiter\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Santa Monica, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"275febb3-f566-4d51-8983-615eb375a73d\",\n        \"date_posted\": 1725405921,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725415311,\n        \"url\": \"https://job-boards.greenhouse.io/magna/jobs/4382449007\",\n        \"company_name\": \"Magna\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f2c43457-bdcd-4747-8dc3-9b9820635c13\",\n        \"date_posted\": 1725415311,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653307,\n        \"url\": \"https://job-boards.greenhouse.io/nextdoorcampus/jobs/6065493\",\n        \"company_name\": \"Nextdoor\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7159d559-929d-415d-b4f6-0f305d87e60c\",\n        \"date_posted\": 1725415449,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725417601,\n        \"url\": \"https://job-boards.greenhouse.io/sunshine/jobs/4041479005\",\n        \"company_name\": \"Sunshine\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9fc40826-5e06-4871-99f3-8a4dceb4b481\",\n        \"date_posted\": 1725417601,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725417706,\n        \"url\": \"https://boards.greenhouse.io/circlereferrals/jobs/7254061002\",\n        \"company_name\": \"Circle\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"09075fae-864e-4d92-a229-517240f54759\",\n        \"date_posted\": 1725417706,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725417979,\n        \"url\": \"https://broadinstitute.avature.net/en_US/careers/JobDetail/Early-Career-Researchers-Computational-Associate-I-Broad-wide-openings/18857\",\n        \"company_name\": \"Broad Institute\",\n        \"title\": \"New Grad: Computational Research\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"138cd603-c54c-48a5-a951-fc45469ac720\",\n        \"date_posted\": 1725417979,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725418174,\n        \"url\": \"https://job-boards.greenhouse.io/radiant/jobs/4460385005\",\n        \"company_name\": \"Radiant\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"El Segundo, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5ae9648e-8c57-4354-87d3-a2c893521569\",\n        \"date_posted\": 1725418174,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653308,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4463083005\",\n        \"company_name\": \"Scale AI\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"65f8ea76-e8a7-42a2-a7a5-a319b0fbf86b\",\n        \"date_posted\": 1725418261,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725418517,\n        \"url\": \"https://groq.com/careers/?gh_jid=5913274003\",\n        \"company_name\": \"Groq\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"58e99686-bab0-4f25-ad9c-2790de94def6\",\n        \"date_posted\": 1725418517,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725424839,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1763382/Software-Engineer---Fullstack%2C-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer, Fullstack\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"165060b9-dd94-479b-ad88-df585c772377\",\n        \"date_posted\": 1725424839,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725425629,\n        \"url\": \"https://silabs.wd1.myworkdayjobs.com/en-US/SiliconlabsCareers/job/Austin/Software-Engineer---New-College-Graduate_20085?q=New%20Graduate\",\n        \"company_name\": \"Silicon Labs\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"419875ee-ad57-4958-8493-9add0eb2fff4\",\n        \"date_posted\": 1725425629,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725425696,\n        \"url\": \"https://silabs.wd1.myworkdayjobs.com/en-US/SiliconlabsCareers/job/Austin/Design-Engineer---New-College-Graduate_20087?q=New%20Graduate\",\n        \"company_name\": \"Silicon Labs\",\n        \"title\": \"New Grad: Design Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"a43e7f4a-50fa-4feb-b7b8-cc7404a8a324\",\n        \"date_posted\": 1725425696,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725425811,\n        \"url\": \"https://silabs.wd1.myworkdayjobs.com/en-US/SiliconlabsCareers/job/Austin/Applications-Engineer---New-College-Graduate_20089?q=New%20Graduate\",\n        \"company_name\": \"Silicon Labs\",\n        \"title\": \"New Grad: Applications Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4ee92ab1-55de-4e77-9bc0-fca6ef1efe88\",\n        \"date_posted\": 1725425811,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725509275,\n        \"url\": \"https://careers.servicenow.com/en/jobs/744000011667145/utg-software-engineer-new-college-grad/\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"New Grad 2025: UTG - Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"Ashishjob\",\n        \"id\": \"10194c71-097c-4b76-929c-36fc3f4e41f8\",\n        \"date_posted\": 1725509275,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725695995,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/California---San-Francisco/Software-Engineering-AMTS-MTS--New-Grad-_JR264567-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"New Grad: Software Engineering AMTS/MTS\",\n        \"locations\": [\n            \"Multiple\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"simku22\",\n        \"id\": \"d3f62738-dc29-4d04-a3ea-4fc93e40a911\",\n        \"date_posted\": 1725695995,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725742616,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4466125005\",\n        \"company_name\": \"Scale AI\",\n        \"title\": \"New Grad: Machine Learning Research Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8ca079c0-b336-4004-ac18-ed483bf8b398\",\n        \"date_posted\": 1725742616,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725742707,\n        \"url\": \"https://jobs.lever.co/demiurgestudios/d073d7e2-a049-4b7c-9266-1c3344ca18fa\",\n        \"company_name\": \"Demiurge\",\n        \"title\": \"New Grad 2025: Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6dabcb07-2699-431e-972f-a1abb058f9a4\",\n        \"date_posted\": 1725742707,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725742973,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1750059/Software-Engineer-Microsoft-AI-Development-Acceleration-Program-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"094e99b4-7f28-4b81-9898-df8307f08093\",\n        \"date_posted\": 1725742973,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725743038,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1750061/Software-Engineer-Microsoft-AI-Development-Acceleration-Program-Cambridge\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"66129eac-c1d9-4c02-83bb-3dd8566c7c90\",\n        \"date_posted\": 1725743038,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693274,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148197EXTERNALENUS/2025-University-Graduate-Quality-Engineering-Developer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Quality Engineering Developer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"9d58b6bd-d57c-4b5d-bc20-0726165b3eaa\",\n        \"date_posted\": 1725743285,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725744293,\n        \"url\": \"https://boards.greenhouse.io/drweng/jobs/6235376\",\n        \"company_name\": \"DRW\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"5f394549-641a-490c-8f3f-b3e2369797bb\",\n        \"date_posted\": 1725744227,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725817147,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/69640056896\",\n        \"company_name\": \"Disney\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Santa Monica, CA\",\n            \"Bristol, CT\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e7199dda-073f-43fb-ba7a-e147a8e37cc5\",\n        \"date_posted\": 1725817147,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725953203,\n        \"url\": \"https://careers.breadfinancial.com/us/en/job/R1009796/Engineer-I\",\n        \"company_name\": \"Bread Financial\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Columbus, OH\",\n            \"Chadds Ford, PA\",\n            \"Coeur D'Alene, ID\",\n            \"Draper, UT\",\n            \"Plano, TX\",\n            \"Wilmington, DE\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e67b8aee-1e17-4606-b37a-afe371c8a12f\",\n        \"date_posted\": 1725817640,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731768278,\n        \"url\": \"https://www.rubrik.com/ja/company/careers/departments/job.6152175.1929\",\n        \"company_name\": \"Rubrik\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"91ae0b9f-34ea-4455-81fe-c0f8e28f8766\",\n        \"date_posted\": 1725818056,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726350823,\n        \"url\": \"https://recruitment.macquarie.com/en_US/careers/JobDetail\",\n        \"company_name\": \"Macquarie\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"638caa7e-0bc2-4e5b-aa96-5af851f592ca\",\n        \"date_posted\": 1725818085,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733620914,\n        \"url\": \"https://boards.greenhouse.io/doordash/jobs/5630448\",\n        \"company_name\": \"Doordash\",\n        \"title\": \"New Grad: Software Engineer, Frontend\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\",\n            \"Sunnyvale, CA\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c74e309e-f7ca-4733-8b07-3d8360f997e1\",\n        \"date_posted\": 1725818262,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725818339,\n        \"url\": \"https://jobs.gecareers.com/vernova/global/en/job/GE11GLOBALR3780698EXTERNALENGLOBAL/Software-Engineering-Specialist\",\n        \"company_name\": \"GE\",\n        \"title\": \"New Grad: Software Engineering Specialist\",\n        \"locations\": [\n            \"Bothell, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"71997a6c-f919-498d-9605-dd2a83694ae6\",\n        \"date_posted\": 1725818339,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649098,\n        \"url\": \"https://travelers.wd5.myworkdayjobs.com/External/job/CT---Hartford/Software-Engineer-I---Business-Insurance--MERN-AWS-_R-38832\",\n        \"company_name\": \"Travelers\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Hartford, CT\",\n            \"St. Paul, MN\",\n            \"Hunt Valley, MD\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"539518e4-71dd-4a37-a6c7-875b08d75273\",\n        \"date_posted\": 1725818440,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725818515,\n        \"url\": \"https://wd1.myworkdaysite.com/en-US/recruiting/abinbev/USA/job/St-Louis-Missouri/Technology-Specialist---Engineering_30070493\",\n        \"company_name\": \"Anheuser-Busch\",\n        \"title\": \"New Grad: Technology Specialist\",\n        \"locations\": [\n            \"locations St. Louis, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aae49770-0389-4e33-a466-db1bd0a06793\",\n        \"date_posted\": 1725818515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725818669,\n        \"url\": \"https://wd1.myworkdaysite.com/en-US/recruiting/abinbev/USA/job/St-Louis-Missouri/Technology-Specialist---Operations_30070495\",\n        \"company_name\": \"Anheuser-Busch\",\n        \"title\": \"New Grad: Technology Specialist, Operations\",\n        \"locations\": [\n            \"St. Louis, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"da5905f8-a8f6-4d85-90e1-ec9ca9de3638\",\n        \"date_posted\": 1725818669,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725932810,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148311EXTERNALENUS/Full-Stack-Developer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad: Full Stack Developer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"946ab5f9-f117-43ca-ad52-239fcb18cc1e\",\n        \"date_posted\": 1725818852,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693286,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148881EXTERNALENUS/2025-University-Graduate-Enterprise-Architecture-Analyst\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Enterprise Architecture Analyst\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8aad05a0-b448-42ad-aa5b-68375da561bc\",\n        \"date_posted\": 1725818925,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725819093,\n        \"url\": \"https://careers.icf.com/us/en/job/IIIIIIUSR2403430EXTERNALENUS/Software-Developer-Hybrid-Work-Schedule-Security-Clearance-Required\",\n        \"company_name\": \"ICF\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"753d591e-19e0-4799-bcba-ec80a300281f\",\n        \"date_posted\": 1725819093,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725819258,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1752115/Software-Engineer-I\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9773f48c-8e02-4a38-8693-11e98dfa2a28\",\n        \"date_posted\": 1725819258,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725819572,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1754426/Software-Engineer---CTJ---Poly\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"32e68ed9-6cf9-4bf8-a478-b2f6c081a37b\",\n        \"date_posted\": 1725819572,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725820034,\n        \"url\": \"https://jobs.baesystems.com/global/en/job/BAE1US105251BREXTERNAL/Software-Engineer-Onsite\",\n        \"company_name\": \"Bae Systems\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Rome, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fa9bb48d-57c1-4087-97dd-a373c8d18fdb\",\n        \"date_posted\": 1725820034,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653309,\n        \"url\": \"https://boards.greenhouse.io/accenturefederalservices/jobs/4400733006\",\n        \"company_name\": \"Accenture Federal Services\",\n        \"title\": \"New Grad 2025: Software Engineering Analyst\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c018fc48-312c-4c55-a374-a2be6de63aed\",\n        \"date_posted\": 1725820181,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725820881,\n        \"url\": \"https://jobs.apple.com/en-us/details/200565189/software-quality-engineer-retail-engineering-early-career\",\n        \"company_name\": \"Apple\",\n        \"title\": \"New Grad: Software Quality Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"dc8cc79e-a7ee-4179-8f5b-e1a40b860085\",\n        \"date_posted\": 1725820881,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725820941,\n        \"url\": \"https://jobs.apple.com/en-us/details/200566163/software-quality-engineer-retail-engineering-early-career?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"New Grad: Software Quality Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5057f914-4222-4070-affd-12c3848e16c2\",\n        \"date_posted\": 1725820941,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725821039,\n        \"url\": \"https://jobs.apple.com/en-us/details/200562044/developer-is-t-retail-retail-engineering-early-career?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"New Grad: Developer IS&T Retail Engineering\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e0bd184a-fac5-4b24-9d45-41c5df81df17\",\n        \"date_posted\": 1725821039,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653310,\n        \"url\": \"https://boards.greenhouse.io/spacex/jobs/7627218002\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Starbase, TX\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ea1811a0-eddc-4073-a053-cc37d3a1b0bb\",\n        \"date_posted\": 1725821177,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725821580,\n        \"url\": \"https://job-boards.greenhouse.io/okx/jobs/6082309003\",\n        \"company_name\": \"OKX\",\n        \"title\": \"New Grad: Product Manager\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2b60ff33-43e7-4c81-afd9-da25fc4fbb4f\",\n        \"date_posted\": 1725821580,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725821607,\n        \"url\": \"https://careers.tiktok.com/position/7395664078364723507/detail?spread=5MWH5CQ\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Test Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"56c71e7c-406e-4aed-b1cb-7832e6b02cd9\",\n        \"date_posted\": 1725821607,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725822471,\n        \"url\": \"https://careers.servicenow.com/en/jobs/744000011973797/software-quality-engineer-new-college-grad\",\n        \"company_name\": \"Service Now\",\n        \"title\": \"New Grad 2025: Software Quality Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7850ac52-6f6a-4aa4-a1e9-f407ec19e6c8\",\n        \"date_posted\": 1725822471,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725822685,\n        \"url\": \"https://pearson.jobs/virtual-usa/software-developer/A02B6A028A5447CE91AA1BFC15ECFC18/job\",\n        \"company_name\": \"Pearson\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f75f46af-37d7-430c-9d27-668a91c9e061\",\n        \"date_posted\": 1725822685,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725822791,\n        \"url\": \"https://www.roberthalf.com/us/en/job/pittsburgh-pa/software-engineer/03730-0013046566-usen\",\n        \"company_name\": \"Robert Half\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"38aadd57-e431-43e0-a275-a163f1946420\",\n        \"date_posted\": 1725822791,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726253633,\n        \"url\": \"https://campaignmonitor.wd5.myworkdayjobs.com/marigold/job/Remote-United-States/Software-Engineer_R1773\",\n        \"company_name\": \"Marigold\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0a3782a9-e4d7-4e23-8c65-4ab3ea5077d0\",\n        \"date_posted\": 1725822868,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725822972,\n        \"url\": \"https://job-boards.greenhouse.io/andurilindustries/jobs/4268734007\",\n        \"company_name\": \"Anduril\",\n        \"title\": \"New Grad: Gimbal Software Engineer\",\n        \"locations\": [\n            \"Costa Mesa, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ed23d624-fe74-4387-9627-7a3dbd50c55a\",\n        \"date_posted\": 1725822972,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725823558,\n        \"url\": \"https://job-boards.greenhouse.io/aquaticcapitalmanagement/jobs/7624703002\",\n        \"company_name\": \"Aquatic\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eeaa6eeb-fcad-430a-9bae-e7cb7541f789\",\n        \"date_posted\": 1725823558,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725823865,\n        \"url\": \"https://www.geckorobotics.com/careers?ashby_jid=37a18535-7fd9-4491-a8a0-d567adc30e03\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad: Forward Deployed Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"14e87886-5587-4d22-b5d1-997de5b54659\",\n        \"date_posted\": 1725823865,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725823921,\n        \"url\": \"https://careers.thomsonreuters.com/us/en/job/THTTRUUSJREQ182115EXTERNALENUS/Software-Engineer\",\n        \"company_name\": \"Thomson Reuters\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Eagan, MN\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7cba3a40-1e27-434a-b3c8-ff3b3e349cbd\",\n        \"date_posted\": 1725823921,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725824037,\n        \"url\": \"https://careers.wexinc.com/us/en/job/WEXWEXUSR16128EXTERNALENUS/Software-Development-Engineer-1\",\n        \"company_name\": \"Wex\",\n        \"title\": \"New Grad: Software Development Engineer\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"Boston, MA\",\n            \"Washington DC\",\n            \"Portland, ME\",\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"83698dab-d0b9-46c6-8d6e-6544df9ee10d\",\n        \"date_posted\": 1725824037,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1725824082,\n        \"url\": \"https://jobs.baesystems.com/global/en/job/BAE1US105022BREXTERNAL/Test-Design-Engineer-I\",\n        \"company_name\": \"Bae Systems\",\n        \"title\": \"New Grad: Test Design Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"702e3d11-a7a1-430f-aaf6-5a4949e27bb2\",\n        \"date_posted\": 1725824082,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726040587,\n        \"url\": \"https://www.capitalonecareers.com/job/mclean/technology-development-program-associate-february-2025/31238/69740859456\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad: Technology Development Program Associate\",\n        \"locations\": [\n            \"Mclean, VA\",\n            \"Plano, TX\",\n            \"Richmond, VA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"5cb36a35-35d7-4152-bc9f-ff61b372ba8d\",\n        \"date_posted\": 1725939070,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289915,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148217EXTERNALENUS/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ecab4832-b831-4cf1-ae7a-5a44dd442b1e\",\n        \"date_posted\": 1725942153,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726025843,\n        \"url\": \"https://clio.wd3.myworkdayjobs.com/en-US/ClioCareerSite/job/Remote---Canada/Software-Developer--Backend-Infrastructure-Team_BF-REQ-2244\",\n        \"company_name\": \"Clio\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Toronto\",\n            \"Calgary\",\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4c8b39a6-19b6-4946-ab80-983845ce744a\",\n        \"date_posted\": 1726025843,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726096340,\n        \"url\": \"https://bambusdev.my.site.com/s/details?jobReq=Commodities-Quantitative-Analyst---Fulltime-Grad-Opportunity-_REQ6084\",\n        \"company_name\": \"Balyasny Asset Management\",\n        \"title\": \"New Grad: Commodities Quantitative Analyst\",\n        \"locations\": [\n            \"Calgary, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"f3cecd54-dfeb-412c-81ed-ff496b689a55\",\n        \"date_posted\": 1726096340,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726111640,\n        \"url\": \"https://jobs.empower.com/job/-/-/42743/69800462176\",\n        \"company_name\": \"Empover\",\n        \"title\": \"New Grad 2025: Associate Software Engineer\",\n        \"locations\": [\n            \"Greenwood, CO\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"de53f448-d3c1-43ec-aea5-88029fddcef0\",\n        \"date_posted\": 1726096378,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726113661,\n        \"url\": \"https://www.mlb.com/careers/opportunities?gh_jid=6244846\",\n        \"company_name\": \"MLB\",\n        \"title\": \"New Grad: Associate Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e00e587f-fa64-423c-9908-061840c32ee5\",\n        \"date_posted\": 1726113661,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726113739,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/69796011040\",\n        \"company_name\": \"Disney\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Santa Monica, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1faf3104-d499-42f6-b730-debda6dbe50a\",\n        \"date_posted\": 1726113739,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726113777,\n        \"url\": \"https://www.tesla.com/careers/search/job/226769\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"578e0b4f-afb7-42fa-b44f-bec629bc8417\",\n        \"date_posted\": 1726113777,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289970,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148163EXTERNALENUS/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4ae62565-c417-4ec9-af79-9eab02e971e0\",\n        \"date_posted\": 1726113862,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726113924,\n        \"url\": \"https://www.tesla.com/careers/search/job/226922\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5d129061-a13a-4fc3-8b07-64e877b2fa59\",\n        \"date_posted\": 1726113924,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726113969,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2738467/front-end-engineer-2024-us\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad: Front-End Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7be7afc9-9e86-493a-bc41-88f0217714c9\",\n        \"date_posted\": 1726113969,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726350765,\n        \"url\": \"https://www.tesla.com/careers/search/job/227124\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad Software Engineer 2025\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"64135276-9587-4e4f-9320-95c21ad93423\",\n        \"date_posted\": 1726114054,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726114089,\n        \"url\": \"https://www.tesla.com/careers/search/job/226925\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"74c5ad28-bb03-46fc-bdbb-874de154daa2\",\n        \"date_posted\": 1726114089,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726168169,\n        \"url\": \"https://githubinc.jibeapply.com/jobs/3345\",\n        \"company_name\": \"Github\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4a87f0c6-65df-4982-ab92-306f78267c85\",\n        \"date_posted\": 1726114178,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726114470,\n        \"url\": \"https://autodesk.wd1.myworkdayjobs.com/uni/job/Portland-OR-USA/Software-Engineer_24WD80619-1\",\n        \"company_name\": \"Autodesk\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Portland, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"df8965b2-1e39-4746-8b6d-11c1670d1846\",\n        \"date_posted\": 1726114470,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726114697,\n        \"url\": \"https://jobs.lever.co/waabi/9bcf52fc-482e-4404-8399-2a90d63c86f9\",\n        \"company_name\": \"Waabi\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1d8f438a-2abd-4c8a-bcb7-8901615acf40\",\n        \"date_posted\": 1726114697,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726114818,\n        \"url\": \"http://jobs.lever.co/waabi/9bcf52fc-482e-4404-8399-2a90d63c86f9\",\n        \"company_name\": \"Waabi\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e7f37d56-92a5-4bd0-b33e-0f8483ce7f72\",\n        \"date_posted\": 1726114818,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726253680,\n        \"url\": \"https://boards.greenhouse.io/robinhood/jobs/6249911?t=gh_src%3D&gh_jid=6249911&gh_src=ed898e781us\",\n        \"company_name\": \"Robinhood\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4ded2ad2-5cee-4b06-9a04-f546698b3dba\",\n        \"date_posted\": 1726114881,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726168130,\n        \"url\": \"https://zoom.wd5.myworkdayjobs.com/Zoom/job/San-Jose-CA/Software-Engineer_R14787?source=cvrve\",\n        \"company_name\": \"Zoom\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3786932d-b188-4399-bc27-076339f06c6a\",\n        \"date_posted\": 1726114999,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726168292,\n        \"url\": \"https://zoom.wd5.myworkdayjobs.com/Zoom/job/San-Jose-CA/Software-Engineer_R14788?source=cvrve\",\n        \"company_name\": \"Zoom\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6dd5d29e-cb29-4703-9d31-d582b13dd394\",\n        \"date_posted\": 1726115041,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726253664,\n        \"url\": \"https://motorolasolutions.wd5.myworkdayjobs.com/Careers/job/Champaign-IL-IL169/Software-Engineer_R49818\",\n        \"company_name\": \"Motorola Solutions\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"locations Champaign, IL\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"7c93b6cc-123e-4592-ae80-4fb14e04faa5\",\n        \"date_posted\": 1726179458,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726182512,\n        \"url\": \"https://explore.jobs.netflix.net/careers/job?domain=netflix.com&pid=790298755510\",\n        \"company_name\": \"Netflix\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Los Gatos, California\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"ajain02\",\n        \"id\": \"8e195ee8-5860-400f-b947-4957b18c3bb0\",\n        \"date_posted\": 1726182512,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726187549,\n        \"url\": \"https://careers.twosigma.com/careers/JobDetail/New-York-New-York-United-States-Quantitative-Researcher-Full-Time-Campus-Hire/12686\",\n        \"company_name\": \"Two Sigma\",\n        \"title\": \"New Grad: Quantitative Researcher\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"9e457a57-f00f-4473-ba68-ae8559e9bdde\",\n        \"date_posted\": 1726187549,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726189103,\n        \"url\": \"https://boards.greenhouse.io/qumulo/jobs/6252282\",\n        \"company_name\": \"Qumulo\",\n        \"title\": \"New Grad 2025: Software Development Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3fa005f2-2be2-4cfa-8aaa-9260cddeda58\",\n        \"date_posted\": 1726189103,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729568300,\n        \"url\": \"https://paypal.eightfold.ai/careers/job?domain=paypal.com&pid=274895475228\",\n        \"company_name\": \"PayPal\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"ceefae9a-eb69-4fc8-ab91-86e22f642d2e\",\n        \"date_posted\": 1726259720,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1751756893,\n        \"url\": \"https://boards.greenhouse.io/appliedintuition/jobs/4420849005\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"46cbd362-fa29-49af-a3d8-bbdd9b8e7c3d\",\n        \"date_posted\": 1726259834,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726259940,\n        \"url\": \"https://careers.tiktok.com/position/7397188298157164838/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad: Backend Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"774f6880-3aa3-4317-85ba-def972fa7554\",\n        \"date_posted\": 1726259940,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260095,\n        \"url\": \"https://jobs.ashbyhq.com/ramp/12747eb1-e545-478d-b07c-f27f4a88cc12\",\n        \"company_name\": \"Ramp\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"e4866c5e-bbd9-4266-971e-d01b353eaf48\",\n        \"date_posted\": 1726260095,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260137,\n        \"url\": \"https://careers.tiktok.com/position/7397092118239545638/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"2b9f53c5-a979-463b-9ba0-962c4b1c0527\",\n        \"date_posted\": 1726260137,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260182,\n        \"url\": \"https://careers.tiktok.com/position/7397572290010433818/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a6edd514-1a7c-42c2-b381-662d36261cbe\",\n        \"date_posted\": 1726260182,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726379379,\n        \"url\": \"https://careers.tiktok.com/position/7397885137071704346/detail\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"TikTok\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f49d38fb-7a7c-4bdb-a36e-50013e282c2f\",\n        \"date_posted\": 1726260267,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260321,\n        \"url\": \"https://careers.tiktok.com/position/7397888713688647945/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9d05975d-66dd-41d1-a4c3-6b33e949b982\",\n        \"date_posted\": 1726260321,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260407,\n        \"url\": \"https://jobs.sap.com/job/Palo-Alto-Software-Engineer-CA-94304/1119977001\",\n        \"company_name\": \"SAP\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ba0a513b-68f4-49e8-bd4a-0c3c47330ff4\",\n        \"date_posted\": 1726260407,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729568336,\n        \"url\": \"https://paypal.eightfold.ai/careers/job?domain=paypal.com&pid=274902336865\",\n        \"company_name\": \"Paypal\",\n        \"title\": \"Associate Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Scottsdale, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fdb4be64-2cf0-4425-92a1-f345c7bed1ed\",\n        \"date_posted\": 1726260498,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726351045,\n        \"url\": \"https://university-uber.icims.com/jobs/134010/job\",\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2024: Software Engineer I\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3a84f511-e78a-431c-a5f4-d9485350445c\",\n        \"date_posted\": 1726260583,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260729,\n        \"url\": \"https://careers.infor.com/en_US/careers/JobDetail/Software-Engineer-Associate/14952\",\n        \"company_name\": \"Infor\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Dallas, TX\",\n            \"St. Paul, MN\",\n            \"Alpharetta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"be54a258-36d2-410c-870d-48410be26688\",\n        \"date_posted\": 1726260729,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726260947,\n        \"url\": \"https://boards.greenhouse.io/canonicaljobs/jobs/6244934\",\n        \"company_name\": \"Canonical\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7f59fe73-ed11-4c0b-a5ea-a43abafbf7fe\",\n        \"date_posted\": 1726260947,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726261342,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148209EXTERNALENUS/2025-University-Graduate-Software-Development-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Development Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"893b7855-812d-42cb-8080-dd53521cd830\",\n        \"date_posted\": 1726261342,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726261453,\n        \"url\": \"https://careers.mastercard.com/us/en/job/R-227151/Data-Scientist-I\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Data Scientist I\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"75da048a-5838-4252-bc69-0bab74ff65a7\",\n        \"date_posted\": 1726261453,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726341440,\n        \"url\": \"https://job-boards.greenhouse.io/duolingouniversityrecruitment/jobs/7636432002\",\n        \"company_name\": \"Duolingo\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e8148c05-0594-4715-a196-83bb1bd79542\",\n        \"date_posted\": 1726341440,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726348670,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?for=magna&token=4382449007\",\n        \"company_name\": \"Magna\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d2f5a2cb-03d4-420a-85bf-e30ffb541ab2\",\n        \"date_posted\": 1726348670,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726349456,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4128663007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"Frontend Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"af4a6b71-86dd-402c-b6a2-d9a60b7fe705\",\n        \"date_posted\": 1726349456,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726349495,\n        \"url\": \"https://careers.tiktok.com/position/7397873333113866534/detail\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a8323324-089a-4921-8549-3c5cf3b114df\",\n        \"date_posted\": 1726349495,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726349631,\n        \"url\": \"https://www.amazon.jobs/jobs/2721341/software-development-engineer--amazon-dedicated-cloud-region-services\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad: Software Development Engineer\",\n        \"locations\": [\n            \"Arlington, VA\",\n            \"Seattle, WA\",\n            \"Denver, CO\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c52e971e-57bd-47e5-a260-5b560d5da257\",\n        \"date_posted\": 1726349631,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726349786,\n        \"url\": \"https://job-boards.greenhouse.io/jungroup/jobs/7586285002\",\n        \"company_name\": \"Jun Group\",\n        \"title\": \"Software Engineer, Data\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bb55525e-bb55-4d00-8a8b-841731c64ba5\",\n        \"date_posted\": 1726349786,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726350140,\n        \"url\": \"https://www.splunk.com/en_us/careers/jobs/software-engineer-early-in-29740.html\",\n        \"company_name\": \"Splunk\",\n        \"title\": \"Software Engineer - Early Career\",\n        \"locations\": [\n            \"Colorado\",\n            \"North Carolina\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a56403cc-642b-4b40-b4e9-e8bdac71398e\",\n        \"date_posted\": 1726350140,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653312,\n        \"url\": \"https://boards.greenhouse.io/chime/jobs/7626713002\",\n        \"company_name\": \"Chime\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4753647b-2733-47c7-849b-ad1321be4221\",\n        \"date_posted\": 1726350181,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726350229,\n        \"url\": \"https://kla.wd1.myworkdayjobs.com/en-US/Search/job/Milpitas-CA/Software-Engineer--New-College-Grad-_2425130-1\",\n        \"company_name\": \"KLA\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Milpitas, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2fc1493f-6e2b-46ee-a8bc-5527f0b76e99\",\n        \"date_posted\": 1726350229,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726379922,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1766760/Software-Engineer---AI%2FML%2C-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer, AI&ML\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"11031985-43e8-4446-b082-ea5fda2e1d09\",\n        \"date_posted\": 1726379922,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726380361,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1765141/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\",\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"670e5b1c-d264-4a31-8cec-2b66f2c1e289\",\n        \"date_posted\": 1726380361,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726541438,\n        \"url\": \"https://corporate.visa.com/en/jobs/REF77329N\",\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"ajain02\",\n        \"id\": \"96ac6700-3862-45d2-9918-66d7f8596fc9\",\n        \"date_posted\": 1726541438,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726541528,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/en-US/Capital_One/job/Technology-Development-Program-Associate---August-2025_R189786\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"Technology Development Program Associate - August 2025\",\n        \"locations\": [\n            \"Richmond, VA\",\n            \"Plano, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"53063e21-c2fa-4d5a-9683-631a3e53d06c\",\n        \"date_posted\": 1726541528,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650067,\n        \"url\": \"https://jobs.lever.co/persona/70dd3239-d020-4035-aaab-16bd289642f7\",\n        \"company_name\": \"Persona\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"07aaf75a-30ae-4c74-9edb-573a2810c9a5\",\n        \"date_posted\": 1726541565,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726579278,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR149118EXTERNALENUS/2025-University-Graduate-Software-Development-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Development Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3bf63adc-70b7-4fc6-a1e4-d1cca978f21e\",\n        \"date_posted\": 1726579278,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726579332,\n        \"url\": \"https://careers.spglobal.com/jobs/307184\",\n        \"company_name\": \"S&P Global\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5960f56f-4fba-41bc-ac05-63a710bb4ffb\",\n        \"date_posted\": 1726579332,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726579613,\n        \"url\": \"https://careers.garmin.com/careers-home/jobs/14481/job\",\n        \"company_name\": \"Garmin\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"76cc9367-4ace-40d3-8b38-2f517544af6d\",\n        \"date_posted\": 1726579613,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726597659,\n        \"url\": \"https://careers.ibm.com/job/20863344/entry-level-product-manager-2025-remote/?codes=SN_LinkedIn&Codes=SN_LinkedIn\",\n        \"company_name\": \"IBM\",\n        \"title\": \"Entry Level Product Manager: 2025\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Lowell, MA\",\n            \"Durham, NC\",\n            \"Research Triangle Park, NC\",\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"eneief\",\n        \"id\": \"bb0355c3-f6b1-47e3-a759-decdc1d481da\",\n        \"date_posted\": 1726597659,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726626764,\n        \"url\": \"https://jobs.boeing.com/job/-/-/185/68472702976\",\n        \"company_name\": \"Boeing\",\n        \"title\": \"Software Engineer - Entry Level\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"726fdafc-9ff8-4e5b-945b-68e0ed1eaedc\",\n        \"date_posted\": 1726626764,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726626803,\n        \"url\": \"https://careers.ciena.com/us/en/job/CIENUSR025517ENUS/Software-Performance-Engineer-Photonic-Product-Assurance-Team\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"Software Performance Engineer\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f7f03026-0eaf-4090-96b5-2e512dd2a994\",\n        \"date_posted\": 1726626803,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726626851,\n        \"url\": \"https://www.pinterestcareers.com/jobs/6231229/university-grad-software-engineer-usa/?gh_jid=6231229\",\n        \"company_name\": \"Pinterest\",\n        \"title\": \"University Grad Software Engineer (USA)\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"8a32de84-2f7b-4dfc-b205-9f3d62d3ab23\",\n        \"date_posted\": 1726626851,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726628634,\n        \"url\": \"https://bloomberg.avature.net/careers/JobDetail/2025-Software-Engineer-New-York/6961\",\n        \"company_name\": \"Bloomberg\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d29fed70-63b6-498d-adcc-e84332273023\",\n        \"date_posted\": 1726628634,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726653771,\n        \"url\": \"https://www.metacareers.com/jobs/851953990062965\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Redmond, WA\",\n            \"Menlo Park, CA\",\n            \"Seattle, WA\",\n            \"Burlingame, CA\",\n            \"Washington, DC\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f9482b9d-b213-4299-bac9-d852a8543c90\",\n        \"date_posted\": 1726653771,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650067,\n        \"url\": \"https://jobs.lever.co/genesistherapeutics/528d24ad-745a-4eed-a883-c0fbba5aa624\",\n        \"company_name\": \"Genesis Therapeutics\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Burlingame, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"507fb59e-be4c-4e58-b98a-d256eef5227f\",\n        \"date_posted\": 1726653865,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726653896,\n        \"url\": \"https://job-boards.greenhouse.io/fiveringsllc/jobs/4090994008\",\n        \"company_name\": \"Five Rings\",\n        \"title\": \"New Grad 2025: Software Developer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"ajain02\",\n        \"id\": \"e260045f-947c-48a0-b613-c95cc297f186\",\n        \"date_posted\": 1726653896,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650070,\n        \"url\": \"https://jobs.lever.co/genesistherapeutics/e46df7c2-5364-4a67-937a-10ecb3898ca3\",\n        \"company_name\": \"Genesis Therapeutics\",\n        \"title\": \"New Grad: ML Research Engineer\",\n        \"locations\": [\n            \"Burlingame, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"34023662-50d0-4f6b-9d03-3701a94f5ca7\",\n        \"date_posted\": 1726653973,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468583,\n        \"url\": \"https://www.jahnelgroup.com/apply.html?gh_jid=4519156007&gh_src=f15193297us\",\n        \"company_name\": \"Jahnel Group\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Schenectady, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0b40a63a-9d14-4a1d-a5b3-898fb8ac03d6\",\n        \"date_posted\": 1726654122,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726654291,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/80114722841469638-software-engineer\",\n        \"company_name\": \"Google\",\n        \"title\": \"New Grad 2025: Software Engineer - PhD\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"83031e0e-96e8-4a1d-9532-22cd4435698a\",\n        \"date_posted\": 1726654291,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726654412,\n        \"url\": \"https://radleyjames.com/jobs/30069-c-2-graduate-software-engineer-new-york/\",\n        \"company_name\": \"Radley James\",\n        \"title\": \"Graduate Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b1af5c16-2d20-4f52-a67a-6632ac5b26e8\",\n        \"date_posted\": 1726654412,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726654517,\n        \"url\": \"https://careers.datadoghq.com/detail/3851927/?gh_jid=3851927&gh_src=8363eca61\",\n        \"company_name\": \"Datadog\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"298336f3-7f32-4430-b683-91216b689b21\",\n        \"date_posted\": 1726654517,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906356,\n        \"url\": \"https://careers.servicenow.com/en/jobs/744000014316450/software-engineer-tools-automation/\",\n        \"company_name\": \"Service Now\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ef309ae8-d848-4b7f-b476-244fe1ff52b9\",\n        \"date_posted\": 1726690661,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726690693,\n        \"url\": \"https://jobs.apple.com/en-us/details/200567882/emoji-ui-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Emoji UI Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"e49fac67-a464-4af5-8006-eab1b89a2f28\",\n        \"date_posted\": 1726690693,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726690741,\n        \"url\": \"https://jobs.apple.com/en-us/details/200568411/software-engineer-education-and-enterprise-technologies\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Education and Enterprise Technologies\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"63014e5c-e3dc-4015-9b2d-8a7a1b66c2f1\",\n        \"date_posted\": 1726690741,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906387,\n        \"url\": \"https://trendmicro.wd3.myworkdayjobs.com/en-US/External/job/Ottawa/Software-Developer_R0006639\",\n        \"company_name\": \"Trend Micro\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f48c1c82-af09-4e12-bd13-1b3e5df1d16b\",\n        \"date_posted\": 1726690901,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726691136,\n        \"url\": \"https://www.precisely.com/careers-and-culture/us-jobs/job?gh_jid=4472475005\",\n        \"company_name\": \"Precisely\",\n        \"title\": \"Associate Data Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d1c30f55-7723-41b4-a8a7-2f9974a7d5a3\",\n        \"date_posted\": 1726691136,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727290179,\n        \"url\": \"https://www.coinbase.com/careers/positions/6257454?gh_jid=6257454&gh_src=20687b321us\",\n        \"company_name\": \"Coinbase\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5bc0fceb-cc07-4f76-b206-c79b4f5620a3\",\n        \"date_posted\": 1726691225,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726691303,\n        \"url\": \"https://job-boards.greenhouse.io/duolingo/jobs/7643896002?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Duolingo\",\n        \"title\": \"New Grad: Data Scientist I\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"37f5e7e2-27cc-4c30-9fbf-9ad89cfce4e8\",\n        \"date_posted\": 1726691303,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726691371,\n        \"url\": \"https://job-boards.greenhouse.io/duolingo/jobs/7642744002?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Duolingo\",\n        \"title\": \"New Grad: Data Scientist I\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8a33a28b-08e2-4e8e-b362-9e9bd14b86a2\",\n        \"date_posted\": 1726691371,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726985778,\n        \"url\": \"https://jobs.apple.com/en-us/details/200568422/aiml-software-engineer-search-experience-sii?team=MLAI\",\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML - Software Engineer, Search Experience - SII\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"98557d70-53fa-4c94-9126-b574cb8ae9e3\",\n        \"date_posted\": 1726720901,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726721065,\n        \"url\": \"https://bloomberg.wd1.myworkdayjobs.com/en-US/Bloombergindustrygroup_External_Career_Site/job/Arlington---1801-S-Bell-INDG/Software-Engineer--Associate_130282\",\n        \"company_name\": \"Bloomberg\",\n        \"title\": \"Software Engineer, Associate\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"caa18e06-d920-4d0e-b5ce-c2a29a230bc1\",\n        \"date_posted\": 1726721065,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726721302,\n        \"url\": \"https://careers.hpe.com/us/en/job/1177590/Software-Engineering-Graduate\",\n        \"company_name\": \"HPE\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Spring, TX\",\n            \"Bloomington, MN\",\n            \"Chippewa Falls, WI\",\n            \"Andover, MA\",\n            \"Durham, NC\",\n            \"Ft. Collins, CO\",\n            \"Milpitas, CA\",\n            \"Roseville, CA\",\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8f3d9b10-c6e5-473a-b009-17b5e7558624\",\n        \"date_posted\": 1726721302,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726742722,\n        \"url\": \"https://careers.homeprotech.com/jobs/67569-software-engineer\",\n        \"company_name\": \"HomePro\",\n        \"title\": \"Production Support Software Engineer\",\n        \"locations\": [\n            \"Carrollton, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d6be3252-e637-40fc-ae1a-821a8a4c7844\",\n        \"date_posted\": 1726742722,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726742780,\n        \"url\": \"https://www.tesla.com/careers/search/job/227755?source=cvrve\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Product Engineer\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2650e874-4c91-42ce-a694-d0ad2b87a52e\",\n        \"date_posted\": 1726742780,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289714,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR147857EXTERNALENUS/2025-University-Graduate-Software-Development-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Development Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d935e861-82f8-4c16-97c6-7c9e711f45db\",\n        \"date_posted\": 1726742843,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726789469,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1771661/Software-Engineer---Frontend%2C-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Frontend\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"eneief\",\n        \"id\": \"3a0eaf27-7076-4ac3-805c-d260d5438a1c\",\n        \"date_posted\": 1726789469,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726812999,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1769056\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c80b8eb0-8371-4a3d-be16-2d817a5421eb\",\n        \"date_posted\": 1726812999,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726813653,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1771652\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer AI/ML\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b002e5c4-8917-4fc0-860e-2dfdbc80f58d\",\n        \"date_posted\": 1726813653,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726813763,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1733573/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eae06f97-eb6a-4a9a-a93e-a49895cabf4a\",\n        \"date_posted\": 1726813763,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726911814,\n        \"url\": \"https://www.metacareers.com/jobs/828281008948727/\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Business Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\",\n            \"Seattle, WA\",\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"09b98c83-7bbb-4eec-bfd9-1d5087f51d5f\",\n        \"date_posted\": 1726911814,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726911928,\n        \"url\": \"https://boards.greenhouse.io/singlestore/jobs/6237446\",\n        \"company_name\": \"SingleStore\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Seattle, WA\",\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"31d2c43e-35e6-4905-ad5c-2a53d3a7e034\",\n        \"date_posted\": 1726911928,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726912040,\n        \"url\": \"https://zoom.wd5.myworkdayjobs.com/Zoom/job/Bay-Area-CA/AI-Software-Engineer_R12973-1\",\n        \"company_name\": \"Zoom\",\n        \"title\": \"AI Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"d04ce970-48bc-4875-b83e-512361543bf7\",\n        \"date_posted\": 1726912040,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726912152,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/5201904?gh_jid=5201904\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"b66c370a-15d8-4358-b335-7df41718905d\",\n        \"date_posted\": 1726912152,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726912232,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1748350/Platform-Software-Engineer%E2%80%94Xbox\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Platform Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"79e00f0b-3f98-4390-b70b-7f9059c9d4dd\",\n        \"date_posted\": 1726912232,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726912287,\n        \"url\": \"https://redhat.wd5.myworkdayjobs.com/jobs/job/Raleigh/Associate-Software-Engineer_R-041446\",\n        \"company_name\": \"Redhat\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"8919bbd7-03e1-42f1-ab98-ef0d496ca25e\",\n        \"date_posted\": 1726912287,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726912365,\n        \"url\": \"https://careers.blackrock.com/job/-/-/45831/70184206512\",\n        \"company_name\": \"Blackrock\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"3a8cd98d-046b-4127-a3ea-6b0d9f7f5f9b\",\n        \"date_posted\": 1726912365,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1726912430,\n        \"url\": \"https://boards.greenhouse.io/singlestore/jobs/6237482\",\n        \"company_name\": \"Singlestore\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Seattle, WA\",\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"63e0392b-c46e-48c7-b4e3-34593e2a4cbd\",\n        \"date_posted\": 1726912430,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727036661,\n        \"url\": \"https://grove-ai.notion.site/Grove-Full-Stack-AI-Software-Engineer-Internship-Full-time-6e968945f0184cb29366ec20436732c9?pvs=4\",\n        \"company_name\": \"Grove AI\",\n        \"title\": \"Full Stack/AI Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"trannble\",\n        \"id\": \"ca97cfff-0d7b-4830-8f23-4321d82270d2\",\n        \"date_posted\": 1727036661,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728370975,\n        \"url\": \"https://jobs.ashbyhq.com/openai/1f44d67f-1e56-4ed0-8467-9bae048ea876\",\n        \"company_name\": \"OpenAI\",\n        \"title\": \"Software Engineer, Applied Emerging Talent\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"9d00bd74-04bb-48de-9c26-ce4650175dc0\",\n        \"date_posted\": 1727109257,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727244139,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Software-Engineer--Algorithms-and-Machine-Learning---New-College-Grad-2025_JR1987442\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"4520a21d-49ae-43df-aa4c-ac44f517eae1\",\n        \"date_posted\": 1727111387,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727121543,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Firmware-Engineer---New-College-Grad-2024_JR1987575\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Firmware Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"6ed97441-14b4-400c-9616-646df2dcc821\",\n        \"date_posted\": 1727121543,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727187616,\n        \"url\": \"https://careers-blackhawknetwork.icims.com/jobs/22373/job\",\n        \"company_name\": \"Blackhawk Network\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Coppell, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eb4a29cc-efb4-4194-97a0-5fde67bcd15e\",\n        \"date_posted\": 1727187616,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727187698,\n        \"url\": \"https://jobsearch.createyourowncareer.com/PRH_US/job/New-York-Associate-Developer%2C-Full-Stack-%28Open-to-Remote%29-NY-10019/1123602801\",\n        \"company_name\": \"Penguin Random House\",\n        \"title\": \"Associate Developer, Full Stack\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7cda64a3-79ad-4d64-99e9-4056401b7ce5\",\n        \"date_posted\": 1727187698,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289990,\n        \"url\": \"https://jobs.lever.co/wyetechllc/3fa5ec95-940b-44b7-9d47-dece3dde2975/apply\",\n        \"company_name\": \"Wyetech\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f4fcafa9-7f54-4f8a-a8b7-7a798a2d28c8\",\n        \"date_posted\": 1727244122,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650071,\n        \"url\": \"https://jobs.lever.co/nominal/9ed92de3-a7de-4901-9fe0-054b9c66d7c9\",\n        \"company_name\": \"Nominal\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a89cca8d-3b55-41d0-a1e7-100ca1283aac\",\n        \"date_posted\": 1727244225,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650072,\n        \"url\": \"https://jobs.lever.co/nominal/89854893-f950-4b95-afd9-415190bbcd1c\",\n        \"company_name\": \"Nominal\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"SoHo, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"65906157-ff12-405c-a8f3-d8c2af740fa7\",\n        \"date_posted\": 1727244298,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650073,\n        \"url\": \"https://jobs.lever.co/nominal/e6494c90-f3f3-4d18-b2bf-e72914e8a41d\",\n        \"company_name\": \"Nominal\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c657183f-32d8-4d74-bd8f-4be13b05bc4c\",\n        \"date_posted\": 1727244354,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727244484,\n        \"url\": \"https://boards.greenhouse.io/subsplash/jobs/7653784002\",\n        \"company_name\": \"Subsplash\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1102a807-2945-4b5c-bab3-0fb5f6b3f83f\",\n        \"date_posted\": 1727244484,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727287395,\n        \"url\": \"https://job-boards.greenhouse.io/duolingo/jobs/7635859002\",\n        \"company_name\": \"Duolingo\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"77ec99c2-d34e-4c7f-b104-570329e53ec7\",\n        \"date_posted\": 1727287395,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727287635,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/3202097?gh_jid=3202097\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer, Durable Objects\",\n        \"locations\": [\n            \"Hybrid\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7a9f8112-ec9b-43e1-b7e0-7f0fab96c829\",\n        \"date_posted\": 1727287635,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727287695,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/5316261?gh_jid=5316261\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer, Client-Desktop & Mobile\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d76590bd-0317-4398-b9b8-71d2329055ef\",\n        \"date_posted\": 1727287695,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653313,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/5579824?gh_jid=5579824\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer, Kubernetes\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bb5cc21d-25fe-47df-9ea7-faffa99bd07a\",\n        \"date_posted\": 1727287747,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727287800,\n        \"url\": \"https://job-boards.greenhouse.io/cloudflare/jobs/5409379?gh_jid=5409379\",\n        \"company_name\": \"Cloudflare\",\n        \"title\": \"Software Engineer, TaS\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d0890385-efae-4e7b-87b2-083dfe4f0a65\",\n        \"date_posted\": 1727287800,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727288347,\n        \"url\": \"https://jobs.apple.com/en-us/details/200556924/silicon-validation-software-engineer-high-speed-io-validation?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Silicon Validation Software Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"69cfc1e3-d433-4916-8f4a-5044721112b0\",\n        \"date_posted\": 1727288347,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727288409,\n        \"url\": \"https://job-boards.greenhouse.io/okx/jobs/6081008003?gh_src=8ad01c4c3us\",\n        \"company_name\": \"OKX\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a55bcce4-8673-40fd-ab88-f8c23f79369a\",\n        \"date_posted\": 1727288409,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732646520,\n        \"url\": \"https://jobs.bytedance.com/en/position/7393038680518445339/detail\",\n        \"company_name\": \"Bytedance\",\n        \"title\": \"New Grad 2025: Recommendation Platform Backend Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2319b1c0-b5bc-49e6-bfda-5ef2e459e215\",\n        \"date_posted\": 1727288479,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727288614,\n        \"url\": \"https://db.recsolu.com/external/requisitions/F0yxL9nQ2hYCyPTeyUR3Dw\",\n        \"company_name\": \"Deutsche Bank\",\n        \"title\": \"Technology, Data and Innovation Intern\",\n        \"locations\": [\n            \"Cary, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2c977f79-be8b-4bfb-b4eb-b1ccfe1ca445\",\n        \"date_posted\": 1727288614,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468910,\n        \"url\": \"https://cgi.njoyn.com/corp/xweb/xweb.asp?clid=21001&page=jobdetails&jobid=J0924-0179&BRID=1151713&SBDID=943\",\n        \"company_name\": \"CGI\",\n        \"title\": \"Entry Level Software Developer\",\n        \"locations\": [\n            \"Knoxville, TN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8aa14f37-62b3-4461-8e00-8885e7e370cd\",\n        \"date_posted\": 1727288762,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289205,\n        \"url\": \"https://amazon.jobs/en/jobs/2784258/software-dev-engineer-computer-science\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Arlington, VA\",\n            \"Santa Clara, CA\",\n            \"Denver, CO\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1116ee65-d0a0-4faf-84bf-53d487d54abd\",\n        \"date_posted\": 1727289205,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289377,\n        \"url\": \"https://c3.ai/job-description/?gh_jid=7652678002&gh_src=f3649ba92\",\n        \"company_name\": \"C3.ai\",\n        \"title\": \"Software Engineer, Platform\",\n        \"locations\": [\n            \"Redwood City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"82cce065-a3df-4f38-8efd-747913c87a62\",\n        \"date_posted\": 1727289377,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727289680,\n        \"url\": \"https://c3.ai/job-description/?gh_jid=7652688002&gh_src=f3649ba92\",\n        \"company_name\": \"C3.ai\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redwood City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8a65c750-53ab-4dba-b07d-87e8142641d9\",\n        \"date_posted\": 1727289680,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732468459,\n        \"url\": \"https://boards.greenhouse.io/chime/jobs/7578781002?gh_jid=7578781002&gh_src=35f490fd2\",\n        \"company_name\": \"Chime\",\n        \"title\": \"Software Engineer,\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5c6c3bf9-088f-43b5-831f-50e9f9dad339\",\n        \"date_posted\": 1727290434,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727384543,\n        \"url\": \"https://www.metacareers.com/jobs/8187200048015588/\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer (University Grad)\",\n        \"locations\": [\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"a4b3fd55-35bc-49ba-b785-1125000c5184\",\n        \"date_posted\": 1727384543,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727384815,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Developer Technology Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fa06a7ad-27dc-4f60-9d39-420ec2ee7947\",\n        \"date_posted\": 1727384815,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727417788,\n        \"url\": \"https://wd1.myworkdaysite.com/en-US/recruiting/snapchat/snap/job/Seattle-Washington/Software-Engineer--Full-Stack--New-Grad-Engineer_R0037143-1\",\n        \"company_name\": \"Snap\",\n        \"title\": \"New Grad: Software Engineer, Full Stack\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b6f06ff2-4dae-45b8-9e4b-f21223be0d9a\",\n        \"date_posted\": 1727417788,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653314,\n        \"url\": \"https://boards.greenhouse.io/chime/jobs/7515160002\",\n        \"company_name\": \"Chime\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"844cf72a-8962-44eb-abbb-5e51f818bdc0\",\n        \"date_posted\": 1727417887,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727649447,\n        \"url\": \"https://jobs.lever.co/spotify/1371c12a-8fe3-45d0-a648-b09b3bddb3b1\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Full Stack Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bc8ac8ed-403f-4afa-b93b-392f30f4490c\",\n        \"date_posted\": 1727417917,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727417968,\n        \"url\": \"https://job-boards.greenhouse.io/labelbox/jobs/4516294007\",\n        \"company_name\": \"Labelbox\",\n        \"title\": \"Software Engineer, Early Professional\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"57500ab6-3651-4353-8ce2-a10cabf66d00\",\n        \"date_posted\": 1727417968,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727418077,\n        \"url\": \"https://boards.greenhouse.io/canonicaljobs/jobs/6276592\",\n        \"company_name\": \"Canonical\",\n        \"title\": \"Web Frontend Engineer\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cbf6b85a-e4fb-40a2-9f8e-48a5d83211d8\",\n        \"date_posted\": 1727418077,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727462322,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1750761\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eed57e4b-5dbc-4b79-880c-cfb72bf437ec\",\n        \"date_posted\": 1727462322,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727582480,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2789329/software-dev-engineer-compiler-annapurna-labs\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"52db1654-d4df-4e36-ba5e-c9e887c18f4d\",\n        \"date_posted\": 1727582480,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693128,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2789282/software-dev-engineer-machine-learning-apps-accelerator-annapurna-ml\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7cff767d-e6ef-4c47-84ad-6b6e9dfef92b\",\n        \"date_posted\": 1727693128,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693401,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR149689EXTERNALENUS/2025-University-Graduate-Software-Engineer?utm_medium=phenom-feeds&source=cvrve&utm_source=cvrve\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b45b49e0-3917-4cd8-b264-16592a0ca76b\",\n        \"date_posted\": 1727693401,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693494,\n        \"url\": \"https://boards.greenhouse.io/tenstorrent/jobs/4520328007?lever-source=cvrve\",\n        \"company_name\": \"Tenstorrent\",\n        \"title\": \"Fabric SOC Architect\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9715469f-a4d0-4f6a-9e11-5bcb6ccd7f1c\",\n        \"date_posted\": 1727693494,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727693640,\n        \"url\": \"https://jobs.apple.com/en-us/details/200570229/cad-engineer-signoff-infrastructure-developer?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Signoff Infrastructure Developer Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"adc8bf4a-f971-4c10-864f-5e5500edff63\",\n        \"date_posted\": 1727693640,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727725097,\n        \"url\": \"https://boards.greenhouse.io/wehrtyou/jobs/6291555?gh_src=b79c7b511us\",\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"Systems Software Engineer\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"01aa0e7e-7588-4954-b8d3-1a3454b87cb6\",\n        \"date_posted\": 1727725097,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727725453,\n        \"url\": \"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25397&siteid=5259&PageType=JobDetails&jobid=619279#jobDetails=619279_5259\",\n        \"company_name\": \"Deltek\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"99a7b3b4-2ee7-4f36-9671-e483eef36f17\",\n        \"date_posted\": 1727725453,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727725500,\n        \"url\": \"https://careers.pipercompanies.com/details/127625/software_engineer\",\n        \"company_name\": \"PiPER Companies\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Fort Worth, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f482432a-20d1-433a-968c-32a5b76291a4\",\n        \"date_posted\": 1727725500,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727725570,\n        \"url\": \"https://recruit.hirebridge.com/v3/careercenter/v2/details.aspx?jid=599063&cid=7844&locvalue=10201020&bid=8&src=cvrve\",\n        \"company_name\": \"Numerator\",\n        \"title\": \"Data Engineer I\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"723497ba-f444-40b0-b7ba-0172f932c2f0\",\n        \"date_posted\": 1727725570,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727725669,\n        \"url\": \"https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?jobId=490489&source=LI&cid=6c0f07f7-5d5e-40a8-8e01-433d1c743d19\",\n        \"company_name\": \"Quevera\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Hanover, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1797f40d-71fd-41ae-9ca3-f712e1cc2c0f\",\n        \"date_posted\": 1727725669,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727726045,\n        \"url\": \"https://www.amentumcareers.com/jobs/software-engineer-level-0-ts-sci-poly-required-hanover-maryland-united-states\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Hanover, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ef7f1652-8588-4971-b3e2-be3f4b22a64f\",\n        \"date_posted\": 1727726045,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727734189,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1726710/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0f8a04d7-75aa-4d16-a758-09a58b07e1b5\",\n        \"date_posted\": 1727734189,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727802055,\n        \"url\": \"https://careers.intuitive.com/en/jobs/744000017357385/JOB9289/rise-software-engineer\",\n        \"company_name\": \"Intuitive\",\n        \"title\": \"RISE Software Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"eneief\",\n        \"id\": \"97e931a3-e6f4-459c-94c1-da6a30441115\",\n        \"date_posted\": 1727802055,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727825387,\n        \"url\": \"https://seatgeek.com/jobs/6295342\",\n        \"company_name\": \"SeatGeek\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"eneief\",\n        \"id\": \"44114703-804d-497f-9473-c7b6a002f5cb\",\n        \"date_posted\": 1727825387,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727826373,\n        \"url\": \"https://jobs.smartrecruiters.com/WesternDigital/744000014621329-new-college-grad-system-test-engineer\",\n        \"company_name\": \"Western Digital\",\n        \"title\": \"New Grad: System Test Engineer\",\n        \"locations\": [\n            \"Rochester, MN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f49e852e-ab94-406f-a119-c78859f8adae\",\n        \"date_posted\": 1727826373,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727847224,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1774085/Software-Engineer-Security-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8453f92e-1349-4431-b406-1fa406ef1a69\",\n        \"date_posted\": 1727847224,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727847287,\n        \"url\": \"https://www.metacareers.com/jobs/936067258115050\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer, Language\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"Seattle, WA\",\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a49d0aec-741e-46c6-b4c8-5bb7244307d5\",\n        \"date_posted\": 1727847287,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727847346,\n        \"url\": \"https://boards.greenhouse.io/spanio/jobs/6228541003\",\n        \"company_name\": \"SPAN\",\n        \"title\": \"Device Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3de45de0-9c27-4cd2-8e78-83eff49d3b0e\",\n        \"date_posted\": 1727847346,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906276,\n        \"url\": \"https://jobs.siemens.com/careers/job/563156117187571\",\n        \"company_name\": \"Siemens\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Wilsonville, OR\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4ae0c25e-33c6-4fd2-8b92-ee8d88c34897\",\n        \"date_posted\": 1727847419,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727918801,\n        \"url\": \"https://swift.wd3.myworkdayjobs.com/en-US/Join-Swift/job/Tysons-United-States/Associate-Software-Developer-Systems-Engineer_2024-13698\",\n        \"company_name\": \"Swift\",\n        \"title\": \"Associate Software Developer/Systems Engineer\",\n        \"locations\": [\n            \"Tysons Corner, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fd3bf165-c5c4-4536-9798-5550c8eebdb7\",\n        \"date_posted\": 1727847642,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727847816,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=6295376\",\n        \"company_name\": \"SeatGeek\",\n        \"title\": \"Data Analyst\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8a126ed8-ba3a-41ed-8b85-b9155d64ee49\",\n        \"date_posted\": 1727847816,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727847897,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=6295411\",\n        \"company_name\": \"SeatGeek\",\n        \"title\": \"UX Designer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cbe98698-8c20-4104-a718-01fae3b200cc\",\n        \"date_posted\": 1727847897,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727847938,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=6295424\",\n        \"company_name\": \"SeatGeek\",\n        \"title\": \"Product Manager\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a48192d2-e021-44b0-b995-4495fae6c2f1\",\n        \"date_posted\": 1727847938,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727848004,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=6295342\",\n        \"company_name\": \"SeatGeek\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b5e5f3af-893c-40d2-b2aa-faedc5ff01dc\",\n        \"date_posted\": 1727848004,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727848093,\n        \"url\": \"https://jobs.solana.com/companies/orca/jobs/41016790-software-engineer-frontend\",\n        \"company_name\": \"Orca\",\n        \"title\": \"Software Engineer (Frontend)\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a5a549a7-ba99-4ce7-9464-436d86d21a96\",\n        \"date_posted\": 1727848093,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727848177,\n        \"url\": \"https://jobs.lever.co/refuel/93afa841-1635-41d3-9c91-950aa1189724\",\n        \"company_name\": \"Refuel\",\n        \"title\": \"Forward Deployed Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5b188967-5c0c-406d-a879-ddacfd6bd139\",\n        \"date_posted\": 1727848177,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727849990,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-WA-Redmond/Compiler-Optimization-Engineer--MLIR-and-LLVM---New-College-Grad-2024_JR1988493\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Compiler Optimization Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4573b786-21f5-401c-9b5c-4910af371b1f\",\n        \"date_posted\": 1727849990,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727850148,\n        \"url\": \"https://www.smxtech.com/jobs/smxtech/junior-software-engineer-ts-sci-ci-poly-3848/?gh_jid=6228060003\",\n        \"company_name\": \"SMX\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Chantilly, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2db9cc0d-d33b-4b46-b7fb-e59849d68e0f\",\n        \"date_posted\": 1727850148,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728472490,\n        \"url\": \"https://icf.wd5.myworkdayjobs.com/en-US/ICFExternal_Career_Site/job/Albany-NY/Associate-Software-Engineer_R2403756?utm_source=cvrve\",\n        \"company_name\": \"ICF\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"locations Albany, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e073edd5-99ae-4a29-ba51-db0a72d52dce\",\n        \"date_posted\": 1727850457,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727995153,\n        \"url\": \"https://jobs.jobvite.com/splunk-careers/job/ovBBufwV?nl=1&nl=1&fr=false&utm_source=cvrve\",\n        \"company_name\": \"Splunk\",\n        \"title\": \"Early Career, Fedramp Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1fe77076-d33d-4afe-b82e-5fc7a339fff6\",\n        \"date_posted\": 1727850545,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727850689,\n        \"url\": \"https://trimble.wd1.myworkdayjobs.com/en-US/TrimbleCareers/job/US---NJ-Princeton-ALK/Software-Engineer_R45853?utm_source=cvrve\",\n        \"company_name\": \"Trimble\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Princeton, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"312bd8e7-abb9-4966-b8d7-c826daecad9d\",\n        \"date_posted\": 1727850689,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906234,\n        \"url\": \"https://matroid.breezy.hr/p/50ab25b617e5-full-stack-engineer-for-computer-vision-products\",\n        \"company_name\": \"Matroid\",\n        \"title\": \"Full Stack Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ad6a1763-fea4-4908-89ed-398366d44ac9\",\n        \"date_posted\": 1727850753,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727850808,\n        \"url\": \"https://careers.coalitioninc.com/job-posting/?gh_jid=4478823005&utm_source=cvrve\",\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer, Renewals\",\n        \"locations\": [\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9b607faa-44fd-413b-8403-604807ab951f\",\n        \"date_posted\": 1727850808,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906263,\n        \"url\": \"https://boards.greenhouse.io/codazen/jobs/5338061004?utm_source=cvrve\",\n        \"company_name\": \"Codazen\",\n        \"title\": \"New Grad 2025: Full-Stack Engineer\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aae5cc52-d7cf-407e-8505-8a9efec5e12d\",\n        \"date_posted\": 1727850877,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727850930,\n        \"url\": \"https://aviatrix.com/careers/?gh_jid=4478643005\",\n        \"company_name\": \"Aviatrix\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Champaign, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9a3021bb-4301-4487-9edf-97aabb645761\",\n        \"date_posted\": 1727850930,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198823,\n        \"url\": \"https://job-boards.greenhouse.io/janestreet/jobs/7430822002\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b96169d1-97f0-4159-8eec-30e6040aec01\",\n        \"date_posted\": 1727851279,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906208,\n        \"url\": \"https://jobs.ashbyhq.com/Pocket%20Worlds/6716ca85-83ad-468e-b367-ce790bc367f5\",\n        \"company_name\": \"Pocket Worlds\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bea48337-9345-46c6-a89d-bd8f3776eb85\",\n        \"date_posted\": 1727906208,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727906810,\n        \"url\": \"https://jobs.ashbyhq.com/openai/79c030ba-7a49-4449-a989-f3e4d0a2eb20\",\n        \"company_name\": \"OpenAI\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"398c1cb7-01e8-4af8-b58d-ceb4a915d804\",\n        \"date_posted\": 1727906810,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653315,\n        \"url\": \"https://job-boards.greenhouse.io/tailscale/jobs/4480110005\",\n        \"company_name\": \"Tailscale\",\n        \"title\": \"Backend Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a4e135ac-a992-4b68-b8f1-162c7051f6ab\",\n        \"date_posted\": 1727906931,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653316,\n        \"url\": \"https://job-boards.greenhouse.io/tailscale/jobs/4480088005\",\n        \"company_name\": \"Tailscale\",\n        \"title\": \"Backend Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ad24d1ea-de80-4a1d-8463-29ace141bf5a\",\n        \"date_posted\": 1727906959,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727907062,\n        \"url\": \"https://careers.coalitioninc.com/job-posting/?gh_jid=4479069005\",\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4314df3f-a67b-4576-bead-34c24b043036\",\n        \"date_posted\": 1727907062,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727907102,\n        \"url\": \"https://careers.coalitioninc.com/job-posting/?gh_jid=4479960005\",\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"94592bd9-173e-47a2-a6c9-7795ce09caa6\",\n        \"date_posted\": 1727907102,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727907179,\n        \"url\": \"https://careers.coalitioninc.com/job-posting/?gh_jid=4478823005\",\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer, Renewals\",\n        \"locations\": [\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d9b40d60-9e00-46bd-b095-9daa4aabd86d\",\n        \"date_posted\": 1727907179,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727907241,\n        \"url\": \"https://careers.coalitioninc.com/job-posting/?gh_jid=4478819005\",\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer, Renewals\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b2f0e4fb-cfab-45b1-b31f-a05282121d23\",\n        \"date_posted\": 1727907241,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727938048,\n        \"url\": \"https://jobs.apple.com/en-us/details/200570480/software-engineer-apple-cloud-product-services?team=STDNT\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ae89aa05-8005-4ed7-8fbf-e4bbb6de1b70\",\n        \"date_posted\": 1727938048,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727938694,\n        \"url\": \"https://careers.servicenow.com/en/jobs/744000018138747/gcs-associate-technical-inbound-product-manager-new-grad/?trid=2d92f286-613b-4daf-9dfa-6340ffbecf73\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"New Grad: Associate Technical Inbound Product Manager\",\n        \"locations\": [\n            \"Kirkland, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e969c81e-3f7e-48ec-9430-e27ea7b62fbb\",\n        \"date_posted\": 1727938694,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727995201,\n        \"url\": \"https://www.appfolio.com/open-roles?p=job%2FoHoBufwU&__jvst\",\n        \"company_name\": \"Appfolio\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Santa Barbara, CA\",\n            \"San Diego, CA\",\n            \"Dallas, TX\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1d4e6ab9-2f4d-46ac-8a97-bf9b83fc131d\",\n        \"date_posted\": 1727940619,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1727940707,\n        \"url\": \"https://job-boards.greenhouse.io/rockstargames/jobs/6227259003\",\n        \"company_name\": \"Rockstar Games\",\n        \"title\": \"Animation R&D Programmer\",\n        \"locations\": [\n            \"Carlsbad, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d03ca2fc-f15a-4b93-9a8b-24f2e174f6cc\",\n        \"date_posted\": 1727940707,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727940758,\n        \"url\": \"https://job-boards.greenhouse.io/rockstargames/jobs/6225834003\",\n        \"company_name\": \"Rockstar Games\",\n        \"title\": \"Animation R&D Programmer\",\n        \"locations\": [\n            \"Manhattan, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4e2d3618-eb3a-484e-9f36-eb129ef71e58\",\n        \"date_posted\": 1727940758,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962105,\n        \"url\": \"https://www.coinbase.com/careers/positions/6257454\",\n        \"company_name\": \"Coinbase\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f2b78ec4-ec57-4a5a-8895-c8c7192ffa6e\",\n        \"date_posted\": 1727962105,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962146,\n        \"url\": \"https://arrowsearchpartners.com/jobs/software-engineer-7/\",\n        \"company_name\": \"Arrow Search\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4da63a11-ce9e-42d2-9536-525bf4be98ab\",\n        \"date_posted\": 1727962146,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962215,\n        \"url\": \"https://ats.rippling.com/tensure/jobs/55331717-668e-463d-b6a3-1a64ea4a8d44\",\n        \"company_name\": \"Tensure Consulting\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f2fae539-4de3-413a-9c52-30db5b2600e5\",\n        \"date_posted\": 1727962215,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962371,\n        \"url\": \"https://jobs.burtchworks.com/s/?jobId=a09Vv000000klS9IAI\",\n        \"company_name\": \"Burtch Works\",\n        \"title\": \"Software Development Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7d91bbef-cfb6-462c-b2e8-527ee79e4e46\",\n        \"date_posted\": 1727962371,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962441,\n        \"url\": \"https://jobs.burtchworks.com/s?jobId=a09Vv000000klS9IAI\",\n        \"company_name\": \"Burtch Works\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c1d17759-3371-4a58-8b67-661b352faab7\",\n        \"date_posted\": 1727962441,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962484,\n        \"url\": \"https://www.atriumstaff.com/job-seekers/data-engineer-149968/\",\n        \"company_name\": \"Atrium\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"Alpharetta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"672881b7-d9ba-467d-b504-9f956e710b98\",\n        \"date_posted\": 1727962484,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962709,\n        \"url\": \"https://capgemini.taleo.net/careersection/1/jobdetail.ftl?job=076955&lang=en\",\n        \"company_name\": \"Capgemini\",\n        \"title\": \"Associate Embedded Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"57dbc74f-e664-4312-83e7-baa681e45f56\",\n        \"date_posted\": 1727962709,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727962785,\n        \"url\": \"https://www.ixl.com/company/careers?gh_jid=7535470002\",\n        \"company_name\": \"IXL Learning\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b65c3711-b974-4ca8-ae01-800165fd55cd\",\n        \"date_posted\": 1727962785,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727995178,\n        \"url\": \"https://hdjq.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/24010427\",\n        \"company_name\": \"Emerson\",\n        \"title\": \"Sales Development Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"29c26c7c-a517-4d3d-8400-21fa60465801\",\n        \"date_posted\": 1727962851,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727995354,\n        \"url\": \"https://job-boards.greenhouse.io/affirm/jobs/6228449003\",\n        \"company_name\": \"Affirm\",\n        \"title\": \"Software Engineer I, Data Platform\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6bba272e-4718-48bf-aeda-eec7bcaef126\",\n        \"date_posted\": 1727995354,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727995424,\n        \"url\": \"https://jobs.ashbyhq.com/quora/1033c9d1-10e5-46c0-b44a-3c236b12647c\",\n        \"company_name\": \"Quora\",\n        \"title\": \"New Grad: Data Scientist, Monetization\",\n        \"locations\": [\n            \"Remote\",\n            \"US\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aa4dc335-cb44-4711-b5b0-51362aede0ad\",\n        \"date_posted\": 1727995424,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728092224,\n        \"url\": \"https://careers.rtx.com/global/en/job/RAYTGLOBAL01731444EXTERNALENGLOBAL/2025-Fulltime-Raytheon-Java-Software-Engineer-I-On-site\",\n        \"company_name\": \"RTX\",\n        \"title\": \"New Grad 2025: Java Software Engineer I\",\n        \"locations\": [\n            \"State College, PA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"584cfcb2-78b7-4dcc-9a96-7d6f992df734\",\n        \"date_posted\": 1727995839,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727995983,\n        \"url\": \"https://careers.mastercard.com/us/en/job/R-231532/Software-Engineer-I-Quality\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Software Engineer I, Quality\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3f1555a0-883a-45b5-b4cb-380d45bfb2e4\",\n        \"date_posted\": 1727995983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1727998198,\n        \"url\": \"https://job-boards.greenhouse.io/legion/jobs/6151297003\",\n        \"company_name\": \"Legion\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"51c88ef0-f934-48d4-be5f-9bee32103e62\",\n        \"date_posted\": 1727998198,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728102563,\n        \"url\": \"https://www.sofi.com/careers/job/?gh_jid=6228115003\",\n        \"company_name\": \"SoFi\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"88e57c58-0108-4577-9fde-b2a171870fc0\",\n        \"date_posted\": 1728102563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728103328,\n        \"url\": \"https://job-boards.greenhouse.io/andurilindustries/jobs/4533640007\",\n        \"company_name\": \"Anduril\",\n        \"title\": \"New Grad: Software Engineer, Platform\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"51ec7a22-49fb-4999-a153-53ee078712e8\",\n        \"date_posted\": 1728103328,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728103380,\n        \"url\": \"https://job-boards.greenhouse.io/andurilindustries/jobs/4533649007\",\n        \"company_name\": \"Anduril\",\n        \"title\": \"Software Engineer, Platform\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ae9ab04b-ca64-4dfd-ba7d-e1b4fc83915c\",\n        \"date_posted\": 1728103380,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728103480,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=6233230003\",\n        \"company_name\": \"Cerebras Systems\",\n        \"title\": \"New Grad: Distributed Software Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b7d2dc5a-3f40-4b0f-80c4-ab4c71a0fadc\",\n        \"date_posted\": 1728103480,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728103599,\n        \"url\": \"https://university-uber.icims.com/jobs/136135\",\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2024: Software Engineer I, TOR\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d72279b7-d318-4535-bcce-6918fff22bc9\",\n        \"date_posted\": 1728103599,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728103659,\n        \"url\": \"https://icf.wd5.myworkdayjobs.com/en-US/ICFExternal_Career_Site/job/Reston-VA/Software-Engineer--May-2025-Grad--Remote-_R2403844?utm_source=cvrve\",\n        \"company_name\": \"ICF\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Reston, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9a649016-a095-400e-bbcb-7d2b3dea911a\",\n        \"date_posted\": 1728103659,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728103729,\n        \"url\": \"https://university-uber.icims.com/jobs/136141/job\",\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2024: Machine Learning Engineer I\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fa6d1397-9968-49a2-8a06-92b850c2b9ab\",\n        \"date_posted\": 1728103729,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728105072,\n        \"url\": \"https://www.cambridgeconsultants.com/jobs/cambridgeconsultantslimited/ebu-graduate-software-engineer-1837/?gh_jid=4418085101\",\n        \"company_name\": \"Cambridge Consulants\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f9f1a303-3e5b-44d6-a912-a70cd9e3f09b\",\n        \"date_posted\": 1728105072,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728158844,\n        \"url\": \"https://jobs.lever.co/ansatzcapital/39609b59-4c21-44b8-bcaa-7209db6125cb\",\n        \"company_name\": \"Ansatz\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"257e0e80-e795-41a5-b140-1061f49853b5\",\n        \"date_posted\": 1728158844,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728204806,\n        \"url\": \"https://www.disneycareers.com/en/job/-/-/391/70788842560\",\n        \"company_name\": \"Disney\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Santa Monica, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2cd532c8-36f4-40ed-a792-4d270bd01eba\",\n        \"date_posted\": 1728204806,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728204930,\n        \"url\": \"https://www.linkedin.com/jobs/view/4041035728/\",\n        \"company_name\": \"Founders, Inc\",\n        \"title\": \"Full Stack Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f7adb0e6-4ab5-44b7-9e1f-d93134dca25e\",\n        \"date_posted\": 1728204882,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728204970,\n        \"url\": \"https://careers.ibm.com/job/21041498/software-developer-full-stack-markham-ca/\",\n        \"company_name\": \"IBM\",\n        \"title\": \"Software Developer \\u2013 Full-Stack\",\n        \"locations\": [\n            \"Markham, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a7b4933d-fa62-4cf2-b3d4-c92dac0ec1f7\",\n        \"date_posted\": 1728204970,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728205828,\n        \"url\": \"https://cerebras.ai/careers/?gh_jid=6232987003\",\n        \"company_name\": \"Cerebras Systems\",\n        \"title\": \"New Grad: Applied ML Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3c696e35-291a-4131-b4fb-8ff6756bce6f\",\n        \"date_posted\": 1728205828,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728205869,\n        \"url\": \"https://cerebras.ai/careers/?gh_jid=6232980003\",\n        \"company_name\": \"Cerebras Systems\",\n        \"title\": \"New Grad: Kernel Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ba5f8719-274f-4c6f-8141-a1cec57dee4f\",\n        \"date_posted\": 1728205869,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728205912,\n        \"url\": \"https://cerebras.ai/careers/?gh_jid=4725984003\",\n        \"company_name\": \"Cerebras Systems\",\n        \"title\": \"New Grad: Performance Engineer - Masters/PhD\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a961d446-54f6-45d6-b02f-52f7200a2dc1\",\n        \"date_posted\": 1728205912,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728206033,\n        \"url\": \"https://jobs.intuit.com/job/-/-/27595/70751845552\",\n        \"company_name\": \"Intuit\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"San Diego, CA\",\n            \"Atlanta, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"91441fa8-70ae-4a1a-b82e-3b437508a598\",\n        \"date_posted\": 1728206033,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728208983,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1754426/?utm_source=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a7d5294e-85c8-40be-9931-f23386978018\",\n        \"date_posted\": 1728208983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728209297,\n        \"url\": \"https://jobs.lumen.com/global/en/job/335211/Intern-Security-Specialist-Summer-2025?utm_source=cvrve&utm_medium=phenom-feeds\",\n        \"company_name\": \"Lumen\",\n        \"title\": \"Security Specialist Intern\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a5c89826-5132-45ca-b622-389cf46582f1\",\n        \"date_posted\": 1728209297,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728333152,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/124780188629115590-associate-product-manager-university-graduate-2025-start\",\n        \"company_name\": \"Google\",\n        \"title\": \"New Grad 2025: Associate Product Manager\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"San Bruno, CA\",\n            \"San Francisco, CA\",\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9955d549-b059-4541-bf47-e90763afc3ec\",\n        \"date_posted\": 1728333152,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728340343,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Software-Engineer--Big-Data---New-College-Grad-2025_JR1988904?utm_source=cvrve\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Engineer, Big Data\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8af0bb9f-6c01-41bf-a000-f720533718de\",\n        \"date_posted\": 1728340343,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728370952,\n        \"url\": \"https://td.wd3.myworkdayjobs.com/en-US/TD_Bank_Careers/job/New-York-New-York/XMLNAME-2025-Full-Time-Analyst---Data-Engineer_R_1373266?q=Data&locations=dafbf576c2d21000944f0fbdc39c0000\",\n        \"company_name\": \"TD Bank\",\n        \"title\": \"New Grad 2025: Data Engineer Analyst\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7705b08c-3e4f-4624-aac4-be7e493ac1d5\",\n        \"date_posted\": 1728370952,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728426545,\n        \"url\": \"https://careers.spglobal.com/jobs/307184?lang=en-us&utm_source=cvrve\",\n        \"company_name\": \"S&P Global\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Cambridge, MA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"486cd039-1b1c-4c37-a17c-753a178413d0\",\n        \"date_posted\": 1728426545,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728432789,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/98129121350951622-software-engineer/?src=cvrve&utm_source=cvrve&utm_medium=jobposting&utm_campaign=contract\",\n        \"company_name\": \"Google\",\n        \"title\": \"New Grad 2025: Software Engineer - PhD\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"Atlanta, GA\",\n            \"Austin, TX\",\n            \"Bellevue, WA\",\n            \"Cambridge, MA\",\n            \"Irvine, CA\",\n            \"Kirkland, WA\",\n            \"Los Angeles, CA\",\n            \"New York, NY\",\n            \"Pittsburgh, PA\",\n            \"Raleigh, NC\",\n            \"Durham, NC\",\n            \"Reston, VA\",\n            \"San Bruno, CA\",\n            \"Seattle, WA\",\n            \"San Francisco, CA\",\n            \"San Jose, CA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"21aac4d9-53d8-4ed9-b9ff-7ed350fc76e5\",\n        \"date_posted\": 1728432789,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728471064,\n        \"url\": \"https://jellyfish.co/company/careers/?src=cvrve&ashby_jid=c99bd0db-3323-4617-8c0d-9c58029b0493\",\n        \"company_name\": \"Jellyfish\",\n        \"title\": \"Backend Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"11cf1928-ec09-4240-b0c5-fcae6e941350\",\n        \"date_posted\": 1728432873,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728432948,\n        \"url\": \"https://careers.cubesmart.com/careers-home/jobs/20877\",\n        \"company_name\": \"Cubesmart\",\n        \"title\": \"Data Engineer\",\n        \"locations\": [\n            \"Malvern, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e296a020-70c2-456f-bc3e-d7a728fa0dac\",\n        \"date_posted\": 1728432948,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728433131,\n        \"url\": \"https://www.qualtrics.com/careers/us/en/job/6306098?gh_jid=6306098\",\n        \"company_name\": \"Qualtrics\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"258bff59-eb49-4764-b403-7801c0cf7832\",\n        \"date_posted\": 1728433131,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728433283,\n        \"url\": \"https://careers.roblox.com/jobs/6302370\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Frontend\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3fa9384e-6ef0-43f0-947d-19e2115e8a71\",\n        \"date_posted\": 1728433283,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728433330,\n        \"url\": \"https://careers.roblox.com/jobs/6302313\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Security Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"46ad1d3e-aaca-4739-99a2-fc63a3dff75b\",\n        \"date_posted\": 1728433330,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653318,\n        \"url\": \"https://boards.greenhouse.io/codazen/jobs/5338060004?utm_source=cvrve\",\n        \"company_name\": \"Codazen\",\n        \"title\": \"New Grad 2025: Full-Stack Engineer\",\n        \"locations\": [\n            \"Irvine, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"c7d19636-d4c7-4b2a-a233-0b7ab53289ef\",\n        \"date_posted\": 1728471123,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728517132,\n        \"url\": \"https://www.cmtelematics.com/who-we-are/join-our-team/job-posting/?gh_jid=6313624&gh_src=0853d56a1us\",\n        \"company_name\": \"Cambridge Mobile Telematics\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bf294ac0-7e76-4df3-83ec-f0fb7f43efc1\",\n        \"date_posted\": 1728472243,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728472439,\n        \"url\": \"https://careers.honeywell.com/us/en/job/HONEUSREQ460344EXTERNALENUS/Software-Engineer-Computer-Science-Recent-Grad-Full-Time?utm_source=cvrve\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9f319d4b-c69d-46fe-9e7a-ec617d37d3e6\",\n        \"date_posted\": 1728472439,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728472710,\n        \"url\": \"https://careers.honeywell.com/us/en/job/HONEUSREQ460343EXTERNALENUS/Software-Engineer-Computer-Science-Recent-Grad-Full-Time-US-Person-Required?utm_source=cvrve&utm_medium=phenom-feeds\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0926416a-3284-4515-97c6-178e7fa7e9ad\",\n        \"date_posted\": 1728472710,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728486868,\n        \"url\": \"https://jobs.carrier.com/en/job/-/-/29289/70968029552\",\n        \"company_name\": \"Carrier\",\n        \"title\": \"Software Engineering Intern\",\n        \"locations\": [\n            \"Beverly, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"c5d78c49-1114-44ca-b614-803e08e346c5\",\n        \"date_posted\": 1728486766,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1728505162,\n        \"url\": \"https://recruiting.ultipro.com/TDK1001TDKL/JobBoard/351d170d-bcc6-43a5-ab3e-27ed4825b228/OpportunityDetail?opportunityId=76252996-2ad7-4134-b126-63202934753a\",\n        \"company_name\": \"TDK\",\n        \"title\": \"Embedded Software Engineer\",\n        \"locations\": [\n            \"Neptune, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e5d6232b-eeaa-474f-a5b3-465b557f4655\",\n        \"date_posted\": 1728505162,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728505207,\n        \"url\": \"https://jobs.lever.co/spotify/14233dc1-a56c-4410-8e53-6e6d2f48589e?lever-source=cvrve\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Data Engineer, Personalization\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"abc36ee1-db2a-43bc-82bc-be55a86c2b4c\",\n        \"date_posted\": 1728505207,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728505622,\n        \"url\": \"https://avav.wd1.myworkdayjobs.com/en-US/AVAV/job/Centreville-VA/Machine-Learning-Engineer--I_4978?source=cvrve.me\",\n        \"company_name\": \"AeroVironment\",\n        \"title\": \"Machine Learning Engineer I\",\n        \"locations\": [\n            \"Centreville, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"813ab313-c905-40fe-933b-07a953ad6961\",\n        \"date_posted\": 1728505622,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728505676,\n        \"url\": \"https://jobs.apple.com/en-us/details/200568916/cellular-software-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Cellular Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1c66ef93-b911-4999-a9e4-a4100888ced4\",\n        \"date_posted\": 1728505676,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628099,\n        \"url\": \"https://www.nuro.ai/careersitem?gh_jid=6299078&utm_source=cvrve\",\n        \"company_name\": \"Nuro\",\n        \"title\": \"New Grad 2024/2025: Software Engineer, Autonomy\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2202e4df-9456-44a3-90ff-fa6f8d70101b\",\n        \"date_posted\": 1728628099,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628515,\n        \"url\": \"https://secure6.saashr.com/ta/6197969.careers?CareersSearch=&lang=EN\",\n        \"company_name\": \"GQG Partners LLC\",\n        \"title\": \"Associate Software Developer\",\n        \"locations\": [\n            \"Fort Lauderdale. FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1c644368-270e-4fa7-9bd1-1e4017ef3019\",\n        \"date_posted\": 1728628515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628594,\n        \"url\": \"https://www.schwabjobs.com//job/-/-/33727/71051315184\",\n        \"company_name\": \"Charles Schwab\",\n        \"title\": \"Software Development & Engineering Associate\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Southlake, TX\",\n            \"Lone Tree, CO\",\n            \"Phoenix, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7392179c-8bda-4c19-af0b-f4ed628c1e1e\",\n        \"date_posted\": 1728628594,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628636,\n        \"url\": \"https://jobs.ashbyhq.com/reevo/2ea4d267-cd80-4481-9965-216ecd469e7e\",\n        \"company_name\": \"Reevo\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f325f851-7512-4bec-a468-3a8feb5f0163\",\n        \"date_posted\": 1728628636,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628673,\n        \"url\": \"https://jobs.ashbyhq.com/reevo/b1c13c9e-2e3e-4b06-81c6-d920e3a5d94e\",\n        \"company_name\": \"Reevo\",\n        \"title\": \"Frontend Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"05875156-5d17-4dfb-b4c8-9eb10fa0a1b4\",\n        \"date_posted\": 1728628673,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628782,\n        \"url\": \"https://careers.meetsta.com/data-architect-founding-engineer-198929/?ref=aHR0cHM6Ly9qb2JyaWdodC5haS8=\",\n        \"company_name\": \"Meetsta\",\n        \"title\": \"Founding Data Architect Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"56236f7a-9906-4f94-80ab-c6e2676c5717\",\n        \"date_posted\": 1728628782,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628883,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2802131/software-dev-engineer-software-and-networking-developer-sdn\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2024: Software Dev Engineer\",\n        \"locations\": [\n            \"Arlington, VA\",\n            \"Seattle, WA\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3363a003-ef30-435a-ade3-31a0c3944445\",\n        \"date_posted\": 1728628883,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628936,\n        \"url\": \"https://careers.tiktok.com/position/7420934188130257162/detail?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Fullstack Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ec7036fa-bb9d-44e3-bbac-27f7b578033c\",\n        \"date_posted\": 1728628936,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728628984,\n        \"url\": \"https://careers.tiktok.com/position/7423884125936077083/detail?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e55d6d24-f1b9-44b9-8ea2-97f8527cc875\",\n        \"date_posted\": 1728628984,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728629333,\n        \"url\": \"https://jobs.apple.com/en-us/details/200571853/aiml-data-scientist-data-and-ml-innovation\",\n        \"company_name\": \"Apple\",\n        \"title\": \"AIML Data Scientist, Data and ML Innovation\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bfc5717c-6ac5-4ffa-a8db-9b7cce2848ee\",\n        \"date_posted\": 1728629333,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728630015,\n        \"url\": \"https://job-boards.greenhouse.io/okx/jobs/6081823003\",\n        \"company_name\": \"OKX\",\n        \"title\": \"New Grad: Mobile Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e1adc6cc-dae9-4e2f-86b2-18c87ef1f4a8\",\n        \"date_posted\": 1728630015,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728630056,\n        \"url\": \"https://job-boards.greenhouse.io/okx/jobs/6089904003\",\n        \"company_name\": \"OKX\",\n        \"title\": \"New Grad: Security Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2f5be0b4-725e-4f05-92bd-9384ee60e3c1\",\n        \"date_posted\": 1728630056,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728630809,\n        \"url\": \"https://jobs.apple.com/en-us/details/200572390/software-development-engineer-in-test-swift-enterprise-technology-services-early-career?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Development Engineer in Test\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"23c0ba0c-8789-4dc5-898f-c08d42e6de33\",\n        \"date_posted\": 1728630809,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728630860,\n        \"url\": \"https://jobs.apple.com/en-us/details/200570661/swe-developer-experience-and-operations-build-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Developer Experience and Operations Build Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a5aca5a2-1e51-4faf-99b2-ab61e7b635f4\",\n        \"date_posted\": 1728630860,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729101058,\n        \"url\": \"https://careers.tiaa.org/global/en/job/R240900261/2025-Early-Talent-Rotational-Program%3A-Technology\",\n        \"company_name\": \"TIAA\",\n        \"title\": \"New Grad 2025: Technology Rotational Program\",\n        \"locations\": [\n            \"Charlotte, NC\",\n            \"New York, NY\",\n            \"Iselin, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eb73881d-bbb9-4604-950f-adc0748d4b6a\",\n        \"date_posted\": 1728722033,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728722069,\n        \"url\": \"https://careers.kbr.com/us/en/job/KIVKBRUSR2095974EXTERNALENUS/Entry-Level-Software-Developer-Software-Applications\",\n        \"company_name\": \"KBR\",\n        \"title\": \"Entry-Level Software Developer\",\n        \"locations\": [\n            \"Houston, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"98222eb8-b18c-4c98-bca1-ee324fc76f74\",\n        \"date_posted\": 1728722069,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728722156,\n        \"url\": \"https://careers.servicenow.com/en/jobs/744000020009055/software-engineer-core-platform/\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Software Engineer, Core Platform\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fd34534d-6419-4b59-8312-d59602f3fc5d\",\n        \"date_posted\": 1728722156,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728722283,\n        \"url\": \"https://careers.netjets.com/job/Columbus-Software-Engineer%2C-Associate-(NJUS)-OH-43219/1222187400\",\n        \"company_name\": \"NetJets Services\",\n        \"title\": \"Software Engineer, Associate\",\n        \"locations\": [\n            \"Columbus, OH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"037b8d1e-a7d2-4e61-be19-7843a85f0ccf\",\n        \"date_posted\": 1728722283,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728722391,\n        \"url\": \"https://ardentmills.wd5.myworkdayjobs.com/Ardent_Mills_LLC/job/Remote-US/Software-Engineer-I_R8310\",\n        \"company_name\": \"Ardent Mills\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c9327bbc-f0c1-4a44-93c5-159e64b7ac1e\",\n        \"date_posted\": 1728722391,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728722542,\n        \"url\": \"https://job-boards.greenhouse.io/pulley/jobs/4141593008\",\n        \"company_name\": \"Pulley\",\n        \"title\": \"AI Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"212e0815-1593-4e69-b16a-7da204f33b66\",\n        \"date_posted\": 1728722542,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728918004,\n        \"url\": \"https://jobot.com/details/software-developer-fully-on-site-position/17800a3801\",\n        \"company_name\": \"Jobot\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Bryn Mawr, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5da037c1-9132-4b3b-b629-044bac7aba33\",\n        \"date_posted\": 1728918004,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728918257,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1776496/Data-Scientist---Atlanta\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Data Scientist - Masters\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"19939ff7-0481-4588-beda-906d77e99200\",\n        \"date_posted\": 1728918257,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728918709,\n        \"url\": \"https://jobs.teradyne.com/Teradyne/job/Deer-Park-Software-Engineer-New-College-Graduate-IL/1222199000/?feedId=320000&utm_source=cvrve\",\n        \"company_name\": \"Teradyne\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Deer Park, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e33a657e-c3d6-4fd3-bcc5-621e5897bf56\",\n        \"date_posted\": 1728918709,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653318,\n        \"url\": \"https://boards.greenhouse.io/robinhood/jobs/5850348\",\n        \"company_name\": \"Robinhood\",\n        \"title\": \"Software Development Engineer in Test\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a073b59f-2627-45e3-bb43-5a78d6383904\",\n        \"date_posted\": 1728923348,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198823,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=5341847004\",\n        \"company_name\": \"Epic Games\",\n        \"title\": \"Desktop Platform Programmer\",\n        \"locations\": [\n            \"Montr\\u00e9al, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b80f05ef-d4f2-48c4-88a8-70373440e0cf\",\n        \"date_posted\": 1728923390,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728973774,\n        \"url\": \"https://careers.yardi.com/openings/job-posting/RES24323424/\",\n        \"company_name\": \"Yardi\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Santa Barbara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c12c3f57-50b2-49f1-a5e1-13736ff4a22e\",\n        \"date_posted\": 1728973774,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728973839,\n        \"url\": \"https://jobs.lever.co/floqast/b8ca2880-e07d-42f4-b2f1-fa32e677171d\",\n        \"company_name\": \"FloQast\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eb5f93e6-568e-4edb-9d6f-b9c532252fc4\",\n        \"date_posted\": 1728973839,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728973884,\n        \"url\": \"https://amazon.jobs/en/jobs/2649147/software-dev-engineer-i-redshift\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer I, Redshift\",\n        \"locations\": [\n            \"Vancouver, Canada\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"55548a66-8e3a-4a3d-8362-6ab1a630d6ae\",\n        \"date_posted\": 1728973884,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728973984,\n        \"url\": \"https://careers.appian.com/jobs/job/jr102685-associate-appian-developer-entry-level-6327873/\",\n        \"company_name\": \"Appian\",\n        \"title\": \"Associate Appian Developer\",\n        \"locations\": [\n            \"Mclean, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1fe5b4d1-c4c1-4c38-9004-5065df24f563\",\n        \"date_posted\": 1728973984,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728974029,\n        \"url\": \"https://careers.appian.com/jobs/job/jr102685-associate-application-engineer-dec-2024-graduates-6291722/\",\n        \"company_name\": \"Appian\",\n        \"title\": \"New Grad 2024: Associate Application Engineer\",\n        \"locations\": [\n            \"McLean, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a032feef-5936-4b47-9981-ffbea4b707d4\",\n        \"date_posted\": 1728974029,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1728974132,\n        \"url\": \"https://careers.tiktok.com/position/7424642027079764261/detail?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f623bee1-f4d9-4bc4-a3a1-9e92d3780478\",\n        \"date_posted\": 1728974132,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729022109,\n        \"url\": \"https://jobs.jobvite.com/splunk-careers/job/oFXGufww?nl=1&nl=1&fr=false&utm_source=cvrve\",\n        \"company_name\": \"Splunk\",\n        \"title\": \"New Grad 2025: C++ Software Engineer\",\n        \"locations\": [\n            \"Colorado\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"70fbfe7a-92bd-4f6b-b6a8-bc7e71eec547\",\n        \"date_posted\": 1729022109,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729022178,\n        \"url\": \"https://www.google.com/about/careers/applications/jobs/results/97187881784615622-software-engineer-early-career-campus-2025\",\n        \"company_name\": \"Google\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\",\n            \"Cambridge, MA\",\n            \"Kirkland, WA\",\n            \"Los Angeles, CA\",\n            \"New York, NY\",\n            \"Pittsburgh, PA\",\n            \"San Bruno, CA\",\n            \"Seattle, WA\",\n            \"San Francisco, CA\",\n            \"San Jose, CA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d198903b-7c59-48f8-9af3-65027f62d4df\",\n        \"date_posted\": 1729022178,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729037934,\n        \"url\": \"https://careers.spglobal.com/jobs/307728?lang=en-us&utm_source=cvrve\",\n        \"company_name\": \"S&P Global\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1dd2779f-f4bc-4ea2-b124-c02b90a97d5b\",\n        \"date_posted\": 1729037934,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729037983,\n        \"url\": \"https://boards.greenhouse.io/fetchrewards/jobs/6243209003?gh_src=35a8a54c3us\",\n        \"company_name\": \"Fetch\",\n        \"title\": \"Data Ops Data Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"45980e5c-9d0e-437b-83d6-75100a7497d5\",\n        \"date_posted\": 1729037983,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729042499,\n        \"url\": \"https://careers.kbr.com/us/en/job/KIVKBRUSR2096182EXTERNALENUS/Software-Engineer\",\n        \"company_name\": \"KBR\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Colorado Springs, CO\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"12ec2cac-2c43-4543-8b02-8a975577555d\",\n        \"date_posted\": 1729042499,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729042563,\n        \"url\": \"https://marex-spectron.breezy.hr/p/61af5abc151e01-software-developer-financial-markets-clearing-c\",\n        \"company_name\": \"Marex\",\n        \"title\": \"C# Software Developer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"05aab133-f731-4431-a6d1-327c9d5d6d7a\",\n        \"date_posted\": 1729042563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729042659,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2803127/security-engineer-aws-global-services-security\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Security Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Arlington, VA\",\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1c960db8-40f8-498b-9c52-10f1aaed0877\",\n        \"date_posted\": 1729042659,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729042717,\n        \"url\": \"https://redhat.wd5.myworkdayjobs.com/jobs/job/Raleigh/Software-Engineer_R-042565\",\n        \"company_name\": \"Red Hat\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e532a429-a702-4d64-8574-41c4ba5aa77d\",\n        \"date_posted\": 1729042717,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729042784,\n        \"url\": \"https://edel.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_2001/job/17417\",\n        \"company_name\": \"Fortinet\",\n        \"title\": \"Software Development Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e816b2af-5ed2-431d-bb5e-0bc0ddafd95b\",\n        \"date_posted\": 1729042784,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729100580,\n        \"url\": \"https://aexp.eightfold.ai/careers/job/24620210?domain=aexp.com&utm_source=cvrve\",\n        \"company_name\": \"American Express\",\n        \"title\": \"New Grad 2025: Technology Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"90385083-2660-447c-9f9e-8c784935abb1\",\n        \"date_posted\": 1729100580,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729100615,\n        \"url\": \"https://job-boards.greenhouse.io/zip/jobs/5234060004\",\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"08cd57ac-4cd3-4d98-aa2b-75354f829a7a\",\n        \"date_posted\": 1729100615,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729100789,\n        \"url\": \"https://job-boards.greenhouse.io/janestreet/jobs/7604415002\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"98bb215c-6112-4f3b-83f5-63f48dad56f2\",\n        \"date_posted\": 1729100789,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653319,\n        \"url\": \"https://boards.greenhouse.io/databento/jobs/6329662?gh_src=4c6e2dbf1us\",\n        \"company_name\": \"Databento\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Boston, MA\",\n            \"Salt Lake City, UT\",\n            \"San Francisco, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c4178fae-27a4-4543-8b71-4b2394df4917\",\n        \"date_posted\": 1729100963,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729109107,\n        \"url\": \"https://careers.roblox.com/jobs/6319226\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Reliability\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f37bd7a9-5850-4ac6-bfa4-3d07efe0de37\",\n        \"date_posted\": 1729109107,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729109326,\n        \"url\": \"https://careers.roblox.com/jobs/6260215\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Associate Product Manager\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"471f4629-a8fe-4506-9f78-06e462106ba6\",\n        \"date_posted\": 1729109326,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776175,\n        \"url\": \"https://boards.greenhouse.io/robinhood/jobs/6302533?t=gh_src%3D&gh_jid=6302533&gh_src=ed898e781us\",\n        \"company_name\": \"Robinhood\",\n        \"title\": \"Software Engineer, Credit Cards\",\n        \"locations\": [\n            \"Menlo Park, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3f009664-c816-4eb0-9887-65846de4e37d\",\n        \"date_posted\": 1729118218,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729152390,\n        \"url\": \"https://motional.com/open-positions?gh_jid=6238475003&gh_src=381fd0203us#/6238475003\",\n        \"company_name\": \"Motional\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Pittsburgh, PA\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ee9c0c5d-24c1-439b-b2fd-6c85ecccde5f\",\n        \"date_posted\": 1729152390,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729199725,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/252652?utm_source=cvrve\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"Associate Production Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b532f0b3-6fd5-480a-8050-bb378840b42a\",\n        \"date_posted\": 1729199725,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729199791,\n        \"url\": \"https://jobs.ashbyhq.com/Crusoe/80c4152c-a400-4ebd-ad6f-8a98a26bc65d\",\n        \"company_name\": \"Crusoe\",\n        \"title\": \"University Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cdbaa2c9-0442-4962-b7c7-efcf37eb98e9\",\n        \"date_posted\": 1729199791,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729199866,\n        \"url\": \"https://www.clay.com/careers?ashby_jid=3e519df5-2116-4b1b-8886-3377b8f30a2c#open-roles\",\n        \"company_name\": \"Clay\",\n        \"title\": \"Software Engineer Early Career (2025)\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"01644aaa-5622-4d36-ad33-27e7fdac2b8f\",\n        \"date_posted\": 1729199866,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729199907,\n        \"url\": \"https://mantech.wd1.myworkdayjobs.com/en-US/External/job/USA-VA-Chantilly/Junior-Software-Engineer_R55970?utm_source=cvrve\",\n        \"company_name\": \"ManTech\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"Chantilly, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eeef3b3f-a5be-429e-9cd8-8257f17dbdea\",\n        \"date_posted\": 1729199907,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729200104,\n        \"url\": \"https://jobs.lever.co/weride/871b07f9-b4e4-4a4e-a5ec-d6adf794fc5a\",\n        \"company_name\": \"WeRide\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2dacd85b-d480-44aa-b4bb-d5934b1645a2\",\n        \"date_posted\": 1729200104,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729281406,\n        \"url\": \"https://www.att.jobs/job/atlanta/technology-development-program-ne-2025/117/70596785728\",\n        \"company_name\": \"AT&T\",\n        \"title\": \"New Grad 2025: Technology Development Program\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7492f247-457d-45b8-af47-b5290e460738\",\n        \"date_posted\": 1729281406,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729282027,\n        \"url\": \"https://mastercard.wd1.myworkdayjobs.com/Campus/job/OFallon-Missouri/Data-Scientist-I_R-226916\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"New Grad 2025: Data Scientist I, Launch Program\",\n        \"locations\": [\n            \"O'Fallon, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c24d27ec-31df-4a3d-a58d-dc0e22adb04b\",\n        \"date_posted\": 1729282027,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729282073,\n        \"url\": \"https://mastercard.wd1.myworkdayjobs.com/Campus/job/OFallon-Missouri/Platform-Engineer-I--Launch-Program-2025---United-States_R-226923\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"New Grad 2025: Platform Engineer I, Launch Program\",\n        \"locations\": [\n            \"O'Fallon, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4a301522-857e-4d46-8634-dd25568e8dab\",\n        \"date_posted\": 1729282073,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729282113,\n        \"url\": \"https://mastercard.wd1.myworkdayjobs.com/Campus/job/OFallon-Missouri/Platform-Engineer-I--AI---Launch-Program-2025---United-States_R-226922\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"New Grad 2025: Platform Engineer I (AI), Launch Program\",\n        \"locations\": [\n            \"O'Fallon, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ab3a450c-6c49-4477-8bf9-cad69c079237\",\n        \"date_posted\": 1729282113,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729282245,\n        \"url\": \"https://jobs.lever.co/includedhealth/9df413a7-c8e0-4649-9c47-59d8f686f750\",\n        \"company_name\": \"Included Health\",\n        \"title\": \"New Grad 2024: Android Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"14b4f147-354e-47b3-be8c-81f335fc8a01\",\n        \"date_posted\": 1729282245,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729220538,\n        \"url\": \"https://jobs.lever.co/palantir/62ec4953-bb7f-4111-9211-98cdb048cd73\",\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Incident Management Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"002b4b90-72cb-4910-88f8-1d99b75d3f07\",\n        \"date_posted\": 1729220538,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649101,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Mixed-Signal-Design-Engineer---New-College-Grad-2024_JR1989737\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Mixed Signal Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7404aaf5-e97b-4402-9bfc-3a14ff3457de\",\n        \"date_posted\": 1729284195,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649103,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/Solution-Architect--Worldwide-Field-Operations---New-College-Grad-2025_JR1989353?locationHierarchy1=2fcb99c455831013ea52fb338f2932d8\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Solution Architect\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"07b6b544-0ec8-45e9-aa70-74620ec1cabd\",\n        \"date_posted\": 1729284272,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729347010,\n        \"url\": \"https://avathon.com/company/careers-job-listing/?gh_jid=4480305005\",\n        \"company_name\": \"Avathon\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"227d2581-da22-477e-8864-de3dd750b689\",\n        \"date_posted\": 1729347010,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729347336,\n        \"url\": \"https://wd1.myworkdaysite.com/en-US/recruiting/snapchat/snap/job/Los-Angeles-California/Software-Engineer--C--_Q424SWC1\",\n        \"company_name\": \"Snap Inc\",\n        \"title\": \"Software Engineer, C++\",\n        \"locations\": [\n            \"Los Angeles, CA\",\n            \"Seattle, WA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f9d241ec-8d8e-4dcf-9c6a-3875ee78a506\",\n        \"date_posted\": 1729347336,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729347386,\n        \"url\": \"https://www.metacareers.com/jobs/546059624495257\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer, Computer Vision\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"91950d81-16e2-4ee6-890b-51c50046d97d\",\n        \"date_posted\": 1729347386,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729347420,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR149900EXTERNALENUS/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e37c8fb2-c4b2-448b-9fe3-45e08194968c\",\n        \"date_posted\": 1729347420,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729389530,\n        \"url\": \"https://boards.greenhouse.io/alarmcom/jobs/7686379002\",\n        \"company_name\": \"Alarm.com\",\n        \"title\": \"Software Engineer - Financial Systems\",\n        \"locations\": [\n            \"Tysons, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"52982639-342c-4713-9ea7-27a66af8cdda\",\n        \"date_posted\": 1729389530,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729389565,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1777430/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e3e76d94-9304-4679-8ead-399674b42676\",\n        \"date_posted\": 1729389565,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729390507,\n        \"url\": \"https://careers.roblox.com/jobs/6333618?gh_jid=6333618&gh_src=da92d0c91\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Game Engine Programmability\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"94d3e988-d6dc-4885-8d49-d6dea153c2ba\",\n        \"date_posted\": 1729390507,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729539076,\n        \"url\": \"https://www.tesla.com/careers/search/job/227478\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Development Engineer, Financial Services\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"88698700-ecac-4085-a059-c27a163085b7\",\n        \"date_posted\": 1729539076,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729539181,\n        \"url\": \"https://careers.tiktok.com/position/7397969655195781413/detail?spread=5MWH5CQ\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer, Business Risk Integrated Control\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aa478036-a730-403f-8a1f-5af0d7123eaa\",\n        \"date_posted\": 1729539181,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729539582,\n        \"url\": \"https://jobs.smartrecruiters.com/NBCUniversal3/744000021527325-associate-software-engineer\",\n        \"company_name\": \"NBCUniversal\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7da08ff9-4edb-4a85-84c3-b9ba2c049656\",\n        \"date_posted\": 1729539582,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729565628,\n        \"url\": \"https://jobs.lever.co/palantir/c42d2ce1-3e10-4c74-afc6-7d4cd82d2ce3\",\n        \"company_name\": \"Palantir\",\n        \"title\": \"New Grad: Forward Deployed Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d4013208-5c47-4079-b2b2-aa7646579d7e\",\n        \"date_posted\": 1729565628,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729565674,\n        \"url\": \"https://www.samsara.com/company/careers/roles/6340273?gh_jid=6340273\",\n        \"company_name\": \"Samsara\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4ace1516-4d66-4b1b-8874-53f83a226084\",\n        \"date_posted\": 1729565674,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729565825,\n        \"url\": \"https://www.samsara.com/company/careers/roles/6294998?gh_jid=6294998\",\n        \"company_name\": \"Samsara\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1376a568-ac0e-4b49-beb3-50d74bc775af\",\n        \"date_posted\": 1729565825,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729567127,\n        \"url\": \"https://jobs.ashbyhq.com/gecko-robotics/37a18535-7fd9-4491-a8a0-d567adc30e03\",\n        \"company_name\": \"Gecko Robotics\",\n        \"title\": \"New Grad 2025: Forward Deployed Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"987e6f1a-4c7e-454b-9e0f-15a03c0ecb42\",\n        \"date_posted\": 1729567127,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729567877,\n        \"url\": \"https://careers.roblox.com/jobs/6340553?gh_jid=6340553&gh_src=da92d0c91\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Game Engine Network\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c18b9b49-b9c3-4757-b26c-850e9de264b9\",\n        \"date_posted\": 1729567877,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735737894,\n        \"url\": \"https://www.oldmissioncapital.com/careers/?gh_jid=6113554003\",\n        \"company_name\": \"Old Mission\",\n        \"title\": \"New Grad 2025: Junior Full-Stack Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"de21942d-3ed3-44b8-a687-037fee514f39\",\n        \"date_posted\": 1729568204,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729568425,\n        \"url\": \"https://paypal.eightfold.ai/careers/job?domain=paypal.com&pid=274903615437&query=R0119020&domain=paypal.com&sort_by=relevance&job_index=0\",\n        \"company_name\": \"PayPal\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Chicago, IL\",\n            \"Scottsdale, AZ\",\n            \"New York City, NY\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5a7ef008-3571-4509-9515-b4e720ec1ee5\",\n        \"date_posted\": 1729568425,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729568885,\n        \"url\": \"https://careers.peraton.com/jobs/software-engineering-ignite-innovator-pgm-associate-blacksburg-va-blacksburg-virginia-148551-jobs\",\n        \"company_name\": \"Peraton\",\n        \"title\": \"Entry-Level Software Engineer\",\n        \"locations\": [\n            \"Blacksburg, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"afcd4b8b-0c26-4cf8-af90-b5e758d7a0fe\",\n        \"date_posted\": 1729568885,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729568944,\n        \"url\": \"https://careers.peraton.com/jobs/software-engineering-ignite-innovator-pgm-associate-herndon-va-herndon-virginia-148552-jobs\",\n        \"company_name\": \"Peraton\",\n        \"title\": \"Entry-Level Software Engineer\",\n        \"locations\": [\n            \"Herndon, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1f452901-bf01-4c84-a8e7-5e6380bf6781\",\n        \"date_posted\": 1729568944,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729642596,\n        \"url\": \"https://careers.fitch.group/job/New-York-Associate-Software-Engineer-Graduate-Program%2C-New-York-September-2025-NY-10001/1134280401/?Codes=W-38837\",\n        \"company_name\": \"Fitch Group\",\n        \"title\": \"New Grad 2025: Associate Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2d808fd9-3483-4542-91e3-d0dccfadf5b0\",\n        \"date_posted\": 1729642596,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729642809,\n        \"url\": \"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210527204\",\n        \"company_name\": \"J.P Morgan Chase\",\n        \"title\": \"New Grad 2025: Software Engineer, Feb '25 Start\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Austin, TX\",\n            \"Chicago, IL\",\n            \"Columbus, OH\",\n            \"Houston, TX\",\n            \"Jersey City, NJ\",\n            \"New York, NY\",\n            \"Palo Alto, CA\",\n            \"Plano, TX\",\n            \"Seattle, WA\",\n            \"Tampa, FL\",\n            \"Wilmington, DE\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"94fbd8e2-063a-4e23-9840-251cc64506b1\",\n        \"date_posted\": 1729642809,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729642895,\n        \"url\": \"https://jobs.bytedance.com/en/position/7376504348953970982/detail?spread=BSPP2KS\",\n        \"company_name\": \"Bytedance\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"82a6d8b0-7b89-4c3b-baaa-f91a58a3a45c\",\n        \"date_posted\": 1729642895,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653320,\n        \"url\": \"https://boards.greenhouse.io/appliedintuition/jobs/4489207005?gh_jid=4489207005\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"New Grad: Research Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"53a4cca8-3931-46a8-b536-cfe7ec8d3991\",\n        \"date_posted\": 1729643095,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729645884,\n        \"url\": \"https://jobs.ashbyhq.com/replo/ec206174-ccc2-42fa-b295-8201421f21b0\",\n        \"company_name\": \"Replo\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9187a23c-7ab3-4387-91e2-8c1db16e4113\",\n        \"date_posted\": 1729645884,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729648148,\n        \"url\": \"https://adobe.wd5.myworkdayjobs.com/external_experienced/job/San-Jose/XMLNAME-2025-University-Graduate_R148946\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Solutions Architect\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0e62080a-986d-4c39-a8dc-2b6ac12e0288\",\n        \"date_posted\": 1729648148,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729732148,\n        \"url\": \"https://job-boards.greenhouse.io/lucidsoftware/jobs/5360563004\",\n        \"company_name\": \"Lucid\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2e38b31c-4868-4c68-8c68-ba7b1134f999\",\n        \"date_posted\": 1729732148,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729798150,\n        \"url\": \"https://egay.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_2001/job/30968?utm_medium=cvrve\",\n        \"company_name\": \"NOV\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"Houston, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"90f408be-6539-4ab6-a4e8-21defcead704\",\n        \"date_posted\": 1729798150,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729798622,\n        \"url\": \"https://www.mlb.com/careers/opportunities?gh_jid=6244846\",\n        \"company_name\": \"MLB\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d0668ec7-eeaf-423c-a4e7-7a0b755555da\",\n        \"date_posted\": 1729798622,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729828066,\n        \"url\": \"https://www.squarespace.com/careers/jobs/6283547?gh_src=afe793d31\",\n        \"company_name\": \"Squarespace\",\n        \"title\": \"New Grad 2024: Software Engineer, Java\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ea88d249-9fe6-4f70-8557-9dce62a8c2dd\",\n        \"date_posted\": 1729828066,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729828232,\n        \"url\": \"https://boards.greenhouse.io/doordashusa/jobs/6330949\",\n        \"company_name\": \"Doordash\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\",\n            \"Sunnyvale, CA\",\n            \"Seattle, WA\",\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c579a32f-db68-47af-b1e7-6dff462089d3\",\n        \"date_posted\": 1729828232,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729904000,\n        \"url\": \"https://msd.wd5.myworkdayjobs.com/en-US/SearchJobs/job/CRI---San-Jose---San-Jose-City-Place/Junior-Data-Engineer_R310324\",\n        \"company_name\": \"Merck & Co\",\n        \"title\": \"Junior Data Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2407934a-6e5f-4e29-8363-27ed7d38a4e6\",\n        \"date_posted\": 1729904000,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649106,\n        \"url\": \"https://relx.wd3.myworkdayjobs.com/en-US/RiskSolutions/job/Alpharetta-GA/Accelerate-Tech-Graduate-Program--Software-Engineer-I_R83206\",\n        \"company_name\": \"LexisNexis\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Alpharetta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"176ecc2b-550e-4a96-adea-74d875a688cb\",\n        \"date_posted\": 1729904037,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729904277,\n        \"url\": \"https://expedia.wd5.myworkdayjobs.com/en-US/private/job/Washington---Seattle-Campus/Software-Development-Engineer-I---Workday_R-90242\",\n        \"company_name\": \"Expedia\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"330b7f31-2492-4c61-a52a-0a2444350be4\",\n        \"date_posted\": 1729904277,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729904799,\n        \"url\": \"https://about.nextdoor.com/careers-list/?gh_jid=6202947\",\n        \"company_name\": \"Nextdoor\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"71e3c15f-0ebe-4a06-a391-64c0c0acc0e3\",\n        \"date_posted\": 1729904799,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729904834,\n        \"url\": \"https://remitly.wd5.myworkdayjobs.com/en-US/Remitly_Careers/job/Seattle-Washington-United-States/Software-Development-Engineer-1---New-Initiatives-Team_R_102452\",\n        \"company_name\": \"Remitly\",\n        \"title\": \"Software Development Engineer 1\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a0e64a1e-a492-42df-a6bc-e5aebc3672b1\",\n        \"date_posted\": 1729904834,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729905077,\n        \"url\": \"https://www.pax8.com/en-us/careers/job-openings/?gh_jid=5360073004\",\n        \"company_name\": \"Pax8\",\n        \"title\": \"Data Engineer I\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2f83c504-d7da-4913-afef-743279c4770d\",\n        \"date_posted\": 1729905077,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729907274,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Math-Libraries-Engineer--Quantum-Computing---New-College-Grad-2025_JR1989936\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Math Libraries Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e0487057-a873-40a9-95c2-1cdcaa70703b\",\n        \"date_posted\": 1729907274,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1729907331,\n        \"url\": \"https://careers.roblox.com/jobs/6340565\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Game Engine Performance\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"451126f8-a068-4cfa-849e-c66b62ee1549\",\n        \"date_posted\": 1729907331,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649109,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/en-US/Careers/job/Atlanta/Waveserver-Software-Developer---2025-New-Grads_R025977?source=LinkedIn\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad 2025: Waveserver Software Developer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2b30192e-132c-4fd9-a445-0e91ae7e6ab4\",\n        \"date_posted\": 1729911407,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730146756,\n        \"url\": \"https://aero.wd5.myworkdayjobs.com/External/job/Colorado-Springs-CO/XMLNAME-2025-Cloud-Native-Developer_R011411\",\n        \"company_name\": \"The Aerospace Corporation\",\n        \"title\": \"New Grad 2025: Cloud Native Developer\",\n        \"locations\": [\n            \"Colorado Springs, CO\",\n            \"Chantilly, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"f547edea-4bf0-426a-a917-53c22c8518d8\",\n        \"date_posted\": 1730146756,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730146823,\n        \"url\": \"https://jobs.siemens.com/careers/job/563156121257974?hl=en&sourceType=PREMIUM_POST_SITE&domain=siemens.com\",\n        \"company_name\": \"Siemens\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Wilsonville, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"56fc94a8-c300-4694-a4df-0e9a8473596f\",\n        \"date_posted\": 1730146823,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730146876,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Formal-Verification-Engineer---New-College-Graduate-2025_JR1988854?source=cvrve\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Formal Verification Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"42283ddf-02ad-4957-b0c6-a00e079155a2\",\n        \"date_posted\": 1730146876,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730150954,\n        \"url\": \"https://careers.roblox.com/jobs/6348148?gh_jid=6348148&gh_src=da92d0c91\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Networking\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"030127d1-82f3-4b96-b6d2-4c4d140cd2a3\",\n        \"date_posted\": 1730150954,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730151436,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/California---San-Francisco/Software-Engineering-AMTS-MTS--New-Grad-_JR264567-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"New Grad: Software Engineering AMTS/MTS\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Chicago, IL\",\n            \"Boston, MA\",\n            \"New York, NY\",\n            \"Seattle, WA\",\n            \"Burlington, MA\",\n            \"Bellevue, WA\",\n            \"Cambridge, MA\",\n            \"Atlanta, GA\",\n            \"Indianapolis, IN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4d749029-c453-40ff-86c4-d2521d264a38\",\n        \"date_posted\": 1730151436,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730235351,\n        \"url\": \"https://blueorigin.wd5.myworkdayjobs.com/en-US/BlueOrigin/job/Seattle-WA/XMLNAME-2025-University-Grad--DevOps-Engineer--Lunar-Permanence_R47577?source=cvrve\",\n        \"company_name\": \"Blue Origin\",\n        \"title\": \"New Grad 2025: DevOps Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ab856236-d0c5-46a2-8152-8087e4023617\",\n        \"date_posted\": 1730235351,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730235394,\n        \"url\": \"https://jobs.ashbyhq.com/kikoff/ad87f613-2906-4497-886d-742d9104fc50\",\n        \"company_name\": \"Kikoff\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"42a7263b-1ef7-4bf3-9741-6eaea8e18b81\",\n        \"date_posted\": 1730235394,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730235426,\n        \"url\": \"https://www.ycombinator.com/companies/inkeep/jobs/qS90rVk-backend-engineer?utm_source=cvrve\",\n        \"company_name\": \"Inkeep\",\n        \"title\": \"Backend Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fd4c3215-b0a4-4152-a738-fbee91aa1e72\",\n        \"date_posted\": 1730235426,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730318977,\n        \"url\": \"https://jobs.ashbyhq.com/Crusoe/80c4152c-a400-4ebd-ad6f-8a98a26bc65d\",\n        \"company_name\": \"Crusoe\",\n        \"title\": \"University Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cc830ac9-a853-46f2-a85c-398238faf23b\",\n        \"date_posted\": 1730318977,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730319010,\n        \"url\": \"https://jobs.lever.co/goforward/60755515-db06-4fb9-a9ca-e8410e05e726\",\n        \"company_name\": \"Forward\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"39f6dcd2-067a-4564-baca-1547d6bab0a8\",\n        \"date_posted\": 1730319010,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730319314,\n        \"url\": \"https://outerbox.bamboohr.com/careers/135\",\n        \"company_name\": \"OuterBox\",\n        \"title\": \"Front End Developer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"54e29474-80a5-4551-bc38-9ccaea689f10\",\n        \"date_posted\": 1730319314,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730426148,\n        \"url\": \"https://medtronic.wd1.myworkdayjobs.com/MedtronicCareers/job/Northridge-California-United-States-of-America/Software-Engineer-I--Northridge--CA-_R12330-1\",\n        \"company_name\": \"Medtronic\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Northridge, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8a4c5a6d-2eb5-4161-aa38-2a0ae37ef4e2\",\n        \"date_posted\": 1730426148,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730426188,\n        \"url\": \"https://job-boards.greenhouse.io/sproutsocialcollege/jobs/6230427\",\n        \"company_name\": \"Sprout Social\",\n        \"title\": \"New Grad: Associate Data Scientist\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d91b93f1-3d0c-4e8e-8b99-c952fa2dd39e\",\n        \"date_posted\": 1730426188,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730426373,\n        \"url\": \"https://job-boards.greenhouse.io/sproutsocialcollege/jobs/6169382\",\n        \"company_name\": \"Sprout Social\",\n        \"title\": \"New Grad: Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"70516698-b7e2-4fd6-8c47-c077da01ad85\",\n        \"date_posted\": 1730426373,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730426421,\n        \"url\": \"https://medtronic.wd1.myworkdayjobs.com/MedtronicCareers/job/Boston-Massachusetts-United-States-of-America/Software-Engineer-I---Surgical-Robotics_R12242-2\",\n        \"company_name\": \"Medtronic\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f5345ff6-1303-4ba0-9a5c-5c555e9fd7f2\",\n        \"date_posted\": 1730426421,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730426662,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR148169EXTERNALENUS/2025-University-Graduate-Machine-Learning-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer - Masters/PhD\",\n        \"locations\": [\n            \"Lehi, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"691a0d36-aa2d-477f-a6a5-4e3f40ea86fb\",\n        \"date_posted\": 1730426662,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730426812,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-MA-Westford/Research-Engineer--Architecture---New-College-Grad-2025_JR1989127\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Research Engineer\",\n        \"locations\": [\n            \"Westford, MA\",\n            \"Austin, TX\",\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"754f49c5-78f9-47cc-980d-61158e790b45\",\n        \"date_posted\": 1730426812,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730453502,\n        \"url\": \"https://jobs.smartrecruiters.com/WesternDigital/744000020256906-new-college-grad-product-development-engineering-bs-ms-summer-2025-start-?trid=55fe2b03-11c1-41e1-ab70-337c7fd98d48\",\n        \"company_name\": \"Western Digital\",\n        \"title\": \"New Grad 2025: Product Development Engineer\",\n        \"locations\": [\n            \"Milpitas, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5352c238-7929-473c-be9c-12f8f62c5427\",\n        \"date_posted\": 1730453502,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730453536,\n        \"url\": \"https://jobs.smartrecruiters.com/WesternDigital/744000023940205-new-college-grad-application-engineer-bs-ms-summer-2025-start-?trid=55fe2b03-11c1-41e1-ab70-337c7fd98d48\",\n        \"company_name\": \"Western Digital\",\n        \"title\": \"New Grad 2025: Application Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"485ee455-f61a-4945-a567-b1992c64bc62\",\n        \"date_posted\": 1730453536,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730453736,\n        \"url\": \"https://careers.ibm.com/job/20962157/entry-level-firmware-developer-2025-austin-tx\",\n        \"company_name\": \"IBM\",\n        \"title\": \"Entry Level Firmware Developer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Rochester, MN\",\n            \"Houston, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f11c3953-1fcf-4172-a80a-2ea3199e7c28\",\n        \"date_posted\": 1730453736,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649112,\n        \"url\": \"https://cadence.wd1.myworkdayjobs.com/External_Careers/job/SAN-JOSE/Application-Engineer---New-College-Grad_R47495-2?source=cvrve\",\n        \"company_name\": \"Cadence Design Systems\",\n        \"title\": \"New Grad: Application Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cdee38fe-33de-4838-84df-83313ee6da9f\",\n        \"date_posted\": 1730453862,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730455087,\n        \"url\": \"https://www.metacareers.com/jobs/8187200048015588/\",\n        \"company_name\": \"Meta\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"Seattle, WA\",\n            \"Boston, MA\",\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"031f94db-2f4d-4d9e-8875-642365d94327\",\n        \"date_posted\": 1730455087,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730532455,\n        \"url\": \"https://seatgeek.com/jobs/6295445\",\n        \"company_name\": \"SeatGeek\",\n        \"title\": \"New Grad 2025: Security Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ecb43b7a-0b21-4ce7-8a0b-77c61cdd60f7\",\n        \"date_posted\": 1730532455,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730636724,\n        \"url\": \"https://moog.wd5.myworkdayjobs.com/en-US/MOOG_External_Career_Site/job/Torrance-CA/Intern--Software-Engineering_R-24-11121\",\n        \"company_name\": \"Moog\",\n        \"title\": \"Software Engineer Intern\",\n        \"locations\": [\n            \"Torrance, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cad07cc6-7626-4c2b-980d-3b765cb05e62\",\n        \"date_posted\": 1730596072,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1730636708,\n        \"url\": \"https://moog.wd5.myworkdayjobs.com/en-US/MOOG_External_Career_Site/job/Buffalo-NY/Intern--IT-Computer-Science_R-24-11144\",\n        \"company_name\": \"Moog\",\n        \"title\": \"IT Computer Science Intern\",\n        \"locations\": [\n            \"Buffalo, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3ad0335a-ab01-445a-8345-a3c8329e244b\",\n        \"date_posted\": 1730596102,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1730597379,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1780144/Software-Engineer---CTJ---Top-Secret\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Reston, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e0c48c7b-465d-4bb4-8246-ab6d218b18fd\",\n        \"date_posted\": 1730597379,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732391191,\n        \"url\": \"https://boards.greenhouse.io/horacemannservicecorporation/jobs/5346297004?source=cvrve\",\n        \"company_name\": \"Horace Mann\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Springfield, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c2bef557-9ce7-4b1c-8017-d4de8f1014d0\",\n        \"date_posted\": 1730650106,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730809821,\n        \"url\": \"https://jobs.smartrecruiters.com/Visa/744000024216439-site-reliability-engineer-new-college-grad-2025\",\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad 2025: Site Reliability Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f2372966-402b-45ff-8d92-ef43e0ade839\",\n        \"date_posted\": 1730809821,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730809884,\n        \"url\": \"https://careers.textron.com/hunt-valley-md/2025-software-engineer-es-hunt-valley-md/993CA3AD722043ACA6A30BA7A8E298F1/job\",\n        \"company_name\": \"Textron\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Hunt Valley, MD\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8abd9644-f954-4ae5-bf29-f087b2ceba76\",\n        \"date_posted\": 1730809884,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730809936,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR147868EXTERNALENUS/2025-University-Graduate-Research-Scientist-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Research Scientist/Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3e69ec66-e79e-4c42-8ccc-9ab80d741bed\",\n        \"date_posted\": 1730809936,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730838876,\n        \"url\": \"https://jobs.lever.co/spotify/1aac51b4-8ea2-4abf-b7b4-2bcbd6869dde\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Backend Engineer I\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e9c4186a-fd95-4e59-9508-3d21cecb9f6c\",\n        \"date_posted\": 1730810259,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730810316,\n        \"url\": \"https://jobs.ashbyhq.com/genmo/9b5477f4-97af-4aaa-b855-910c982ce191\",\n        \"company_name\": \"Genmo\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d264c032-4004-4408-b48d-aa3e80277aab\",\n        \"date_posted\": 1730810316,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730838911,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2779487/software-dev-engineer-computer-science-new-service\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"kodandaravi724\",\n        \"id\": \"2ffc99fa-7fe9-49c4-b3d5-a450967a23c0\",\n        \"date_posted\": 1730838911,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730840320,\n        \"url\": \"https://exactsciences.wd1.myworkdayjobs.com/Exact_Sciences/job/US---CA---San-Diego/Engineer-I--Software_R24-7529\",\n        \"company_name\": \"Exact Sciences\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"San Diego, CA\",\n            \"Madison, WI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"73cc05ec-5a45-4bca-b321-be1b5232a3d5\",\n        \"date_posted\": 1730840320,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730840423,\n        \"url\": \"https://www.bet365careers.com/en/job-specification/colorado/technology/softwaredevelopertradin-sdttd1124\",\n        \"company_name\": \"bet365\",\n        \"title\": \"Software Developer, Trading and Tools\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b9cc331f-b4c1-49db-9125-68535470a651\",\n        \"date_posted\": 1730840423,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730840451,\n        \"url\": \"https://www.bet365careers.com/en/job-specification/colorado/technology/softwareengineercoresy-secsco1024\",\n        \"company_name\": \"bet365\",\n        \"title\": \"Software Engineer, Core Systems\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a23b47e4-8871-47d0-8775-09dbb393eece\",\n        \"date_posted\": 1730840451,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730840526,\n        \"url\": \"https://jobs.ashbyhq.com/zip/3f9bfe84-227c-4c66-bd77-5facf77af370\",\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"627f1e38-e0ce-4400-9262-88574be317f2\",\n        \"date_posted\": 1730840526,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730904813,\n        \"url\": \"https://jobs.ashbyhq.com/parafin/a927f400-58be-416f-88c7-180c8e16a43e\",\n        \"company_name\": \"Parafin\",\n        \"title\": \"New Grad: Backend Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2abb6cc8-ed1a-464b-811c-a2225c890b0a\",\n        \"date_posted\": 1730904813,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730904876,\n        \"url\": \"https://jobs.yum.com/jobs/general/louisville-ky-united-states/junior-site-reliability-engineer-jr-sre-/3500#/\",\n        \"company_name\": \"KFC\",\n        \"title\": \"Junior Site Reliability Engineer\",\n        \"locations\": [\n            \"Louisville, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c5710080-2373-4c58-b650-a29867b3843e\",\n        \"date_posted\": 1730904876,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730939355,\n        \"url\": \"https://jobs.ashbyhq.com/zip/3f9bfe84-227c-4c66-bd77-5facf77af370\",\n        \"company_name\": \"Zip\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7f65b92f-3729-44a4-86dd-b92c99e44502\",\n        \"date_posted\": 1730939253,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1730939419,\n        \"url\": \"https://careers.tiktok.com/position/7393038680518445339/detail?spread=5MWH5CQ\",\n        \"company_name\": \"Tiktok\",\n        \"title\": \"New Grad 2025: Backend Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e19465ab-3e9c-4d15-9f9f-d24750b55c50\",\n        \"date_posted\": 1730939419,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730948120,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718?source=cvrve\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Developer Technology Engineer, Public Sector\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bcb7f850-ff36-4cb1-876f-4097a62dbc33\",\n        \"date_posted\": 1730948120,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1730988665,\n        \"url\": \"https://job-boards.greenhouse.io/ambientai/jobs/4415494006\",\n        \"company_name\": \"Ambient AI\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"200c63a6-205d-4186-a48a-64ab16e2a356\",\n        \"date_posted\": 1730988665,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731084777,\n        \"url\": \"https://careers.roblox.com/jobs/6319226\",\n        \"company_name\": \"Roblox\",\n        \"title\": \"New Grad 2025: Software Engineer, Game Engine Reliability\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1218f02a-75e1-4d56-a49f-efd5fdc84a2e\",\n        \"date_posted\": 1731084777,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731084984,\n        \"url\": \"https://jobs.ashbyhq.com/mach/a648c922-0380-43c4-bf52-343777951454?source=4zVMk1Drla\",\n        \"company_name\": \"Mach Industries\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Huntington Beach, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a36d3503-05c2-46dd-980e-7b7aea6ccc63\",\n        \"date_posted\": 1731084984,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731085122,\n        \"url\": \"https://jobs.apple.com/en-us/details/200572491/software-engineer-ios-accessibility?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b06f6cb8-368a-4cb1-9179-77e9de63816c\",\n        \"date_posted\": 1731085122,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731085154,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=7719862002\",\n        \"company_name\": \"KAYAK\",\n        \"title\": \"Frontend Software Engineer, Hotels\",\n        \"locations\": [\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"143a98fb-edcb-4d28-bbd5-fa15f517eac9\",\n        \"date_posted\": 1731085154,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731085193,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=7719948002\",\n        \"company_name\": \"KAYAK\",\n        \"title\": \"Frontend Software Engineer, Hotel\",\n        \"locations\": [\n            \"Concord, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cab8edfb-40ef-406c-a18c-ba54e3eff5db\",\n        \"date_posted\": 1731085193,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653321,\n        \"url\": \"https://boards.greenhouse.io/phonepe/jobs/6006145003\",\n        \"company_name\": \"PhonePe\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f8a659a3-f34b-4168-9ee5-9103311636bb\",\n        \"date_posted\": 1731085225,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731085287,\n        \"url\": \"https://jobs.bentley.com/job/Exton-Associate-Software-Engineer-PA-19341/1231175100/\",\n        \"company_name\": \"Bentley\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Exton, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"401db4db-4099-4aa6-8043-4cb4c0404bac\",\n        \"date_posted\": 1731085287,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731088122,\n        \"url\": \"https://dvtrading.co/job-post/?gh_jid=4443926005\",\n        \"company_name\": \"DV Energy\",\n        \"title\": \"New Grad 2025: Software Developer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bc20df58-f57c-490a-8296-7d8ee1edb638\",\n        \"date_posted\": 1731088122,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731177887,\n        \"url\": \"https://job-boards.greenhouse.io/twilio/jobs/6379315\",\n        \"company_name\": \"Twilio\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"88608432-a5ab-427d-968f-597afb07420f\",\n        \"date_posted\": 1731177887,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731178453,\n        \"url\": \"https://www.jobs-ups.com/job/-/-/1187/72636594560?utm_source=cvrve\",\n        \"company_name\": \"UPS\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Louisville, KT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f16af71e-65eb-4e70-89bc-232288c676ef\",\n        \"date_posted\": 1731178453,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731180574,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-us/nvidiaexternalcareersite/job/US-WA-Seattle/AI-Software-Engineer--Copilots---New-College-Grad-2024_JR1990357-1\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: AI Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"47b43d02-238a-4933-b762-02cc5519c4e1\",\n        \"date_posted\": 1731180574,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649117,\n        \"url\": \"https://symbotic.wd1.myworkdayjobs.com/Symbotic/job/USA-Wilmington--MA---HQ/New-Grad---Software-Engineer_R4037\",\n        \"company_name\": \"Symbotic\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Keene, NH\",\n            \"Wilmington, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2aefd966-624b-4fce-bb16-1c3d04f03214\",\n        \"date_posted\": 1731350333,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731351974,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2825619/front-end-engineer-2025-can\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Front-End Engineer\",\n        \"locations\": [\n            \"Vancouver, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b6e45119-414d-40c4-adcf-572576e55c4b\",\n        \"date_posted\": 1731351974,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731523401,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2827993/software-development-engineer-2025-ai-ml\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Development Engineer\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Sunnyvale, CA\",\n            \"Seattle, WA\",\n            \"Redmond, WA\",\n            \"Santa Clara, CA\",\n            \"Bellevue, WA\",\n            \"New York, NY\",\n            \"East Palo Alto, CA\",\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5fcf203b-7941-401a-a724-501b204c1b78\",\n        \"date_posted\": 1731523401,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731523466,\n        \"url\": \"https://sierraspace.wd1.myworkdayjobs.com/en-US/Sierra_Space_External_Career_Site/job/Broomfield-CO/Software-Engineer-I_R24392\",\n        \"company_name\": \"Sierra Space\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Broomfield, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2a1eec0a-9f16-4aab-8193-3b8b6dba3046\",\n        \"date_posted\": 1731523466,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731670922,\n        \"url\": \"https://careers.thetradedesk.com/jobs/4486883007/graduate-software-engineer-2025-start-boulder\",\n        \"company_name\": \"The Trade Desk\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9bf1ed58-19ea-4115-8371-0c34e9159729\",\n        \"date_posted\": 1731670922,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731671134,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-TX-Austin/Software-Engineer--Ethernet-Switching---New-College-Grad-2024_JR1991000?source=cvrve\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: Software Engineer, Ethernet Switching\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c31fcb01-b9b5-4268-ab63-f5f953c8bfae\",\n        \"date_posted\": 1731671134,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731671215,\n        \"url\": \"https://careers.viasat.com/jobs/3569?iis=Job+Board&iisn=cvrve&source=cvrve&lang=en-us\",\n        \"company_name\": \"Viasat\",\n        \"title\": \"New Grad 2025: Embedded Software Engineer\",\n        \"locations\": [\n            \"Tempe, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1f3acf65-f729-4f59-bf97-99c5d6ed52b7\",\n        \"date_posted\": 1731671215,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649119,\n        \"url\": \"https://snc.wd1.myworkdayjobs.com/SNC_External_Career_Site/job/Folsom-CA/Software-Engineer-I_R0026230\",\n        \"company_name\": \"SNC\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Folsom, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"65fbcb61-e5b0-42cd-8db0-b64fd6ed4879\",\n        \"date_posted\": 1731671251,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649123,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/California---San-Francisco/Associate-Solution-Engineer--New-Grad-_JR268977?source=cvrve\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"New Grad: Associate Solution Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Chicago, IL\",\n            \"New York, NY\",\n            \"Atlanta, GA\",\n            \"Indianapolis, IN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d290df51-c435-4041-a77c-ba138489d7ce\",\n        \"date_posted\": 1731671396,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731671818,\n        \"url\": \"https://careers.thetradedesk.com/jobs/4486886007/graduate-software-engineer-2025-start-denver\",\n        \"company_name\": \"The Trade Desk\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7f00fa58-f5b5-4497-826c-66f98a20ba1a\",\n        \"date_posted\": 1731671818,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731671897,\n        \"url\": \"https://sierraspace.wd1.myworkdayjobs.com/en-US/Sierra_Space_External_Career_Site/job/Broomfield-CO/Software-Engineer-I_R24392\",\n        \"company_name\": \"Sierra Space\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Broomfield, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d24a788f-dc74-414c-a321-93017c597655\",\n        \"date_posted\": 1731671897,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731671934,\n        \"url\": \"https://bah.wd1.myworkdayjobs.com/en-US/BAH_Jobs/job/San-Diego-CA/Data-Scientist--Junior_R0209718\",\n        \"company_name\": \"Booz Allen\",\n        \"title\": \"Junior Data Scientist\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ea241e10-ec00-468a-abaf-b463b932e8e6\",\n        \"date_posted\": 1731671934,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653322,\n        \"url\": \"https://boards.greenhouse.io/hereio/jobs/6392785\",\n        \"company_name\": \"Here\",\n        \"title\": \"Junior Full Stack Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"45a438e4-9cd2-41a8-b3c7-c1bf52513fe2\",\n        \"date_posted\": 1731672137,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198915,\n        \"url\": \"https://condenast.wd5.myworkdayjobs.com/en-US/CondeCareers/job/1-World-Trade-Center-New-York-NY/Data-Engineer-I_R-17924-1\",\n        \"company_name\": \"Cond\\u00e9 Nast\",\n        \"title\": \"Data Engineer I\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"55a7b007-a08a-486e-a50a-e71d282d4b73\",\n        \"date_posted\": 1731672315,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731672360,\n        \"url\": \"https://usaa.wd1.myworkdayjobs.com/en-US/USAAJOBSWD/job/San-Antonio-Home-Office-I/Software-Engineer---Early-Careers_R0105166\",\n        \"company_name\": \"USAA\",\n        \"title\": \"Early Career: Software Engineer\",\n        \"locations\": [\n            \"San Antonio, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"860b7160-7962-49bb-b4bb-a5dd4ac3d0ea\",\n        \"date_posted\": 1731672360,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731672462,\n        \"url\": \"https://jobs.nike.com/job/R-43158\",\n        \"company_name\": \"Nike\",\n        \"title\": \"Software Engineer - Masters\",\n        \"locations\": [\n            \"Beaverton, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d3bd0f4f-10b5-41dd-ac0e-d03714b55880\",\n        \"date_posted\": 1731672462,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731672562,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2831138/software-development-engineer-2025-ai-ml\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Engineer, AI/ML\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Sunnyvale, CA\",\n            \"Seattle, WA\",\n            \"Redmond, WA\",\n            \"Santa Clara, CA\",\n            \"Bellevue, WA\",\n            \"New York, NY\",\n            \"East Palo Alto, CA\",\n            \"Cambridge, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f5b63e61-d365-4e86-a669-3f38084748b9\",\n        \"date_posted\": 1731672562,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731672711,\n        \"url\": \"https://attract-careers1-dish.icims.com/jobs/90190/job?utm_source=cvrve\",\n        \"company_name\": \"Dish Network\",\n        \"title\": \"Software Test Engineer I\",\n        \"locations\": [\n            \"Cheyenne, WY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"11ef7aa9-55ac-4c25-bd3b-1ca387115f9d\",\n        \"date_posted\": 1731672711,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731672745,\n        \"url\": \"https://jobs.nike.com/job/R-43679\",\n        \"company_name\": \"Nike\",\n        \"title\": \"Site Reliability Engineer I\",\n        \"locations\": [\n            \"Beaverton, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cbfd4eb7-8fb6-4920-b23b-8f37e950011b\",\n        \"date_posted\": 1731672745,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731768125,\n        \"url\": \"https://jobs.apple.com/en-us/details/200572947/soc-embedded-software-engineer?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"SoC Embedded Software Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"34ec30ae-d682-46b2-98e0-43e3ef9bc003\",\n        \"date_posted\": 1731768125,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649128,\n        \"url\": \"https://aero.wd5.myworkdayjobs.com/External/job/El-Segundo-CA/XMLNAME-2025-Small-Satellite-Embedded-Software-Engineer_R011592\",\n        \"company_name\": \"The Aerospace Corporation\",\n        \"title\": \"New Grad 2025: Embedded Software Engineer\",\n        \"locations\": [\n            \"El Segundo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b32112fa-4e49-4073-9baa-41c1a3638f3b\",\n        \"date_posted\": 1731768219,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731768388,\n        \"url\": \"https://www.rubrik.com/company/careers/departments/job.6344037?gh_jid=6344037&gh_src=2e352a8a1us\",\n        \"company_name\": \"Rubrik\",\n        \"title\": \"Software Engineer, Entra ID\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8c1e2db3-1411-4aad-a100-a9f50d4497f2\",\n        \"date_posted\": 1731768388,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731768451,\n        \"url\": \"https://gdit.wd5.myworkdayjobs.com/External_Career_Site/job/USA-MD-Annapolis-Junction/Software-Developer-Associate_RQ190145?source=cvrve\",\n        \"company_name\": \"GDIT\",\n        \"title\": \"Software Developer Associate\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"733f83de-014a-4214-b8cb-5d652a71715b\",\n        \"date_posted\": 1731768451,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731768777,\n        \"url\": \"https://myjobs.adp.com/bastiansolutions/cx/job-details?__tx_annotation=false&rb=cvrve&reqId=5001072806406\",\n        \"company_name\": \"Bastian Solutions\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Meridian, ID\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"21b92e06-b158-42cf-ba82-aadd71c421e3\",\n        \"date_posted\": 1731768777,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649131,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/external_career_site/job/California---San-Francisco/Software-Engineering-AMTS_JR271940-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"Software Engineer, AMTS\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1336b593-d34a-402d-9b89-b8381c5b6fbb\",\n        \"date_posted\": 1731769041,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731769214,\n        \"url\": \"https://careers.adobe.com/us/en/job/R148161/2025-University-Graduate-Machine-Learning-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer - Masters/PhD\\t\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4de40b2f-c71a-4a2a-8235-492f88498a2d\",\n        \"date_posted\": 1731769214,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731769317,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/Applied-LLM-Engineer--AI-and-Chip-Design---New-College-Grad-2025_JR1990205-1?source=cvrve\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Applied LLM Engineer, AI and Chip Design\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"571554e5-c29f-4229-a1fc-79ac8cd00a54\",\n        \"date_posted\": 1731769317,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731950476,\n        \"url\": \"https://joinbytedance.com/search/7265101515970611516\",\n        \"company_name\": \"Bytedance\",\n        \"title\": \"New Grad 2024: Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d9022741-66c4-4424-9001-94a25c5b5a8a\",\n        \"date_posted\": 1731950476,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731950999,\n        \"url\": \"https://boards.greenhouse.io/appliedintuition/jobs/4390049005?gh_jid=4390049005&source=cvrve\",\n        \"company_name\": \"Applied Intuition\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Washington, DC\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"78aa7ac2-f531-4b71-9f38-40325d638e38\",\n        \"date_posted\": 1731950999,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1731961654,\n        \"url\": \"https://app.dover.com/apply/uplimit/003455ca-321c-4bbc-8541-41b9696b2913?rs=42706078\",\n        \"company_name\": \"Uplimit\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bebf27c4-dd69-46d4-8227-a2a3abe82d34\",\n        \"date_posted\": 1731961654,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649133,\n        \"url\": \"https://usaa.wd1.myworkdayjobs.com/en-US/USAAJOBSWD/job/San-Antonio-Home-Office-I/Data-Engineer-I_R0105337\",\n        \"company_name\": \"USAA\",\n        \"title\": \"Data Engineer I\",\n        \"locations\": [\n            \"San Antonio, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b5673477-3f19-47a9-8636-9adc3480ff52\",\n        \"date_posted\": 1732023055,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649136,\n        \"url\": \"https://ciena.wd5.myworkdayjobs.com/en-US/Careers/job/Ottawa/Routing-IP-Software-Engineer-1---New-Grad_R026406\",\n        \"company_name\": \"Ciena\",\n        \"title\": \"New Grad: Routing/IP Software Engineer\",\n        \"locations\": [\n            \"Ottawa, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"40054684-1eae-40cd-a6a7-dae67d483502\",\n        \"date_posted\": 1732023433,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732044182,\n        \"url\": \"https://jobs.baxter.com/en/job/-/-/152/73179970128?src=JB-10420\",\n        \"company_name\": \"Baxter\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Round Lake, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bbf7b7e0-35c9-46db-aec1-3a91fb5a7040\",\n        \"date_posted\": 1732044182,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732044236,\n        \"url\": \"https://jobs.ashbyhq.com/pear/dad1bdb8-9b37-4132-b948-ba907edfa7ce\",\n        \"company_name\": \"Gryps\",\n        \"title\": \"Backend Software Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"affebd59-2af4-48ee-a3a2-adc21829db91\",\n        \"date_posted\": 1732044236,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732044450,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1787038/?utm_source=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Systems Software Engineer Intern\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"10b2d59e-b21d-4914-8f34-10e045b2ea1b\",\n        \"date_posted\": 1732044294,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1732044562,\n        \"url\": \"https://crowdstrike.wd5.myworkdayjobs.com/crowdstrikecareers/job/USA---Remote-PA/Software-Engineer--Linux--Remote--USA-_R21076?source=cvrve\",\n        \"company_name\": \"Crowdstrike\",\n        \"title\": \"Software Engineer, Linux\",\n        \"locations\": [\n            \"Remote\",\n            \"US\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9490bb33-9449-430a-994c-fdac6bdc0e71\",\n        \"date_posted\": 1732044562,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732063807,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/en-us/External_Career_Site/job/Texas---Dallas/Associate-Data-Scientist--Data---Analytics--New-Grad-_JR272427-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"New Grad: Associate Data Scientist\",\n        \"locations\": [\n            \"Dallas, TX\",\n            \"Atlanta, GA\",\n            \"Indianapolis, IN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5bcc90f2-08c0-4fdb-aed1-dd07aaf0d83f\",\n        \"date_posted\": 1732063807,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649138,\n        \"url\": \"https://nike.wd1.myworkdayjobs.com/en-US/nke/job/Beaverton-Oregon/Software-Engineer-I_R-41366\",\n        \"company_name\": \"Nike\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Beaverton, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"90eb1c36-364c-49e1-a23c-c26f8f98ee05\",\n        \"date_posted\": 1732063858,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732063897,\n        \"url\": \"https://job-boards.greenhouse.io/connectwise/jobs/4484782005\",\n        \"company_name\": \"ConnectWise\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"07eddd78-eaa3-45f7-920c-78cedd53a934\",\n        \"date_posted\": 1732063897,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653322,\n        \"url\": \"https://boards.greenhouse.io/collaborativerobotics/jobs/4585344007\",\n        \"company_name\": \"Collaborative Robotics\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3f18fe8e-3b2f-433d-82f9-8bff3a6804cb\",\n        \"date_posted\": 1732108478,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653323,\n        \"url\": \"https://boards.greenhouse.io/collaborativerobotics/jobs/4585557007\",\n        \"company_name\": \"Collaborative Robotics\",\n        \"title\": \"New Grad: Software Engineer, Robotics\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e2499e5e-e6dc-482a-88b7-14f2d19078bd\",\n        \"date_posted\": 1732108520,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732169469,\n        \"url\": \"https://www.tesla.com/careers/search/job/231462\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Frontend Software Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"95f5d8fa-921b-4370-9a75-4cc1d93dcc3b\",\n        \"date_posted\": 1732169469,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649140,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/ASIC-Verification-Engineer---New-College-Grad-2025_JR1990180\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Verification Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bf475bb1-c150-4dde-bc3e-da1f0a07cf71\",\n        \"date_posted\": 1732169515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732169805,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Software-Engineer--Virtualization---New-College-Grad-2025_JR1991793-1\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Engineer, Virtualization\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6111aac5-7856-448b-afda-3b965a1e19f1\",\n        \"date_posted\": 1732169805,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732384247,\n        \"url\": \"https://salesforce.wd12.myworkdayjobs.com/External_Career_Site/job/Texas---Dallas/Associate-Data-Scientist--Data---Analytics--New-Grad-_JR272427-1\",\n        \"company_name\": \"Salesforce\",\n        \"title\": \"New Grad: Machine Learning Engineer\",\n        \"locations\": [\n            \"Dallas, TX\",\n            \"Atlanta, GA\",\n            \"Indianapolis, IN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"88dd4960-c6ff-4a51-b130-021254850e78\",\n        \"date_posted\": 1732170157,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732170435,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446701009158?hl=en-US&domain=qualcomm.com&source=APPLICANT_SOURCE-6-2\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"GPU Compiler Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6795a873-5393-4b77-a8ee-35dc802b8bbf\",\n        \"date_posted\": 1732170435,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732313160,\n        \"url\": \"https://jobs.ashbyhq.com/replicate/df0371b6-fddb-4901-a294-62630299ca63?source=WAP2QXMr1O\",\n        \"company_name\": \"Replicate\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"56035958-dd31-4ddc-a25b-c250c709cac0\",\n        \"date_posted\": 1732313160,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649144,\n        \"url\": \"https://ncino.wd5.myworkdayjobs.com/nCinoCareers/job/Wilmington-NC/Associate-Software-Engineer_R5265?source=cvrve\",\n        \"company_name\": \"nCino\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Wilmington, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7ffbeb8e-f2ae-4437-b1a5-a4abf84048eb\",\n        \"date_posted\": 1732313235,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732313384,\n        \"url\": \"https://nutraceutical.wd5.myworkdayjobs.com/en-US/BetterBeingExternalCareerSite/job/Ogden-Utah/Software-Engineer_JR100315\",\n        \"company_name\": \"Better Being\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Ogden, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"59704344-93b9-4a84-89a9-c2ff6bce43e3\",\n        \"date_posted\": 1732313384,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732384266,\n        \"url\": \"https://hdpc.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/LateralHiring/job/134713?mode=job&iis=Job+Boards&iisn=cvrve\",\n        \"company_name\": \"Goldman Sachs\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4c2d4c84-b4b0-4bed-87e8-26fbcf47a943\",\n        \"date_posted\": 1732384266,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734285018,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/7735059002\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I, iOS\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Irvine, CA\",\n            \"New York, NY\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c2abce92-efaf-4f42-a9e0-a7c516446e7d\",\n        \"date_posted\": 1732391301,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734284931,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/7742635002\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I - iOS\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"10c460ef-af87-4f24-997f-42a188e0fd08\",\n        \"date_posted\": 1732391347,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734285003,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/7742636002\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I, iOS\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Irvine, CA\",\n            \"New York, NY\",\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7b5440de-ad6b-478e-8618-b391a5c119d2\",\n        \"date_posted\": 1732391394,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732391580,\n        \"url\": \"https://boards.greenhouse.io/horacemannservicecorporation/jobs/5366274004\",\n        \"company_name\": \"Horace Mann\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Springfield, MI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"df7c8403-9ae6-478c-b99a-c6bbbc292293\",\n        \"date_posted\": 1732391580,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732466536,\n        \"url\": \"https://jobs.coxenterprises.com/en/jobs/job/r202454056-software-engineer-i/?utm_campaign=cvrve&utm_medium=job_board&utm_source=cvrve&source=Cvrve_Job_Slots&_ccid=1732391565301lb9s0451s\",\n        \"company_name\": \"Cox Enterprises\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9a07ee96-1d9c-4371-8e96-c490b16e2d64\",\n        \"date_posted\": 1732391644,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732391910,\n        \"url\": \"https://careers.nba.com/job/NBANBAUS11280EXTERNALENUS/Associate-DevOps-Engineer\",\n        \"company_name\": \"NBA\",\n        \"title\": \"Associate DevOps Engineer\",\n        \"locations\": [\n            \"Secaucus, NJ\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c57f01de-49a0-440b-a72d-e9a714dbb6f5\",\n        \"date_posted\": 1732391910,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734892700,\n        \"url\": \"https://careers.netapp.com/job/-/-/27600/70697518848\",\n        \"company_name\": \"NetApp\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Boulder, CO\",\n            \"Waltham, MA\",\n            \"Research Triangle Park, NC\",\n            \"Wichita, KS\",\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ece43ed9-c5ef-4ece-b355-b69070cdd926\",\n        \"date_posted\": 1732466856,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732466895,\n        \"url\": \"https://careers.netapp.com/job/-/-/27600/70697520016\",\n        \"company_name\": \"NetApp\",\n        \"title\": \"Software Engineer - Masters\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Boulder, CO\",\n            \"Waltham, MA\",\n            \"Research Triangle Park, NC\",\n            \"Wichita, KS\",\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"937e4ca3-9c27-4781-9172-948216b4c971\",\n        \"date_posted\": 1732466895,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467112,\n        \"url\": \"https://careers.boozallen.com/careers/JobDetail?jobId=101761&source=JB-16500\",\n        \"company_name\": \"Booz Allen\",\n        \"title\": \"New Grad 2025: Systems Engineer\",\n        \"locations\": [\n            \"Mclean, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ab53adc4-a070-43f6-bcaf-8fb548f0062e\",\n        \"date_posted\": 1732467112,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732467624,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446702606017?domain=qualcomm.com&source=APPLICANT_CVRVE-6-104\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Embedded Software Engineer\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"494eb380-2839-433b-920e-94b6ad94b408\",\n        \"date_posted\": 1732467624,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732646614,\n        \"url\": \"https://www.lockheedmartinjobs.com/job/owego/software-engineer-early-career/694/73548088656\",\n        \"company_name\": \"Lockheed Martin\",\n        \"title\": \"Early Career: Software Engineer\",\n        \"locations\": [\n            \"Owego, NY\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"43adb684-c9c7-497c-8044-d7d782065718\",\n        \"date_posted\": 1732646614,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732646696,\n        \"url\": \"https://jobs.ashbyhq.com/replit/65e019be-7536-45a9-9413-78b203af6565/application?utm_source=1Zx6V2PngV\",\n        \"company_name\": \"Replit\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e1afd81d-0fc4-41ac-bb08-d9ebddd11742\",\n        \"date_posted\": 1732646696,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732647291,\n        \"url\": \"https://www.weavegrid.com/careers/job-openings?gh_jid=5386877004\",\n        \"company_name\": \"WeaveGrid\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d126de42-a739-442c-b9a7-516d5e8c6e66\",\n        \"date_posted\": 1732647291,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650077,\n        \"url\": \"https://jobs.lever.co/includedhealth/ed005ef1-a7a1-44d1-be21-43ccb958fddb\",\n        \"company_name\": \"Included Health\",\n        \"title\": \"New Grad 2025: Software Engineer, Treat Team\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"28d741b7-d8e4-42e4-b188-b9b58175d6b3\",\n        \"date_posted\": 1732648580,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732648738,\n        \"url\": \"https://jobs.ashbyhq.com/column/f9004aea-8765-449c-93da-80381d956621\",\n        \"company_name\": \"Column\",\n        \"title\": \"Software Engineer, Internal Tools\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7d8e3d8a-0152-4a52-b466-259f199bf3c5\",\n        \"date_posted\": 1732648738,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732648920,\n        \"url\": \"https://jobs.smartrecruiters.com/Visa/744000028633316\",\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Foster City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"52f47e97-c25b-49b6-8eb7-201e9dd1eaec\",\n        \"date_posted\": 1732648920,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732649019,\n        \"url\": \"https://jobs.smartrecruiters.com/Visa/744000028629131\",\n        \"company_name\": \"Visa\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Ashburn, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"baf0e6ad-57a9-4a26-8b64-cb6563f1fd55\",\n        \"date_posted\": 1732649019,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649149,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/Capital_One/job/Toronto-ON/Associate--Software-Engineer---New-Grad--OR049153-_R195489\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad: Associate Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"629023f5-6170-413f-8f48-80a1c261dbc0\",\n        \"date_posted\": 1732649063,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732649548,\n        \"url\": \"\",\n        \"company_name\": \"Yelp\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Montreal\",\n            \"Vancouver\",\n            \"Calgary\",\n            \"Toronto\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"055eb7dd-8abb-4a83-8721-3ef1a4f6274b\",\n        \"date_posted\": 1732649548,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732649592,\n        \"url\": \"https://jobs.apple.com/en-us/details/200580372/software-engineer-backend-systems-swift\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Backend Systems\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c36a274d-5b69-459e-bcd2-6c9e2419af8a\",\n        \"date_posted\": 1732649592,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732649624,\n        \"url\": \"https://www.tesla.com/careers/search/job/231767\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Global Logistics Platform\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a9c90ebb-6c17-4ec3-bb5e-64fb1a54ff14\",\n        \"date_posted\": 1732649624,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776006,\n        \"url\": \"https://boards.greenhouse.io/xai/jobs/4592118007\",\n        \"company_name\": \"xAI\",\n        \"title\": \"Software Engineer - Data Infrastructure\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e28eb788-2b42-49eb-9910-3a12673ff2e3\",\n        \"date_posted\": 1732776006,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776054,\n        \"url\": \"https://lifeattiktok.com/search/7394970016695453990?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Software Engineer, LIVE Foundation\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6b6a2e9b-e3e9-4b90-b55d-fd988fa58b3c\",\n        \"date_posted\": 1732776054,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776103,\n        \"url\": \"https://lifeattiktok.com/search/7397098717801875749?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Software Engineer, Ads Measurement\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cb12885d-82ae-4ad1-ab7d-c58709189089\",\n        \"date_posted\": 1732776103,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649153,\n        \"url\": \"https://vivint.wd5.myworkdayjobs.com/vivintjobs/job/Boston-MA/Android-Engineer_R124180\",\n        \"company_name\": \"Vivint\",\n        \"title\": \"Software Engineer, Android\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"adc17929-fe4c-4df6-a70c-374685d71800\",\n        \"date_posted\": 1732776131,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653324,\n        \"url\": \"https://boards.greenhouse.io/robinhood/jobs/6344847\",\n        \"company_name\": \"Robinhood\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4f31cb28-d019-475d-8c83-a245d4c61c92\",\n        \"date_posted\": 1732776202,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776251,\n        \"url\": \"https://boards.greenhouse.io/xai/jobs/4592865007\",\n        \"company_name\": \"xAI\",\n        \"title\": \"Applied AI Engineer & Researcher\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"dfabc8e3-ae7b-43e6-84b2-b98898de24eb\",\n        \"date_posted\": 1732776251,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776287,\n        \"url\": \"https://www.tesla.com/careers/search/job/232005\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Frontend Material Flow System\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3b637ba3-aefb-456c-b7ba-f69ee8d14fe1\",\n        \"date_posted\": 1732776287,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1732776347,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1774085/Software-Engineer---Security%2C-Redmond\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer, Security\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5318f744-73da-4c45-8b97-5a0dc2852597\",\n        \"date_posted\": 1732776347,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733253186,\n        \"url\": \"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210527372\",\n        \"company_name\": \"J.P Morgan Chase\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\",\n            \"Austin, TX\",\n            \"Chicago, IL\",\n            \"Columbus, OH\",\n            \"Houston, TX\",\n            \"Jersey City, NJ\",\n            \"New York, NY\",\n            \"Palo Alto, CA\",\n            \"Plano, TX\",\n            \"Seattle, WA\",\n            \"Tampa, FL\",\n            \"Wilmington, DE\",\n            \"Jersey City, NJ\",\n            \"New York, NY\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bab1a079-239e-4287-b1c4-1a4e0a8b794e\",\n        \"date_posted\": 1733253186,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649156,\n        \"url\": \"https://factset.wd1.myworkdayjobs.com/Mesh/job/Norwalk-CT-USA/Software-Engineer---Americas-Campus--July-2025-_R25571-1\",\n        \"company_name\": \"FactSet\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Norwalk, CT\",\n            \"New York, NY\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"49112c1f-5146-4de7-977b-dc8a4f2067c5\",\n        \"date_posted\": 1733253327,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733253388,\n        \"url\": \"https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25539&siteid=5313&PageType=JobDetails&jobid=5033881\",\n        \"company_name\": \"General Atomics\",\n        \"title\": \"Associate Software Developer\",\n        \"locations\": [\n            \"Poway, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"dadc40eb-1cae-4720-9604-e5d6e785f5d2\",\n        \"date_posted\": 1733253388,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733254014,\n        \"url\": \"https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210574806/?utm_medium=cvrve\",\n        \"company_name\": \"J.P Morgan Chase\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Columbus, OH\",\n            \"Wilmington, DE\",\n            \"Plano, TX\",\n            \"Jersey City, NJ\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7d459f9c-07c9-486e-973d-9e43275b69ed\",\n        \"date_posted\": 1733254014,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733254405,\n        \"url\": \"https://jobs.apple.com/en-us/details/200580035/software-engineer-apple-watch\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Apple Watch\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9ec3a87d-dd8f-40c3-a93e-c40ad432d9c7\",\n        \"date_posted\": 1733254405,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733364550,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR149689EXTERNALENUS/2025-University-Graduate-Software-Engineer?utm_medium=phenom-feeds&source=cvrve\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d34116e1-4a8e-4079-ac5e-c90fbf8f2883\",\n        \"date_posted\": 1733364550,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733364609,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1789858/[US-Federal]-Technology-Consultant-%E2%80%93-CTJ-%E2%80%93-Poly\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Technology Consultant\",\n        \"locations\": [\n            \"Arlington, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"jkomonen\",\n        \"id\": \"697e7e37-0133-49fe-ad82-e99cc44b9a1b\",\n        \"date_posted\": 1733364609,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733364833,\n        \"url\": \"https://jobs.smartrecruiters.com/WesternDigital/744000030022826-new-college-graduate-quality-assurance-engineering-early-2025-start-\",\n        \"company_name\": \"Western Digital\",\n        \"title\": \"New Grad 2025: Quality Assurance Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6e719ba3-6249-4381-9487-a8822cdb59cf\",\n        \"date_posted\": 1733364833,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649159,\n        \"url\": \"https://hp.wd5.myworkdayjobs.com/exteu-ac-careersite/job/Boise-Idaho-United-States-of-America/Software-Applications-Engineer_3143955-2\",\n        \"company_name\": \"HP\",\n        \"title\": \"Software Applications Engineer\",\n        \"locations\": [\n            \"Boise, ID\",\n            \"Alpharetta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"181e64a1-652b-4f80-ade2-fd90faf1f8fe\",\n        \"date_posted\": 1733364924,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733365470,\n        \"url\": \"https://www.nuro.ai/careersitem?gh_jid=6447851\",\n        \"company_name\": \"Nuro\",\n        \"title\": \"New Grad: Software Engineer, AI Platform\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"73f2c4cb-290c-45d1-b145-c33e31c9391f\",\n        \"date_posted\": 1733365470,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733369500,\n        \"url\": \"https://pru.wd5.myworkdayjobs.com/en-US/Careers/job/Newark-NJ-USA/Software-Engineer_R-119007-1?source=cvrve\",\n        \"company_name\": \"Prudential\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Newark, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6aa94c38-c841-407e-a02f-72d6acbc7495\",\n        \"date_posted\": 1733369500,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733369531,\n        \"url\": \"https://careers.northwesternmutual.com/corporate-careers/job/software-engineer-i-milwaukee-wi-corporate-jr-42263/?jobPipeline=cvrve\",\n        \"company_name\": \"Northwestern Mutual\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Milwaukee, WI\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7561b845-6f76-4977-83a4-26fd5d6e0145\",\n        \"date_posted\": 1733369531,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733369596,\n        \"url\": \"https://careers.garmin.com/careers-home/jobs/14825?lang=en-us&iss=cvrve\",\n        \"company_name\": \"Garmin\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Salem, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"897f2870-2240-479c-b7f0-3a9229dbf377\",\n        \"date_posted\": 1733369596,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733369978,\n        \"url\": \"https://jobs.ashbyhq.com/codeium/cb10c443-7e5b-44ac-8b21-0edd60b22095?utm_source=cvrve\",\n        \"company_name\": \"Codeium\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3b0e541f-c3ec-4e8a-ad94-6ebec7cd714d\",\n        \"date_posted\": 1733369978,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649161,\n        \"url\": \"https://redhat.wd5.myworkdayjobs.com/jobs/job/Raleigh/Software-Engineer_R-043786\",\n        \"company_name\": \"Red Hat\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Raleigh, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"213bcb66-9b53-4976-93d0-51b0675f10c2\",\n        \"date_posted\": 1733370059,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733370182,\n        \"url\": \"https://jobs.ashbyhq.com/river/42510834-751d-48a9-adc9-2bc35560c516\",\n        \"company_name\": \"River\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1b417130-e18d-4824-a593-7bf890a66c83\",\n        \"date_posted\": 1733370182,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437270,\n        \"url\": \"https://www.tesla.com/careers/search/job/232504\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Frontend Vision Systems\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0db51fa2-c425-479e-af7c-3cf3fd6c08ad\",\n        \"date_posted\": 1733437270,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437328,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1789219/?utm_source=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Product Manager\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3a9342e6-7a1f-46d8-b5b9-e6f0b96e6e88\",\n        \"date_posted\": 1733437328,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437379,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1790759/?utm_source=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9f71b64b-f2eb-4d61-9850-8ae9c7fb9acb\",\n        \"date_posted\": 1733437379,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437429,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1787543/?utm_source=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f7d2cce8-59eb-4aac-bde5-ada274002c7e\",\n        \"date_posted\": 1733437429,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437482,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1788124/?utm_source=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0db76fb3-5f84-4e7c-8023-797e37dc000f\",\n        \"date_posted\": 1733437482,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437527,\n        \"url\": \"https://jobs.apple.com/en-us/details/200578051/software-engineer-customer-feedback\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Customer Feedback\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"791245c4-b40a-49d7-a382-2a26aae08c33\",\n        \"date_posted\": 1733437527,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733437951,\n        \"url\": \"https://careers.mastercard.com/us/en/job/MASRUSR225610EXTERNALENUS/Software-Engineer-I?utm_medium=phenom-feeds&source=CVRVE&utm_source=cvrve\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a75807be-27d2-46ae-9f26-258cca489007\",\n        \"date_posted\": 1733437951,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738777876,\n        \"url\": \"https://pae.wd1.myworkdayjobs.com/Amentum_Careers/job/US-VA-Fredericksburg/Entry-Level-Software-Engineer_R0131117\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Fredericksburg, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0266f054-45c5-4e65-8e91-9754801b51c7\",\n        \"date_posted\": 1733438019,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649164,\n        \"url\": \"https://mastercard.wd1.myworkdayjobs.com/en-US/CorporateCareers/job/Seattle-Washington/Software-Engineer-I_R-225610?utm_source=cvrve&utm_medium=organic&utm_campaign=cvrve\",\n        \"company_name\": \"Mastercard\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5b76894d-d702-4570-9f90-61b3f9e7944e\",\n        \"date_posted\": 1733438376,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649166,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/nvidiaexternalcareersite/job/US-CA-Santa-Clara/Software-Engineer--Code-Coverage-Tools---New-College-Grad-2025_JR1991891\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Software Engineer, Code Coverage Tools\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4c8729a1-15a0-4625-9774-fc34b6996ea9\",\n        \"date_posted\": 1733446870,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733531231,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Developer Technology Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"vanshb03\",\n        \"id\": \"074f27ab-ccce-48b0-9fee-fc6a19f0f3b8\",\n        \"date_posted\": 1733531231,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650078,\n        \"url\": \"https://jobs.lever.co/spotify/9e9836ac-75d3-4638-b842-59b4ca1cb442\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Backend Engineer, Audiobooks\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4297a370-6564-4cd7-b06a-1a327d9293db\",\n        \"date_posted\": 1733549475,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649171,\n        \"url\": \"https://wd1.myworkdaysite.com/en-US/recruiting/snapchat/snap/job/Boulder-Colorado/Software-Engineer_R0038110\",\n        \"company_name\": \"Snap\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Boulder, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9cc8856e-0587-4496-b7d0-b4d8093bde90\",\n        \"date_posted\": 1733549520,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733549613,\n        \"url\": \"https://aurora.tech/jobs/software-engineer-i-aurora-services-engineering-7756048002\",\n        \"company_name\": \"Aurora\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Pittsburgh, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"be0fb802-f72e-456c-ae20-03fa366633d2\",\n        \"date_posted\": 1733549613,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733595069,\n        \"url\": \"https://careers.rtx.com/global/en/job/01742304\",\n        \"company_name\": \"Raytheon\",\n        \"title\": \"New Grad 2025: Software Engineer I\",\n        \"locations\": [\n            \"McKinney, TX\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"58a2ca96-e856-4f40-b399-124d4024cc4a\",\n        \"date_posted\": 1733595069,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733595300,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4506215005\",\n        \"company_name\": \"Scale AI\",\n        \"title\": \"New Grad: Forward Deployed Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ca4768bd-a3c9-4b9f-a5c3-44cf2d52fa89\",\n        \"date_posted\": 1733595300,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653325,\n        \"url\": \"https://boards.greenhouse.io/grafanalabs/jobs/5393126004\",\n        \"company_name\": \"Grafana Labs\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"44d1aeb7-754e-4d40-8114-7b395ab02bc9\",\n        \"date_posted\": 1733595343,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733677768,\n        \"url\": \"https://www.ycombinator.com/companies/prelim/jobs/YWZZOyO-software-engineer-product\",\n        \"company_name\": \"Prelim\",\n        \"title\": \"Software Engineer, Product\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"00528545-b7dd-4edb-b1af-cd05c91734f3\",\n        \"date_posted\": 1733677768,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733774566,\n        \"url\": \"https://lifeattiktok.com/search/7397567418497861939?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b4fd83a8-bfdd-408c-94ac-b0c1d1ff671b\",\n        \"date_posted\": 1733774566,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733774751,\n        \"url\": \"https://careers.westinghousenuclear.com/job/Cranberry-Township-Information-Technology-Software-Engineers-2025-College-Grads-PA/1212917500/?Codes=W-OLI&utm_medium=referrer&utm_source=cvrve\",\n        \"company_name\": \"Westinghouse\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"815d4ddc-24b0-4c0b-9e60-84490a6a46ef\",\n        \"date_posted\": 1733774751,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733884094,\n        \"url\": \"https://jobs.johnsoncontrols.com/job/WD30226451\",\n        \"company_name\": \"Johnson Controls\",\n        \"title\": \"Junior Embedded Software Developer\",\n        \"locations\": [\n            \"Ontario, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"22a42308-0c17-4415-ab39-2900e7344d26\",\n        \"date_posted\": 1733884094,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733884192,\n        \"url\": \"https://amazon.jobs/en/jobs/2850044/software-development-engineer-i-2025\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Development Engineer I\",\n        \"locations\": [\n            \"Austin, TX\",\n            \"Seattle, WA\",\n            \"Redmond, WA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c9ea91ac-3dbf-4a7c-9b2a-09ff63006022\",\n        \"date_posted\": 1733884192,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733884236,\n        \"url\": \"https://amazon.jobs/en/jobs/2850010/software-development-engineer-i-2025-redshift\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Development Engineer I, Redshift\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Redmond, WA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"69b9f2b5-d49e-4970-9e5c-0a5fcdc87059\",\n        \"date_posted\": 1733884236,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733884283,\n        \"url\": \"https://amazon.jobs/en/jobs/2849979/software-development-engineer-i-2025-dynamodb\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Development Engineer I, DynamoDB\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Bellevue, WA\",\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"30f2ae19-15d0-45aa-ac56-c5f1008a50d6\",\n        \"date_posted\": 1733884283,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733884351,\n        \"url\": \"https://amazon.jobs/en/jobs/2793606/software-dev-engineer-embedded-runtime-storage-system-performance-annapurna-labs\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Dev Engineer, Annapurna Labs\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ba2f6c06-60e1-490b-81ac-7c1ac456d0f0\",\n        \"date_posted\": 1733884351,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733884450,\n        \"url\": \"https://amazon.jobs/en/jobs/2789282/software-dev-engineer-machine-learning-apps-accelerator-annapurna-ml\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Software Dev Engineer, Annapurna ML\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ae2acaa6-0cdf-4cdf-b233-19e834a1b560\",\n        \"date_posted\": 1733884450,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650079,\n        \"url\": \"https://jobs.lever.co/arrivelogistics/4056ee44-b99f-475d-a424-e8a67c859b38\",\n        \"company_name\": \"Arrive Logistics\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7ea98691-91ba-4030-b7b7-f132d9834211\",\n        \"date_posted\": 1733885406,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733885481,\n        \"url\": \"https://jobs.ashbyhq.com/Acorns/5618f1de-cf18-4114-9408-11cd73153a9d\",\n        \"company_name\": \"Acorns\",\n        \"title\": \"New Grad: Software Engineer I\",\n        \"locations\": [\n            \"Irvine, CA\",\n            \"New York, NY\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f7d104c3-d548-4330-88e7-06d55845aad9\",\n        \"date_posted\": 1733885481,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733885527,\n        \"url\": \"https://eobe.fa.em2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/556\",\n        \"company_name\": \"Stats Perform\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bf182f54-a6e7-4e41-ae1b-7198a272033c\",\n        \"date_posted\": 1733885527,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653326,\n        \"url\": \"https://boards.greenhouse.io/aloyoga/jobs/5394463004\",\n        \"company_name\": \"Alo Yoga\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"San Ramon, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8b814c31-8f67-4047-8478-8c79dd565e31\",\n        \"date_posted\": 1733885608,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1733885745,\n        \"url\": \"https://www.jobs.abbott/us/en/job/ABLAUS31104624ENUSEXTERNAL/Firmware-Engineer-I?utm_source=cvrve&utm_medium=phenom-feeds\",\n        \"company_name\": \"Abbott\",\n        \"title\": \"Firmware Engineer I\",\n        \"locations\": [\n            \"Sylmar, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bc286920-04d0-4290-8adc-64d31b0ce270\",\n        \"date_posted\": 1733885745,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649174,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/en-US/Capital_One/job/Associate--Data-Scientist--Full-Time-2025_R204196\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad 2025: Associate Data Scientist\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cf276f93-c039-4ac0-92ce-d313dbeb38d4\",\n        \"date_posted\": 1734121119,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649176,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/GPU-Architecture-Engineer---New-College-Grad-2024_JR1989489?locationHierarchy1=2fcb99c455831013ea52fb338f2932d8\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2024: GPU Architecture Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Durham, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"28262672-108f-43f8-b819-4adfb7f69c60\",\n        \"date_posted\": 1734121209,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649179,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/ASIC-Design-Engineer---New-College-Grad-2025_JR1992617?locationHierarchy1=2fcb99c455831013ea52fb338f2932d8\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2a315a94-4dbe-472d-95b5-691b316e8bcc\",\n        \"date_posted\": 1734121514,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734121548,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite/job/Developer-Technology-Engineer--Public-Sector---New-College-Grad-2025_JR1987718?locationHierarchy1=2fcb99c455831013ea52fb338f2932d8\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Developer Technology Engineer, Public Sector\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"151e4469-f24c-42e1-afd4-677d1c095e4a\",\n        \"date_posted\": 1734121548,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649184,\n        \"url\": \"https://vertexinc.wd1.myworkdayjobs.com/en-US/VertexInc/job/Remote-USA/Software-Developer--New-Grad--Summer-2025-Start-_JR101601-2\",\n        \"company_name\": \"Vertex\",\n        \"title\": \"New Grad 2025: Software Developer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"28a53200-343d-4a4a-8042-8b6c48c64728\",\n        \"date_posted\": 1734284687,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734284881,\n        \"url\": \"https://university-uber.icims.com/jobs/138477/job\",\n        \"company_name\": \"Uber\",\n        \"title\": \"New Grad 2025: Software Engineer I\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3d25a49e-9479-4a54-8b74-2211dd2a4286\",\n        \"date_posted\": 1734284881,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649186,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Developer-Technology-Engineer--CPU-Performance---New-College-Grad-2025_JR1992891?source=cvrve\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Developer Technology Engineer, CPU Performance\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cb59e0f8-ffb0-46d9-9ec1-6fe8be5bffb0\",\n        \"date_posted\": 1734470767,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653326,\n        \"url\": \"https://boards.greenhouse.io/dagsterlabs/jobs/6300588003\",\n        \"company_name\": \"Dagster Labs\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Minneapolis, MN\",\n            \"San Francisco, CA\",\n            \"New York, NY\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b676caf2-4323-43a6-9229-691ad21bb3e5\",\n        \"date_posted\": 1734470898,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734571915,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1790628/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"35892800-1a04-4689-9bcb-735791b15fa1\",\n        \"date_posted\": 1734571915,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734572001,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1792833/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Developer Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"70a0fdb7-d120-4998-8502-c573614e4864\",\n        \"date_posted\": 1734572001,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653328,\n        \"url\": \"https://boards.greenhouse.io/wehrtyou/jobs/6166374?gh_src=b79c7b511us&source=cvrve\",\n        \"company_name\": \"Hudson River Trading\",\n        \"title\": \"New Grad 2025: Algorithm Developer -- PhD\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d1cb5a22-1c08-4d33-bd5f-918cae46d348\",\n        \"date_posted\": 1734573590,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734733355,\n        \"url\": \"https://careers.netapp.com/job/-/-/27600/74637842464\",\n        \"company_name\": \"NetApp\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"San Jose\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"hutiechuan\",\n        \"id\": \"2690ebe9-b681-408b-88ee-9ff2b0685f8f\",\n        \"date_posted\": 1734733355,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649189,\n        \"url\": \"https://expedia.wd5.myworkdayjobs.com/en-US/private/job/Austin-Domain-11---HomeAway/Software-Development-Engineer-I---Marketplace-Technology_R-93087-1\",\n        \"company_name\": \"Expedia\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"85d4bb7d-edcc-452e-b42d-99257b34ee08\",\n        \"date_posted\": 1734733541,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649191,\n        \"url\": \"https://statestreet.wd1.myworkdayjobs.com/en-US/Global/job/Burlington-Massachusetts/Software-Engineer-I---Senior-Associate---Charles-River-Development-6_R-756578\",\n        \"company_name\": \"State Street\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Burlington, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f5a82856-57ba-48eb-8330-998f8e3c7dc3\",\n        \"date_posted\": 1734733578,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649196,\n        \"url\": \"https://manulife.wd3.myworkdayjobs.com/en-US/MFCJH_AdminJobs/job/Boston-Massachusetts/Software-Engineering-New-Graduate-Program-2025_JR24061536\",\n        \"company_name\": \"Manulife Financial Corporation\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"52ff2f4e-344d-4134-9053-cc7c7f28b715\",\n        \"date_posted\": 1734733626,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734734400,\n        \"url\": \"https://www.digicert.com/careers?gh_jid=7780735002\",\n        \"company_name\": \"Digicert\",\n        \"title\": \"Junior Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"54e90720-c52b-445f-8ee9-13e313d21ea7\",\n        \"date_posted\": 1734734400,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734891923,\n        \"url\": \"https://careers.yardi.com/openings/job-posting/RES24423720/\",\n        \"company_name\": \"Yardi\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Santa Barbara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4790bbd0-7417-49d0-a833-431c0a8acc36\",\n        \"date_posted\": 1734891923,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734892165,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2858925/programmer-analyst-2025-us\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Programmer Analyst\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0656d8e9-9cf5-4bc1-8d69-f60848185dbb\",\n        \"date_posted\": 1734892165,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649198,\n        \"url\": \"https://nike.wd1.myworkdayjobs.com/en-US/nke/job/Beaverton-Oregon/Machine-Learning-Engineer-I_R-45600\",\n        \"company_name\": \"Nike\",\n        \"title\": \"Machine Learning Engineer I\",\n        \"locations\": [\n            \"Beaverton, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a06160cb-aa20-4801-ac98-4456b5b9d8af\",\n        \"date_posted\": 1734892417,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734892519,\n        \"url\": \"https://careers.peraton.com/jobs/software-engineer-associate-annapolis-junction-maryland-147065-jobs--information-technology--?iis=Job%2BBoard&iisn=cvrve\",\n        \"company_name\": \"Peraton\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"256ee1a5-b46f-4460-885b-3fce50aa9f5b\",\n        \"date_posted\": 1734892519,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735737874,\n        \"url\": \"https://careers.adobe.com/us/en/job/R148175/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Lehi, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4102bb52-47d4-4573-ada4-92dcd489f63d\",\n        \"date_posted\": 1734892655,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734892831,\n        \"url\": \"https://careers.netapp.com/job/-/-/27600/74637843680\",\n        \"company_name\": \"NetApp\",\n        \"title\": \"Entry Level Software Engineer - Cloud\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Boulder, CO\",\n            \"Waltham, MA\",\n            \"Research Triangle Park, NC\",\n            \"Wichita, KS\",\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9cbf5a40-699c-46b8-8ae0-4bf0b3955991\",\n        \"date_posted\": 1734892831,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734895439,\n        \"url\": \"https://careers.wexinc.com/us/en/job/WEXWEXUSR16769EXTERNALENUS/AI-Productivity-Engineer?utm_source=cvrve&utm_medium=phenom-feeds\",\n        \"company_name\": \"Wex\",\n        \"title\": \"AI Productivity Engineer\",\n        \"locations\": [\n            \"Portland, ME\",\n            \"Boston, MA\",\n            \"Dallas, TX\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"92af6bdb-e034-4cd9-af7f-fb6c4abf406d\",\n        \"date_posted\": 1734895439,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734908961,\n        \"url\": \"https://jobs.intel.com/en/job/-/-/599/74785462432\",\n        \"company_name\": \"Intel\",\n        \"title\": \"Junior Compiler Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0098af83-4216-4af0-b626-dc47404d4872\",\n        \"date_posted\": 1734908961,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1734908994,\n        \"url\": \"https://careers.ibm.com/job/21209254/software-developer-markham-ca/?codes=SN_Cvrve\",\n        \"company_name\": \"IBM\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"Markham, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"50135d62-7bd5-4d27-96a0-684833b682db\",\n        \"date_posted\": 1734908994,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735005910,\n        \"url\": \"https://jobs.ashbyhq.com/quora/ddff2781-86fa-4b9a-b18b-891ea775b105?utm_source=Cvrve\",\n        \"company_name\": \"Quora\",\n        \"title\": \"New Grad 2025: Machine Learning Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a80d3249-456a-44c9-9a14-3f442b7f42d1\",\n        \"date_posted\": 1735005910,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735007077,\n        \"url\": \"https://www.workatastartup.com/jobs/71520\",\n        \"company_name\": \"Promi\",\n        \"title\": \"Founding Engineer - YC\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"505322bd-aa8b-4d5b-81c9-e716341a177d\",\n        \"date_posted\": 1735007077,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735317353,\n        \"url\": \"https://recruitment.macquarie.com/en_US/careers/JobDetail?jobId=13962#\",\n        \"company_name\": \"Macquarie\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Philadelphia, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3706db9e-cade-48c9-b9c2-c75f16381457\",\n        \"date_posted\": 1735317353,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735317502,\n        \"url\": \"https://www.metacareers.com/jobs/1108948753413269\",\n        \"company_name\": \"Meta\",\n        \"title\": \"Software Engineer, Systems ML\",\n        \"locations\": [\n            \"Sunnyvale, CA\",\n            \"Bellevue, WA\",\n            \"Menlo Park, CA\",\n            \"New York, NY\",\n            \"Remote\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b01f1cf2-10ce-4c6d-9992-155708788693\",\n        \"date_posted\": 1735317502,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649201,\n        \"url\": \"https://medimpact.wd5.myworkdayjobs.com/en-US/MedImpact/job/San-Diego-CA/Software-Engineer-I_JR101414?source=Cvrve+Job+Search\",\n        \"company_name\": \"MedImpact\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"286f7800-2700-43b4-a11e-e117957a1a47\",\n        \"date_posted\": 1735317662,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735318538,\n        \"url\": \"https://jobs.worldpay.com/jobs/JR0602964-0\",\n        \"company_name\": \"worldpay\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Cincinnati, OH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ab507d46-9845-4282-be23-00889fbe2bbf\",\n        \"date_posted\": 1735317797,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735317888,\n        \"url\": \"https://trimblecareers.trimble.com/careers/job/171825005072?microsite=trimble.com&domain=trimble.com\",\n        \"company_name\": \"Trimble\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Princeton, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bbe92ec0-7821-4fc5-9560-9ebb730f5096\",\n        \"date_posted\": 1735317888,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735317928,\n        \"url\": \"https://careers.gmfinancial.com/jobs/47916?mode=apply&iis=cvrve&lang=en-us\",\n        \"company_name\": \"GM Financial\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Arlington, TX\",\n            \"Irving, TX\",\n            \"Dallas, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3144eac3-c6e9-4d23-9be2-92c79636c04c\",\n        \"date_posted\": 1735317928,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735318085,\n        \"url\": \"https://careers.jobscore.com/careers/edmunds/jobs/associate-software-engineer-dfR42QZjnp5PGnmYbzvkgd\",\n        \"company_name\": \"Edmonds\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0f1e6d0b-06e8-41c6-ba86-7ea115fc372a\",\n        \"date_posted\": 1735318085,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735737980,\n        \"url\": \"https://quantiqpartners.zapier.app/hardware-developer-new-graduate\",\n        \"company_name\": \"Quantiq Partners\",\n        \"title\": \"New Grad: Hardware Developer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"Abinavraj5427\",\n        \"id\": \"cdefbd6b-57c7-4ed0-bafe-965afdf6184a\",\n        \"date_posted\": 1735737980,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735738015,\n        \"url\": \"https://quantiqpartners.zapier.app/software-developer-new-graduate\",\n        \"company_name\": \"Quantiq Partners\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"Abinavraj5427\",\n        \"id\": \"74d96055-139b-43d8-90d3-74836e933a41\",\n        \"date_posted\": 1735738015,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735738257,\n        \"url\": \"https://boards.eu.greenhouse.io/invisibletech/jobs/4501055101\",\n        \"company_name\": \"Invisible\",\n        \"title\": \"Forward Deployed Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4c1312a2-48d4-40aa-b38d-ad1894f900c3\",\n        \"date_posted\": 1735738257,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653329,\n        \"url\": \"https://job-boards.greenhouse.io/optoinvest/jobs/6312390003\",\n        \"company_name\": \"Opto\",\n        \"title\": \"Software Engineer, Applied AI\",\n        \"locations\": [\n            \"New York, NY\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"439b85d2-f424-4930-a047-57f6dbc8ce60\",\n        \"date_posted\": 1735738323,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735738356,\n        \"url\": \"https://job-boards.greenhouse.io/optoinvest/jobs/6312400003\",\n        \"company_name\": \"Opto\",\n        \"title\": \"Software Engineer, Backend\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ba31952d-75d8-44ec-b676-91348fb6c2ff\",\n        \"date_posted\": 1735738356,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653330,\n        \"url\": \"https://job-boards.greenhouse.io/optoinvest/jobs/6312397003\",\n        \"company_name\": \"Opto\",\n        \"title\": \"Software Engineer, Data\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bc7092ea-0cbd-4b4d-8f54-28fa14d99763\",\n        \"date_posted\": 1735738381,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653330,\n        \"url\": \"https://job-boards.greenhouse.io/optoinvest/jobs/6312401003\",\n        \"company_name\": \"Opto\",\n        \"title\": \"Software Engineer, Product\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8fc0ca01-2575-4557-baab-3572b47168f7\",\n        \"date_posted\": 1735738415,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735738459,\n        \"url\": \"https://jobs.exxonmobil.com/ExxonMobil/job/Calgary-Software-Developer-New-Grad-AB/1243481200\",\n        \"company_name\": \"ExxonMobil\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Calgary, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e26738ec-f94f-4c8f-9a16-b2bd282bce37\",\n        \"date_posted\": 1735738459,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735827064,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1798164\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - AI/ML\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fa419028-a768-414a-8696-e666b60121fa\",\n        \"date_posted\": 1735827064,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735827099,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1798161\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e1772c07-634d-4e64-baa7-49a4d2dd4824\",\n        \"date_posted\": 1735827099,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735827149,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1798162\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"28372a69-4c09-4fa6-8e6b-150f8f5bfbf4\",\n        \"date_posted\": 1735827149,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735827286,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1798166\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ef135966-fad9-4768-9216-a6511992b92f\",\n        \"date_posted\": 1735827286,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735827485,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1798165\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Security\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"70ec5367-99a1-48db-aff4-d735b2161d62\",\n        \"date_posted\": 1735827485,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1735827527,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1798163\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1cdb4353-486e-4849-8801-efd5c1058d7f\",\n        \"date_posted\": 1735827527,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649204,\n        \"url\": \"https://ncr.wd1.myworkdayjobs.com/ext_contractors/job/ATLANTA-GA-USA/Software-Engineer_R0148970\",\n        \"company_name\": \"NCR Voyix\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8cc2f9cb-0a79-4d0a-b1c9-486270c72bcd\",\n        \"date_posted\": 1736178776,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649207,\n        \"url\": \"https://ncr.wd1.myworkdayjobs.com/ext_contractors/job/ATLANTA-GA-USA/Software-Engineer-I_R0148800-1\",\n        \"company_name\": \"NCR Voyix\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f70d2755-96b8-4958-9020-e083fa65fe45\",\n        \"date_posted\": 1736178808,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736178858,\n        \"url\": \"https://boards.greenhouse.io/embed/job_app?token=6509245&gh_src=be8ebc4b1\",\n        \"company_name\": \"Tower Research Capital\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Charleston, SC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2ebd0e15-0871-401c-ab16-291516814909\",\n        \"date_posted\": 1736178858,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649210,\n        \"url\": \"https://autostore.wd3.myworkdayjobs.com/autostore/job/Denver-USA/Software-Engineer_JR101988\",\n        \"company_name\": \"AutoStore\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"81584a50-06d4-4378-b1d5-dd99a0b2eaf3\",\n        \"date_posted\": 1736179031,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650079,\n        \"url\": \"https://jobs.lever.co/arrivelogistics/c5ca8ff3-7c58-4b8b-97bb-1b2476b63060\",\n        \"company_name\": \"Arrive Logistics\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fee295ad-ee33-4b72-adaa-c7bad0dd8a86\",\n        \"date_posted\": 1736179089,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736179367,\n        \"url\": \"https://jobs.apple.com/en-us/details/200550452/embedded-soc-driver-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Embedded SoC Driver Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3e6fe7d0-c19d-4446-95ab-2d00da13b3d9\",\n        \"date_posted\": 1736179367,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649213,\n        \"url\": \"https://cubic.wd1.myworkdayjobs.com/cubic_USA_careers/job/San-Diego-California/Associate-Software-Engineer_REQ_43035\",\n        \"company_name\": \"Cubic Defense\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"08d22927-b054-4cc6-ae3d-1f478b29e077\",\n        \"date_posted\": 1736195226,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736195499,\n        \"url\": \"https://careers.honda.com/job/Marysville-Engineering-Development-Program-May-2025-Graduates-OH-43040/1196378800/\",\n        \"company_name\": \"Honda\",\n        \"title\": \"New Grad 2025: Engineering Development Program\",\n        \"locations\": [\n            \"Marysville, OH\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4c99dda4-2570-4ba9-8a35-0dfe2c70f856\",\n        \"date_posted\": 1736195499,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649216,\n        \"url\": \"https://csiweb.wd1.myworkdayjobs.com/CSI_Careers/job/Remote-USA/Software-Engineer-I_R-100074?source=cvrve\",\n        \"company_name\": \"CSI\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Amarillo, TX\",\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"de5a92a5-c44f-45f2-aac3-1b7fb3aa8c6b\",\n        \"date_posted\": 1736195600,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736231886,\n        \"url\": \"https://careers.nrgenergy.com/SMARTHOMES/job/Software-Engineer%2C-iOS-UT-84043/1247898800/\",\n        \"company_name\": \"Vivint\",\n        \"title\": \"Software Engineer, iOS\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3ef7e2fa-8760-4d67-9274-328bdca0561e\",\n        \"date_posted\": 1736231886,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649219,\n        \"url\": \"https://brooksauto.wd1.myworkdayjobs.com/Brooks_External_Site/job/Chelmsford-MA/Software-Engineer---Rotation-Program_R2291-1\",\n        \"company_name\": \"Brooks\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Chelmsford, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7a4c38ba-6f54-4deb-ab07-a688e5f486c5\",\n        \"date_posted\": 1736231925,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736231978,\n        \"url\": \"https://careers.t-mobile.com/software-engineer/job/384BCDA90974543D2B8B7844B750F5CB\",\n        \"company_name\": \"T-Mobile\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Bellevue, WA\",\n            \"Denver, CO\",\n            \"Frisco, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8bef29e4-38b5-4265-a91e-5a316a81b4ad\",\n        \"date_posted\": 1736231978,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736368173,\n        \"url\": \"https://eaton.eightfold.ai/careers/job/687221516516?domain=eaton.com\",\n        \"company_name\": \"Eaton\",\n        \"title\": \"Firmware Engineering Intern\",\n        \"locations\": [\n            \"Menomonee Falls\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"81d5a31a-97f5-4f55-bc59-9d1fc7a95106\",\n        \"date_posted\": 1736368090,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1736368219,\n        \"url\": \"https://careers.na.panasonic.com/jobs/39950/job\",\n        \"company_name\": \"Panasonic\",\n        \"title\": \"Web Application Developer Intern\",\n        \"locations\": [\n            \"Irvine, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e26945ea-f4a7-484c-8285-836e6a5b6d79\",\n        \"date_posted\": 1736368129,\n        \"company_url\": \"\",\n        \"is_visible\": false\n    },\n    {\n        \"date_updated\": 1736382418,\n        \"url\": \"https://careers.servicenow.com/jobs/744000035229596/associate-software-engineer/\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3a7b87be-ca9f-4474-b6b4-21bf1b845bad\",\n        \"date_posted\": 1736382418,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736382499,\n        \"url\": \"https://levelsfyi.notion.site/Backend-Software-Engineer-14f80c57d9ae80199b9ccbfb81231dfd\",\n        \"company_name\": \"Levels.fyi\",\n        \"title\": \"Backend Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"009321dd-d1ac-4222-a7c3-388f77da7400\",\n        \"date_posted\": 1736382499,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650080,\n        \"url\": \"https://jobs.lever.co/spotify/57f11f74-0ec4-40a1-aa85-e71eafd9be06\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Data Scientist I\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"758df55d-5db7-4a71-aa70-94d752d09824\",\n        \"date_posted\": 1736382561,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736382605,\n        \"url\": \"https://careers.servicenow.com/jobs/744000034995943/utg-software-engineer-new-college-grad/\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6069c1f8-7a9d-40ea-9ce7-4dbd913505b8\",\n        \"date_posted\": 1736382605,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736382636,\n        \"url\": \"https://www.alloy.com/about/jobs/detail?gh_jid=7798750002&gh_jid=7798750002\",\n        \"company_name\": \"Alloy\",\n        \"title\": \"Junior Full Stack Engineer, Operate\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"addd0495-2d34-42f3-b3d0-9661d6747e40\",\n        \"date_posted\": 1736382636,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1736497803,\n        \"url\": \"https://www.calfus.com/jobopening/a24aef61-edbb-4322-a6be-2f6bac382741\",\n        \"company_name\": \"Calfus\",\n        \"title\": \"Software Engineer \\u2013 Generative AI\",\n        \"locations\": [\n            \"Pleasanton, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b9706deb-01f8-4772-a667-ad54e91e2167\",\n        \"date_posted\": 1736497803,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737066480,\n        \"url\": \"https://careers.adobe.com/us/en/job/ADOBUSR149689EXTERNALENUS/2025-University-Graduate-Software-Engineer\",\n        \"company_name\": \"Adobe\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9d037fdc-d3a9-4eab-b500-e7b3951d0230\",\n        \"date_posted\": 1737066480,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737066554,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2874384/front-end-engineer-2025-spc\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"New Grad 2025: Front-End Engineer\",\n        \"locations\": [\n            \"Newark, NJ\",\n            \"Santa Clara, CA\",\n            \"Bellevue, WA\",\n            \"Seattle, WA\",\n            \"Arlington, VA\",\n            \"New York, NY\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6da0eb7a-e1b9-483b-86dd-528cf268fbba\",\n        \"date_posted\": 1737066554,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650081,\n        \"url\": \"https://jobs.lever.co/pointclickcare/5fbee5aa-8ae0-471a-bd27-a0f7f4a91649\",\n        \"company_name\": \"PointClickCare\",\n        \"title\": \"Associate Data Engineer\",\n        \"locations\": [\n            \"Salt Lake City, UT\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"45981615-602d-4c08-b2fc-1f7de778b9f6\",\n        \"date_posted\": 1737066925,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737066964,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1798155/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Multiple Locations\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"deeef7f6-f2a6-4305-98e1-40295b959075\",\n        \"date_posted\": 1737066964,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737067292,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1800842/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5ee54cf6-5976-4e42-8ee7-93e244aaff78\",\n        \"date_posted\": 1737067292,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737067380,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1800896\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Linux Kernel\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e659e12d-bf6a-415d-a14e-6c59a72c218b\",\n        \"date_posted\": 1737067380,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653331,\n        \"url\": \"https://job-boards.greenhouse.io/twitch/jobs/7766033002?gh_src=0c4ebc182\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0519578e-8a67-4ffc-8bfe-cca6e7d1722f\",\n        \"date_posted\": 1737067907,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737067947,\n        \"url\": \"https://fa-evmr-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/13789?src=SNS-102\",\n        \"company_name\": \"Nokia\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"59eb923c-7627-41ed-9ad2-530ec329bf75\",\n        \"date_posted\": 1737067947,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068030,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2850418/software-dev-engineer-computer-science\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Dev Engineer\",\n        \"locations\": [\n            \"Boston, MA\",\n            \"Austin, TX\",\n            \"New York, NY\",\n            \"Seattle, WA\",\n            \"Arlington, VA\",\n            \"Bellevue, WA\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"745d7591-d17d-453c-9e50-d5000de40815\",\n        \"date_posted\": 1737068030,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068300,\n        \"url\": \"https://www.coalitioninc.com/job-posting?id=4516340005\",\n        \"company_name\": \"Coalition\",\n        \"title\": \"Software Engineer, Servicing\",\n        \"locations\": [\n            \"Canada\",\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eb27687b-5795-4acf-b4ea-1d3c7a039354\",\n        \"date_posted\": 1737068300,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068356,\n        \"url\": \"https://careers.garmin.com/careers-home/jobs/14825?lang=en-us&iss=cvrve\",\n        \"company_name\": \"Garmin\",\n        \"title\": \"Software Engineer 1, Aviation Tools Developer\",\n        \"locations\": [\n            \"Salem, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"716e2168-6e44-43cf-b1a9-2ae0b77841e9\",\n        \"date_posted\": 1737068356,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068680,\n        \"url\": \"https://careers.honeywell.com/us/en/job/req460343?source=IND\",\n        \"company_name\": \"Honeywell\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fe8ec606-83f1-4e03-ae2e-70487b3bc368\",\n        \"date_posted\": 1737068680,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068716,\n        \"url\": \"https://careers.cvent.com/jobs/6982?lang=en-us&iis=cvrve&iisn=cvrve\",\n        \"company_name\": \"Cvent\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Tysons Corner, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e2f062ed-f321-46fc-88d5-59e81f823df2\",\n        \"date_posted\": 1737068716,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068758,\n        \"url\": \"https://recruiting2.ultipro.com/QUV1000QUVP/JobBoard/a39a76be-67b5-4156-9241-205a122ce850/OpportunityDetail?opportunityId=cbbbd875-41ac-4f57-8e3e-c8247e616a5e&source=cvrve\",\n        \"company_name\": \"QuVa\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Minneapolis, MN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aaeade5b-4f8f-4a54-8ee6-7d4e3803bc0f\",\n        \"date_posted\": 1737068758,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650083,\n        \"url\": \"https://jobs.lever.co/floqast/b8ca2880-e07d-42f4-b2f1-fa32e677171d\",\n        \"company_name\": \"FloQast\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"United States\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"17df6c97-edb0-4a8b-bf57-4cee898da8c4\",\n        \"date_posted\": 1737068793,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068869,\n        \"url\": \"https://careers.hpe.com/us/en/job/1177590/Software-Engineering-Graduate?utm_source=cvrve\",\n        \"company_name\": \"HPE\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Spring, TX\",\n            \"Bloomington, MN\",\n            \"Chippewa Falls, WI\",\n            \"Andover, MA\",\n            \"Durham, NC\",\n            \"Ft. Collins, CO\",\n            \"Milpitas, CA\",\n            \"Roseville, CA\",\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"61df6063-f97e-4002-a78c-03152a1f0e8c\",\n        \"date_posted\": 1737068869,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737068917,\n        \"url\": \"https://aexp.eightfold.ai/careers/job/25817839?hl=en&domain=aexp.com&utm_source=cvrve\",\n        \"company_name\": \"American Express\",\n        \"title\": \"New Grad 2025: Software Engineer II -- Masters\",\n        \"locations\": [\n            \"Phoenix, AZ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9d6febe6-2ce9-4735-bdfc-b35ea65052f6\",\n        \"date_posted\": 1737068917,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1750198823,\n        \"url\": \"https://job-boards.greenhouse.io/patterndata/jobs/4478536007\",\n        \"company_name\": \"Patterndata\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d1c92d14-0921-4a51-a8fe-934adc55fcfa\",\n        \"date_posted\": 1737068951,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737069011,\n        \"url\": \"https://recruit.hirebridge.com/v3/Jobs/JobDetails.aspx?jid=600992&source=cvrve&cid=7743\",\n        \"company_name\": \"Vertafore\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Melville, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9416b8f3-20ee-4d33-a30a-6b604f42afcc\",\n        \"date_posted\": 1737069011,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649221,\n        \"url\": \"https://leidos.wd5.myworkdayjobs.com/External/job/6314-RemoteTeleworker-US/Junior-Data-Scientist_R-00151334?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Leidos\",\n        \"title\": \"Junior Data Scientist\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"828e6213-c7db-47ea-b421-d78da0861c93\",\n        \"date_posted\": 1737069122,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737069182,\n        \"url\": \"https://jobs.jobvite.com/splunk-careers/job/oXFfvfw6?nl=1&nl=1&fr=false&utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Splunk\",\n        \"title\": \"New Grad 2025: Frontend Software Engineer\",\n        \"locations\": [\n            \"Denver, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1c9e8490-fd2a-4e7a-aa0d-ecd7a54f3cea\",\n        \"date_posted\": 1737069182,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649224,\n        \"url\": \"https://broadcom.wd1.myworkdayjobs.com/External_Career/job/USA-Colorado-Colorado-Springs-4420-Arrowswest-Drive/Software-Engineer-2_R021388?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Broadcom\",\n        \"title\": \"Software Engineer 1\",\n        \"locations\": [\n            \"Colorado Springs, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a61ea693-5a08-44f1-a676-f8ec65135c7f\",\n        \"date_posted\": 1737069244,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649226,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/Capital_One/job/Toronto-ON/Associate--Software-Engineer---New-Grad_R205487?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad: Associate Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"38d5a06c-4837-40b4-a294-aa2a9bc2ce17\",\n        \"date_posted\": 1737069353,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650084,\n        \"url\": \"https://jobs.lever.co/whoop/4b7dd77d-571c-492e-bc7c-2388d8479d1b\",\n        \"company_name\": \"Whoop\",\n        \"title\": \"Android Engineer I\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b8b5f1bf-22fa-44ec-b9fd-521ad7571855\",\n        \"date_posted\": 1737069457,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649230,\n        \"url\": \"https://relx.wd3.myworkdayjobs.com/en-US/RiskSolutions/job/Oklahoma-City-OK/Software-Engineer-I_R89009?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"LexisNexis\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Oklahoma City, OK\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2bfd0b5e-0f5a-450e-b12a-2e2472168961\",\n        \"date_posted\": 1737069593,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737069796,\n        \"url\": \"https://jobs.erieinsurance.com/job/Erie-Associate-Software-Engineer-PA-16506/1250895600/?utm_source=cvrve\",\n        \"company_name\": \"Erie Insurance\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Erie, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4d247e20-6949-4a5f-af0c-abcb27e3056b\",\n        \"date_posted\": 1737069796,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737069837,\n        \"url\": \"https://apply.deloitte.com/careers/JobDetail/Software-Engineer-LvL0-TS-SCI-Poly-Required-Fort-Meade-MD/206353?source=cvrve\",\n        \"company_name\": \"Deloitte\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Fort Meade, MD\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ea34e4ac-7aaa-4e64-9002-9f792c2636e9\",\n        \"date_posted\": 1737069837,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737069961,\n        \"url\": \"https://current.com/careers/open-positions/?id=6422297&gh_jid=6422297\",\n        \"company_name\": \"Current\",\n        \"title\": \"Software Engineer, iOS\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c138954b-fecf-47db-b0a6-394c04a37d47\",\n        \"date_posted\": 1737069961,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653332,\n        \"url\": \"https://job-boards.greenhouse.io/tigergraph/jobs/6535822?utm_source=cvrve+job+board&utm_medium=cvrve&gh_src=cvrve+job+board\",\n        \"company_name\": \"TigerGraph\",\n        \"title\": \"Software Engineer - Infrastructure\",\n        \"locations\": [\n            \"Redwood City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5ca70652-b647-4864-90b8-26e5046174c6\",\n        \"date_posted\": 1737070134,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649232,\n        \"url\": \"https://capitalone.wd12.myworkdayjobs.com/Capital_One/job/Plano-TX/Product-Development-Program-Associate---2025_R189659-1?utm_source=cvrve\",\n        \"company_name\": \"Capital One\",\n        \"title\": \"New Grad 2025: Product Development Program Associate\",\n        \"locations\": [\n            \"Plano, TX\",\n            \"Richmond, VA\",\n            \"Chicago, IL\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4a2b241c-8232-4b92-8084-021b1d90d42f\",\n        \"date_posted\": 1737075540,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649234,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Graphics-Architect--Hardware---New-College-Grad-2025_JR1990458\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: Graphics Architect, Hardware - Masters\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"538d94ee-7653-4ccc-9419-2dc9d43bd81c\",\n        \"date_posted\": 1737498029,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649237,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/Senior-System-Software-Engineer--Autonomous-Vehicles---New-College-Grad-2025_JR1990160-1\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: System Software Engineer, Autonomous Vehicles\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"78c7f64e-0733-4cc5-bf6a-ccfd967f5fcb\",\n        \"date_posted\": 1737498070,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737498594,\n        \"url\": \"https://www.tesla.com/careers/search/job/233299\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Digital Products Engineering\",\n        \"locations\": [\n            \"Fremont, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eda12997-b7ab-4f55-9a28-12ca9da97ae0\",\n        \"date_posted\": 1737498594,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737813711,\n        \"url\": \"https://jobs.apple.com/en-us/details/200588169/software-engineer-large-language-models-generative-ai?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer - Large Language Models & Generative AI\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"69c6700a-1392-4e1f-8063-fbc69cf85d38\",\n        \"date_posted\": 1737813711,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737813857,\n        \"url\": \"https://jobs.apple.com/en-us/details/200576351/junior-server-engineer-health-software?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Junior Server Engineer - Health Software\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"68e6f18e-3d30-4a5b-ba7a-72d3183bbc66\",\n        \"date_posted\": 1737813857,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737813891,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1801555/Software-Engineer\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"da500cf9-bb2f-4010-bd2a-bba2891e527a\",\n        \"date_posted\": 1737813891,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653333,\n        \"url\": \"https://job-boards.greenhouse.io/twilio/jobs/6555677\",\n        \"company_name\": \"Twilio\",\n        \"title\": \"Software Engineer (L1) - Voice Connectivity\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aa3aa1e4-a3df-448f-86d9-5d26924e505c\",\n        \"date_posted\": 1737813919,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737813962,\n        \"url\": \"https://jobs.ashbyhq.com/replicate/41d1c5f7-0f49-4903-9c11-ddfbe2e612cb\",\n        \"company_name\": \"Replicate\",\n        \"title\": \"Creative AI Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"678a9448-8278-4ec3-a2cd-57ef9cad56d2\",\n        \"date_posted\": 1737813962,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814009,\n        \"url\": \"https://jobs.apple.com/en-us/details/200577341/software-engineer-authentication-experience?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, Authentication Experience\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9740275f-a3a3-4712-bdf2-bdfbb6ac877d\",\n        \"date_posted\": 1737814009,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814035,\n        \"url\": \"https://jobs.apple.com/en-us/details/200587770/systems-software-engineer?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Systems Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"0fd4ed1e-9ccd-44e9-85bb-cdc10901b0e0\",\n        \"date_posted\": 1737814035,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814070,\n        \"url\": \"https://www.tesla.com/careers/search/job/235567\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Integration Engineer, Semi Air Generation & Air Processing Systems\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e20db680-1955-4fd8-9a4b-d90aa9d854a4\",\n        \"date_posted\": 1737814070,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814133,\n        \"url\": \"https://jobs.siemens.com/careers/job/563156122820606\",\n        \"company_name\": \"Siemens\",\n        \"title\": \"Software Development Engineer\",\n        \"locations\": [\n            \"Waltham, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"52f0ee05-5c76-4d85-9941-f99805c16a1e\",\n        \"date_posted\": 1737814133,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814163,\n        \"url\": \"https://careers.fedex.com/software-engineer-i-and-ii-gen-ai/job/P25-184075-1\",\n        \"company_name\": \"FedEx\",\n        \"title\": \"Software Engineer I and II - Gen AI\",\n        \"locations\": [\n            \"Memphis, TN\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"eaf330da-7e32-4ee8-8702-a10d9033315a\",\n        \"date_posted\": 1737814163,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814200,\n        \"url\": \"https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/275594\",\n        \"company_name\": \"Oracle\",\n        \"title\": \"Software Developer 1\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1b085d13-b229-4c93-a624-a6e9abc8e7d3\",\n        \"date_posted\": 1737814200,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814310,\n        \"url\": \"https://careers.netapp.com/job/-/-/27600/74637843376\",\n        \"company_name\": \"NetApp\",\n        \"title\": \"Software Engineer - ONTAP\",\n        \"locations\": [\n            \"San Jose, CA\",\n            \"Boulder, CO\",\n            \"Research Triangle Park, NC\",\n            \"Waltham, MA\",\n            \"Cranberry Township, PA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"07667c9a-c4d9-4ebd-8e30-5e33a6cf4594\",\n        \"date_posted\": 1737814310,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1737814348,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2880896/software-development-engineer\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Development Engineer\",\n        \"locations\": [\n            \"Culver City, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5cecd5c6-e220-401d-b931-b5c3f077e8ce\",\n        \"date_posted\": 1737814348,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738171885,\n        \"url\": \"https://www.tesla.com/careers/search/job/236039\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Security Engineer, Energy\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"49ec2878-af1a-4cf9-9bf0-56a1810b919d\",\n        \"date_posted\": 1738171885,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738171916,\n        \"url\": \"https://www.tesla.com/careers/search/job/227478\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Development Engineer, Financial Services\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1710038e-03ff-4870-9660-31faa72c9c8c\",\n        \"date_posted\": 1738171916,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653333,\n        \"url\": \"https://boards.greenhouse.io/nexxen/jobs/7830836002\",\n        \"company_name\": \"Nexxen\",\n        \"title\": \"Software Engineer I, DSP\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cefda374-b47e-43d9-b2aa-d468ebf87a8d\",\n        \"date_posted\": 1738171991,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649239,\n        \"url\": \"https://crowdstrike.wd5.myworkdayjobs.com/crowdstrikecareers/job/USA---Remote-IL/Machine-Learning-Software-Engineer--Remote-_R20338\",\n        \"company_name\": \"Crowdstrike\",\n        \"title\": \"New Grad 2025: Machine Learning Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ec780c3d-0254-48d9-8998-20b3b72cb8bb\",\n        \"date_posted\": 1738172046,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738172104,\n        \"url\": \"https://jobs.apple.com/en-us/details/200588448/usb-c-firmware-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"USB-C Firmware Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f9b41323-ece5-4b93-aebc-d3fd4d80ee2b\",\n        \"date_posted\": 1738172104,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738172143,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2878819/software-engineer-api-platform\",\n        \"company_name\": \"Twitch\",\n        \"title\": \"Software Engineer API Platform\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3eb6e8a9-4b53-4419-b159-7a8dea769596\",\n        \"date_posted\": 1738172143,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738172278,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2880523/system-development-engineer-i-realm\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer I, REALM\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ded27f6c-9723-4229-bb8b-25f6c6a7a141\",\n        \"date_posted\": 1738172278,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653334,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4403374007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Technical Support Engineer\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6399631b-2050-40d9-abbe-cc682ae74568\",\n        \"date_posted\": 1738172467,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653334,\n        \"url\": \"https://job-boards.greenhouse.io/verkada/jobs/4631960007\",\n        \"company_name\": \"Verkada\",\n        \"title\": \"New Grad 2025: Software Engineer, Security\",\n        \"locations\": [\n            \"San Mateo, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"83f9e6e0-8eb4-47ea-af65-65722ebf50b6\",\n        \"date_posted\": 1738172505,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738172575,\n        \"url\": \"https://careers.datadoghq.com/detail/6549568/?gh_jid=6549568\",\n        \"company_name\": \"Datadog\",\n        \"title\": \"Software Engineer - Distributed Storage\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"122960ca-aade-4cc4-9d72-5444b6db422c\",\n        \"date_posted\": 1738172575,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738172613,\n        \"url\": \"https://www.tesla.com/careers/search/job/235862\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Training Performance, AI Infrastructure\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b5ef92e0-5f6c-4d00-833a-550f85835dde\",\n        \"date_posted\": 1738172613,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738269354,\n        \"url\": \"https://hdjq.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/25014036\",\n        \"company_name\": \"Emerson\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f2776822-d701-4293-8843-19867b715f72\",\n        \"date_posted\": 1738269354,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738269390,\n        \"url\": \"https://recruiting.paylocity.com/Recruiting/Jobs/Details/3005835\",\n        \"company_name\": \"Itential\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1abe2e59-c5a8-450f-ab32-8db89830b0ff\",\n        \"date_posted\": 1738269390,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738269428,\n        \"url\": \"https://xerox.avature.net/en_US/careers/JobDetail/Associate-Software-Engineer/45787\",\n        \"company_name\": \"Xerox\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Webster, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b7bf6819-c2a5-4f13-90e0-142ba0be273d\",\n        \"date_posted\": 1738269428,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738269934,\n        \"url\": \"https://jobs.ashbyhq.com/first-resonance/74280f58-291e-4663-b283-1b01dff5e32d\",\n        \"company_name\": \"First Resonance\",\n        \"title\": \"Forward Deployed Software Engineer\",\n        \"locations\": [\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"07cac80c-e16d-437e-8f68-4060dc8de7bf\",\n        \"date_posted\": 1738269934,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1749187626,\n        \"url\": \"https://intactfc.wd3.myworkdayjobs.com/en-US/intactfc/job/Tech-Development-Program--New-Grad-_R144797\",\n        \"company_name\": \"Intact\",\n        \"title\": \"New Grad Tech Development Program\",\n        \"locations\": [\n            \"Montreal, Canada\",\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"jsiy\",\n        \"id\": \"50149e1b-619b-4e69-96f0-ffc527b21d0a\",\n        \"date_posted\": 1738777163,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653335,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4523725005\",\n        \"company_name\": \"Scale AI\",\n        \"title\": \"New Grad: Software Engineer, Security Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"abb2d1a7-82ce-4b0a-a2f9-e262ac404c63\",\n        \"date_posted\": 1738777277,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738777526,\n        \"url\": \"https://fa-epmd-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_3001/job/10441\",\n        \"company_name\": \"Linamar Corporation\",\n        \"title\": \"Jr. Security Engineer\",\n        \"locations\": [\n            \"Guelph, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f3bba07f-963b-4084-971f-6da7a433df89\",\n        \"date_posted\": 1738777526,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738777790,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446703752679\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"DSP Systems Engineer\",\n        \"locations\": [\n            \"Markham, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5bd01b50-d359-415b-bfe5-0897e32d0503\",\n        \"date_posted\": 1738777790,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738777982,\n        \"url\": \"https://jobs.canadalife.com/job/London-Software-Developer-ON/1168113501/\",\n        \"company_name\": \"Canadalife\",\n        \"title\": \"Software Developer\",\n        \"locations\": [\n            \"London, Canada\",\n            \"Winnipeg, MB\",\n            \"Toronto, ON\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2e870e6f-a4f3-4abc-a103-d73d9c7255ba\",\n        \"date_posted\": 1738777982,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738778036,\n        \"url\": \"https://www.tesla.com/careers/search/job/225951\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Gateway\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"053b95a9-83d2-454d-8c7e-227161e0ec68\",\n        \"date_posted\": 1738778036,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738778078,\n        \"url\": \"https://www.amentumcareers.com/jobs/entry-level-software-engineer-fredericksburg-virginia-united-states-0b166b34-64fc-4b03-b80d-30b294ce7494?source=cvrve&utm_source=cvrve\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"Fredericksburg, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8a9ce43c-a0e1-40e1-9a94-b8adf37f1add\",\n        \"date_posted\": 1738778078,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738778201,\n        \"url\": \"https://join.softheon.com/_/j/7C007B52A6/\",\n        \"company_name\": \"Softheon\",\n        \"title\": \"Software Engineer I - Membership\",\n        \"locations\": [\n            \"Pittsburgh, PA\",\n            \"Charlotte, NC\",\n            \"Philadelphia, PA\",\n            \"Baltimore, MD\",\n            \"Jacksonville, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"154a3890-5481-4318-ae4a-c22f3c57cf8a\",\n        \"date_posted\": 1738778201,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1738779020,\n        \"url\": \"https://www.amentumcareers.com/jobs/software-engineer-fredericksburg-virginia-united-states-d3fdf0f5-1054-4277-b4b2-51a08984cd21?source=cvrve&utm_source=cvrve\",\n        \"company_name\": \"Amentum\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Fredericksburg, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d9355230-4bd6-444c-935b-2572f5d47c1d\",\n        \"date_posted\": 1738779020,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649245,\n        \"url\": \"https://cvshealth.wd1.myworkdayjobs.com/cvs_health_careers/job/Irving-750-West-John-Carpenter/Software-Engineer_R0491710\",\n        \"company_name\": \"CVS Health\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"fc8c152a-ff5f-4b32-a5b2-4c5c23f9aff5\",\n        \"date_posted\": 1738788537,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649247,\n        \"url\": \"https://cvshealth.wd1.myworkdayjobs.com/en-US/cvs_health_careers/job/TX---Irving/Associate-Software-Engineer_R0488960?q=Associate%20Software%20Engineer\",\n        \"company_name\": \"CVS Health\",\n        \"title\": \"Associate Software Engineer\",\n        \"locations\": [\n            \"Irving, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bd29bcc2-748d-4a54-9349-04b16ed28cf1\",\n        \"date_posted\": 1738788566,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739283092,\n        \"url\": \"https://www.janestreet.com/join-jane-street/position/6938980002/\",\n        \"company_name\": \"Jane Street\",\n        \"title\": \"Quantitative Trader\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8dfdd0cf-ad9b-4aa2-87ae-2c833c939985\",\n        \"date_posted\": 1739283092,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739283173,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/job/1803782/Software-Engineer---CTJ---Poly\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"Redmond, WA\",\n            \"Reston, VA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2a10a0cd-89d0-40c0-9776-9c0823a650c2\",\n        \"date_posted\": 1739283173,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682057,\n        \"url\": \"https://www.tesla.com/careers/search/job/237078\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Tooling, Simulation\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ed7d9c82-f1ef-46e1-ba50-9ddb1a57cf8c\",\n        \"date_posted\": 1739682057,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682100,\n        \"url\": \"https://www.tesla.com/careers/search/job/225768\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"DevOps Systems Engineer, Platform Storage Engineering\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"42e7cc5d-f4bd-4018-9717-14532e8bd9e4\",\n        \"date_posted\": 1739682100,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682149,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2900851/systems-development-engineer-i-live-and-on-demand-video-delivery-prime-video-delivery-technology\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Systems Development Engineer I - Prime Video\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8f33c2da-5862-4540-bfa5-a4749caa51d1\",\n        \"date_posted\": 1739682149,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682238,\n        \"url\": \"https://apply.deshawresearch.com/careers/Register?pipelineId=604&source=cvrve+Website\",\n        \"company_name\": \"D.E Shaw Research\",\n        \"title\": \"Software Developer Associate\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"118498f0-2f4f-410a-b09e-777ea89a072e\",\n        \"date_posted\": 1739682238,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653336,\n        \"url\": \"https://job-boards.greenhouse.io/whatnot/jobs/5426160004\",\n        \"company_name\": \"Whatnot\",\n        \"title\": \"New Grad 2025: Cloud Security Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Los Angeles, CA\",\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"28d3ac10-2dd6-4da1-be62-98358bc803a9\",\n        \"date_posted\": 1739682396,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682496,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446703513129\",\n        \"company_name\": \"Qualcomm Technologies, Inc\",\n        \"title\": \"Windows on Snapdragon Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"198937c9-3503-4bc7-85b1-bffc655fecc6\",\n        \"date_posted\": 1739682496,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682573,\n        \"url\": \"https://jobs.careers.microsoft.com/global/en/share/1808788/?utm_source=cvrve&utm_campaign=cvrve\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Software Engineer - Fullstack\",\n        \"locations\": [\n            \"Mountain View, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5145952b-70b6-4a8d-b794-389596db3e66\",\n        \"date_posted\": 1739682573,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682622,\n        \"url\": \"https://www.tesla.com/careers/search/job/232033\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Data Engineer, Battery Manufacturing Development\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"3868ce45-5f41-4124-a48b-5b3f34e3d1ef\",\n        \"date_posted\": 1739682622,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682668,\n        \"url\": \"https://lifeattiktok.com/search/7470393349432035591?spread=5MWH5CQ\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"10be61e7-8fcc-4f45-8125-a31e8d6a963f\",\n        \"date_posted\": 1739682668,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682740,\n        \"url\": \"https://ibmglobal.avature.net/en_US/careers/JobDetail?jobId=9530\",\n        \"company_name\": \"IBM\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Markham, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c407a04b-60f2-48e4-9a29-056c57839cc1\",\n        \"date_posted\": 1739682740,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682885,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446702948668\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Machine Learning Framework, Compiler & Performance Engineer\",\n        \"locations\": [\n            \"Markham, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ca07dd84-f82e-43f0-aea0-23902c18fcf7\",\n        \"date_posted\": 1739682885,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682917,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2902980/system-development-engineer-aws-security-software-engineering-aws-security-operations-centre-soc\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"System Development Engineer, AWS Security\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b31f8cf2-91a4-40f7-a8ea-5d073edab66b\",\n        \"date_posted\": 1739682917,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739682999,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2902611/sde-1\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Software Development Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b644097f-5daa-4e91-80c6-afde82bcc600\",\n        \"date_posted\": 1739682999,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739683097,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591258/embedded-real-time-critical-control-firmware-engineer?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Embedded Real Time Critical Control Firmware Engineer\",\n        \"locations\": [\n            \"Sunnyvale, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"844d225f-056f-4e73-aeb4-801297082849\",\n        \"date_posted\": 1739683097,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739683156,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591723/photos-triage-tooling-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Photos Triage & Tooling Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b33204a9-19ba-4266-a413-3b55baa054dd\",\n        \"date_posted\": 1739683156,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739683252,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591567/tools-and-automation-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Tools and Automation Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6021c2bd-cba9-42c7-bb9a-b7fe42492274\",\n        \"date_posted\": 1739683252,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739683380,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591525/software-build-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Build Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7046e392-2af5-4ebf-8343-e7bb5db3de83\",\n        \"date_posted\": 1739683380,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739683515,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591528/software-build-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Build Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e7a4b048-bbff-40a6-a0e4-3bcbc79ce19e\",\n        \"date_posted\": 1739683515,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739822116,\n        \"url\": \"https://boards.greenhouse.io/xai/jobs/4653845007\",\n        \"company_name\": \"xAI\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Memphis, TN\",\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"33941237-ab5d-4b33-8721-7023d6cb62ea\",\n        \"date_posted\": 1739822116,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739822450,\n        \"url\": \"https://jobs.ashbyhq.com/vanta/13d263a6-ba81-4a93-87df-efda33a909bf\",\n        \"company_name\": \"Vanta\",\n        \"title\": \"Software Engineer, Entry Level\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"e77a70a6-59c4-4053-9150-f6ac3f405138\",\n        \"date_posted\": 1739822450,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739884445,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591842/soc-design-integration-synthesis-engineer?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"SoC Design/Integration & Synthesis Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"b3d9a544-8fca-40e3-ba31-e7d49d66e72f\",\n        \"date_posted\": 1739884445,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739884479,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591811/embedded-software-engineer?team=HRDWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Embedded Software Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"674f6b00-5974-4120-b057-23264d8895d6\",\n        \"date_posted\": 1739884479,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739884527,\n        \"url\": \"https://jobs.apple.com/en-us/details/200578360/applied-networking-frameworks-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Applied Networking Frameworks Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9b52641b-fc41-419e-b8fc-eec1a3166ad4\",\n        \"date_posted\": 1739884527,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739884665,\n        \"url\": \"https://www.ycombinator.com/companies/solosuit/jobs/sT3t6VQ-software-engineer?utm_source=syn_cvrve\",\n        \"company_name\": \"SoloSuit - YC\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"13553aaa-a992-4dd5-a107-3247e6c91499\",\n        \"date_posted\": 1739884665,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885025,\n        \"url\": \"https://careers.caterpillar.com/en/jobs/job/r0000292576-2025-cat-digital-early-career-software-engineer/?source=cvrve\",\n        \"company_name\": \"Caterpillar\",\n        \"title\": \"Early Career Software Engineer\",\n        \"locations\": [\n            \"Chicago, IL\",\n            \"Peoria, IL\",\n            \"Irving, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"17bf3812-b449-4bf1-8e9a-448e6536b1fa\",\n        \"date_posted\": 1739885025,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885078,\n        \"url\": \"https://careers.jacobs.com/en_US/careers/JobDetail/Software-Engineer/22934?Src=JB-10147\",\n        \"company_name\": \"Jacobs\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Hudson, NH\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"59a86c67-0e2c-450c-b732-b3b820937f66\",\n        \"date_posted\": 1739885078,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885117,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591889/wireless-charging-firmware-engineer?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Wireless Charging Firmware Engineer\",\n        \"locations\": [\n            \"Cupertino, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1ef828a5-f836-4354-a614-4b7ea4e65bdc\",\n        \"date_posted\": 1739885117,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885154,\n        \"url\": \"https://jobs.apple.com/en-us/details/200559181/software-engineer-tv-app-for-android-mobile-devices?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Software Engineer, TV App\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8423ecbf-9334-4148-817c-cc7c5706bce0\",\n        \"date_posted\": 1739885154,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653337,\n        \"url\": \"https://job-boards.greenhouse.io/sigmacomputing/jobs/6351817003?gh_src=T6c0rh\",\n        \"company_name\": \"Sigma\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"New York City, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"15f9cad5-f5bf-440e-ba17-0efe66dec63a\",\n        \"date_posted\": 1739885255,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885518,\n        \"url\": \"https://www.workatastartup.com/jobs/73199\",\n        \"company_name\": \"Wanderlog - YC\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\",\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d5eac937-e5a3-42a2-925e-805d2b10d615\",\n        \"date_posted\": 1739885518,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885558,\n        \"url\": \"https://www.workatastartup.com/jobs/73200\",\n        \"company_name\": \"Wanderlog - YC\",\n        \"title\": \"New Grad: Full-Stack Software Engineer\",\n        \"locations\": [\n            \"Remote\",\n            \"Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ba60261d-b797-46ca-84e3-0bc9cb183e3d\",\n        \"date_posted\": 1739885558,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1739885687,\n        \"url\": \"https://www.workatastartup.com/jobs/73148\",\n        \"company_name\": \"Duckie - YC\",\n        \"title\": \"Applied AI Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9b32a296-b305-452e-a675-68da6374fdc9\",\n        \"date_posted\": 1739885687,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650085,\n        \"url\": \"https://jobs.lever.co/spotify/35de0846-f4bb-4975-8f21-382b44aa0e40\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Machine Learning Engineer, Personalization\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"cb74d13f-7cd5-4ca1-a6e3-0a7f7b5e437c\",\n        \"date_posted\": 1740423096,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740455410,\n        \"url\": \"https://careers.qualcomm.com/careers/job/446703931834?hl=en-US&domain=qualcomm.com&source=cvrve\",\n        \"company_name\": \"Qualcomm\",\n        \"title\": \"Kernel Services Software Engineer\",\n        \"locations\": [\n            \"San Diego, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"30df19fe-3b56-49e8-961c-81946a6a6231\",\n        \"date_posted\": 1740455410,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740455489,\n        \"url\": \"https://www.jobs.abbott/us/en/job/ABLAUS31110235ENUSEXTERNAL/Clinical-Software-Engineer-I-on-site?utm_source=cvrve&utm_medium=phenom-feeds\",\n        \"company_name\": \"Abbott\",\n        \"title\": \"Clinical Software Engineer I\",\n        \"locations\": [\n            \"Sylmar, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"6aceb39a-b2bb-4a63-ad7f-e4950787f762\",\n        \"date_posted\": 1740455489,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740455549,\n        \"url\": \"https://jobs.spectrum.com/job/-/-/4673/72639289712?utm_source=cvrve\",\n        \"company_name\": \"Spectrum\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Greenwood Village, CO\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"1c707dc1-54e9-416a-aa1f-35cd7d2ed010\",\n        \"date_posted\": 1740455549,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740455661,\n        \"url\": \"https://bluehalo.rec.pro.ukg.net/BLU1030BHAL/JobBoard/bb2ca424-cdd2-4b9f-82f4-4b89ae8b07e3/OpportunityDetail?opportunityId=a4d3f51c-b7f4-4d7d-b2ce-abf2bb598220\",\n        \"company_name\": \"BlueHalo\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Annapolis Junction, MD\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"7ecd059a-6217-4a39-b469-87840f394fc2\",\n        \"date_posted\": 1740455661,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740455881,\n        \"url\": \"https://careers.rivianvw.tech/rivian-vw-group-technology/jobs/22273/job\",\n        \"company_name\": \"Rivian\",\n        \"title\": \"Product Security Privacy Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9d383c43-21f4-49b1-937a-f90494ad2c00\",\n        \"date_posted\": 1740455881,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740455932,\n        \"url\": \"https://phh.tbe.taleo.net/phh04/ats/careers/v2/viewRequisition?org=DCSCORP2&cws=37&rid=6969\",\n        \"company_name\": \"DCSCorp\",\n        \"title\": \"Computer Engineer I\",\n        \"locations\": [\n            \"Sterling Heights, MI\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4c408d88-bf81-4314-b015-11e9a67621be\",\n        \"date_posted\": 1740455932,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740456009,\n        \"url\": \"https://careers.tiktok.com/referral/tiktok/campus/position/7447661470168795410/detail\",\n        \"company_name\": \"TikTok\",\n        \"title\": \"Machine Learning Engineer - Content Ecology - Masters\",\n        \"locations\": [\n            \"San Jose, CA\"\n        ],\n        \"sponsorship\": \"U.S. Citizenship is Required\",\n        \"active\": true,\n        \"source\": \"joemsomi\",\n        \"id\": \"327c8890-b96a-41ff-9a06-e95201c60899\",\n        \"date_posted\": 1740456009,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649250,\n        \"url\": \"https://usaa.wd1.myworkdayjobs.com/en-US/USAAJOBSWD/job/San-Antonio-Home-Office-I/Software-Engineer-Entry-Level_R0107289\",\n        \"company_name\": \"USAA\",\n        \"title\": \"Entry Level Software Engineer\",\n        \"locations\": [\n            \"San Antonio, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"aadc6812-a34e-4168-9266-47b699d5234e\",\n        \"date_posted\": 1740456252,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740456391,\n        \"url\": \"https://jobs.ashbyhq.com/pylon/69b335e7-0264-43ba-a3c3-f2dc8dfb1212?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Pylon\",\n        \"title\": \"New Grad Software Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"9d4668dc-b59c-48b2-9d2c-74aa70a47f6d\",\n        \"date_posted\": 1740456391,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1740456433,\n        \"url\": \"https://jobs.ashbyhq.com/secoda/ad9807e9-a9d3-4247-99d7-37f68995ecd3?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Secoda\",\n        \"title\": \"New Grad Software Engineer\",\n        \"locations\": [\n            \"Toronto, Canada\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8737a270-487c-4391-97ba-84d34dcdac1d\",\n        \"date_posted\": 1740456433,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649252,\n        \"url\": \"https://cox.wd1.myworkdayjobs.com/Cox_External_Career_Site_1/job/Austin-TX/Software-Engineer-I---Austin--TX_R202558269?utm_source=cvrve&ref=cvrve\",\n        \"company_name\": \"Cox Automotive\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"27694d78-e07e-4498-a069-3728c08c0aec\",\n        \"date_posted\": 1740456465,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650086,\n        \"url\": \"https://jobs.lever.co/nominal/3a4d77de-ec7e-44c7-ae86-2f5a6f0dccf0?utm_source=cvrve\",\n        \"company_name\": \"Nominal\",\n        \"title\": \"New Grad 2025: Software Engineer\",\n        \"locations\": [\n            \"New York, NY\",\n            \"Los Angeles, CA\",\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c3646735-1160-4cb7-a214-6b7c1b42a1d7\",\n        \"date_posted\": 1740665344,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649255,\n        \"url\": \"https://globalhr.wd5.myworkdayjobs.com/rec_rtx_ext_gateway/job/IN301-1010-Production-Rd-Ft-Wayne-IN-1010-Production-Road---Fort-Wayne-IN-46808-USA/XMLNAME-2025-Fulltime---Raytheon-Software-Engineer-I--On-site-_01755701\",\n        \"company_name\": \"Raytheon\",\n        \"title\": \"New Grad 2025: Software Engineer I\",\n        \"locations\": [\n            \"Fort Wayne, IN\"\n        ],\n        \"sponsorship\": \"Does Not Offer Sponsorship\",\n        \"active\": false,\n        \"source\": \"briz123\",\n        \"id\": \"4fc80f38-b0e2-4a39-9cde-d1b01c5177a1\",\n        \"date_posted\": 1741482396,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741482650,\n        \"url\": \"https://jobs.lever.co/spotify/e1b2a2a8-2b59-41ae-b8fe-6a072a261073\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Machine Learning Engineer - Content Understanding\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"930cd5a9-2de0-4f50-8d22-aa4ec63c3969\",\n        \"date_posted\": 1741482650,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1753043084,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/ASIC-Verification-Engineer--GPU---New-College-Grad-2025_JR1990169\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Verification Engineer, GPU\",\n        \"locations\": [\n            \"Santa Clara, CA\",\n            \"Austin, TX\",\n            \"Durham, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"110f1040-73fd-4601-8110-10da2dd242f5\",\n        \"date_posted\": 1741482767,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649260,\n        \"url\": \"https://nvidia.wd5.myworkdayjobs.com/en-US/nvidiaexternalcareersite/job/US-CA-Santa-Clara/ASIC-Design-Efficiency-Engineer---New-College-Grad-2025_JR1990204-1\",\n        \"company_name\": \"NVIDIA\",\n        \"title\": \"New Grad 2025: ASIC Design Efficiency Engineer\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"05e36feb-6422-4838-8fa3-6507ca8ff87f\",\n        \"date_posted\": 1741482809,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741482842,\n        \"url\": \"https://www.amazon.jobs/en/jobs/2917089/front-end-engineer-i\",\n        \"company_name\": \"Amazon\",\n        \"title\": \"Front-End Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"007098d9-492d-4765-a4da-828518e6bed4\",\n        \"date_posted\": 1741482842,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741482998,\n        \"url\": \"https://careers.nike.com/software-engineer-i/job/R-45889\",\n        \"company_name\": \"Nike\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Beaverton, OR\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"23f01d1d-ab49-4132-ba75-f0cd7047237c\",\n        \"date_posted\": 1741482998,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741483073,\n        \"url\": \"https://www.exiger.com/careers/?gh_jid=5451647004\",\n        \"company_name\": \"Exiger\",\n        \"title\": \"Software Engineer\",\n        \"locations\": [\n            \"Jersey City, NJ\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2a77c6d1-a45c-44b5-88b7-eeb2aed6d32e\",\n        \"date_posted\": 1741483073,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741483151,\n        \"url\": \"https://boards.greenhouse.io/applovin/jobs/4451556006?gh_jid=4451556006\",\n        \"company_name\": \"AppLovin\",\n        \"title\": \"New Grad: Backend Engineer\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5ffabd14-e8b2-4361-a699-a7044db09442\",\n        \"date_posted\": 1741483151,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741515688,\n        \"url\": \"https://www.tesla.com/careers/search/job/238820\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Frontend Engineer, Vehicle UI\",\n        \"locations\": [\n            \"Hawthorne, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"4d9bfeba-10af-4e3f-bb20-6b2e6338a243\",\n        \"date_posted\": 1741515688,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741515840,\n        \"url\": \"https://job-boards.greenhouse.io/xpengmotors/jobs/7613846002\",\n        \"company_name\": \"XPeng\",\n        \"title\": \"Machine Learning Engineer - LLM, AI & Robotics\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f2a40818-e6cf-4395-9b20-37d08e97c6f9\",\n        \"date_posted\": 1741515840,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649263,\n        \"url\": \"https://silabs.wd1.myworkdayjobs.com/SiliconlabsCareers/job/Austin/Applications-Engineer-I_20355-1?source=cvrve\",\n        \"company_name\": \"Silicon Labs\",\n        \"title\": \"Applications Engineer I\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"32765c03-0506-48b5-b503-5c9e2be77858\",\n        \"date_posted\": 1741516216,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653338,\n        \"url\": \"https://boards.greenhouse.io/spacex/jobs/7824834002?gh_jid=7824834002&gh_src=3c0864192&source=cvrve\",\n        \"company_name\": \"SpaceX\",\n        \"title\": \"Software Engineer, Displays Software\",\n        \"locations\": [\n            \"Hawthorne, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"170f94dd-ba2e-45a4-b6e8-a1e3822d829f\",\n        \"date_posted\": 1741516254,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1741516303,\n        \"url\": \"https://jobs.keysight.com/external/jobs/44953?icims=1\",\n        \"company_name\": \"Keysight\",\n        \"title\": \"R&D Software Engineer\",\n        \"locations\": [\n            \"Santa Rosa, CA\",\n            \"Everett, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a49ab923-2beb-4ef6-a268-01376784456b\",\n        \"date_posted\": 1741516303,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748650088,\n        \"url\": \"https://jobs.lever.co/spotify/e0e61133-039e-4299-9a74-83890bcd390c\",\n        \"company_name\": \"Spotify\",\n        \"title\": \"Backend Engineer\",\n        \"locations\": [\n            \"New York, NY\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"vanshb03\",\n        \"id\": \"e76432fc-7011-4bfe-b165-d254e59eabfc\",\n        \"date_posted\": 1742703175,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743069267,\n        \"url\": \"https://careers.chewy.com/us/en/job/CHINUS6747947EXTERNALENUS/Software-Engineer-I\",\n        \"company_name\": \"Chewy\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Bellevue, WA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"5bf53062-58df-4eb2-aa09-dabf3f303b7c\",\n        \"date_posted\": 1743069267,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743413098,\n        \"url\": \"https://careers.boozallen.com/careers/JobDetail?jobId=109579&source=JB-16280\",\n        \"company_name\": \"Booz Allen\",\n        \"title\": \"Junior Software Developer\",\n        \"locations\": [\n            \"Charleston, SC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a7cf3c1e-cb3b-4467-9ccb-74ca3d089caa\",\n        \"date_posted\": 1743413098,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743413144,\n        \"url\": \"https://cgi.njoyn.com/corp/xweb/xweb.asp?clid=21001&page=jobdetails&jobid=J0824-1734&BRID=1149839&SBDID=943\",\n        \"company_name\": \"CGI\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Lebanon, VA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"bb600abd-d5d9-4a24-a562-b5fe6758fce0\",\n        \"date_posted\": 1743413144,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743413188,\n        \"url\": \"https://cgi.njoyn.com/corp/xweb/xweb.asp?clid=21001&page=jobdetails&jobid=J0824-1617&BRID=1149526&SBDID=943\",\n        \"company_name\": \"CGI\",\n        \"title\": \"New Grad: Software Developer\",\n        \"locations\": [\n            \"Atlanta, GA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"d224dfb3-f885-4d83-b5ef-46f102e71ba5\",\n        \"date_posted\": 1743413188,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649266,\n        \"url\": \"https://cw.wd1.myworkdayjobs.com/External/job/Tampa-Florida-USA/Mobile-Building-Engineer_R268066\",\n        \"company_name\": \"Cushman & Wakefield\",\n        \"title\": \"Mobile Building Engineer\",\n        \"locations\": [\n            \"Tampa, FL\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"a979e9cd-c1b3-4200-a519-2d6a73a7b2db\",\n        \"date_posted\": 1743413237,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653339,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4463083005\",\n        \"company_name\": \"Scale AI\",\n        \"title\": \"New Grad: Software Engineer\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"795cd51b-8c04-47ba-9e88-964a9dc231d2\",\n        \"date_posted\": 1743413292,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748653340,\n        \"url\": \"https://job-boards.greenhouse.io/scaleai/jobs/4537496005\",\n        \"company_name\": \"Scale AI\",\n        \"title\": \"New Grad 2025: Software Engineer, Public Sector\",\n        \"locations\": [\n            \"San Francisco, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ff9b4e1c-46e9-4350-8d2a-7d48548512ba\",\n        \"date_posted\": 1743413338,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649269,\n        \"url\": \"https://woodmac.wd3.myworkdayjobs.com/woodmaccareers/job/Boston-US/Software-Engineer-I_JR1405\",\n        \"company_name\": \"Wood Mackenzie\",\n        \"title\": \"Software Engineer I\",\n        \"locations\": [\n            \"Boston, MA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"8403af46-3d6c-45e6-a184-4792ef89666f\",\n        \"date_posted\": 1743413410,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1748649272,\n        \"url\": \"https://blueorigin.wd5.myworkdayjobs.com/blueorigin/job/Seattle-WA/Software-Development-Engineer-I---Early-Career-2025-University-Grad_R50741\",\n        \"company_name\": \"Blue Origin\",\n        \"title\": \"New Grad 2025: Software Development Engineer I\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Van Horn, TX\",\n            \"Huntsville, AL\",\n            \"Denver, CO\",\n            \"Space Coast, FL\",\n            \"Los Angeles, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": false,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c0260cbe-9b75-4e0f-ad33-c5499cb1f7ab\",\n        \"date_posted\": 1743413534,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743414436,\n        \"url\": \"https://jobs.apple.com/en-us/details/200591437/project-manager-software-development-enterprise-applications?team=SFTWR\",\n        \"company_name\": \"Apple\",\n        \"title\": \"Project Manager, Software Development & Enterprise Applications\",\n        \"locations\": [\n            \"Austin, TX\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"2cbc95fd-6f91-4a4d-9356-e956b1cffb53\",\n        \"date_posted\": 1743414436,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743414520,\n        \"url\": \"https://www.careers.signify.com/global/en/job/357504\",\n        \"company_name\": \"Signify\",\n        \"title\": \"Mobile App Software Engineer\",\n        \"locations\": [\n            \"Menlo Park, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"ca6849da-852d-4a1e-b6f8-5a8ccc4e9e17\",\n        \"date_posted\": 1743414520,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743415563,\n        \"url\": \"https://explore.jobs.netflix.net/careers/job/790301964539\",\n        \"company_name\": \"Netflix\",\n        \"title\": \"Software Engineer, Android Games SDK\",\n        \"locations\": [\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"60fcd287-aa0a-42f3-8f13-1a73a542a6c9\",\n        \"date_posted\": 1743415563,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743415621,\n        \"url\": \"https://jobs.jobvite.com/careers/splunk-careers/job/oLhIvfwZ\",\n        \"company_name\": \"Splunk\",\n        \"title\": \"Frontend Software Engineer\",\n        \"locations\": [\n            \"Seattle, WA\",\n            \"Remote\",\n            \"US\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"80e8ac4c-49ef-44b7-b095-f516734a1fa7\",\n        \"date_posted\": 1743415621,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743415653,\n        \"url\": \"https://jobs.careers.microsoft.com/us/en/job/1816830/Software-Engineer-Fullstack-Charlotte\",\n        \"company_name\": \"Microsoft\",\n        \"title\": \"Fullstack Software Engineer\",\n        \"locations\": [\n            \"Charlotte, NC\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"266cd3b5-0c5c-4cf4-8e1b-61e1babeb92d\",\n        \"date_posted\": 1743415653,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743415729,\n        \"url\": \"https://careers.servicenow.com/jobs/744000050334904/software-engineer-aiml/\",\n        \"company_name\": \"ServiceNow\",\n        \"title\": \"Software Engineer - AI/ML\",\n        \"locations\": [\n            \"Santa Clara, CA\"\n        ],\n        \"sponsorship\": \"Other\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"c1718caa-dcac-49fd-aef0-ffd0fda8de06\",\n        \"date_posted\": 1743415729,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    },\n    {\n        \"date_updated\": 1743415785,\n        \"url\": \"https://www.tesla.com/careers/search/job/227675\",\n        \"company_name\": \"Tesla\",\n        \"title\": \"Software Engineer, Low Voltage & Body Controls Automation\",\n        \"locations\": [\n            \"Palo Alto, CA\"\n        ],\n        \"sponsorship\": \"Offers Sponsorship\",\n        \"active\": true,\n        \"source\": \"cvrve-bot\",\n        \"id\": \"f63995e9-c5a2-4a35-a40b-d9017296ddb7\",\n        \"date_posted\": 1743415785,\n        \"company_url\": \"\",\n        \"is_visible\": true\n    }\n]"
  }
]