Skip to main content

Overview

This API is designed for VIP users to query product data on Etsy, supporting multi-dimensional filtering (sales, price, favorites, reviews, etc.), sorting, and pagination. Each returned product will consume corresponding API credits.
  • API Type: REST API
  • Request Method: POST
  • Data Format: JSON
  • Authentication: API Key
  • Available To: VIP / Subscription Users

Endpoint


Authentication

Include your API Key in the request header:
If the API Key is invalid, expired, or lacks subscription permissions, an error response will be returned.

Request Parameters

Request Body (JSON)


Parameter Description


Request Examples


Response

Response Example

Response

Response Fields


Credit Consumption Rules

  • Each returned product consumes 1 credit
  • Actual consumption = final_count
  • Returns 429 error when daily credits are insufficient

Error Codes


Use Cases

  • Etsy product selection analysis
  • High-sales / high-favorite product discovery
  • Competitor product monitoring
  • Market trend research and data analysis

Query Scenarios

1. Query Active Bestselling Products

2. Query Inactive High-Sales Products (Competitor Analysis)

3. Query Products Listed in Specific Time Period


Important Notes

  • Recommended page_size should not exceed 50 to avoid unnecessary credit consumption
  • Complex filtering conditions may affect API response time
  • API response data is for analysis reference only and does not constitute business guarantee

Last Updated: 2026-01-14
Maintained By: EHunt API Team