> For the complete documentation index, see [llms.txt](https://docs.coresignal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coresignal.com/self-service/features-and-tools/ai-data-search/lists-pricing.md).

# Lists Pricing

Pricing is based on the same credit logic used for Multi-source data across the Coresignal self-service platform.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Credits</td><td><a href="/pages/U2ZjZY4JQMXyRG2BVXoq#credits">/pages/U2ZjZY4JQMXyRG2BVXoq#credits</a></td></tr></tbody></table>

### Search and preview list&#x20;

Search pricing is tied to the number of records returned in the preview. The prompt itself is free, and the credits are only used once a preview is generated. If a search returns zero results or requires clarification, no credits are used.

Preview cost is calculated in increments of 20 records. Each 20-record batch in the lists preview incurs 1-2 Search credits, depending on the requested data. The maximum preview list size is 100 records, which means a single preview can cost 5-10 Search credits, depending on the requested data.

This model keeps search predictable while allowing users to preview meaningful result sets before moving to enrichment.

### Enrichment price

Enrichment is charged per data record, not per action.

* Enriching a single row costs 1-2 Collect credits, depending on the requested data.
* You can enrich anywhere from one record to the full preview list.

<figure><img src="/files/XXg0JeMrn74Gu9E78DfR" alt="" width="375"><figcaption></figcaption></figure>

* The maximum enrichment cost is capped at 200 Collect credits if you have a full preview list and all preview data is enriched.

<figure><img src="/files/RlMrRTgxvAs10Y3jubc7" alt="" width="375"><figcaption></figcaption></figure>

Each data record is charged for enrichment only once. After that, you can apply additional enrichments or adjust fields without using extra credits.

### Export cost

CSV and JSON exports are free of charge. You can generate and download as many files as needed, and the exported data will exactly match what you see in your list.

JSONL file generation is charged at 1-2 Collect credit per record, depending on the requested data. The estimated cost is shown before creating a JSONL file.

<figure><img src="/files/CPZ5Fjlec6b5PDcKHYRC" alt="" width="563"><figcaption></figcaption></figure>

If you do not have sufficient credits to export the full dataset, a partial JSONL file will be generated instead. You can download the number of records that corresponds to your available credits.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coresignal.com/self-service/features-and-tools/ai-data-search/lists-pricing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
