Skip to main content
Lists are the spreadsheet-like surface for working with resources in bulk. Use them to assemble a screening universe, track a themed set of targets, or enrich and analyze many records at once.

Create a list

The response returns the new list under data, including its id. Use that id to add and read entries.

Add entries

Entries are the resources a list contains. Add companies, deals, or people by referencing their id.

Read entries

Fetch the entries in a list to read their current values, including any enriched columns. Entries are paginated like other collections.
Lists can hold many entries. Page through them with limit and lt as described in pagination.

Manage the list

A common workflow

1

Assemble the universe

Search for relevant companies and add the matches as entries.
2

Enrich in bulk

Enrich at the list level so every entry gets firmographics and financials. See enrich companies.
3

Screen and export

Read entries to rank, filter, or push results back to your own system.
Lists pair naturally with workflows: run a workflow over a list to screen an entire set of targets in one pass.