Sumble · Example Payload

Sumble V9 Jobs Post 200 List Mode Response

CompanyAccount IntelligenceSales IntelligenceData EnrichmentGo-To-MarketTechnographicsPeople DataJob PostsSignalsMCP

Sumble V9 Jobs Post 200 List Mode Response is an example object payload from Sumble, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcredits_usedcredits_remainingmatched_counttotaljobs

Example Payload

Raw ↑
{
  "id": "019980d2-bc85-7571-9d60-7bc1d3084249",
  "credits_used": 4,
  "credits_remaining": 69152,
  "matched_count": 1,
  "total": 2,
  "jobs": [
    {
      "input": {
        "job_id": 95107725
      },
      "job_id": 95107725,
      "sumble_url": "https://sumble.com/l/job/fdYksIHVnJ",
      "attributes": {
        "title": "gtm engineer",
        "description": "Sumble helps go-to-market teams win with deep account intelligence...",
        "organization": {
          "organization_id": 1726684,
          "name": "Sumble",
          "domain": "sumble.com",
          "sumble_url": "https://sumble.com/l/org/xhXARFaWtJL"
        }
      },
      "related_people": [
        {
          "person_id": 169860318,
          "sumble_url": "https://sumble.com/l/person/yxGWeupK3yPj",
          "attributes": {
            "name": "Jared Nightingale",
            "job_title": "Business Operations Specialist"
          }
        }
      ]
    },
    {
      "input": {
        "job_id": 12345
      }
    }
  ]
}