SoftSolzSoftSolz
HomeAPI GuideAPI ReferenceWidget Tester
seo

Download the backlinks as CSV.

Download the backlinks as CSV.

GEThttps://app.softsolz.uk/api/v1/services/seo/sites/{site_id}/links/export.csv

Recent Requests

Log in to see full request history
TimeStatusUser Agent
Make a request to see history.

Path Params

site_idstringrequired

Headers

Authorizationstringrequired

Bearer token: `Bearer sk_live_...` (or `sk_test_...` for sandbox). A login token will not work here.

Query Params

statusstring

live, lost, broken, unknown or pending.

sourcestring

Discovery source: gsc_csv, bing_csv, bing_api, manual, prospect, mention, crawl.

domainstring

Only links from this domain.

searchstring

Match against URL and anchor text.

followedboolean

true for followed links, false for nofollow.

disavowedboolean

true for disavowed links only.

problemsboolean

true for lost or broken links only.

Request

import { SoftSolz } from '@softsolz/sdk';
const client = new SoftSolz({ apiKey: process.env.SOFTSOLZ_API_KEY });
const result = await client.seo.downloadSiteLinksExportCsv('<site_id>', {});
console.log(result);

Credentials

Sent as a Bearer token. Stored only in your browser.

Response · 200

{
"data": {}
}