Yahoo! Shopping Search API Price Bound

Search can be refined using price bounds. There are two parameters: to set min_pricelowerbound and max_price upperbound.


The API endpoint is https://serpapi.com/search?engine=yahoo_shopping

Head to the playground for a live and interactive demo.

Deprecation Notice

This API has been deprecated because Yahoo has shut down its Shopping platform. You're advised to use our Google Shopping API as an alternative.

API Examples

Example with p: Iphone XminPrice: 500 and maxPrice: 2000

Example with p: Iphone X, minPrice: 500 and maxPrice: 2000

JSON Example

{
  "shopping_results": [
    {
      "position": 1,
      "product_id": "08050263369477",
      "link": "https://shopping.yahoo.com/product/08050263369477",
      "title": "Fendi Women's FF Logo iPhone X Case - Black",
      "seller": "Saks Fifth Avenue",
      "price": 630.0,
      "thumbnail": "https://s.yimg.com/lo/api/res/1.2/umP.49xJi2r18RJbjV7yJw--/YXBwaWQ9ZWNfaG9yaXpvbnRhbDtoPTQwMDtzcz0xO3c9NDAw/https://image.s5a.com/is/image/saks/0400011307695?wid=972&hei=1296&fmt=jpeg&qlt=90%2C0&op_sharpen=1&resMode=trilin&op_usm=0.8%2C1.0%2C6%2C0&iccEmbed=0.cf.jpg"
    },
    {
      "position": 2,
      "product_id": "connexity_16899415850",
      "link": "https://shopping.yahoo.com/product/connexity_16899415850",
      "title": "Crocodile Iphone X Case - Blue - Dolce & Gabbana Cases",
      "seller": "Lyst",
      "price": 745.0,
      "thumbnail": "https://s.yimg.com/lo/api/res/1.2/PDdtIAegBPUr7T1ifpBBPg--/YXBwaWQ9ZWNfaG9yaXpvbnRhbDtoPTQwMDtzcz0xO3c9NDAw/https://d6.cnnx.io/image/obj/16899415850;sq=400;p=0;t=ooPwmM0WTWKaBQ9fCVQlaePwWKthNNd81L4ptQ8zr-MLbVALV52LtQv9rjrYqK_LTQjKqFd-3UXTT604PcOeJS44EkrhnCeJjEX8bzIQBiIx09lOWVYZa8T78j7d0NU872TOLUqe6kmWbsw1xk6yqI-x3WA=.cf.jpg"
    },
    {
      "position": 3,
      "product_id": "00400063040515",
      "link": "https://shopping.yahoo.com/product/00400063040515",
      "title": "Apple - Geek Squad Certified Refurbished iPhone X 64GB - Space Gray (Sprint)",
      "seller": "Best Buy",
      "price": 899.99,
      "thumbnail": "https://s.yimg.com/lo/api/res/1.2/mkKkWB35M9_0ZzGquaLslg--/YXBwaWQ9ZWNfaG9yaXpvbnRhbDtoPTQwMDtzcz0xO3c9NDAw/https://pisces.bbystatic.com/image2/BestBuy_US/images/products/6304/6304051_sa.jpg.cf.jpg"
    },
    ...
  ],
  ...
}