Yahoo! Top Stories API

For some searches, Yahoo search results include a top stories block. SerpApi is able to scrape, extract, and make sense of this information.

API Examples

JSON structure overview

{
  ...
  "top_stories": [
    {
      "link": "String - Link to the news",
      "thumbnail": "String - URL to the new thumbnail",
      "title": "String - Title of the news",
      "snippet": "String - Snippet of the news",
      "source": "String - The name of the source",
      "date": "String - Date of the news"
    }
  ],
  "top_stories_link": "String - Link to the 'View all' button",
  ...
}

Results for: apple

Results for: apple

JSON Example

{
  ...
  "top_stories": [
    {
      "link": "https://www.marketwatch.com/picks/apple-just-launched-a-savings-account-paying-4-15-these-5-savings-accounts-pay-even-more-9afddab4",
      "thumbnail": "https://s.yimg.com/fz/api/res/1.2/jP5zPpbbELc93DWMAVBBJQ--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpbGw7aD0zODQ7cT04MDt3PTUxMg--/https://s.yimg.com/am/60d/595d7e234842927c60df7c5076d8d70f",
      "title": "Apple just launched a savings account paying 4.15%. These 5 savings accounts pay even more.",
      "snippet": "Experts agree that Apple’s latest offering is rather enticing — but for the right person. “Apple’s new Apple Card savings account offers ...",
      "source": "Market Watch",
      "date": "3 hours ago"
    },
    {
      "link": "https://www.cnet.com/personal-finance/banking/apples-new-high-yield-savings-account-offers-a-competitive-rate/",
      "thumbnail": "https://s.yimg.com/fz/api/res/1.2/tTR5gkepB2QDOIxALX6SIQ--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpbGw7aD0yMjg7cHhvZmY9MDtweW9mZj0wO3E9ODA7dz00MDA-/https://s.yimg.com/am/60d/3ad572bc6adcb74d3c733bdf5114e65b",
      "title": "Apple's New High-Yield Savings Account Offers a Competitive Rate",
      "source": "CNET",
      "date": "21 hours ago"
    },
    {
      "link": "https://techcrunch.com/2023/04/18/apple-launches-apple-cards-savings-accounts-with-415-interest-rate/",
      "thumbnail": "https://s.yimg.com/fz/api/res/1.2/937AlDXa7bCuCoKAavPmYg--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpbGw7aD0yMjg7cHhvZmY9MDtweW9mZj0wO3E9ODA7c209MTt3PTQwMA--/https://media.zenfs.com/en/techcrunch_350/9678e06654820787f13750990a144ed7",
      "title": "Apple launches Apple Card’s savings accounts with 4.15% interest rate",
      "source": "TechCrunch",
      "date": "22 hours ago"
    },
    {
      "link": "https://ng.investing.com/news/stock-market-news/analysts-positive-on-apple-ahead-of-earnings-release-432SI-861585",
      "thumbnail": "https://s.yimg.com/fz/api/res/1.2/bQKQajLubCv1ZCOVlM85Jw--~C/YXBwaWQ9c3JjaGRkO2ZpPWZpbGw7aD0yMjg7cHhvZmY9MDtweW9mZj0wO3E9ODA7dz00MDA-/https://s.yimg.com/am/60d/74673593a64077d5c244ce45de0346e7",
      "title": "Analysts positive on Apple ahead of earnings release By Investing.com",
      "source": "Investing.com",
      "date": "38 minutes ago"
    },
    ...
  ],
  "top_stories_link": "https://news.search.yahoo.com/search;_ylt=Awr98VLk5D9ka24dY1RXNyoA;_ylu=Y29sbwNncTEEcG9zAzEEdnRpZAMEc2VjA3Nj?p=apple&fr=fp-tts&fr2=p%3As%2Cv%3Aw%2Cm%3Anewsdd_tnn_m%2Cct%3Anuwa"
  ...
}