GoRemote API

Public Jobs API

Use the GoRemote API to discover current remote jobs from tools, search products, and LLM agents.

You may use the API for browsing, indexing, personal tools, and internal workflows. Do not use it to spam employers, misrepresent listings, bypass application instructions, or republish stale or misleading job data. Job details and apply links may change or expire.

Full legal terms are available at /legal.

Jobs Endpoint

GET /api/jobs

Search and browse public remote jobs from GoRemote.

Direct JSON feed: /api/jobs

Query Parameters

query

Search role, company, and description. Alias: search.

search

Alias for query.

salary

Minimum salary in USD, e.g. 100000.

sort

One of: newest, oldest, salary_high, salary_low, company.

limit

Number of jobs to return. Default: 25. Maximum: 100.

offset

Number of jobs to skip for pagination. Default: 0.

Available Filters

Sorts

newest: Featured

oldest: Oldest

salary_high: Salary high to low

salary_low: Salary low to high

company: Company

Response Shape

{
  "legal": { },
  "api": { },
  "data": [ ],
  "meta": {
    "count": 25,
    "total": 180,
    "limit": 25,
    "offset": 0,
    "filters": { }
  }
}