class SpyFu::Api::Leads

Constants

BASE_ENDPOINT

More information: www.spyfu.com/api/docs/leads

Public Instance Methods

get_contact_card(params) click to toggle source

Get list of contacts for a domain

# File lib/spyfu/api/leads.rb, line 8
def get_contact_card(params)
  send_get "get_contact_card", params
end
get_grid(params) click to toggle source

Get list of contact leads

# File lib/spyfu/api/leads.rb, line 13
def get_grid(params)
  send_get "get_grid", params
end
get_top_list(params) click to toggle source

Get list of contacts for a domain

# File lib/spyfu/api/leads.rb, line 18
def get_top_list(params)
  send_get "get_top_list", params
end