# Etsy print on demand niche research

**Use case:** 

Ready-to-run example: research the digital and print-on-demand side of Etsy — what sells, what it costs and the tags it ranks on.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "svg cut file"
  ],
  "shopNames": [
    "CordovanLeather"
  ],
  "keywordSeeds": [
    "leather wallet"
  ],
  "listingUrls": [
    "https://www.etsy.com/listing/4472929892"
  ],
  "locale": "en-US",
  "maxItems": 400,
  "expandWithKeywords": true,
  "maxListingsPerTerm": 100,
  "maxKeywords": 5,
  "keywordModifiers": true,
  "keywordAlphabet": true,
  "keywordRecursionDepth": 0,
  "includeVariations": false,
  "includeDescription": true,
  "shopSummary": true,
  "onlyBestsellers": false,
  "excludeDigital": false,
  "concurrency": 8
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "price": {
    "label": "Price (local)",
    "format": "number"
  },
  "favorites": {
    "label": "Favourites",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "isBestseller": {
    "label": "Bestseller",
    "format": "boolean"
  },
  "isTopRated": {
    "label": "Top rated",
    "format": "boolean"
  },
  "tags": {
    "label": "SEO tags",
    "format": "array"
  },
  "quantity": {
    "label": "Qty",
    "format": "number"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "categoryPath": {
    "label": "Category",
    "format": "text"
  },
  "materials": {
    "label": "Materials",
    "format": "array"
  },
  "isDigital": {
    "label": "Digital",
    "format": "boolean"
  },
  "isCustomizable": {
    "label": "Customizable",
    "format": "boolean"
  },
  "whenMade": {
    "label": "When made",
    "format": "text"
  },
  "shipsFromCountry": {
    "label": "Ships from",
    "format": "text"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "images": {
    "label": "Image URLs",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing id",
    "format": "number"
  },
  "shopId": {
    "label": "Shop id",
    "format": "number"
  },
  "shopUrl": {
    "label": "Shop URL",
    "format": "link"
  },
  "sectionName": {
    "label": "Shop section",
    "format": "text"
  },
  "foundVia": {
    "label": "Found via",
    "format": "text"
  },
  "type": {
    "label": "Row type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Etsy Print on Demand Research - Digital & POD Niches](https://apify.com/vonsensey/etsy-print-on-demand-research-tool.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vonsensey/etsy-print-on-demand-research-tool.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/vonsensey/etsy-print-on-demand-research-tool.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
