Feeds
Public, unauthenticated outbound feeds of BranSpot's daily New In selection. Refresh once per day (after the overnight curator run). Cached for 15 minutes in the browser / 1 hour at the CDN.
Query params (all optional): gender=women|men|unisex, limit=N (max 100, default 20), since=<ISO timestamp>.
New In — JSON
/api/feeds/new-in.json· application/jsonDeveloper-friendly feed with pre-built captions, hashtags, formatted prices, and image URLs — drop straight into Zapier / Make / n8n.
curl https://branspot.com/api/feeds/new-in.jsonNew In — RSS 2.0
/api/feeds/new-in.rss· application/rss+xmlStandard RSS for media readers and blog-style consumers. One <item> per product.
curl https://branspot.com/api/feeds/new-in.rssNew In — Atom 1.0
/api/feeds/new-in.atom· application/atom+xmlAtom alternative for stricter feed readers.
curl https://branspot.com/api/feeds/new-in.atomNew In — Google Merchant
/api/feeds/new-in.xml· application/rss+xml (g: namespace)Drop-in Google Shopping / Meta catalog / Pinterest feed. Includes g:id, g:title, g:price, g:availability.
curl https://branspot.com/api/feeds/new-in.xml?gender=womenNew In — CSV
/api/feeds/new-in.csv· text/csvSpreadsheet / Klaviyo / Mailchimp import. Arrays are pipe-delimited.
curl -o new-in.csv https://branspot.com/api/feeds/new-in.csv?gender=men&limit=10
