Collect product listings from Etsy search pages, turn them into clean JSON with AI, and send results to a webhook while also saving a file. Great for marketing and ecommerce teams that need fast product research and simple reporting. Useful for trend checks, price tracking, and catalog building without manual copy and paste.
The flow starts on a manual run. A Set node defines the Etsy search URL and the proxy zone. Bright Data Web Unlocker fetches the first page. A Google Gemini model reads the page and extracts pagination so more page links are created. Split Out and Split In Batches loop through these pages. Each page is fetched by Bright Data, then an Information Extractor uses the model to pull fields like name, image, price, and link into JSON. A webhook call posts a summary, and a file writer saves the content. There is an optional OpenAI path if you prefer that model.
You need a Bright Data token and zone, a Google AI or OpenAI key, and a Webhook.site URL. Update the search query and zone values, then choose one model path and disable the other. Expect a clear product list in minutes and less manual work. Helpful for keyword testing, competitive checks, and building small research datasets for ads or merchandising.