# What's New

## 2026-07-13

- **Company Search — filter installs by country and last verified date** — `filters.installs.country` on `POST /data-api/v2/companies/search` restricts to installs in a specific country, independent of the company's own headquarters. `filters.installs.product_last_verified_date` restricts to installs last verified within a date range. Both apply across whichever of `vendors`, `products`, or `product_categories` are also specified in the same request. [See guide](/v2/guides/find-companies#technology-installs).


## 2026-07-08

- **Contact Search** — `POST /data-api/v2/contacts/search` finds contacts across companies. Filter by company IDs or domains, job function, job seniority, location (country), and time in current role. Returns up to 20 contacts per page.
- **Contact Enrich** — `POST /data-api/v2/contacts/enrich` returns contact details (email, phone) for up to 20 contacts per request by contact ID. Request only the fields you need.
- **Contact Enrich Estimate** — `POST /data-api/v2/contacts/enrich/estimate` previews the credit cost of a contact enrichment request without consuming credits.


## 2026-07-02

- **Company Search — filter by domain** — `filters.company_identifiers.domains` on `POST /data-api/v2/companies/search` now accepts a list of domains with `inclusion_method: ANY_PRESENT` (include) or `NONE_PRESENT` (exclude).
- **Strict request validation** — All endpoints now return `400` with a precise field pointer for any unknown or misplaced request body key, instead of silently ignoring them. Helps catch typos and misplaced filters before they affect results.


## 2026-06-26

- **Company Search — exclude companies by ID** — `filters.company_identifiers.company_ids` on `POST /data-api/v2/companies/search` now supports `inclusion_method: NONE_PRESENT` to exclude a list of companies from results. Use it for whitespace research — find net-new accounts by excluding your existing customers or prospects.


## 2026-06-25

- **Hierarchy filters** — `POST /data-api/v2/companies/hierarchy` now supports `filters` (restrict results by `countries`, `regions` AMER/EMEA/APAC, `tiers`, and `max_tier`), `sort` (by `revenue_total`, `employees_total`, or `name`), and `format` (`tree` for nested response or `list` for flat). Response now includes `meta.total_matched` and `meta.total_unfiltered`.


## 2026-06-24

- **Contracts in Enrich** — `POST /data-api/v2/companies/enrich` now returns a `contracts` field group with contract records for a company. Use the `contracts` sub-body to filter by active status and paginate results.
- **Contract Search** — `POST /data-api/v2/contracts/search` searches and filters contracts across companies. Filter by company IDs, vendor names, category, deal value range, contract dates, signing country, and active status. Paginate with `limit`/`offset`, sort by `end_date` or other fields.
- **Contract Search Estimate** — `POST /data-api/v2/contracts/search/estimate` previews the credit cost of a contract search without consuming credits.


## 2026-06-18

- **AI Maturity** — `POST /data-api/v2/companies/enrich` now returns an `ai_maturity` field group with composite AI maturity score (0–100), global rank, 6-month score delta, data maturity level (LOW/MEDIUM/HIGH), cloud intensity by provider (AWS/Azure/GCP), and GenAI buying intent score. Filter companies by AI maturity score, rank, data maturity level, and whether they have an AI product installed using `filters.ai_maturity` on `POST /data-api/v2/companies/search`.


## 2026-06-05

- **Company Intent Signals** — `POST /data-api/v2/intent/enrich` returns HG topic-based intent signals and TrustRadius buyer activities for a company. Filter by signal level, buyers journey stage, context type, vendor, product, and date range. [See guide](/v2/guides/intent).
- **Intent Cost Estimate** — `POST /data-api/v2/intent/enrich/estimate` previews the credit cost of an intent request without consuming credits or returning data.


## 2026-05-21

- **Bug fix: localized installs filter** — `filters.technographics.installs.localized` on `POST /data-api/v2/companies/enrich` now behaves correctly: `true` (the default when omitted) returns only installs within the company's country, and `false` returns installs regardless of country. Both behaviors were previously broken.


## 2026-05-14

- **Company Search — fair use limit** — Search results are capped at 25,000 total results per query. [See guide](/v2/guides/find-companies).
- **Company Search — filter by company level** — `filters.firmographics.company_level` on `POST /data-api/v2/companies/search` now accepts an enum filter to target subsidiaries, domestic parents, global HQs, etc.


## 2026-05-13

- **Catalog States — filter by country** — `GET /data-api/v2/catalog/states` now supports a `country_code` filter to retrieve states for a specific country.


