D

DropX

by DropX Free tier

dropX.io API provides programmatic access to the e-commerce intelligence data.

ecommercedropx

Quick Reference

Base URL http://dropx.io/api/v1 Auth type API Key Header Auth header access_token: YOUR_API_KEY Rate limit 60 req/min Pricing Enterprise / contact sales Free quota None Documentation http://dropx.io/api/v1 Endpoint status Live — HTTP 200 — endpoint is accessible5.47s (checked Mar 29, 2026) Builder score D 39% builder-friendly
Pricing
28
Latency
20
Depth
61

Authentication

API key in the request header (access_token)

access_token: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Dropshipping intelligence API. Free trial. Standard $49/mo. Professional $149/mo. Enterprise custom. Provides supplier and product data for dropshippers.

Key Endpoints

MethodPathDescription
GET /products/ Get product details by providing the product IDs
GET /products/link-search Search for similar products by providing a link to any e-commerce product.
GET /products/link-search-v2 Search for similar products by providing a link to any e-commerce product.
GET /products/search Search for any product using title
GET /products/search-v2 Search for any product using title
GET /products/title-search Search for any product using title
GET /users/usage Get API usuage details

Sample Request

curl -X GET 'http://dropx.io/api/v1/products/' \
  -H 'access_token: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official DropX documentation.