DataForSEO Backlinks
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copyInstalling Skippr means accepting the Skippr EULA.
Daily backlink and page-intersection snapshots via DataForSEO Backlinks API v3 live endpoints. Pure HTTP — Basic auth.
How it works
- Authenticates with login/password (config or
DATAFORSEO_LOGIN/DATAFORSEO_PASSWORD). - Runs configured
backlink_jobsand/orintersection_jobswith pagination (offset/search_after_token). - Emits
dataforseo_backlinks.backlink_daily,page_intersection_daily, andsite_run_daily(includes API cost).
Authentication
Set DATAFORSEO_LOGIN and DATAFORSEO_PASSWORD in the environment or in skippr.yml. See Environment variables.
Configuration
yaml
data_sources:
dfs:
DataForSeoBacklinks:
login: "${DATAFORSEO_LOGIN}"
password: "${DATAFORSEO_PASSWORD}"
backlink_jobs:
- target: "example.com"
limit: 1000
max_pages: 5CLI
bash
skippr connect source dataforseo-backlinks \
--login "${DATAFORSEO_LOGIN}" \
--password "${DATAFORSEO_PASSWORD}" \
--backlink-target example.comFixture dir: SKIPPR_DATAFORSEO_BACKLINKS_FIXTURE_DIR.
