CrustData

Enrich company data using the CrustData API

get
Query parameters
domainstring · uriOptional

The domain of the company you want to retrieve data for.

namestringOptional

The name of the company you want to retrieve data for.

linkedInURLstring · uriOptional

The LinkedIn URL of the company to retrieve data for.

exactbooleanOptional

Controls how name (and domain) are matched.

Default: false
Responses
chevron-right
200

Success

application/json
anyOptional
get
/crustdata/v1/companies/enrich

No content

Search for companies using the CrustData API

post
Body
anyOptional
Responses
chevron-right
200

Success

application/json
anyOptional
post
/crustdata/v1/companies/search

No content

Get a list of possible values for CrustData search filters

get
Query parameters
countinteger · min: 1 · max: 50Optional

The number of results to return. Maximum 50.

Example: 10
offsetintegerOptional

The offset for paginated results.

Example: 0
querystringRequired

The query, used to search for values of type type.

Example: San Francisco
typestring · enumRequired

The filter type to search on.

Example: regionPossible values:
Responses
chevron-right
200

Success

application/json
anyOptional
get
/crustdata/v1/filters

No content

Enrich a person's profile using CrustData.

get
Query parameters
linkedInProfileURLstring · uriOptional

The URL of the LinkedIn profile to enrich data for.

businessEmailstring · emailOptional

The business email address to enrich data for.

Responses
chevron-right
200

Success

application/json
anyOptional
get
/crustdata/v1/people/enrich

No content

Search for people using the CrustData API

post
Body
anyOptional
Responses
chevron-right
200

Success

application/json
anyOptional
post
/crustdata/v1/people/search

No content

Last updated