Elimapi System Overview
Introduction
Elimapi provides a powerful API solution for retrieving product information from leading Chinese e-commerce platforms. This documentation focuses on key features that help developers integrate product data into their systems.
Main API Categories
1. Product Search API
a. Keyword Search
POST /v1/products/search
- Search products using Chinese/Vietnamese keywords
- Support filtering by price, sales volume, region
- Paginated search results
b. Image Search
POST ...
- Upload product image to find similar items
- Supports JPG/PNG formats (max 5MB)
- Returns matching products
2. Product Detail API
POST /v1/products/find
- Get complete product information by ID
- Includes:
- Basic information (name, price, shop)
- Detailed description (HTML/text)
- High-quality photo gallery
- Product variants (color, size)
- Shipping policy
Key Advantages
β Standardized Data - Consistent structure between Taobao and 1688
β Real-time Updates - Always latest data from source
β Multi-language - Support for Chinese, English, and Vietnamese
β High Speed - Response time < 300ms
Quick Start
- Login to get API token
- Choose the appropriate endpoint
- Send request with required parameters
- Process response according to documentation
Note: All APIs require authentication via Authorization header
API Reference Documentation:
View here: API Reference