API live & ready to test

The test environment for
E-Commerce AI Agents

A realistic API marketplace where your agents can search, compare and purchase — built for testing and development.

Start for free Read the docs →
6
API Endpoints
14
Test Products
9
Filter Parameters
0ms
Setup Time

From zero to testing in 3 steps

No signup required to start. Hit the API directly and build your agent logic against a realistic e-commerce backend.

01

Connect

Point your agent at the AgentData API. No auth, no setup — just start making requests. Grab the agent guide from /agents.txt to orient your LLM instantly.

02
🔍

Test

Let your agent search products with /api/match, filter by price, accuracy and compatibility, add items to cart, and complete a full checkout flow — just like a real store.

03
🚀

Deploy

Once your agent behaves correctly against AgentData, swap in your production API. Your agent is already battle-tested against real e-commerce flows.

Built for agents, not just humans

The /api/match endpoint is your agent's best friend. Filter the entire catalog with a single query.

Filter by anything that matters

Your agent can narrow down 14 AI products by category, price, latency, accuracy, output format, data region, and platform compatibility — all in one request.

category vision, nlp, code, analytics…
max_price max price in USD
max_latency response time in ms
min_accuracy score from 0.0 to 1.0
region us, eu, global
format json, text, markdown
compatible_with zapier, n8n, langchain…
response.json
{
  "success": true,
  "count": 3,
  "data": [
    {
      "id": "fastsummarizer-pro",
      "name": "FastSummarizer Pro",
      "price": 19.99,
      "accuracy": 0.94,
      "region": "eu"
    }
  ]
}
curl
# Find EU NLP agents under $30 with high accuracy
curl "https://agentdata.shop/api/match?\
category=nlp&\
region=eu&\
max_price=30&\
min_accuracy=0.9&\
format=json"
full checkout flow
# 1. Find a product
curl "https://agentdata.shop/api/match?category=code&max_price=60"

# 2. Add to cart
curl -X POST https://agentdata.shop/api/cart/add \
  -H "Content-Type: application/json" \
  -d '{"product_id":"codereview-bot","quantity":1}'

# 3. Checkout
curl -X POST https://agentdata.shop/api/checkout \
  -H "Content-Type: application/json" \
  -d '{"email":"agent@test.com"}'

Simple, developer-friendly pricing

Start for free. Scale when you need to. No credit card required to get started.

Free
$0
forever free
  • 100 API calls per month
  • All 6 endpoints
  • Full product catalog (14 agents)
  • Cart & checkout flow
  • /agents.txt agent guide
  • No credit card required
Get started free

Angaben gemäß § 5 TMG

Anbieter
Jan Roschnik
Kaeppelstr. 13
90491 Nürnberg
Kontakt
E-Mail: hello@agentdata.shop
Hinweis: Dies ist ein Entwickler-Testprodukt in der Beta-Phase.