# Data Export

To see the data export options, go to 'edit Collective' > Export.

## Widget

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

![](https://64131024-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnScH_KG1YJixOv0LJB%2F-LrtZDhGbYm2tRxhPmkZ%2F-LrtZGDzD3BBscjicwsD%2Fscreen-shot-2019-05-31-at-11.59.36-am.png?generation=1571850104883947\&alt=media)

## 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://64131024-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnScH_KG1YJixOv0LJB%2F-LrtZDhGbYm2tRxhPmkZ%2F-LrtZGE0y4rq_gouNMmQ%2Fscreen-shot-2019-05-31-at-12.05.35-pm.png?generation=1571850104777823\&alt=media)

### 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://64131024-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnScH_KG1YJixOv0LJB%2F-LrtZDhGbYm2tRxhPmkZ%2F-LrtZGE2HDULps5OEwcK%2Fscreen-shot-2019-05-31-at-12.09.13-pm.png?generation=1571850104168712\&alt=media)

## Export CSV

Download a file of all contributors, with these fields:

* MemberId
* createdAt
* type
* role
* tier
* isActive
* totalAmountDonated
* currency
* lastTransactionAt
* lastTransactionAmount
* profile
* name
* company
* description
* image
* email
* 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 page
