Skip to main content

How to connect

The DataDoe REST API gives your applications and scripts direct JSON access to your Amazon data. It is the same data layer that powers DataDoe MCP. Connecting takes two steps: create an API key, then send it with every request.

Create a DataDoe API key

  1. Go to app.datadoe.com (opens in a new tab).
  2. In the left sidebar, select Integrations.
  3. Select the REST API widget.
  4. In the API keys section, select Create API key.
  5. Give it a name and choose when it expires, then select Create API key.
  6. Copy the API key and store it in a secure location.

Use the key in requests

Send the key in the datadoe-api-key header:

bash
1curl -H "datadoe-api-key: YOUR_API_KEY" "https://api.datadoe.com/api/v1/util/sellers-and-vendors"

Full endpoint reference, schemas, and examples live in the API Documentation (opens in a new tab).

What to build next

Point your AI tool at the API and let it build a dashboard for you:

Helpful resources