Next.js logo

ShopSM API

🛍️ Welcome to the ShopSM API

This API serves product data scraped from ShopSM.com for development and testing purposes. You can search, paginate, and filter product information locally using the built-in endpoints.

View on GitHub

📡 Available Endpoints

  • GET /api/get?page=1 — Paginated product results.
  • GET /api/searches?q=coffee — Realtime search suggestions.
  • GET /api/filter?min=100&max=500 — Filter products by price range.