/johnlewis/products/search
Search John Lewis products by keyword. Returns product cards with id, title, brand, price, list_price (when discounted), rating, review count, images, colour swatches and the canonical product URL. Supports result ordering by relevance, price, newness, popularity or discount.
Price: 20 credits per 26 results
💡 AI Hint: Keyword search across the John Lewis catalogue (UK). Each result has id (numeric product id), title, brand, url, image (main), images (gallery), price (current GBP), list_price (former price when discounted), currency, rating (1-5), review_count, default_sku_id, is_out_of_stock, is_available_to_order, and color_swatches [] for products with colour variants. Use sort to order results: relevance (default), priceLow, priceHigh, new, popularity, discount. Call johnlewis/products with each id for full per-product details.
Authorizations
API token from the dashboard
Headers
Body
Search keyword
1"laptop"
"dyson vacuum"
"running shoes"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Result ordering
relevance, priceLow, priceHigh, new, popularity, discount Response
Successful Response