Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 429 Bytes

File metadata and controls

18 lines (12 loc) · 429 Bytes

Unifapi::SeoBacklinksBulkSpamScoreRequest

Properties

Name Type Description Notes
targets Array<String> Domains, subdomains, or pages to analyze (up to 1000). Domains/subdomains without https:// and www.; pages as absolute URLs.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksBulkSpamScoreRequest.new(
  targets: null
)