APIHub
Back to Explore

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.

Shopping
apiKeyHeader
No HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1530ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/products/

Get product details by providing the product IDs

  • pids (query, required) — search array of ids
GET

/products/link-search

Search for similar products by providing a link to any e-commerce product.

  • url (query, required) — URL must be a url encoded value
  • providers (query) — A valid e commerce website link(eg. www.flipkart.com or http://www.amazon.in) by a ',' seperated values to filter response by required e-commerce providers
GET

/products/link-search-v2

Search for similar products by providing a link to any e-commerce product.

  • url (query, required) — URL must be a url encoded value
  • providers (query) — A valid e commerce website link(eg. www.flipkart.com or http://www.amazon.in) by a ',' seperated values to filter response by required e-commerce providers
GET

/products/search

Search for any product using title

  • term (query, required) — search terms giving any title of products that are sold online
  • providers (query) — A valid e commerce website link(eg. www.flipkart.com or http://www.amazon.in) by a ',' seperated values to filter response by required e-commerce providers
GET

/products/search-v2

Search for any product using title

  • term (query, required) — search terms giving any title of products that are sold online
  • providers (query) — A valid e commerce website link(eg. www.flipkart.com or http://www.amazon.in) by a ',' seperated values to filter response by required e-commerce providers
GET

/products/title-search

Search for any product using title

  • term (query, required) — search terms giving any title of products that are sold online
GET

/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