Submit a search query to be processed asynchronously in the background. This endpoint returns immediately with a task ID and thread ID that can be used to check the status, retrieve results when ready, and paginate through search results.
This is useful for long-running searches that may take several minutes to complete. The search will continue processing in the background while you can use the task ID to monitor progress and retrieve results. The thread ID can be used for pagination and follow-up searches by passing it in subsequent requests to either /v2/search or /v2/search/submit.
All the same search parameters are supported as the synchronous /v2/search endpoint, including thread_id for continuation and pagination.
Cost: (number of profiles returned) × (sum of credits for each of type, insights, profile_scoring, high_freshness, show_emails, show_phone_numbers)
Check out official Python client
