{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-v2/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Functional Area Intelligence","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"functional-area-intelligence","__idx":0},"children":["Functional Area Intelligence"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Technographics in v2/company/enrich tell you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["what"]}," a company uses. The Functional Area Intelligence (FAI) tells you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["who uses it, where, and who decides"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For a given company and product, FAI returns each department × role × location where that product is in use — along with the actual job titles of decision makers and influencers at each location."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"preview-credit-cost","__idx":1},"children":["Preview Credit Cost"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before sending an FAI request, you can call ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /data-api/v2/companies/functional-areas/estimate"]}," with the same request body to preview the credit cost. No credits are consumed and no data is returned."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST https://api.hginsights.com/data-api/v2/companies/functional-areas/estimate \\\n  -H \"Authorization: Bearer $HG_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"company\": { \"domain\": \"walmart.com\" },\n    \"filters\": { \"products\": { \"ids\": [814] } }\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The returned ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credits_estimate"]}," is a ceiling — actual ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/companies/functional-areas"]}," charges may be lower if you've already pulled this data within your 12-month contract period. The estimate covers the full result set across all pages; if you stop paginating early, you only pay for the pages you fetched."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/v2/guides/credits-and-usage"},"children":["Credits and Usage"]}," for the full credit model."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"questions-this-endpoint-helps-answer","__idx":2},"children":["Questions this endpoint helps answer"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Which departments use Salesforce CRM at Walmart?"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST https://api.hginsights.com/data-api/v2/companies/functional-areas \\\n  -H \"Authorization: Bearer $HG_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"company\": { \"domain\": \"walmart.com\" },\n    \"filters\": { \"products\": { \"ids\": [814] } }\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What tools does the Sales department use at Walmart?"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST https://api.hginsights.com/data-api/v2/companies/functional-areas \\\n  -H \"Authorization: Bearer $HG_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"company\": { \"domain\": \"walmart.com\" },\n    \"filters\": { \"departments\": { \"ids\": [\"sales\"] } }\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Which Sales sub-teams at Walmart use Salesforce CRM — and where?"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST https://api.hginsights.com/data-api/v2/companies/functional-areas \\\n  -H \"Authorization: Bearer $HG_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"company\": { \"domain\": \"walmart.com\" },\n    \"filters\": {\n      \"products\": { \"ids\": [814] },\n      \"departments\": { \"ids\": [\"sales\"] }\n    }\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Full picture — everything Walmart uses, every department, every location:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X POST https://api.hginsights.com/data-api/v2/companies/functional-areas \\\n  -H \"Authorization: Bearer $HG_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{ \"company\": { \"domain\": \"walmart.com\" } }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"filters","__idx":3},"children":["Filters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Filter combinations:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Filters used"},"children":["Filters used"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"What comes back"},"children":["What comes back"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["products"]}," only"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["All departments/roles/locations using that product"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["departments"]}," only"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["All products used by that department"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["products"]}," + ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["departments"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["That product in that department specifically"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Neither"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Everything — full picture of product usage across the company"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"what-the-response-tells-you","__idx":4},"children":["What the response tells you"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each result is one product × department × role × location. The most useful fields:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**department_name"]},"** — which function uses the product (Sales, Engineering, Finance, etc.)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**department_usage_share"]},"** — what share of overall product usage this department accounts for"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**role_name**"]}," — job function within the department (e.g., Sales Operations)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**city_name"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["state_name"]}," / ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["country_name**"]}," — where this usage is concentrated"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**decision_maker_titles**"]}," — actual job posting titles for decision makers at this product × dept × location (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[\"VP of Sales Operations\", \"Director, Sales Technology\"]"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**influencer_titles**"]}," — same for influencers"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["**last_verified_at**"]}," — when this signal was last confirmed"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Results are sorted by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["department_usage_share"]}," descending — the most dominant department comes first."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Pagination:"]}," default 100 results, up to 1,000 per request using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pagination.limit"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pagination.offset"]},"."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"example-response","__idx":5},"children":["Example response"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"company\": {\n    \"id\": \"1698C53EBC888758570396E0334965C1\",\n    \"name\": \"Walmart Inc.\",\n    \"domain\": \"walmart.com\"\n  },\n  \"count\": 3,\n  \"data\": [\n    {\n      \"product_name\": \"Salesforce CRM\",\n      \"vendor_name\": \"Salesforce\",\n      \"department_name\": \"Sales\",\n      \"department_usage_share\": 0.62,\n      \"role_name\": \"Sales Operations\",        // sub-function within Sales\n      \"country_name\": \"United States\",\n      \"state_name\": \"Arkansas\",\n      \"city_name\": \"Bentonville\",\n      \"last_verified_at\": \"2025-11-01\",\n      \"is_decision_maker\": true,\n      \"decision_maker_titles\": [\"VP of Sales Operations\", \"Director, Sales Technology\"],\n      \"influencer_titles\": [\"Senior Sales Operations Manager\"]\n    },\n    {\n      \"product_name\": \"Salesforce CRM\",\n      \"vendor_name\": \"Salesforce\",\n      \"department_name\": \"Sales\",\n      \"department_usage_share\": 0.62,\n      \"role_name\": \"Field Sales\",             // different sub-function, same dept\n      \"country_name\": \"United States\",\n      \"state_name\": \"New York\",\n      \"city_name\": \"New York\",\n      \"last_verified_at\": \"2025-10-15\",\n      \"is_decision_maker\": true,\n      \"decision_maker_titles\": [\"Regional VP of Sales\", \"Area Sales Director\"],\n      \"influencer_titles\": [\"Enterprise Account Executive\"]\n    },\n    {\n      \"product_name\": \"Salesforce CRM\",\n      \"vendor_name\": \"Salesforce\",\n      \"department_name\": \"Marketing\",         // different dept — lower share\n      \"department_usage_share\": 0.21,\n      \"role_name\": \"Marketing Operations\",\n      \"country_name\": \"United States\",\n      \"state_name\": \"Arkansas\",\n      \"city_name\": \"Bentonville\",\n      \"last_verified_at\": \"2025-09-20\",\n      \"is_decision_maker\": false,\n      \"decision_maker_titles\": [],\n      \"influencer_titles\": [\"Marketing Operations Manager\", \"CRM Analyst\"]\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"use-cases","__idx":6},"children":["Use cases"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"precision-contact-targeting","__idx":7},"children":["Precision contact targeting"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Instead of searching for \"VP Sales at Walmart\", use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["decision_maker_titles"]}," as direct input to your contact search. You're looking for the exact titles HG observed at that company's location — higher match rate, more relevant outreach."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"competitive-displacement","__idx":8},"children":["Competitive displacement"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Got 500 companies using a competitor's product? For each, call FAI filtered by that product ID. Segment by who has decision makers in Sales or Marketing (Tier 1) versus only in IT (Tier 2). Feed titles + cities into contact search to build targeted lists at scale."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"account-prep","__idx":9},"children":["Account prep"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before a sales call, run FAI with no filters to get the full map: which products are used by which teams, in which offices, and at what intensity. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["department_usage_share"]}," tells you where usage is concentrated — useful for multi-threaded deals."]}]},"headings":[{"value":"Functional Area Intelligence","id":"functional-area-intelligence","depth":1},{"value":"Preview Credit Cost","id":"preview-credit-cost","depth":2},{"value":"Questions this endpoint helps answer","id":"questions-this-endpoint-helps-answer","depth":2},{"value":"Filters","id":"filters","depth":2},{"value":"What the response tells you","id":"what-the-response-tells-you","depth":2},{"value":"Example response","id":"example-response","depth":2},{"value":"Use cases","id":"use-cases","depth":2},{"value":"Precision contact targeting","id":"precision-contact-targeting","depth":3},{"value":"Competitive displacement","id":"competitive-displacement","depth":3},{"value":"Account prep","id":"account-prep","depth":3}],"frontmatter":{"seo":{"title":"Functional Area Intelligence"}},"lastModified":"2026-04-29T21:04:00.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/v2/guides/functional-area-intelligence","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}