Class: Crawlora::JobsGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeJobsGroup

Returns a new instance of JobsGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


417
# File 'sig/crawlora.rbs', line 417

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#ashby_boardObject

Parameters:

  • org: (String)
  • include_compensation: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


418
# File 'sig/crawlora.rbs', line 418

def ashby_board: (?org: String, ?include_compensation: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#company_searchObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


419
# File 'sig/crawlora.rbs', line 419

def company_search: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#greenhouse_boardObject

Parameters:

  • token: (String)
  • content: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


420
# File 'sig/crawlora.rbs', line 420

def greenhouse_board: (?token: String, ?content: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#greenhouse_jobObject

Parameters:

  • token: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


421
# File 'sig/crawlora.rbs', line 421

def greenhouse_job: (?token: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#hiring_signalsObject

Parameters:

  • provider: ("greenhouse", "lever", "ashby", "workday", "smartrecruiters", "workable", "recruitee", "rippling", "personio", "teamtailor", "oracle", "ukg")
  • token: (String)
  • company: (String)
  • org: (String)
  • tenant: (String)
  • datacenter: (String)
  • site: (String)
  • host: (String)
  • board: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


422
# File 'sig/crawlora.rbs', line 422

def hiring_signals: (?provider: "greenhouse" | "lever" | "ashby" | "workday" | "smartrecruiters" | "workable" | "recruitee" | "rippling" | "personio" | "teamtailor" | "oracle" | "ukg", ?token: String, ?company: String, ?org: String, ?tenant: String, ?datacenter: String, ?site: String, ?host: String, ?board: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#lever_postingObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


423
# File 'sig/crawlora.rbs', line 423

def lever_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#lever_postingsObject

Parameters:

  • company: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


424
# File 'sig/crawlora.rbs', line 424

def lever_postings: (?company: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oracle_boardObject

Parameters:

  • host: (String)
  • site: (String)
  • search: (String)
  • limit: (Integer)
  • offset: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


425
# File 'sig/crawlora.rbs', line 425

def oracle_board: (?host: String, ?site: String, ?search: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oracle_jobObject

Parameters:

  • host: (String)
  • site: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


426
# File 'sig/crawlora.rbs', line 426

def oracle_job: (?host: String, ?site: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#personio_feedObject

Parameters:

  • company: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


427
# File 'sig/crawlora.rbs', line 427

def personio_feed: (?company: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#recruitee_offerObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


428
# File 'sig/crawlora.rbs', line 428

def recruitee_offer: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#recruitee_offersObject

Parameters:

  • company: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


429
# File 'sig/crawlora.rbs', line 429

def recruitee_offers: (?company: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rippling_boardObject

Parameters:

  • company: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


430
# File 'sig/crawlora.rbs', line 430

def rippling_board: (?company: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#rippling_jobObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


431
# File 'sig/crawlora.rbs', line 431

def rippling_job: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#smartrecruiters_postingObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


432
# File 'sig/crawlora.rbs', line 432

def smartrecruiters_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#smartrecruiters_postingsObject

Parameters:

  • company: (String)
  • limit: (Integer)
  • offset: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


433
# File 'sig/crawlora.rbs', line 433

def smartrecruiters_postings: (?company: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#teamtailor_jobsObject

Parameters:

  • company: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


434
# File 'sig/crawlora.rbs', line 434

def teamtailor_jobs: (?company: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#ukg_boardObject

Parameters:

  • tenant: (String)
  • board: (String)
  • search: (String)
  • limit: (Integer)
  • offset: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


435
# File 'sig/crawlora.rbs', line 435

def ukg_board: (?tenant: String, ?board: String, ?search: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#workable_postingObject

Parameters:

  • company: (String)
  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


436
# File 'sig/crawlora.rbs', line 436

def workable_posting: (?company: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#workable_postingsObject

Parameters:

  • company: (String)
  • search: (String)
  • department: (String)
  • location: (String)
  • remote: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


437
# File 'sig/crawlora.rbs', line 437

def workable_postings: (?company: String, ?search: String, ?department: String, ?location: String, ?remote: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#workday_boardObject

Parameters:

  • tenant: (String)
  • datacenter: (String)
  • site: (String)
  • search: (String)
  • limit: (Integer)
  • offset: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


438
# File 'sig/crawlora.rbs', line 438

def workday_board: (?tenant: String, ?datacenter: String, ?site: String, ?search: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#workday_jobObject

Parameters:

  • tenant: (String)
  • datacenter: (String)
  • site: (String)
  • path: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


439
# File 'sig/crawlora.rbs', line 439

def workday_job: (?tenant: String, ?datacenter: String, ?site: String, ?path: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped