GET Product Names
π’ GET - Product Names
GET Product Names
Lightweight endpoint to fetch product names for the scanning UI animation
GET
GET Product Names
Overview
This endpoint fetches product names from a Shopify storeβsproducts.json API. Itβs designed to be fast and lightweight, returning only product titles for the onboarding scanning animation.
This endpoint is isolated from generate-all and can be called independently.
Itβs used by the frontend during the βScanningβ¦β phase to show product names rotating.
Request
string
required
The Shopify store URL (e.g.,
https://glossier.com)integer
default:"50"
Maximum number of product names to return (1-100)
Response
boolean
Whether the request succeeded
array
List of product name strings
integer
Number of product names returned
string
Error message if request failed (null on success)
Example
Notes
- Non-Shopify stores: Returns an empty list gracefully (no error)
- Timeout: 10 second timeout per request
- Proxy: Uses rotating residential proxy to avoid rate limiting
- No auth required: This is a public endpoint for the scanning UI