FullEnrich
Integuru generates a production-ready HTTP API for FullEnrich, the B2B contact data enrichment platform. The integration covers 1 action for domain-based people search with pagination, carrying richer docs, enabling sales and data engineering teams to retrieve contact records for a given company domain programmatically.
Last reviewed: July 2026
Overview
Integuru's FullEnrich integration provides production-ready HTTP API access to FullEnrich, the B2B contact data enrichment platform at fullenrich.com, covering 1 action: search_people_by_domain. The action accepts a required domain string and optional page (starts at 1) and page_size (max 200) parameters, and carries richer documentation. Integuru connects via direct HTTP requests rather than browser automation, so calls complete in under 3 seconds with a 99.9%+ success rate.
No public developer API. FullEnrich does not expose an official developer API for programmatic contact lookups. Sales engineering and data teams that need to retrieve contact records for a company domain at scale have had no standard integration path.
Sales tech and data engineering teams use search_people_by_domain to retrieve contact records associated with a given company domain from the FullEnrich database. Passing a domain like 'anthropic.com' returns the people records FullEnrich holds for that company, pageable in batches up to 200. Browse the full integrations catalogue to see other sales and data enrichment integrations.
Use Cases
Integuru's FullEnrich integration covers the domain-based contact enrichment workflow that sales and data teams need to automate.
- Company contact lookup: Call
search_people_by_domainwith a requireddomainstring (e.g.'anthropic.com') to retrieve all contact records FullEnrich holds for employees at that company. - Paginated enrichment at scale: Pass
page(starting at 1) andpage_size(up to 200 per page) to page through large result sets when enriching contacts across a target account list.
Setup Notes
Integuru's FullEnrich integration authenticates against https://fullenrich.com/. Configure credentials once during Integuru setup; Integuru handles session management automatically.
search_people_by_domain requires domain (bare domain string, no protocol prefix). page starts at 1; page_size has a maximum of 200. Richer documentation is available via the Integuru dashboard after setup.