Documentation Index
Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Playbook
Icypeas Workflow Guidance
- Always start with counts. Run
icypeas_count_peopleoricypeas_count_companiesbefore paid find operations. These are free and let you estimate result volume, refine filters, and avoid wasting credits on overly broad queries. - Email search is async.
icypeas_email_searchreturns aSCHEDULEDstatus immediately. Pollicypeas_read_resultswith the returned_idto get the final email. Plan for this delay in workflows. - Use bulk search for volume. When processing more than a handful of records, prefer
icypeas_bulk_searchover individualicypeas_email_searchcalls. Bulk supports up to 5,000 rows per batch. Monitor progress viaicypeas_read_bulk_files. - Verify before sending. Always run
icypeas_email_verificationon discovered emails before outbound. It costs only 0.1 credits. TreatNOT_FOUNDandDEBITED_NOT_FOUNDas non-deliverable. - LinkedIn scraping is powerful but costs more.
icypeas_scrape_profile(1.5 credits) returns rich contact data including phone numbers and verified emails.icypeas_scrape_company(0.5 credits) is cheaper for company-level data. - Find-people supports 16 filters. Use include/exclude arrays for precise targeting: job title, company, location, skills, languages, school, keywords, and more. Start broad with count, then narrow.
- Pagination uses token-based cursors. For
icypeas_find_peopleandicypeas_find_companies, pass thetokenfrom the previous response into the next request’spagination.token. Page size max is 200. - Free operations for planning:
icypeas_count_people,icypeas_count_companies,icypeas_read_results, andicypeas_read_bulk_filescost zero credits. Use them liberally. - Check account status. Use your internal usage dashboard before large operations.