spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1<!doctype html>2<html lang="en">3<head><title>Jobs — Acme Cloud</title>4<script type="application/ld+json">[5 {"@context":"https://schema.org","@type":"JobPosting","title":"Staff Site Reliability Engineer","datePosted":"2026-09-01","identifier":{"@type":"PropertyValue","name":"Acme","value":"REQ-501"},6 "employmentType":"FULL_TIME","hiringOrganization":{"@type":"Organization","name":"Acme Cloud"},"url":"https://www.acme-cloud.example/careers/req-501",7 "jobLocation":{"@type":"Place","address":{"@type":"PostalAddress","addressLocality":"Toronto","addressRegion":"ON","addressCountry":"CA"}}},8 {"@context":"https://schema.org","@type":"JobPosting","title":"Generative AI Product Manager","datePosted":"2026-09-05","identifier":{"@type":"PropertyValue","value":"REQ-502"},9 "employmentType":["FULL_TIME"],"jobLocationType":"TELECOMMUTE","url":"https://www.acme-cloud.example/careers/req-502",10 "applicantLocationRequirements":{"@type":"Country","name":"USA"},"baseSalary":{"@type":"MonetaryAmount","currency":"USD","value":{"@type":"QuantitativeValue","minValue":180000,"maxValue":230000,"unitText":"YEAR"}}}11]</script></head>12<body><main><h1>Jobs</h1><p>Two roles are open today.</p></main></body></html>13