HN Jobs

A searchable index of Hacker News “Who is hiring?” job postings.

← All postings · June 2017 thread

1) {company}

Company1) {company}
Websitewhoishiring.io
Typeinternship
Role taxonomySoftware EngineeringIntern
SpecialtiesSoftware Engineering
Location{attrs: · Remote
SalaryCHF 100k–120k/yr (“100k-120k”)
Apply viaApplication linkhttps://regex101.com/r/relwQD/3
Hiring notesSponsors visas. Interns welcome.
Parsed locations{attrs:
Posted byxando
PostedJun 1, 2017
SourceView on Hacker News ↗

Original posting

Hey, a friendly reminder. I’m parsing the thread, all job offers added here are also available on the map on https://whoishiring.io or just HN items https://whoishiring.io/search/36.0440/-90.8984/4?source=hn If you post here, please use the below format to help me with parsing. If you won’t, no worries, I will do my best to get all the things right. 1) {company} | {job title} | {locations} | {attrs: ONSITE, REMOTE, INTERNS, VISA, SALARY, company-url} Google | Software Developer | SF | VISA https://google.com DuckDuckGo | Software Developer | Paoli PA | REMOTE, VISA, SALARY:100k-120k Facebook | Web-developer | Zurich | SALARY:120k CHF Google | Site Reliability Engineer | London | SALARY:120k GBP, VISA, REMOTE or 2) {company} | {job title} | {location} Google | Site Reliability Engineer | Sydney Facebook | Web-developer | Zurich I’m using this regex to test the first line, you can test it here https://regex101.com/r/relwQD/3 \s*(?P<company>[^|]+?)\s*\|\s*(?P<title>[^|]+?)\s*\|\s*(?P<locations>[^|]+?)\s*(?:\|\s*(?P<attrs>.+))?$ Check bellow for the SALARY regex. SALARY:(?P<salary_min>\d+(?:k|K)?)(?:\s*\-\s*(?P<salary_max>\d+(?:k|K)?)?)?(?:\s?(?P<currency>[A-Z]{3}))? and you can test it as well https://regex101.com/r/SRWkMz/2/ There is the "report" button in footer of job offers, please complain if I did something wrong.