---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/scrapper/type-aliases/ScrapperLinksConfig.md
description: Async-factory config for `/api/links`.
---

# Type Alias: ScrapperLinksConfig

```ts
type ScrapperLinksConfig = ScrapperBaseConfig<
  ScrapperLinksParams,
  ScrapperLinks,
  ArtifactResolver
>;
```

Defined in: [batteries/tools/scrapper/index.ts:329](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/scrapper/index.ts#L329)

Async-factory config for `/api/links`.
