search_jobs()
Search live remote jobs. Returns compact summaries with an apply link for each.
Arguments
querystring?Free-text search on title and descriptioncategorystring?Category slug, e.g. 'software-development', 'design', 'devops'employment_typeenum?FULL_TIME · PART_TIME · CONTRACT · INTERNSHIPpagenumber?Page number, 1-indexed. Default 1.Returns
{ jobs: [{title, company, location, salary, slug_path, apply_url, source}], total, page, per_page }