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
FullEnrich Agent Guidance
Key patterns
- Async submit + async fetch.
fullenrich_bulk_enrichandfullenrich_reverse_emailstart background jobs and return anenrichment_id. Poll withfullenrich_get_resultorfullenrich_get_reverse_resultfor terminal data. - Use
enrich_fieldsto control what’s enriched:contact.emails(1 credit),contact.phones(10 credits),contact.personal_emails(3 credits). - LinkedIn URL improves accuracy significantly (5-20% for emails, 10-60% for phones).
- Email status hierarchy: DELIVERABLE > HIGH_PROBABILITY > CATCH_ALL > INVALID. Use
most_probable_work_emailfield for the best result. - Phone costs 10x email — use judiciously and only when explicitly needed.
- Search is synchronous — use
fullenrich_people_searchorfullenrich_company_searchfor prospecting. - Use
fullenrich_get_result/fullenrich_get_reverse_resultafter every async submit when you need terminal data. forceResults=truequery param on get-result returns partial results if enrichment is still running.
When to use
- Best for high-quality email/phone waterfall enrichment with extensive provider coverage (20+ sources).
- Search API is good for prospecting by job title, company, location, industry.
- Reverse email lookup useful for identifying contacts from email addresses.
When NOT to use
- Don’t use for email validation only — use a dedicated validator (ZeroBounce, LeadMagic validation).
- Don’t use phone enrichment unless explicitly needed — expensive (10 credits).
- For quick single-provider email lookups, LeadMagic or Prospeo are faster/cheaper.