For the complete documentation index, see llms.txt. This page is also available as Markdown.

Collect and Enrich

Introduction to Collect requests

A collect request is an API call that asks a server for data.

This type of request is commonly used with two kinds of endpoints:

  • Collect Endpoint: Used to get a set of data using IDs or shorthand names.

  • Enrich Endpoint: Used to get a set of data using websites or social media profile URLs as input.

Discover products

Find APIs collect and enrich endpoints, request samples and additional information.

Multi-source Company API

Clean Company API

Base Company API

Multi-source Employee API

Clean Employee API

Base Employee API

Employee Posts API

Multi-source Jobs API

Base Jobs API

Supported URL formats for Enrich endpoints

Enrich endpoints should handle a variety of URL formats and match them with the companies in the used dataset.

Examples of different valid inputs include, but are not limited to:

Collect all data

This is a simple request that collects a pre-defined set of information and is used to get a large set of data. See available templates below:

Collect selected data

Field Selection feature for Collect and Enrich APIs enables choosing what fields are required in the output from the available fields in the documentation.

Use a query string parameter fields and specify the field you want to collect according to the applied entity. For multiple fields collection, separate each parameter with & symbol.

See available templates below:

Last updated

Was this helpful?