# Data Export

{% hint style="danger" %}
With the implementation of the new [Dashboard interface](https://docs.opencollective.com/help/product/understanding-your-dashboard), we are currently in the process of updating our documentation and some pages may be out of date. Thank you for your patience. Please [contact](https://opencollective.com/contact) our support team if you need any assistance.
{% endhint %}

There are multiple ways to export your collectives data. Download your contributor data, Transactions information and delve into your export settings.&#x20;

### Contributor Information

Navigate to your collective's Dashboard -> **Contributors**.&#x20;

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FocJTkenfCELcbLRCXdca%2FUntitled%20design%20(10).png?alt=media&#x26;token=4c589229-c899-436e-b038-e6ed72417e2d" alt=""><figcaption></figcaption></figure>

Click on the Export CSV button in top right hand corner. <br>

**The CSV export contains:**&#x20;

* Contributor Profile URL&#x20;
* Contributor Name&#x20;
* Contributor Type (Individual or Company)
* Total Amount Contributed
* Currency&#x20;
* Active Recurring Contribution&#x20;
* Recurring Contribution Tier
* Recurring Contribution Amount
* Recurring Contribution Frequency
* First Contribution Date
* Latest Contribution Date&#x20;
* Email&#x20;
* Website

## Exporting Transactions

Head to the budget section on your collective page. Click the Transactions tab

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FTlcRxOlC7OIu5b4iWj2R%2Fcollectives_dataexport_transactions_2022-07-28.png.png?alt=media\&token=e3fb8c6f-c036-4fcb-a64f-bf270c3e20f1)

&#x20;2\. Click View all Transactions&#x20;

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FW7gdfcJdD7UANx9Ff9XF%2Fcollectives_dataexport_viewtransactions_2022-07-28.png?alt=media\&token=83bf50ec-4a42-43d6-995b-659b0c5b0a62)

3\. Apply any filters to the CSV export.&#x20;

*For example select expenses in the Kind type to export a CSV with your expense information.*&#x20;

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2F6RBxCPKdGg8My6HxhODi%2Fcollectives_Expenses_viewtransactions_2022-07-28.png.png?alt=media\&token=e89b872d-e747-4ba1-bad7-5af9d29603db)

4\. Download CSV on the right

## Export Settings

Navigate to your collective's dashboard -> Settings -> **Export**.

<figure><img src="https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FpZz2dT8UUOXyYyS8VYKd%2FUntitled%20design%20(9).png?alt=media&#x26;token=c6b30f47-21b6-4c49-b5c7-fc21a87a1a84" alt=""><figcaption></figcaption></figure>

On this page, you can export your data into:

* Contributor data CSV Export&#x20;
* JSON Export
* Widgets
* Badges
* Contributors images

#### Export Contributors CSV

Download a file of all of your contributors, with these fields:

* Member ID
* Date Created
* User Type (User or Organisation)&#x20;
* Role (Admin, Host, Backer, Follower)&#x20;
* Tier
* Active Recurring Contribution&#x20;
* Total Amount Donated
* Currency
* Lastest Transaction Date
* Lastest Transaction Amount
* User Profile URL
* Name
* Company
* Description
* Image
* Email
* Newsletter Opt in
* Twitter
* Github
* Website

#### Export JSON

Export your data to integrate with other applications.

Options:

* All members (contributors of all types)
* Only users (individuals)
* Only organizations

Parameters:

* limit: number of members to return
* offset: number of members to skip (for paging)
* TierId: only return the members that belong to this TierId. You can find the TierId as part of the URL after selecting a tier on your collective pag

#### Widget

Export an HTML script to use on your website, showing your financial contributors.

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWSZizTt4ZC1UNDV89f%2F-LgA9l-jjX3_H3zz-oy1%2F-LgAAt2erB0XgrFNHcmR%2FScreen%20Shot%202019-05-31%20at%2011.59.36%20AM.png?alt=media\&token=52b79cc9-1daa-43d4-ae20-11cb2b8ed3da)

#### Export images

#### Badge

Create an SVG showing the number of financial contributors of your Collective. By updating the text in the URL, you can change the label and color.

Code:

`https://opencollective.com/collective/tiers/backers/badge.svg?label=Backers&color=brightgreen`

Result:

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWSZizTt4ZC1UNDV89f%2F-LgA9l-jjX3_H3zz-oy1%2F-LgACG9YRgTKJSveFkjp%2FScreen%20Shot%202019-05-31%20at%2012.05.35%20PM.png?alt=media\&token=820d0352-b068-41d1-ada0-945a82247724)

#### Contributor image

Create an SVG showing the icons of your financial contributors.

There are a range of options:

| Parameter    | Description                                          | default     |
| ------------ | ---------------------------------------------------- | ----------- |
| width        | width of the image                                   |             |
| height       | height of the image                                  |             |
| limit        | max number of members to show                        | (unlimited) |
| avatarHeight | max height of each avatar / logo                     |             |
| button       | show "become a backer/sponsor" button                | true        |
| format       | format of the image (replace .svg with .png or .jpg) |             |

Code:

`<object type="image/svg+xml" data="https://opencollective.com/collective/tiers/backers.svg?avatarHeight=36&width=600"></object>`

Result:

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWSZizTt4ZC1UNDV89f%2F-LgA9l-jjX3_H3zz-oy1%2F-LgADLdVOzRA5TWeo2Qg%2FScreen%20Shot%202019-05-31%20at%2012.09.13%20PM.png?alt=media\&token=550fe4d8-131a-4707-aa47-321e295e94c7)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opencollective.com/help/collectives/collective-settings/data-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
