outscraper

package module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2022 License: MIT Imports: 5 Imported by: 0

README

Outscraper Go Library

The library provides convenient access to the Outscraper API from applications written in the Go language. Allows using Outscraper's services from your code.

Installation

Make sure your project is using Go Modules (it will have a go.mod file in its root if it already is):

go mod init

Then, reference outscraper-go in a Go program with import:

import (
	"github.com/outscraper/outscraper-go/@v0.0.1"
)

Documentation

Index

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 (c Client) EmailsAndContacts(parameters map[string]string) ([]interface{}, error)

func (Client) GetRequestArchive

func (c Client) GetRequestArchive(requestId string) (Result, error)

func (Client) GoogleMapsReviewsV3

func (c Client) GoogleMapsReviewsV3(parameters map[string]string) ([]interface{}, error)

func (Client) GoogleMapsSearchV2

func (c Client) GoogleMapsSearchV2(parameters map[string]string) ([]interface{}, error)

func (Client) GoogleSearch

func (c Client) GoogleSearch(parameters map[string]string) ([]interface{}, error)

func (Client) GoogleSearchV3

func (c Client) GoogleSearchV3(parameters map[string]string) ([]interface{}, error)

func (Client) PhonesEnricher

func (c Client) PhonesEnricher(parameters map[string]string) ([]interface{}, error)

type Request

type Request map[string]string

type Result

type Result map[string]interface{}

type ResultArray

type ResultArray []interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL