Endpoint textDocumentation Index
Fetch the complete documentation index at: https://docs.api.ehunt.ai/llms.txt
Use this file to discover all available pages before exploring further.
Include your API Key in the request header: text
| Parameter | Type | Required | Description |
|---|---|---|---|
| search_key | string | No | Search keyword or Shopify product/store URL |
| sort_by | int | No | Sort field: 14=weekly sales desc (default), 1=published time desc, 2=published time asc, 3=price desc, 4=price asc, 7=weekly sales desc, 9=ad count desc, 10=ad count asc, 11=competition desc, 12=competition asc, 13=created at desc, 15=weekly sales asc, 16=weekly revenue desc, 17=weekly revenue asc, 18=weekly revenue growth desc, 19=weekly revenue growth asc, 20=relevance asc, 21=relevance desc |
| page_num | int | No | Page number, starting from 1 |
| page_size | int | No | Items per page, max 100 |
| price_min | float | No | Minimum price (USD) |
| price_max | float | No | Maximum price (USD) |
| sales_weekly_min | int | No | Minimum weekly sales |
| sales_weekly_max | int | No | Maximum weekly sales |
| published_time_begin | string | No | Listing start date (YYYY-MM-DD) |
| published_time_end | string | No | Listing end date (YYYY-MM-DD) |
| facebook_ad | int | No | Has Facebook ads: 1=yes |
| competition_min | int | No | Minimum competition (number of stores) |
| competition_max | int | No | Maximum competition |
| has_supplier | int | No | Has supplier: 1=yes, 0=no |
| show_deleted | int | No | Show delisted products: 1=yes, 0=no |
| country | string | No | Shipping country code (e.g., US, CN) |
| lang | string | No | Language: en/cn, default en |
| Field | Type | Description |
|---|---|---|
| product_id | string | Product ID |
| title | string | Product title |
| product_link | string | Product URL |
| preview_image_url | string | Main image URL |
| country | string | Shipping country |
| min_price | float | Minimum price (USD) |
| max_price | float | Maximum price (USD) |
| store_id | string | Store ID |
| shop_id | string | Shop ID |
| store_link | string | Store URL |
| store_rank | string | Store rank |
| competitor_count | int | Competition (number of stores) |
| facebook_ad_count | int | Number of Facebook ads |
| week_order_count | string | Weekly sales (formatted) |
| week_revenue_count | string | Weekly revenue (formatted) |
| week_revenue_growth | float | Weekly revenue growth (%) |
| shelf_time | string | Listing date |
| is_deleted | int | Delisted status (0=active, 1=delisted) |
| is_favourite | int | Favorited flag |
Common Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Authentication failed (invalid/expired API Key) |
| 402 | Insufficient credits or subscription expired |
| 403 | Access denied |
| 429 | Rate limit exceeded |
| 500 | Internal server error |
Credit Usage
- Each returned product/store consumes 1 credit.
- Daily credit limit (shared across all VIP endpoints).
- Response includes
used_todayandremaining_todayto monitor usage.\
