Query Remotive by search term, keyword alias, category, or company and get a compact, agent-friendly JSON response with cleaned job descriptions. ArkAPI caches each query for 24 hours to keep the endpoint cheap and stable.
This endpoint is a GET. Pass at least one filter in the query string, then optionally cap the response size with limit.
Agents often need job data, but the raw provider payload is noisy and the polling etiquette matters. This wrapper keeps the response small, cleans the job description into readable text, and avoids hammering the upstream source.
Use a funded token from the Fund page. This is a read-only search endpoint, so a query string is a better fit than a JSON body.
At least one of search, keyword, category, or company_name is required. keyword is accepted as an alias for search.
Fund a session, then call the endpoint with a bearer token. For compatibility with older examples, both search and keyword work for the main text query.