Adapt website screenshot

Adapt

Adapt (adapt.io) is a B2B lead intelligence and sales acceleration platform that provides a database of 250M+ verified business contacts, 16M+ decision makers, and 12M+ company profiles, refreshed at roughly 5M records per day. Adapt sells the data three ways — through a web Prospector for list building and ABM, a LinkedIn/website Chrome extension for in-context contact discovery, and a public REST API for programmatic search, enrichment, and contact purchase. The Prospect API exposes four operations (contact search, company search, contact enrichment, and contact purchase / fetch) with 50+ firmographic, technographic, and demographic attributes per record, header- based authentication via account email + API key, and a 250 requests-per- minute rate limit. Pricing is published for self-serve Free, Starter ($49/mo) and Basic ($99/mo) tiers; API access is gated to the custom enterprise plan with negotiated email, phone, and enrichment credit allotments. Adapt is primarily used by sales, marketing, and RevOps teams for outbound campaigns, CRM enrichment, lead scoring, ICP list building, and data hygiene, with CRM exports to Salesforce, HubSpot, Pipedrive, Zoho, Outreach, and Salesgear.

1 APIs 14 Features
B2B DataContact DataCompany DataLead IntelligenceSales IntelligenceSales AccelerationData EnrichmentProspectingLead GenerationEmail FinderABMCRM EnrichmentMarketingSales

APIs

Adapt Prospect API

REST API for searching Adapt's B2B contact and company database, enriching known contacts by email/LinkedIn/name+domain, and purchasing contacts to reveal verified email address...

Collections

Pricing Plans

Adapt Io Plans Pricing

4 plans

PLANS

Rate Limits

Adapt Io Rate Limits

1 limits

RATE LIMITS

FinOps

Features

250M+ verified B2B contact database with 50+ attributes per record
16M+ decision-maker profiles and 12M+ company profiles
~5M records refreshed daily through ML-assisted data hygiene
Prospect API with contact search, company search, enrichment, and purchase endpoints
Header-based authentication (email + apiKey) with 250 requests-per-minute rate limit
Cursor-based pagination via cursorMark for high-volume search
Email deliverability scoring with 75 / 85 / 95 minimum thresholds
Technographic filtering (technology stack) and exact-title matching
Suppression list support to filter previously-contacted or owned contacts
Chrome extension for in-context prospecting from LinkedIn and company websites
CRM export to Salesforce, HubSpot, Pipedrive, Zoho, Outreach, and Salesgear
Job-change alerts and department-growth tracking on the Custom plan
Free, Starter ($49/mo), Basic ($99/mo), and Custom (API-enabled) plans
7-day free trial without credit card and 20% annual-billing discount

Semantic Vocabularies

Adapt Io Context

0 classes · 3 properties

JSON-LD

Example Payloads

Adapt Contact Enrich Example

4 fields

EXAMPLE

Adapt Contact Search Example

4 fields

EXAMPLE

Resources

🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
📝
Signup
Signup
🔗
Login
Login
💰
Pricing
Pricing
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Product
Product
🔗
Product
Product
🔗
Product
Product
🔗
Product
Product
🔗
Extension
Extension
🔗
Directory
Directory
📰
Blog
Blog
🔗
Company
Company
🔗
Customers
Customers
🔗
ContactUs
ContactUs
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Adapt Prospect API
  version: v3
request:
  auth:
    type: apikey
    key: email
    value: '{{email}}'
    placement: header
items:
- info:
    name: Contact Search
    type: folder
  items:
  - info:
      name: Search Contacts
      type: http
    http:
      method: POST
      url: https://api.adapt.io/v3/contact/search
      body:
        type: json
        data: '{}'
    docs: 'Search Adapt''s B2B contact database using a combination of contact and

      company filters. Returns contact metadata without email addresses; emails

      are revealed via the `/contact/fetch` purchase endpoint.

      '
- info:
    name: Company Search
    type: folder
  items:
  - info:
      name: Search Companies
      type: http
    http:
      method: POST
      url: https://api.adapt.io/v3/company/search
      body:
        type: json
        data: '{}'
    docs: 'Search Adapt''s company database by name, domain, industry, sub-industry,

      head count, revenue, and location. Returns company metadata including

      the number of contacts known per company.

      '
- info:
    name: Contact Enrichment
    type: folder
  items:
  - info:
      name: Enrich Contact
      type: http
    http:
      method: POST
      url: https://api.adapt.io/v3/contact/enrich
      body:
        type: json
        data: '{}'
    docs: 'Enrich a known contact by email address, LinkedIn URL, or by the

      combination of first name, last name, and company domain. The `include`

      parameter controls whether email, phone, or both are returned.

      '
- info:
    name: Contact Purchase
    type: folder
  items:
  - info:
      name: Purchase Contacts
      type: http
    http:
      method: POST
      url: https://api.adapt.io/v3/contact/fetch
      body:
        type: json
        data: '{}'
    docs: 'Purchase up to 50 contacts returned from `/contact/search` to reveal

      verified email addresses and phone numbers. Consumes email and phone

      credits from the account''s plan.

      '
bundled: true