Demandbase website screenshot

Demandbase

Demandbase is the leading Account-Based Marketing (ABM) platform that helps B2B companies identify, engage, and convert target accounts through intent data, advertising, personalization, and sales intelligence.

10 APIs 0 Features
Account-Based MarketingAdvertisingAI AgentsB2B MarketingData EnrichmentIntent DataPersonalizationSales Intelligence

APIs

Demandbase API

The Demandbase API provides programmatic access to account identification, firmographic data, and visitor intelligence to enable account-based experiences.

Demandbase Real-Time Identification API

Identifies companies visiting your website in real-time based on IP address and provides firmographic data and intent signals.

Demandbase Advertising API

Programmatically manage advertising campaigns, audiences, and performance metrics for account-based advertising.

Demandbase Engagement API

Access engagement data and activity streams for target accounts across web, email, and advertising channels.

Demandbase Account List API

Create, manage, and sync target account lists for ABM campaigns and personalization efforts.

Demandbase B2B Data API

REST-based API providing programmatic access to B2B company and contact intelligence, including company search, contact discovery, data enrichment, and firmographic data across ...

Demandbase IP API

Returns firmographic data for a specific IP address or cookie, enabling real-time company identification of website visitors with attributes including employee count, revenue, i...

Demandbase Admin API

Provides programmatic access to user management and platform administration capabilities, including creating, reading, updating, and deleting users and managing API key sets for...

Demandbase Data Export API

Enables bulk, asynchronous, programmatic data exports from Demandbase One, supporting extraction of records for accounts, people, opportunities, activities, campaigns, and Buyin...

Demandbase Data Import API

Allows bulk, asynchronous, programmatic import of new data rows into Demandbase One or updates to existing records, supporting data on accounts, people, opportunities, and activ...

Collections

GraphQL

Demandbase GraphQL Schema

This conceptual GraphQL schema represents the Demandbase ABM (Account-Based Marketing) and B2B intelligence platform. Demandbase provides account identification, intent data, ad...

GRAPHQL

Pricing Plans

Demandbase Plans Pricing

1 plans

PLANS

Rate Limits

Demandbase Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Demandbase Context

0 classes · 10 properties

JSON-LD

API Governance Rules

Demandbase API Rules

4 rules · 1 errors 2 warnings 1 info

SPECTRAL

Demandbase API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

Demandbase API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

Demandbase API Rules

5 rules · 1 errors 4 warnings

SPECTRAL

Demandbase API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

Demandbase API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

Demandbase API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

Demandbase API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

Demandbase API Rules

3 rules · 1 errors 2 warnings

SPECTRAL

Demandbase API Rules

4 rules · 1 errors 3 warnings

SPECTRAL

JSON Structure

Demandbase Structure

0 properties

JSON STRUCTURE

Resources

👥
GitHubOrganization
GitHubOrganization
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🟢
StatusPage
StatusPage
💬
Support
Support
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
📰
Blog
Blog
📰
BlogRSS
BlogRSS
🔗
Contact
Contact
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🌐
Portal
Portal
🔗
KnowledgeBase
KnowledgeBase
🔗
Partners
Partners
📜
TermsOfService
TermsOfService
📝
Signup
Signup
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Demandbase Real-Time Identification API
  version: '1.0'
request:
  auth:
    type: apikey
    key: key
    value: '{{key}}'
    placement: query
items:
- info:
    name: Identification
    type: folder
  items:
  - info:
      name: Demandbase Identify company by IP address
      type: http
    http:
      method: GET
      url: https://api.company-target.com/api/v3/ip.json
      params:
      - name: key
        value: ''
        type: query
        description: Demandbase API key
      - name: query
        value: ''
        type: query
        description: IP address to identify
      - name: callback
        value: ''
        type: query
        description: JSONP callback function name
    docs: Identify the company associated with a given IP address in real-time. Returns firmographic data, intent signals,
      and company attributes for the resolved organization.
  - info:
      name: Demandbase Identify company by domain
      type: http
    http:
      method: GET
      url: https://api.company-target.com/api/v3/domain.json
      params:
      - name: key
        value: ''
        type: query
        description: Demandbase API key
      - name: query
        value: ''
        type: query
        description: Domain to identify (e.g., acme.com)
    docs: Resolve a company from a web domain and return firmographic data and company attributes.
- info:
    name: Visitor Intelligence
    type: folder
  items:
  - info:
      name: Demandbase Get visitor intelligence
      type: http
    http:
      method: GET
      url: https://api.company-target.com/api/v3/visitor.json
      params:
      - name: key
        value: ''
        type: query
        description: Demandbase API key
    docs: Retrieve visitor intelligence for the current request, combining IP identification with cookie-based signals for
      enhanced accuracy.
bundled: true