Documentation
¶
Overview ¶
Copyright © 2023 github.com/alpkeskin
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hunter ¶
type Hunter struct {
Response HunterResponse
}
type HunterResponse ¶
type HunterResponse struct { Data struct { Domain string `json:"domain"` Disposable bool `json:"disposable"` Webmail bool `json:"webmail"` AcceptAll bool `json:"accept_all"` Pattern string `json:"pattern"` Organization string `json:"organization"` Country string `json:"country"` State interface{} `json:"state"` Emails []struct { Value string `json:"value"` Type string `json:"type"` Confidence int `json:"confidence"` Sources []struct { Domain string `json:"domain"` URI string `json:"uri"` ExtractedOn string `json:"extracted_on"` LastSeenOn string `json:"last_seen_on"` StillOnPage bool `json:"still_on_page"` } `json:"sources"` FirstName string `json:"first_name"` LastName string `json:"last_name"` Position string `json:"position"` Seniority string `json:"seniority"` Department string `json:"department"` Linkedin interface{} `json:"linkedin"` Twitter interface{} `json:"twitter"` PhoneNumber interface{} `json:"phone_number"` Verification struct { Date string `json:"date"` Status string `json:"status"` } `json:"verification"` } `json:"emails"` LinkedDomains []interface{} `json:"linked_domains"` } `json:"data"` Meta struct { Results int `json:"results"` Limit int `json:"limit"` Offset int `json:"offset"` Params struct { Domain string `json:"domain"` Company interface{} `json:"company"` Type interface{} `json:"type"` Seniority interface{} `json:"seniority"` Department interface{} `json:"department"` } `json:"params"` } `json:"meta"` }
Click to show internal directories.
Click to hide internal directories.