> 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 and APIs.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Pricing and credits</td><td><a href="/spaces/Owbxt0kdnbaaz8j21rtH/pages/xvaCpBmWJRmwGdzcyey2">/spaces/Owbxt0kdnbaaz8j21rtH/pages/xvaCpBmWJRmwGdzcyey2</a></td></tr></tbody></table>

### Search and preview list

Search after sending a prompt 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 list 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 20 credits. The maximum preview list size is 100 records, which means a single preview can cost 100 API credits.

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-20 credits, depending on the requested data (see the [Pricing](/pricing/pricing.md#credit-usage-per-endpoint) page).
* You can enrich anywhere from one record to the full preview list.

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

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

<figure><img src="/files/Ni4pZRHoIY4VCdRdUGqz" 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-20 credits per record, depending on the requested data. The estimated cost is shown before creating a JSONL file.

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.
