v1.0.0Changelog

Darta Universal Search API

/search all major marketplaces. Real-time, normalized JSON results — no proxies, no scraping, no pagination.

POST/search

Universal Search Endpoint

Search across all supported marketplaces with advanced filtering, AI analysis, and real-time streaming.

Try It Now

Here's a simple example to get you started:

Example API Call
curl -X POST https://darta.dev/api/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "iPhone 15 Pro Max",
    "platforms": ["amazon", "ebay", "facebook_marketplace"],
    "price": {
      "min": 200,
      "max": 1000
    }
  }'

30+ Marketplaces

Amazon, Walmart, eBay, Facebook Marketplace, Etsy, Target, GOAT, StockX, Nike, and many more.

AI Analysis

Get AI-powered insights and analysis of your scraped data with structured outputs.

Real-time Streaming

Stream results in real-time as they're scraped with Server-Sent Events.