Hunter API

Crea flussi di lavoro potenti e automatizzati per il contatto via email.

L'API di Hunter è solida e affidabile. Inizia in pochi minuti.

Automatizza la ricerca di indirizzi email validi.

Discover API

Identifica il tuo pubblico target in modo programmatico. Usa il linguaggio naturale o filtri avanzati per trovare aziende in linea con il tuo profilo cliente ideale.

Discover API
POST
https://api.hunter.io/v2/discover?locale=it
200 OK
{
    "data": [
      {
        "domain": "cloudflare.com",
        "organization": "Cloudflare",
        "emails_count": {
          "personal": 615,
          "generic": 323,
          "total": 938
        }
      },
      {
        "domain": "oracle.com",
        "organization": "Oracle",
        "emails_count": {
          "personal": 512,
          "generic": 256,
          "total": 768
        }
      }
    ],
    "meta": {
      "results": 1,
      "limit": 100,
      "offset": 0,
      "params": {
        "query": "US-based Software companies"
      },
      "filters": {
        "headquarters_location": {
          "include": [
            {
              "country": "US"
            }
          ]
        },
        "industry": {
          "include": [
            "IT Services and IT Consulting"
          ]
        }
      }
    }
  }
}
GET
https://api.hunter.io/v2/domain-search?locale=it?domain=intercom.com
200 OK
{
  "data": {
    "domain": "intercom.com",
    "disposable": false,
    "webmail": false,
    "accept_all": true,
    "pattern": "{first}",
    "organization": "Intercom",
    "emails": [
      {
        "value": "ciaran@intercom.com",
        "type": "personal",
        "confidence": 92,
        "sources": [
          {
            "domain": "github.com",
            "uri": "http://github.com/ciaranlee",
            "extracted_on": "2015-07-29",
            "last_seen_on": "2017-07-01",
            "still_on_page": true
          },
          {
            "domain": "blog.intercom.com",
            "uri": "http://blog.intercom.com/were-hiring-a-support-engineer/",
            "extracted_on": "2015-08-29",
            "last_seen_on": "2017-07-01",
            "still_on_page": true
          },
          ...
        ],
        "first_name": "Ciaran",
        "last_name": "Lee",
        "position": "Support Engineer",
        "position_raw": "Support Engineer",
        "seniority": "senior",
        "department": "it",
        "linkedin": null,
        "twitter": "ciaran_lee",
        "phone_number": null,
        "verification": {
          "date": "2019-12-06",
          "status": "valid"
        }
      },
      ...
    ],
    "linked_domains": []
  },
  "meta": {
    "results": 35,
    "limit": 10,
    "offset": 0,
    "params": {
      "domain": "intercom.com",
      "company": null,
      "type": null,
      "seniority": null,
      "department": null
    }
  }
}
GET
https://api.hunter.io/v2/email-finder?locale=it?domain=reddit.com&first_name=Alexis&last_name=Ohanian
200 OK
{
  "data": {
    "first_name": "Alexis",
    "last_name": "Ohanian",
    "email": "alexis@reddit.com",
    "score": 97,
    "domain": "reddit.com",
    "accept_all": false,
    "position": "Cofounder",
    "twitter": null,
    "linkedin_url": null,
    "phone_number": null,
    "company": "Reddit",
    "sources": [
      {
        "domain": "redditblog.com",
        "uri": "http://redditblog.com/2008/10/22/widgets-get-an-upgrade-and-a-firefox-extension-that-will-rock-your-world",
        "extracted_on": "2018-10-19",
        "last_seen_on": "2021-05-18",
        "still_on_page": true
      },
      ...
    ],
    "verification": {
      "date": "2021-06-14",
      "status": "valid"
    }
  },
  "meta": {
    "params": {
      "first_name": "Alexis",
      "last_name": "Ohanian",
      "full_name": null,
      "domain": "reddit.com",
      "company": null,
      "max_duration": null
    }
  }
}
GET
https://api.hunter.io/v2/email-verifier?locale=it?email=patrick@stripe.com
200 OK
{
  "data": {
    "status": "valid",
    "score": 100,
    "email": "patrick@stripe.com",
    "regexp": true,
    "gibberish": false,
    "disposable": false,
    "webmail": false,
    "mx_records": true,
    "smtp_server": true,
    "smtp_check": true,
    "accept_all": false,
    "block": false,
    "sources": [
      {
        "domain": "beta.paganresearch.io",
        "uri": "http://beta.paganresearch.io/details/stripe",
        "extracted_on": "2020-06-17",
        "last_seen_on": "2020-06-17",
        "still_on_page": true
      },
      {
        "domain": "icloudnewz.blogspot.com",
        "uri": "http://icloudnewz.blogspot.com/2017/11/follow-patrick-collison-mike-birbiglia.html",
        "extracted_on": "2020-03-25",
        "last_seen_on": "2020-06-29",
        "still_on_page": true
      }
    ]
  },
  "meta": {
    "params": {
      "email": "patrick@stripe.com"
    }
  }
}

