> ## Documentation 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.

# Welcome to EHunt API

> Powerful Etsy Data Query API Service

<img className="block dark:hidden" src="https://mintcdn.com/ehunt/zPvuuBzR8fNVgbDY/images/d1e8100f8cd02b0b52bcf59575f5d167.png?fit=max&auto=format&n=zPvuuBzR8fNVgbDY&q=85&s=88e606e76d7af0dd36bfcd745b3bf267" alt="EHunt Logo" style={{ maxWidth:"200px",margin:"0 auto 2rem" }} width="174" height="60" data-path="images/d1e8100f8cd02b0b52bcf59575f5d167.png" />

# EHunt API

EHunt API provides VIP users with powerful Etsy product and store data query services, supporting multi-dimensional filtering, sorting, and pagination.

## 🚀 Quick Start

<CardGroup cols={2}>
  <Card title="Etsy Products API" icon="box" href="/en/api/items">
    Query Etsy product data with filtering by sales, price, favorites, and more
  </Card>

  <Card title="Etsy Stores API" icon="store" href="/en/api/stores">
    Query Etsy store data by country, category, rating, and other criteria
  </Card>
</CardGroup>

## ✨ Key Features

<AccordionGroup>
  <Accordion title="Multi-dimensional Data Filtering">
    Filter by sales, price, favorites, reviews, and other dimensions to quickly find target products and stores.
  </Accordion>

  <Accordion title="Real-time Data Updates">
    Access the latest Etsy platform data to ensure accurate market information.
  </Accordion>

  <Accordion title="Flexible Sorting & Pagination">
    Customize sorting rules and support large-scale data queries to meet your analysis needs.
  </Accordion>

  <Accordion title="Transparent Credit Consumption">
    Pay per actual data returned, 1 credit per item, with a clear and transparent pricing model.
  </Accordion>
</AccordionGroup>

## 📊 API Overview

| API Type      | Endpoint              | Description             |
| ------------- | --------------------- | ----------------------- |
| Etsy Products | `POST /api/v1/items`  | Query Etsy product data |
| Etsy Stores   | `POST /api/v1/stores` | Query Etsy store data   |

## 🔑 Authentication

All API requests require a valid API Key in the header:

```bash theme={null}
X-VIP-TOKEN: your_api_key_here
```

<Note>
  Please keep your API Key secure and do not expose it publicly.
</Note>

## 💡 Use Cases

<CardGroup cols={2}>
  <Card title="Product Selection Analysis" icon="chart-line">
    Discover high-sales, high-favorite products to find market opportunities
  </Card>

  <Card title="Competitor Monitoring" icon="eye">
    Track competitor products and store data to understand market dynamics
  </Card>

  <Card title="Store Research" icon="magnifying-glass">
    Filter quality stores and learn from successful examples
  </Card>

  <Card title="Market Trend Analysis" icon="chart-mixed">
    Analyze market size and trends to develop business strategies
  </Card>
</CardGroup>

## 🎯 Get Started

Choose the API you need and view detailed documentation with code examples:

<CardGroup cols={2}>
  <Card title="View Etsy Products API" color="#16A34A" icon="arrow-right" href="/en/api/items">
    Multiple programming language examples
  </Card>

  <Card title="View Etsy Stores API" color="#16A34A" icon="arrow-right" href="/en/api/stores">
    Multiple programming language examples
  </Card>
</CardGroup>

***

<div style={{ textAlign:"center",marginTop:"3rem",color:"#666" }}>
  <p>Need help? Contact EHunt API Support Team</p>
  <p style={{ fontSize:"0.875rem" }}>Last Updated: 2026-05-15</p>
</div>

<div style={{ textAlign:"center",marginTop:"3rem",color:"#666" }}>
  <p>Need help? Contact EHunt API Support Team</p>
  <p style={{ fontSize:"0.875rem" }}>Last Updated: 2026-05-15</p>
</div>
