Table of Contents

Class UriWebServices.RemoteJobs

Namespace
SunamoUriWebServices
Assembly
SunamoUriWebServices.dll

Provides remote job search URL templates.

public static class UriWebServices.RemoteJobs
Inheritance
UriWebServices.RemoteJobs
Inherited Members

Fields

AngelCo

AngelCo search URL template.

public const string AngelCo = "https://angel.co/jobs#find/f!%7B%22remote%22%3Atrue%2C%22keywords%22%3A%5B%22%s%22%5D%7D"

Field Value

string

JobspressoCo

Jobspresso search URL template.

public const string JobspressoCo = "https://jobspresso.co/remote-work/#%s=1"

Field Value

string

RemoteCo

Remote.co search URL template.

public const string RemoteCo = "https://remote.co/remote-jobs/search/?search_keywords=%"

Field Value

string

RemoteCom

Remote.com search URL template.

public const string RemoteCom = "https://remote.com/jobs/browse?keyword=%"

Field Value

string

RemoteokIo

RemoteOK URL.

public const string RemoteokIo = "https://remoteok.io/"

Field Value

string

StackoverflowCom

StackOverflow Jobs search URL template.

public const string StackoverflowCom = "https://stackoverflow.com/jobs?q=%"

Field Value

string

TalentHubstaffCom

HubStaff Talent search URL template.

public const string TalentHubstaffCom = "https://talent.hubstaff.com/search/jobs?search%5Bkeywords%5D=%s&page=1&search%5Btype%5D=&search%5Blast_slider%5D=&search%5Bnewer_than%5D=&search%5Bnewer_than%5D=&search%5Bpayrate_start%5D=1&search%5Bpayrate_end%5D=100%2B&search%5Bpayrate_null%5D=0&search%5Bpayrate_null%5D=1&search%5Bbudget_start%5D=1&search%5Bbudget_end%5D=100000%2B&search%5Bbudget_null%5D=0&search%5Bbudget_null%5D=1&search%5Bexperience_level%5D=-1&search%5Bcountries%5D%5B%5D=&search%5Blanguages%5D%5B%5D=&search%5Bsort_by%5D=relevance"

Field Value

string

WeworkremotelyCom

WeWorkRemotely search URL template.

public const string WeworkremotelyCom = "https://weworkremotely.com/remote-jobs/search?utf8=%E2%9C%93&term=%s"

Field Value

string

WwwFlexjobsCom

FlexJobs search URL template.

public const string WwwFlexjobsCom = "https://www.flexjobs.com/search?search=%s&location="

Field Value

string

WwwWorkingnomadsCo

WorkingNomads URL.

public const string WwwWorkingnomadsCo = "https://www.workingnomads.co"

Field Value

string

Properties

All

All remote job search URL templates.

public static List<string> All { get; set; }

Property Value

List<string>