# DropX **Provider:** DropX **Category:** ecommerce **Base URL:** `http://dropx.io/api/v1` **Auth:** api-key — `access_token: YOUR_API_KEY` **Rate Limit:** 60 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://dropx.io/api/v1 ## Description dropX.io API provides programmatic access to the e-commerce intelligence data. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://dropx.io/api/v1/products/` | Get product details by providing the product IDs | | GET | `http://dropx.io/api/v1/products/link-search` | Search for similar products by providing a link to any e-commerce product. | | GET | `http://dropx.io/api/v1/products/link-search-v2` | Search for similar products by providing a link to any e-commerce product. | | GET | `http://dropx.io/api/v1/products/search` | Search for any product using title | | GET | `http://dropx.io/api/v1/products/search-v2` | Search for any product using title | | GET | `http://dropx.io/api/v1/products/title-search` | Search for any product using title | | GET | `http://dropx.io/api/v1/users/usage` | Get API usuage details | ## Authentication API key in the request header (access_token) ``` access_token: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'http://dropx.io/api/v1/products/' \ -H 'access_token: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Dropshipping intelligence API. Free trial. Standard $49/mo. Professional $149/mo. Enterprise custom. Provides supplier and product data for dropshippers. --- *Source: [API Map](https://apimap.dev/apis/dropx/) — CC BY 4.0*