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

# Export CSV

> Get a download link for CSV file of a market.

### Body Request Object Example

```JSON theme={null}
{
    "domainList": [
        "foo.com",
        "bar.com"
    ]
}
```

### Body

<ParamField body="domainList" type="string[]">
  Domains to include in CSV. (If empty, all domains in the market will be included.)
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
     "downloadLink": "https://s3.eu-west-2.amazonaws.com/..."
  }
  ```
</ResponseExample>

```
```
