Request an API key
Back to Craft.co
Search…
Introduction
About GraphQL
Authentication
Troubleshooting
Company Data API
Company Data API Introduction
Getting started
Query Parameters
Data Categories
Basic Company Information
Financials
Human capital
Operating data
Locations
Data Breaches
Competitors
Blacklists
Twitter Engagement
News Articles
Operating Metrics (KPIs)
Sentiment Breakdowns
Sustainability Metrics
Technology Stack
Twitter Followers
Court Filings
Patents
Products and Services
Government Spending
Website Traffic
Compliance Data
GraphQL Enums
Core data types
Query examples
Restrictions on Usage
Usage
Added Companies API
Newly Profiled Companies API Introduction
Query
Alerts API
Alerts API Introduction
Getting started
Alerts API Queries
Alerts API Reference
Query examples
Restrictions on Usage
Powered By
GitBook
Government Spending
Fields
Field
Type
Description
amount
​
Money
​
Award amount
countryCode
String
Government country code
newAwards
Int
Number of awards
period
​
Period
​
Period
source
​
Source
​
Source
Query
1
# query
2
query
findCompanyByDomain
(
$domain
:
String
!
)
{
3
company
(
domain
:
$domain
)
{
4
govSpending
{
5
amount
{
6
currencyIsoCode
7
value
8
}
9
countryCode
10
newAwards
11
period
{
12
displayEndDate
13
}
14
source
{
15
label
16
url
17
}
18
}
19
}
20
}
21
​
22
# variables
23
{
"domain"
:
"facebook.com"
}
Copied!
Previous
Products and Services
Next
Website Traffic
Last modified
1yr ago
Copy link
Contents
Fields
Query