Skip to main content
Lead Finder discovers new companies and leads from a natural-language query. This first release exposes the two reads you need to follow a search that was started in the dashboard: list your past searches, and poll one search’s status and progress while it runs.
Starting, stopping, and pulling results from a search over the API is coming in a later release. For now you create and drive a search in the dashboard, and read its state here.

Scopes

Pagination

The list is cursor-paginated and stable under concurrent changes. When meta.hasMore is true, pass meta.nextCursor back as ?cursor= to fetch the next page; it is null on the last page. Cursors are opaque – do not parse or build them by hand.
limit defaults to 50 and caps at 100.
This is the single poll target while a search runs. It returns the search’s status plus live progress counters.