ywGetBacklinks: Get site backlinks from Yandex Webmaster

Description Usage Arguments Value Author(s) Examples

Description

ywGetBacklinks downloads links from Yandex Webmaster via API v3.0.

Usage

1
ywGetBacklinks(user_id = NULL, host_id = NULL, offset = 0, limit = 100, token = NULL)

Arguments

user_id

User id from function ywGetUserId.

host_id

Host id of your site. You can get by function ywGetSitesList.

offset

Offset of link index to start from.

limit

Limit of links on request. Default is 100.

token

Token for Yandex Webmaster API from function ywGetToken

Value

Returns data frame with columns: source_url - urls of backlink sourse, destination_url - urls of backlinks targets, discovery_date - date when yandex robots discovered links, source_last_access_date - date of last acces by yandex robot

Author(s)

Ivan Kutas

Examples

1
2
3
4
siteBacklinks <- ywGetBacklinks(host_id=hostId, 
                                offset=50, 
                                limit=100, 
                                token=myToken)

kutasok/ryandexwebmasterv3 documentation built on May 20, 2019, 7:06 p.m.