Sumble · Example Payload

Sumble V9 People Request By List With Query

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

Sumble V9 People Request By List With 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": {
    "organization_list_id": 123,
    "query": {
      "query": "job_function EQ 'Engineer' AND technology EQ 'kubernetes' AND country EQ 'US'"
    }
  },
  "select": {
    "attributes": [
      "name",
      "linkedin_url",
      "job_title",
      "job_function",
      "job_level",
      "location",
      "country",
      "current_employer",
      "technologies"
    ]
  },
  "limit": 50
}