{"openapi":"3.1.0","info":{"title":"Hunter via Locus MPP","version":"1.0.0","description":"Email finding, verification, and company enrichment for outreach and lead generation."},"x-service-info":{"categories":["data"],"docs":{"homepage":"https://hunter.io","apiReference":"https://hunter.io/api-documentation/v2","llms":"https://beta.paywithlocus.com/mpp/hunter.md"}},"paths":{"/hunter/domain-search":{"post":{"summary":"Domain Search","x-payment-info":{"intent":"charge","method":"tempo","amount":null,"currency":"0x20c000000000000000000000b9537d11c60e8b50","description":"$0.013-$0.103"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to search (e.g. \"stripe.com\")"},"company":{"type":"string","description":"Company name to search"},"limit":{"type":"number","description":"Max emails to return (default 10)"},"offset":{"type":"number","description":"Offset for pagination"},"type":{"type":"string","description":"Email type filter: 'personal' or 'generic'"},"seniority":{"type":"string","description":"Seniority filter: 'junior', 'senior', or 'executive'"},"department":{"type":"string","description":"Department filter: 'executive', 'it', 'finance', 'management', 'sales', 'legal', 'support', 'hr', 'marketing', 'communication', 'education', 'design', 'health', 'operations'"},"required_field":{"type":"string","description":"Require field: 'full_name', 'position', 'phone_number'"},"verification_status":{"type":"string","description":"Filter by status: 'accept_all', 'webmail', 'valid', 'invalid', 'unknown'"}}}}}}}},"/hunter/discover":{"post":{"summary":"Discover Companies","x-payment-info":{"intent":"charge","method":"tempo","amount":"8000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search query"},"organization":{"type":"string","description":"Organization name to search"},"similar_to":{"type":"string","description":"Find companies similar to this domain"},"headquarters_location":{"type":"string","description":"Filter by headquarters location"},"industry":{"type":"string","description":"Filter by industry"},"headcount":{"type":"string","description":"Filter by employee count range (e.g. '1-10', '11-50')"},"company_type":{"type":"string","description":"Filter by type: 'public', 'private', 'nonprofit'"},"keywords":{"type":"string","description":"Filter by keywords"},"technology":{"type":"string","description":"Filter by technology used"},"limit":{"type":"number","description":"Max results (default 10)"},"offset":{"type":"number","description":"Offset for pagination"}}}}}}}},"/hunter/email-finder":{"post":{"summary":"Email Finder","x-payment-info":{"intent":"charge","method":"tempo","amount":"13000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","description":"Company domain (e.g. \"stripe.com\")"},"company":{"type":"string","description":"Company name"},"first_name":{"type":"string","description":"Person's first name"},"last_name":{"type":"string","description":"Person's last name"},"full_name":{"type":"string","description":"Person's full name (alternative to first+last)"},"linkedin_handle":{"type":"string","description":"LinkedIn handle (alternative to domain+name)"},"max_duration":{"type":"number","description":"Max processing time in seconds (3-20, default 3)"}}}}}}}},"/hunter/email-verifier":{"post":{"summary":"Email Verifier","x-payment-info":{"intent":"charge","method":"tempo","amount":"8000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to verify"}},"required":["email"]}}}}}},"/hunter/email-enrichment":{"post":{"summary":"Email Enrichment","x-payment-info":{"intent":"charge","method":"tempo","amount":"13000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to enrich"},"linkedin_handle":{"type":"string","description":"LinkedIn handle to enrich"}}}}}}}},"/hunter/company-enrichment":{"post":{"summary":"Company Enrichment","x-payment-info":{"intent":"charge","method":"tempo","amount":"13000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","description":"Company domain (e.g. \"stripe.com\")"}},"required":["domain"]}}}}}},"/hunter/combined-enrichment":{"post":{"summary":"Combined Enrichment","x-payment-info":{"intent":"charge","method":"tempo","amount":"23000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to enrich"}},"required":["email"]}}}}}},"/hunter/email-count":{"post":{"summary":"Email Count","x-payment-info":{"intent":"charge","method":"tempo","amount":"3000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to check (e.g. \"stripe.com\")"},"company":{"type":"string","description":"Company name to check"},"type":{"type":"string","description":"Filter by type: 'personal' or 'generic'"}}}}}}}}}}