> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentlinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# linktrail import

> Preview a supplier or CSV import.

```bash theme={null}
linktrail import backlinks.csv --target example.com --json
```

## Behavior and output

Writes no ledger or cloud data. Text output lists mapping, counts and rejection reasons. --json prints a JSON string containing newline-separated candidate objects; decode that string before treating its contents as JSONL.

## Arguments

FILE required; --target DOMAIN required; --from SUPPLIER defaults to csv; --map source=COL,target=COL; --exact-url changes target interpretation to exact\_url; --no-subdomains excludes subdomains; --generated-at ISO records supplier time; --json. Supported presets: ahrefs, semrush, majestic, moz, dataforseo, linkody, google\_search\_console and csv. Explicit map fields: source, target, anchor, first\_seen, last\_seen, nofollow, dofollow, lost, link\_type and supplier\_row\_id.

## Exit status

0 on success; 2 on usage, configuration, input or request failure.

Read [configuration and file ownership](/reference/local/configuration) before automating this command. Read [local file contracts](/reference/local/artifacts) for artifact fields. Browse the [local command index](/reference/local/index) for related commands.

<Note>Reference follows the current development CLI and HTTP contracts. Hosted availability depends on the selected environment. See [capability status](/capability-status).</Note>