## 2026-05-06

- **Company Search — expanded filters** — `POST /data-api/v2/companies/search` now supports:
  - **Install filters** — FAI sub-filter on products, vendors, and product categories (filter by FAI departments and roles within an install); `install_age_months` range filter; `intensity` range filter on product installs; `product_count` range filter on vendor installs
  - **Intent filters** — filter intent signals by geography (`state_ids`, `region_names`, `country_alpha2s`), context type, buyers journey stage, cadence count, and signal score


## 2026-04-30

- **FAI Cost Estimate** — `POST /data-api/v2/companies/functional-areas/estimate` previews the credit cost of a Functional Area Intelligence request without consuming credits or returning data. [See guide](/v2/guides/functional-area-intelligence#preview-credit-cost).
- **Hierarchy Cost Estimate** — `POST /data-api/v2/companies/hierarchy/estimate` previews the credit cost of a hierarchy request without consuming credits or returning data.


## 2026-04-27

- **Company Hierarchy** — `POST /data-api/v2/companies/hierarchy` returns the full corporate tree (global HQ, parents, subsidiaries) with `mode` controls for `full`, `children`, or `parents` traversal.
- **Enrich Cost Estimate** — `POST /data-api/v2/companies/enrich/estimate` previews the credit cost of an enrich request without consuming credits or returning data. [See guide](/v2/guides/credits-and-usage#estimating-cost-before-you-call).


## 2026-04-24

- **Company Match — country in response** — `POST /data-api/v2/companies/match` now returns the matched company's country alongside name and domain. [See guide](/v2/guides/find-companies).


## 2026-04-22

- **Enrich performance improvements** — Faster response times on `POST /data-api/v2/companies/enrich`.


## 2026-04-16

- **Enrich filter by product attribute** — `filters.technographics.product_attributes` on `POST /data-api/v2/companies/enrich` now supports filtering by product attribute (e.g., Cloud, Open Source). [See API reference](/v2/openapi).


## 2026-04-15

- **Functional Area Intelligence** — `POST /data-api/v2/companies/functional-areas` returns which departments use a product at a company, where they're located, and the actual decision maker and influencer job titles at each location. [See guide](/v2/guides/functional-area-intelligence).
- **Enrich filter by name** — `filters.technographics.vendors`, `.products`, and `.categories` on `POST /data-api/v2/companies/enrich` now accept `names` (e.g., `"Salesforce"`) in addition to `ids`. [See guide](/v2/guides/enrichment#filtering-technographics).


## 2026-04-10

- **Credits** — `GET /data-api/v2/credits` lets you check your credit balance programmatically. [See guide](/v2/guides/credits-and-usage).
- **Enrich pagination increased** — `POST /data-api/v2/companies/enrich` technographics now supports up to 100 results per page (previously 25). [See guide](/v2/guides/bulk-enrichment).


## 2026-04-09

- **Enrich filter by last verified date** — `filters.technographics.last_verified.after` on `POST /data-api/v2/companies/enrich` returns only technologies verified after a given date — useful for filtering out stale signals. [See guide](/v2/guides/enrichment#filtering-technographics).
- **Search filter by NAICS / SIC** — `POST /data-api/v2/companies/search` now supports `naics_codes` and `sic_codes` filters.


## 2026-04-08

- **Company Search** — `POST /data-api/v2/companies/search` is now available with filter support for firmographics, installs, spend, intent, and corporate hierarchy. [See guide](/v2/guides/find-companies).


## 2026-04-01

- **Company Match — batch matching** — `POST /data-api/v2/companies/match` now supports up to 10 companies per request. [See guide](/v2/guides/find-companies).


## 2026-03-27

- **Catalog endpoints** — All `GET /data-api/v2/catalog/`* endpoints (vendors, products, categories, industries, countries, states, and more) are now available, with `?name=` query parameter and pagination.


## 2026-03-24

- **Enrich filter by spend category** — `POST /data-api/v2/companies/enrich` now supports filtering by spend category.


## 2026-03-05

- **Localized installs** — `POST /data-api/v2/companies/enrich` now supports a localized installs option for technographics.


## 2026-02-02

- **Domains filter** — `POST /data-api/v2/companies/enrich` now accepts a `domains` filter for enriching companies by domain.


## 2026-01-20

- **Company Enrich (v2)** — `POST /data-api/v2/companies/enrich` launched. Returns firmographics, technographics, and IT spend data in a single call.