Documentation
¶
Index ¶
- Constants
- type Client
- func (c Client) EmailsAndContacts(parameters map[string]string) ([]interface{}, error)
- func (c Client) GetRequestArchive(requestId string) (Result, error)
- func (c Client) GoogleMapsReviewsV3(parameters map[string]string) ([]interface{}, error)
- func (c Client) GoogleMapsSearchV2(parameters map[string]string) ([]interface{}, error)
- func (c Client) GoogleSearch(parameters map[string]string) ([]interface{}, error)
- func (c Client) GoogleSearchV3(parameters map[string]string) ([]interface{}, error)
- func (c Client) PhonesEnricher(parameters map[string]string) ([]interface{}, error)
- type Request
- type Result
- type ResultArray
Constants ¶
View Source
const (
ApiUrl string = "https://api.app.outscraper.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
ApiKey string
}
func (Client) EmailsAndContacts ¶
func (Client) GetRequestArchive ¶
func (Client) GoogleMapsReviewsV3 ¶
func (Client) GoogleMapsSearchV2 ¶
func (Client) GoogleSearch ¶
func (Client) GoogleSearchV3 ¶
type ResultArray ¶
type ResultArray []interface{}
Click to show internal directories.
Click to hide internal directories.