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
- Go to app.datadoe.com (opens in a new tab).
- In the left sidebar, select Integrations.
- Select the REST API widget.
- In the API keys section, select Create API key.
- Give it a name and choose when it expires, then select Create API key.
- 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:
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:
- Vibe code with Lovable
- Vibe code with Replit
- Vibe code with v0
- Build with Codex
- Vibe code with Claude Code
- Vibe code with Cursor