Gestisci i tuoi lead e le tue sequenze.

Leads API

Leads API ti permette di gestire i lead che salvi in Hunter, anche recuperandoli, aggiungendoli o eliminandoli.

Leads API
GET
https://api.hunter.io/v2/leads?locale=it
200 OK
{
  "data": {
    "leads": [
      {
        "id": 1,
        "email": "hoon@stripe.com",
        "first_name": "Jeremy",
        "last_name": "Hoon",
        "position": null,
        "company": "Stripe",
        "company_industry": null,
        "company_size": null,
        "confidence_score": null,
        "website": "stripe.com",
        "country_code": null,
        "source": null,
        "linkedin_url": null,
        "phone_number": null,
        "twitter": null,
        "sync_status": null,
        "notes": null,
        "sending_status": null,
        "last_activity_at": null,
        "last_contacted_at": null,
        "verification": {
          "date": "2021-01-01 12:00:00 UTC",
          "status": "deliverable"
        },
        "leads_list": {
          "id": 1,
          "name": "My leads list",
          "leads_count": 2
        },
        "created_at": "2021-01-01 12:00:00 UTC"
      },
      {
        "id": 2,
        "email": "alexis@reddit.com",
        "first_name": "Alexis",
        "last_name": "Ohanian",
        "position": "Cofounder",
        "company": "Reddit",
        "company_industry": null,
        "company_size": null,
        "confidence_score": 97,
        "website": "reddit.com",
        "country_code": "US",
        "source": null,
        "linkedin_url": null,
        "phone_number": null,
        "twitter": null,
        "sync_status": null,
        "notes": null,
        "sending_status": null,
        "last_activity_at": null,
        "last_contacted_at": null,
        "verification": {
          "date": "2021-01-01 12:00:00 UTC",
          "status": "deliverable"
        },
        "leads_list": {
          "id": 1,
          "name": "My leads list",
          "leads_count": 2
        },
        "created_at": "2021-01-01 12:00:00 UTC"
      }
    }
  },
  "meta": {
    "count": 2,
    "total": 2,
    "params": {
      "limit": 20,
      "offset": 0
    }
  }
}
GET
https://api.hunter.io/v2/campaigns/1/recipients?locale=it
200 OK
{
  "data": {
    "recipients": [
      {
        "email": "hoon@stripe.com",
        "first_name": "Jeremy",
        "last_name": "Hoon",
        "position": null,
        "company": "Stripe",
        "website": "stripe.com",
        "sending_status": "pending",
        "lead_id": 1
      },
      {
        "email": "alexis@reddit.com",
        "first_name": "Alexis",
        "last_name": "Ohanian",
        "position": "Cofounder",
        "company": "Reddit",
        "website": "reddit.com",
        "sending_status": "pending",
        "lead_id": 2
      }
    ]
  },
  "meta": {
    "limit": 20,
    "offset": 0
  }
}

