> For the complete documentation index, see [llms.txt](https://docs.portexai.com/portex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portexai.com/portex-docs/data-marketplace/purchase-a-dataset.md).

# Purchase a Dataset

## Browse

Find datasets on the Explore page at [datalab.portexai.com](https://datalab.portexai.com). Use the Datasets tab or filter by modality, size, price range, or domain.

## Dataset Detail Page

Click a listing card to view details. The Card tab shows the dataset description, key facts (temporal coverage, rows, file size, sources), and provenance. The Schema tab shows column names, types, and descriptions. The License tab shows the PSDLA terms.

<figure><img src="/files/EKpsbZrNbxKFOGmSRo1b" alt=""><figcaption></figcaption></figure>

## Buy Now

Click "Buy Now" to purchase at the listed price. The checkout modal shows the data purchase price, any service fee, and the total.

<figure><img src="/files/VtUPPgK97RNMIoJ4uzme" alt=""><figcaption></figcaption></figure>

Select a payment method:

* USDC on Base Chain (via Coinbase Wallet, MetaMask, or another EVM wallet)
* Stripe (credit/debit, ACH)

After payment confirmation, you can download the dataset immediately.

<figure><img src="/files/KgT2msSmLFtRsHWO22fq" alt=""><figcaption></figcaption></figure>

## Place a Bid

For listings that accept bids, click "Place Bid." Enter your bid amount (must meet or exceed the minimum bid) and an optional expiration date.

<figure><img src="/files/oLFH9c647dstuoYEVBgc" alt=""><figcaption></figcaption></figure>

All bids are sealed (only the seller sees them) and binding. Bids cannot be cancelled after submission.

If the seller accepts your bid, you will see it in your Data Studio under Bids with an "Accepted" status and an "Issue Payment" button.

## Downloads

Purchased datasets are available in the Data Studio under Purchases & Downloads.

<figure><img src="/files/fw5u9fXzxXIBxJFpAd8z" alt=""><figcaption></figcaption></figure>


---

# 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.portexai.com/portex-docs/data-marketplace/purchase-a-dataset.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.
