DropX
The DropX API gives programmatic access to e‑commerce product intelligence, letting you fetch product details by ID, find similar items by supplying a product URL, and search for products by title with optional filtering by e‑commerce provider; it also provides an endpoint for retrieving API usage statistics.
Latency
1530ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/products/
Get product details by providing the product IDs
/products/link-search
Search for similar products by providing a link to any e-commerce product.
/products/link-search-v2
Search for similar products by providing a link to any e-commerce product.
/products/search
Search for any product using title
/products/search-v2
Search for any product using title
/products/title-search
Search for any product using title
/users/usage
Get API usuage details
7 endpoints auto-detected
Authentication
This API uses an API key, passed in the "access_token" header. No OAuth required.
curl -X GET \ "http://dropx.io/api/v1/products/" \ -H "access_token: YOUR_API_KEY"
dropx.io · HTTPS only