Arricchisci i dati dei tuoi lead con oltre 100 attributi

Arricchimento dei lead

Trasforma un indirizzo email o un identificativo LinkedIn in un profilo completo con ruolo, località, profili social e altro.

Lead Enrichment API
GET
https://api.hunter.io/v2/people/find?locale=it?email=matt@hunter.io
200 OK
{
  "data": {
    "id": "b3ae14fb-6725-56d1-ac68-a76f8ce04dec",
    "name": {
      "fullName": "Matthew Tharp",
      "givenName": "Matthew",
      "familyName": "Tharp"
    },
    "email": "matt@hunter.io",
    "location": "Framingham, Massachusetts, United States",
    "timeZone": "America/New_York",
    "utcOffset": -5,
    "geo": {
      "city": "Framingham",
      "state": "Massachusetts",
      "stateCode": "MA",
      "country": "United States",
      "countryCode": "US",
      "lat": 42.27926,
      "lng": -71.41617
    },
    "bio": null,
    "site": null,
    "avatar": null,
    "employment": {
      "domain": "hunter.io",
      "name": "Hunter",
      "title": "Chief Executive Officer",
      "role": "executive",
      "subRole": null,
      "seniority": "executive"
    },
    "facebook": {
      "handle": null
    },
    "github": {
      "handle": null,
      "id": null,
      "avatar": null,
      "company": null,
      "blog": null,
      "followers": null,
      "following": null
    },
    "twitter": {
      "handle": "matttharp",
      "id": null,
      "bio": null,
      "followers": null,
      "following": null,
      "statuses": null,
      "favorites": null,
      "location": null,
      "site": null,
      "avatar": null
    },
    "linkedin": {
      "handle": "matttharp"
    },
    "googleplus": {
      "handle": null
    },
    "gravatar": {
      "handle": null,
      "urls": [],
      "avatar": null,
      "avatars": []
    },
    "fuzzy": false,
    "emailProvider": "google.com",
    "indexedAt": "2025-01-07",
    "phone": null,
    "activeAt": "2025-01-07",
    "inactiveAt": null
  },
  "meta": {
    "email": "matt@hunter.io"
  }
}
GET
https://api.hunter.io/v2/companies/find?locale=it?domain=stripe.com
200 OK
{
  "data": {
    "id": "c60603a0-001c-5ca3-86a2-c571c6d43c25",
    "name": "Stripe",
    "legalName": "Stripe",
    "domain": "stripe.com",
    "domainAliases": [],
    "site": {
      "phoneNumbers": [
        "+1 555 555 5555"
      ],
      "emailAddresses": []
    },
    "category": {
      "sector": "Information Technology",
      "industryGroup": "Software & Services",
      "industry": "Internet Software & Services",
      "subIndustry": "Internet",
      "gicsCode": "45103010",
      "sicCode": "36",
      "sic4Codes": [
        "73"
      ],
      "naicsCode": "51",
      "naics6Codes": [
        "519130"
      ],
      "naics6Codes2022": [
        "519290"
      ]
    },
    "tags": [
      "payment processing",
      "fintech",
      "online payments",
      "financial technology"
    ],
    "description": "Stripe is a fintech company that specializes in online payment processing services.",
    "foundedYear": 2010,
    "location": "South San Francisco, California, United States",
    "timeZone": "America/Los_Angeles",
    "utcOffset": -8,
    "geo": {
      "streetNumber": null,
      "streetName": null,
      "subPremise": null,
      "streetAddress": null,
      "city": "South San Francisco",
      "postalCode": null,
      "state": "California",
      "stateCode": "CA",
      "country": "United States",
      "countryCode": "US",
      "lat": 37.65466,
      "lng": -122.40775
    },
    "logo": "https://logos.hunter.io/stripe.com",
    "facebook": {
      "handle": "175383762511776",
      "likes": null
    },
    "linkedin": {
      "handle": "company/stripe"
    },
    "twitter": {
      "handle": "stripe",
      "id": null,
      "bio": null,
      "followers": null,
      "following": null,
      "location": null,
      "site": null,
      "avatar": null
    },
    "crunchbase": {
      "handle": null
    },
    "instagram": {
      "handle": null
    },
    "emailProvider": "google.com",
    "type": "private",
    "companyType": "privately held",
    "ticker": null,
    "identifiers": {
      "usEIN": null
    },
    "phone": "+1 555 555 5555",
    "metrics": {
      "alexaUsRank": null,
      "alexaGlobalRank": null,
      "trafficRank": "very_high",
      "employees": "10K-50K",
      "employeesCount": 25000,
      "marketCap": null,
      "raised": null,
      "annualRevenue": null,
      "estimatedAnnualRevenue": null,
      "fiscalYearEnd": null
    },
    "indexedAt": "2024-10-16",
    "tech": [
      "adyen",
      "algolia",
      "amazon-s3",
      "amazon-web-services",
      "angular-js",
      "ansible",
      "aws-lambda",
      "babel",
      "backbone-js",
      "bash",
      "bootstrap",
      "c",
      "cassandra",
      "chef",
      "contentful",
      "css",
      "django",
      "dnn",
      "docker",
      "docusign",
      "elasticsearch",
      "elixir",
      "esbuild",
      "excel",
      "facebook",
      "git",
      "go",
      "go-js",
      "google-ads",
      "google-cloud-platform",
      "google-workspace",
      "grafana",
      "graphql",
      "highcharts",
      "hubspot",
      "java",
      "javascript",
      "jenkins",
      "jss",
      "kafka",
      "kotlin",
      "kubernetes",
      "linkedin",
      "marketo",
      "microsoft",
      "microsoft-azure",
      "microsoft-excel",
      "microsoft-office",
      "mindbody",
      "mongodb",
      "mysql",
      "net",
      "netsuite",
      "next-js",
      "nginx",
      "node-js",
      "nosql",
      "objective-c",
      "oracle",
      "paypal",
      "php",
      "plotly",
      "postgresql",
      "prometheus",
      "puppet",
      "puppeteer",
      "pyspark",
      "python",
      "react-js",
      "react-native",
      "redis",
      "render",
      "ruby",
      "rust",
      "salesforce",
      "salesforce-service-cloud",
      "salesloft",
      "sap",
      "scala",
      "sentry",
      "shopify",
      "spark",
      "splunk",
      "spring",
      "sql",
      "squarespace",
      "stripe",
      "temporal",
      "terraform",
      "twitter",
      "typescript",
      "unix",
      "vue-js",
      "websocket",
      "windows",
      "woocommerce",
      "xslt",
      "youtube",
      "zip",
      "zoominfo"
    ],
    "techCategories": [
      "accounting_and_finance",
      "advertising",
      "analytics",
      "appointment_scheduling",
      "authentication_services",
      "cloud_computing_services",
      "content_management_system",
      "crm",
      "data_enrichment_services",
      "data_management",
      "data_processing",
      "data_visualization",
      "database",
      "ecommerce",
      "image_video_services",
      "marketing_automation",
      "monitoring",
      "operating_system",
      "payment",
      "productivity",
      "programming_framework",
      "project_management_software",
      "sales_productivity",
      "site_search",
      "social_sharing",
      "web_hosting",
      "web_servers"
    ],
    "fundingRounds": [],
    "parent": {
      "domain": null
    },
    "ultimateParent": {
      "domain": null
    }
  },
  "meta": {
    "domain": "stripe.com"
  }
}
GET
https://api.hunter.io/v2/combined/find?locale=it?email=sam@openai.com
200 OK
{
  "data": {
    "person": {
      "id": "c6effe25-565c-5a19-8193-674726000454",
      "name": {
        "fullName": "Sam Altman",
        "givenName": "Sam",
        "familyName": "Altman"
      },
      "email": "sam@openai.com",
      "location": null,
      "timeZone": null,
      "utcOffset": null,
      "geo": {
        "city": null,
        "state": null,
        "stateCode": null,
        "country": null,
        "countryCode": null,
        "lat": null,
        "lng": null
      },
      "bio": null,
      "site": null,
      "avatar": null,
      "employment": {
        "domain": "openai.com",
        "name": "OpenAI",
        "title": null,
        "role": null,
        "subRole": null,
        "seniority": null
      },
      "facebook": {
        "handle": null
      },
      "github": {
        "handle": null,
        "id": null,
        "avatar": null,
        "company": null,
        "blog": null,
        "followers": null,
        "following": null
      },
      "twitter": {
        "handle": "trustinyoon",
        "id": null,
        "bio": null,
        "followers": null,
        "following": null,
        "statuses": null,
        "favorites": null,
        "location": null,
        "site": null,
        "avatar": null
      },
      "linkedin": {
        "handle": null
      },
      "googleplus": {
        "handle": null
      },
      "gravatar": {
        "handle": null,
        "urls": [],
        "avatar": null,
        "avatars": []
      },
      "fuzzy": false,
      "emailProvider": "google.com",
      "indexedAt": "2025-01-10",
      "phone": null,
      "activeAt": "2025-01-15",
      "inactiveAt": null
    },
    "company": {
      "id": "5424e3b0-c75d-55b6-ad21-7a0fbbfcc7ad",
      "name": "OpenAI",
      "legalName": "OpenAI",
      "domain": "openai.com",
      "domainAliases": [],
      "site": {
        "phoneNumbers": [
          "+1 317 693 1781"
        ],
        "emailAddresses": []
      },
      "category": {
        "sector": "Industrials",
        "industryGroup": "Commercial & Professional Services",
        "industry": "Professional Services",
        "subIndustry": "Research & Consulting Services",
        "gicsCode": "20202020",
        "sicCode": "87",
        "sic4Codes": [
          "87"
        ],
        "naicsCode": "54",
        "naics6Codes": [
          "541713"
        ],
        "naics6Codes2022": [
          "541715"
        ]
      },
      "tags": [
        "artificial intelligence",
        "machine learning",
        "technology",
        "research",
        "innovation"
      ],
      "description": "OpenAI is a technology company that specializes in artificial intelligence research and innovation.",
      "foundedYear": 2015,
      "location": "San Francisco, California, United States",
      "timeZone": "America/Los_Angeles",
      "utcOffset": -8,
      "geo": {
        "streetNumber": null,
        "streetName": null,
        "subPremise": null,
        "streetAddress": null,
        "city": "San Francisco",
        "postalCode": null,
        "state": "California",
        "stateCode": "CA",
        "country": "United States",
        "countryCode": "US",
        "lat": 37.77493,
        "lng": -122.41942
      },
      "logo": "https://logos.hunter.io/openai.com",
      "facebook": {
        "handle": "openai.research",
        "likes": null
      },
      "linkedin": {
        "handle": "company/openai"
      },
      "twitter": {
        "handle": null,
        "id": null,
        "bio": null,
        "followers": null,
        "following": null,
        "location": null,
        "site": null,
        "avatar": null
      },
      "crunchbase": {
        "handle": null
      },
      "instagram": {
        "handle": null
      },
      "emailProvider": "google.com",
      "type": "partnership",
      "companyType": "partnership",
      "ticker": null,
      "identifiers": {
        "usEIN": null
      },
      "phone": "+1 317 693 1781",
      "metrics": {
        "alexaUsRank": null,
        "alexaGlobalRank": null,
        "trafficRank": "very_high",
        "employees": "1K-5K",
        "employeesCount": 2500,
        "marketCap": null,
        "raised": null,
        "annualRevenue": null,
        "estimatedAnnualRevenue": null,
        "fiscalYearEnd": null
      },
      "indexedAt": "2024-10-16",
      "tech": [
        "adobe-analytics",
        "adobe-target",
        "amazon-web-services",
        "ansible",
        "auth0",
        "bash",
        "brightcove",
        "c",
        "chef",
        "cloudflare",
        "css",
        "datadog",
        "django",
        "docker",
        "elasticsearch",
        "excel",
        "flask",
        "go",
        "google-analytics",
        "google-cloud-platform",
        "google-workspace",
        "grafana",
        "graphql",
        "hubspot",
        "intercom",
        "java",
        "javascript",
        "jquery",
        "kafka",
        "kaltura",
        "kubernetes",
        "laravel",
        "microsoft-azure",
        "microsoft-excel",
        "mysql",
        "netsuite",
        "next-js",
        "node-js",
        "optimizely",
        "oracle",
        "plotly",
        "postgresql",
        "prometheus",
        "puppet",
        "python",
        "react-js",
        "redis",
        "rust",
        "salesforce",
        "sap",
        "scala",
        "shopify",
        "spark",
        "splunk",
        "sql",
        "stripe",
        "tailwind-css",
        "terraform",
        "typescript",
        "vercel",
        "vimeo",
        "windows",
        "wordpress",
        "youtube",
        "zip"
      ],
      "techCategories": [
        "accounting_and_finance",
        "analytics",
        "authentication_services",
        "cloud_computing_services",
        "content_management_system",
        "conversion_optimization",
        "crm",
        "customer_support",
        "data_processing",
        "data_visualization",
        "database",
        "dns",
        "ecommerce",
        "image_video_services",
        "monitoring",
        "operating_system",
        "payment",
        "productivity",
        "programming_framework",
        "web_hosting"
      ],
      "fundingRounds": [],
      "parent": {
        "domain": null
      },
      "ultimateParent": {
        "domain": null
      }
    }
  },
  "meta": {
    "email": "sam@openai.com"
  }
}
GET
https://api.hunter.io/v2/combined/find?locale=it?email=matt@hunter.io&clearbit_format=true
200 OK
{
  "person": {
    "id": "b3ae14fb-6725-56d1-ac68-a76f8ce04dec",
    "name": {
      "fullName": "Matthew Tharp",
      "givenName": "Matthew",
      "familyName": "Tharp"
    },
    "email": "matt@hunter.io",
    "location": "Framingham, Massachusetts, United States",
    "timeZone": "America/New_York",
    "utcOffset": -5,
    "geo": {
      "city": "Framingham",
      "state": "Massachusetts",
      "stateCode": "MA",
      "country": "United States",
      "countryCode": "US",
      "lat": 42.27926,
      "lng": -71.41617
    },
    "bio": null,
    "site": null,
    "avatar": null,
    "employment": {
      "domain": "hunter.io",
      "name": "Hunter",
      "title": "Chief Executive Officer",
      "role": "executive",
      "subRole": null,
      "seniority": "executive"
    },
    "facebook": {
      "handle": null
    },
    "github": {
      "handle": null,
      "id": null,
      "avatar": null,
      "company": null,
      "blog": null,
      "followers": null,
      "following": null
    },
    "twitter": {
      "handle": "matttharp",
      "id": null,
      "bio": null,
      "followers": null,
      "following": null,
      "statuses": null,
      "favorites": null,
      "location": null,
      "site": null,
      "avatar": null
    },
    "linkedin": {
      "handle": "matttharp"
    },
    "googleplus": {
      "handle": null
    },
    "gravatar": {
      "handle": null,
      "urls": [],
      "avatar": null,
      "avatars": []
    },
    "fuzzy": false,
    "emailProvider": "google.com",
    "indexedAt": "2025-01-07",
    "phone": null,
    "activeAt": "2025-01-16",
    "inactiveAt": null
  },
  "company": {
    "id": "95ca56a8-a019-5c41-881e-293d9ca4741a",
    "name": "Hunter",
    "legalName": "Hunter",
    "domain": "hunter.io",
    "domainAliases": [],
    "site": {
      "phoneNumbers": [
        "+1 415 712 0049"
      ],
      "emailAddresses": []
    },
    "category": {
      "sector": "Information Technology",
      "industryGroup": "Software & Services",
      "industry": "Internet Software & Services",
      "subIndustry": "Internet",
      "gicsCode": "45103010",
      "sicCode": "36",
      "sic4Codes": [
        "73"
      ],
      "naicsCode": "51",
      "naics6Codes": [
        "519130"
      ],
      "naics6Codes2022": [
        "519290"
      ]
    },
    "tags": [
      "email marketing",
      "lead generation",
      "data enrichment",
      "sales intelligence",
      "business tools"
    ],
    "description": "Hunter is an email marketing company that specializes in lead generation and data enrichment.",
    "foundedYear": 2015,
    "location": "Wilmington, Delaware, United States",
    "timeZone": "America/New_York",
    "utcOffset": -5,
    "geo": {
      "streetNumber": null,
      "streetName": null,
      "subPremise": null,
      "streetAddress": null,
      "city": "Wilmington",
      "postalCode": null,
      "state": "Delaware",
      "stateCode": "DE",
      "country": "United States",
      "countryCode": "US",
      "lat": 39.74595,
      "lng": -75.54659
    },
    "logo": "https://logos.hunter.io/hunter.io",
    "facebook": {
      "handle": null,
      "likes": null
    },
    "linkedin": {
      "handle": "company/hunterio"
    },
    "twitter": {
      "handle": null,
      "id": null,
      "bio": null,
      "followers": null,
      "following": null,
      "location": null,
      "site": null,
      "avatar": null
    },
    "crunchbase": {
      "handle": null
    },
    "instagram": {
      "handle": null
    },
    "emailProvider": "google.com",
    "type": "private",
    "companyType": "privately held",
    "ticker": null,
    "identifiers": {
      "usEIN": null
    },
    "phone": "+1 415 712 0049",
    "metrics": {
      "alexaUsRank": null,
      "alexaGlobalRank": null,
      "trafficRank": "very_high",
      "employees": "11-50",
      "employeesCount": 42,
      "marketCap": null,
      "raised": null,
      "annualRevenue": null,
      "estimatedAnnualRevenue": null,
      "fiscalYearEnd": null
    },
    "indexedAt": "2025-02-17",
    "tech": [
      "cloudflare",
      "cloudflare-browser-insights",
      "hsts",
      "http-3",
      "ruby",
      "stimulus"
    ],
    "techCategories": [
      "analytics",
      "dns",
      "marketing_automation",
      "programming_framework",
      "security",
      "web_servers"
    ],
    "fundingRounds": [],
    "parent": {
      "domain": null
    },
    "ultimateParent": {
      "domain": null
    }
  }
}
GET
https://logos.hunter.io/hunter.io
200 OK
  Content-Type: image/png, image/webp, or image/avif

  [Binary image data]

Porta Hunter
nel tuo agente IA.

Collega Hunter tramite MCP o API.
Con un solo prompt, il tuo agente può trovare, verificare e arricchire i contatti.

Inizia a usare l'API di Hunter.

Esplora la nostra documentazione e scrivi la tua prima chiamata API. Inizia a usare Hunter tramite codice in pochi minuti.

Ottieni la mia chiave API gratuita
La mia azienda, SparkToro, usa Hunter da anni per alimentare le funzionalità dei dati di contatto. Non siamo solo noi ad amarlo: lo amano anche i nostri clienti. Lavorare con Hunter è facile, i dati sono ottimi, i nostri clienti sono soddisfatti: cosa si può chiedere di più?
Rand Fishkin CEO di SparkToro

Hai in mente un flusso di lavoro specifico?

Esplora le nostre integrazioni native: potremmo aver già creato proprio ciò di cui hai bisogno!

Scopri le nostre integrazioni
Usiamo i cookie
Usiamo i cookie per analizzare come viene utilizzato il sito web di Hunter e personalizzare la tua esperienza. Scopri di più