Etsy Product Search
3 days trial then $25.00/month - No credit card required now
Etsy Product Search
3 days trial then $25.00/month - No credit card required now
This actor allows you to search for products on Etsy based on a query. It retrieves a structured list of products with essential details, including pricing, discounts, seller information, and product URLs. This tool is ideal for market research, trend analysis, and product discovery.
You can access the Etsy Product Search programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "query": "hat",
3 "page": "1",
4 "currency": "USD",
5 "language": "en-US",
6 "country": "US"
7}' |
8apify call pintostudio/etsy-product-search --silent --output-dataset
Etsy Product Search API through CLI
The Apify CLI is the official tool that allows you to use Etsy Product Search locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Nov 2024
Modified 3 days ago