Jobs API

Every job posted in Azerbaijan, as JSON

Postings from company career pages and boards, deduplicated per source, with the employment type, job function and career level the source itself publishes, plus the full description on a detail fetch.

GET https://api.softon.dev/v1/jobs v1 · stable
Get an API key Read the reference

What the data is

Postings scraped from Azerbaijani job boards and company career pages, deduplicated per source, and served through the same envelope as every other dataset here. The card says “Refreshed every 15h” and that figure is the WORST gap between runs, not the average — a freshness claim is a worst case or it is nothing.

DatasetSourcesRefreshReference
Job Data API 97 Refreshed every 15h Job Data docs
Event Data API 2 Refreshed daily Event Data docs
Quotes Data API 1 One-time import Quotes Data docs
Rates Data API 1 Refreshed daily Rates Data docs
Genome Source Releases API 1 Refreshed daily Genome Source Releases docs
Reachability API 1 Refreshed daily Reachability docs

The source count is the roster, not the yield: on a given run some sources fail or return nothing, and GET /v1/sources publishes when each one last delivered so you can see which is which.

Why you can trust it

Scraped data is only worth buying if you know where it is thin. Four things this API does about that, each specified somewhere you can check:

How to start

Every response has the same three top-level keys, collections are cursor-paginated, and the key goes in an Authorization header. That is the whole contract; the envelope page specifies it once for every dataset.

curl -G https://api.softon.dev/v1/jobs \
  -H "Authorization: Bearer $SOFTON_KEY" \
  -d q=golang -d remote=true -d updated_after=2026-08-16T09:00:00Z

Read the quickstart for the three-minute version, or the jobs reference for the field table.

What it costs

Every account starts on the free plan: 1,000 requests a month at 5 req/s, no card. All live datasets are included. Paid plans are on the pricing table, and the rate-limit page explains both figures every response header carries.

What you may do with the rows — how long you may keep them, what you may redistribute, and the one thing we ask you to pass on — is on the acceptable-use page, written before the first paid customer rather than after.