## Table of Contents

- [fetchData](#fetchdata)

---

[](https://microlink.io/docs/api/getting-started/overview)

[API](https://microlink.io/docs/api/getting-started/overview)

[](https://microlink.io/docs/guides)

GUIDES

[](https://microlink.io/docs/mql/getting-started/overview)

MQL

[](https://microlink.io/docs/sdk/getting-started/overview)

SDK

[](https://microlink.io/docs/cards/getting-started/overview)

CARDS

## fetchData

Type:

\<boolean\>

\
Default: true

It determines how the data is fetched through [Microlink API](https://microlink.io/docs/sdk/parameters/fetch-data).

When it's `true`, an internal network call will be performed for getting the data.

```
<template>

  <Microlink

    url="https://www.netflix.com/title/80057281"

    :fetch-data="true"

  />

</template>
```

A network call will be performed internally for getting the data.

Passing a `false` disables this behavior. You can combine it with [setData](https://microlink.io/docs/sdk/parameters/set-data).