# Data exports

Exports let you download search results from Sumble as CSV files. You can export organizations, people, or job postings.

## Export types

| Type              | Available from                               | Key columns included                                                         |
| ----------------- | -------------------------------------------- | ---------------------------------------------------------------------------- |
| **Organizations** | Organization search page                     | Name, URL, industry, headcount, HQ location, technologies, job functions     |
| **People**        | People search page, organization people tab  | Name, title, organization, job function, job level, location, LinkedIn URL   |
| **Jobs**          | Jobs search page, organization job posts tab | Title, organization, team, technologies, job function, location, date posted |

## How to export

1. Run a search and apply any filters you want
2. Click the **Export** button at the top of the results
3. Use the slider to select how many rows to include (up to 10,000)
4. Review the credit cost shown — it reflects your filters and row count
5. Click **Export** to confirm and download the CSV

The export preview shows the first 10 rows so you can verify the data before committing credits.

## Credit costs

Export costs depend on the type and filters applied:

* **Organizations** — 5 credits per row, per filter term (technologies, job functions, projects). Minimum 5 credits per row. Technology categories count each individual technology.
* **People** — 1 credit per person
* **Jobs** — 3 credits per job

See [Credits](/web-application/credits-and-exports.md) for details on monthly allocations and purchasing additional credits.

## Export history

All your exports are saved at [Account > Exports](https://sumble.com/account/exports). You can re-download previously generated files from there.

## Row limits

Exports are limited to 10,000 rows per download. If your search returns more results than that, the export will include the top 10,000 by the current sort order. Adjust your filters to narrow the results if needed.

For larger data needs or automated access, see the [API](/api.md) or [Enterprise integrations](/enterprise-services/integrations.md).


---

# 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.sumble.com/web-application/data-exports.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.
