v4
latestOpenAPI 3.1.02026-08-012281296.0 MBAgentic search
Multi-source AI search
AI-powered natural language search across multiple sources (LinkedIn, Google Maps, web, and more). Ideal for local business search where companies/employees have spotty web or LinkedIn presence.
Pagination flow:
- First page — send { search: { request: "initial", query: "...", pageSize: 10 } }. The pageSize you choose here is locked for the entire session.
- Subsequent pages — send { search: { request: "subsequent", cursor: "<nextCursor>" } }.
- When nextCursor is null in the response, there are no more results.
<span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
<span>💰 <strong>Cost:</strong> Credits are charged after the search completes based on results: 2 credits per company found and 2 credits per prospect found. Each query resolves to either companies or prospects, so only one rate applies per page. <span title="Pricing shown is default pricing. Actual pricing may vary. Your total charge depends on the number of results returned and which entity type the query resolves to.">ⓘ</span></span>
post/v1/multi-source/search
Request body
Response
Default Response