Technographics is currently in beta. Field names, category values, and
coverage may evolve based on feedback. To share input or request access,
write to support@crustdata.co.
Where technographics is available
Technographics ships on the existing Company and Job APIs. There is no separate endpoint, and each endpoint plays a different role:At a glance
The problem: firmographics don’t tell you what a company is built on
Company data tells you a company’s size, funding, and industry, but not the tools it runs. Knowing the stack is what drives the highest-intent motions:- Account scoring: prioritize accounts that already run a complementary or competing product.
- Competitive displacement: find every company using a competitor’s technology.
- ICP targeting: segment by category, like everyone using a data warehouse or an AI model provider.
- Personalization: reference a prospect’s actual stack in outreach.
The solution: a ready-made stack on the Company API
Request thetechnographics field group on
Company Enrich and Crustdata returns
the technologies detected for the company, each with its catalog categories and
the sources it came from:
technographics.* columns in Company Search,
then enrich the companies you want in full. A typical workflow is search to
narrow, enrich to read.
Access and pricing
Technographics is a gated add-on. It requires field-level permission on
your account. Check your access with the
permissions endpoint, or contact Crustdata to enable
it. It is billed at +2 credits per company that returns technographics
data, on top of the endpoint’s base 2 credits per company. Companies
with no technographics data are not charged the add-on. The same pricing
applies to Batch Company Enrich.
These credit amounts are beta pricing and may change as technographics
moves toward general availability.
Example: read a company’s stack (Enrich)
Request thetechnographics field group explicitly. It is never returned by
default.
technographics section appears on each match under
company_data.technographics:
Fields
The
technologies list is ordered by notability (top_technologies is the
head of the same ranking) and is capped at 500 entries per company. For a
large stack, total_technologies (the true count) can exceed the number of
entries returned. Use total_technologies for the count and top_technologies
for the most notable tools.
For the complete schema, see the
technographics fields reference.
Example: target companies by tech stack (Search)
Company Search can filter and sort on technographics without returning the values. Use it to build a list, then enrich the companies you want.technographics.technologies.category with a
category slug:
technographics.technologies.super_category with one of the twelve
super-category slugs, for example cloud-infrastructure. The full set is
cloud-infrastructure, collaboration-productivity,
customer-success-support, data-analytics, data-ml-platform,
ecommerce-payments, engineering-devops, finance-operations,
hr-workforce, languages-frameworks, sales-marketing, and security.
Filterable and sortable paths:
Pricing. Filtering and sorting on technographics uses standard Company
Search pricing of 0.03 credits per
result returned, with no add-on. The technographics add-on applies only
when you return the data through Company Enrich.
Example: target job postings by technology (Job Search)
Job Search filters on the technologies named in the posting itself. Use it when you care about the role rather than the organization: the teams actually hiring for a stack, not every company that happens to run it somewhere.fields returns
400.
The twelve
super_category slugs are cloud-infrastructure,
collaboration-productivity, customer-success-support, data-analytics,
data-ml-platform, ecommerce-payments, engineering-devops,
finance-operations, hr-workforce, languages-frameworks,
sales-marketing, and security.
Combining conditions. Two AND conditions on
technographics.technologies.name match a posting that names both
technologies, so Snowflake AND dbt reads as “this posting mentions
Snowflake and mentions dbt”. To match either, put both values in one in
array. Values are case-sensitive.
Coverage. Posting-level detection runs on listings sourced from the
professional network (job_details.source = "professional_network").
Postings from ATS boards such as greenhouse and workday carry no
technographics and never match these filters. Filter with is_not_null on
technographics.technologies.name to restrict a query to listings that have
been through detection.
Pricing. Filtering on technographics uses standard Job
Search pricing of 0.03 credits per result
returned, with no add-on. The technographics add-on applies only when you
return the data through Company Enrich.
Coverage and freshness
- Signals. Technologies are detected from two independent sources: the
company’s web presence (
"web signals") and its job postings ("job posting"). A technology can be found by either or both, and thesourcesarray tells you which. - Categories. Every technology maps to one or more catalog categories, each
a lowercase kebab-case category slug (for example
frontend-frameworks,cloud-platforms-iaas) grouped under one of twelve broader super-category slugs (for exampleengineering-devops,cloud-infrastructure). Filter at either level withtechnographics.technologies.categoryandtechnographics.technologies.super_category. Enumerate the category slugs with thetechnology_categoryautocomplete field. Super-category slugs have no autocomplete; the twelve values are listed under Target job postings by technology. - Freshness.
updated_atreflects the last refresh of the company’s technographics as a whole. Individual technologies are not timestamped, so a signal from an older job posting and a recent one look the same. During beta, coverage is expanding, so if a company you expect is thin or missing, let us know at support@crustdata.co.
What to do next
- Company Enrich reference: full response schema.
- Company Search reference: filter and sort fields.
- Job Search reference: posting-scoped filter fields.
- Autocomplete: valid technology and category values.
- Permissions: check whether technographics is enabled on your account.

