Fetch recommendations
Fetch company and people recommendations that match your Ideal Customer Profile (ICP).
Before calling this endpoint, create an ICP using POST /v2/recommendations/icp and pass externalUserId.
Recommendations are refreshed daily. Results are stable within a day — the same page range will always return the same companies for that day. Companies seen on a given day will not appear again on future days. Once all matching companies have been exhausted, no further results will be returned — create a new ICP with broader or different criteria to get fresh recommendations.
Empty results: An ICP with very restrictive filters may return no results if no companies match all the specified criteria. If you receive empty results, consider relaxing your ICP filters.
Use pagination.from and pagination.to to page through results. Each company in the response includes a list of matching people contacts and a recommendation object explaining why that account was recommended.
Billing: Recommendations are charged at the end of the month based on the number of unique companies fetched. Fetching the same company multiple times (e.g. across multiple API calls or pages) counts as a single billable recommendation.
Authorization
AuthorizationRequiredBearer <token>In: header
Request Body
application/jsonRequiredBody
externalUserIdstringExternalUserID - Optional external user ID to filter recommendations. If not provided, recommendations associated with the authenticated user will be returned.
255paginationRequiredobjectOK