# PromoPanel > Promosyon ürünleri kataloğu ve teklif odaklı vitrin sitesi. ## Public Product Feed - Endpoint: https://aycicekpromosyon.com.tr/api/public/products - Method: GET - Purpose: Read-only ürün verisi (AI öneri, arama, eşleştirme). ### Query Parameters - limit: 1-200 (default 50) - q: arama metni (opsiyonel) - category: kategori slug (opsiyonel) ### Returned Fields - name - code - price - stock - url - slug - category - currency - minOrder ### Examples - https://aycicekpromosyon.com.tr/api/public/products?limit=20&q=kalem - https://aycicekpromosyon.com.tr/api/public/products?category=teknoloji&limit=10 ## Policy - Admin routes and private admin APIs are not for crawling/indexing. - Use only public endpoints and public product pages.