Sumble · Example Payload

Sumble V9 Jobs Request By Query

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

Sumble V9 Jobs Request By Query is an example object payload from Sumble, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filterselectlimit

Example Payload

Raw ↑
{
  "filter": {
    "query": {
      "query": "technology EQ 'kubernetes' AND job_function EQ 'Data Engineer' AND hiring_period EQ '6mo'"
    }
  },
  "select": {
    "attributes": [
      "title",
      "location",
      "posted_date",
      "organization"
    ]
  },
  "limit": 50
}