Yahoo! Organic Results API
Yahoo! search main results are called organic results. Some results are simple and straightforward. Others include rich data like reviews, thumbnails, and other special snippets. SerpApi is able to scrape, extract, and make sense of both simple and more complex organic results.
API Examples
Organic results overview
When SerpApi encounters organic results, we add them to our JSON output as the array organic_results
. For each organic result, we are able to extract its position
, title
, link
, displayed_link
, snippet
, cached_page_link
.

{
...
"organic_results": [
{
"position": 1,
"title": "Coffee - Wikipedia",
"link": "https://en.wikipedia.org/wiki/Coffee",
"displayed_link": "https://en.wikipedia.org/wiki/Coffee",
"snippet": "Coffee is a brewed drink prepared from roasted coffee beans, the seeds of berries from certain Coffea species. The genus Coffea is native to tropical Africa (specifically having its origin in Ethiopia and Sudan) and Madagascar, the Comoros, Mauritius, and Réunion in the Indian Ocean.",
"cached_page_link": "https://r.search.yahoo.com/_ylt=A2KLfSUokc5dXlAAq_hXNyoA;_ylu=X3oDMTEyMG9zMHYxBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjg1NjZfMQRzZWMDc3I-/RV=2/RE=1573847464/RO=10/RU=http%3a%2f%2fcc.bingj.com%2fcache.aspx%3fq%3dcoffee%26d%3d4760193926497265%26mkt%3den-US%26setlang%3den-US%26w%3drEl1SetQH-F0r6zNOKYVmgB7FrZgv68V/RK=2/RS=lmF1PZcislt2_YaEw7m6zhi1nD4-"
},
{
"position": 2,
"title": "Amazon.com: coffee",
"link": "www.amazon.com/coffee/s?k=coffee",
"displayed_link": "www.amazon.com/coffee/s?k=coffee",
"snippet": "Death Wish Ground Coffee, The World's Strongest Coffee, Fair Trade and USDA Certified Organic, 16 Ounce ",
"cached_page_link": "https://r.search.yahoo.com/_ylt=A0geK9otk85d.icAll5XNyoA;_ylu=X3oDMTEycmljaXI1BGNvbG8DYmYxBHBvcwMyBHZ0aWQDQjg1NjZfMQRzZWMDc3I-/RV=2/RE=1573847981/RO=10/RU=http%3a%2f%2fcc.bingj.com%2fcache.aspx%3fq%3dcoffee%26d%3d4969938656757693%26mkt%3den-US%26setlang%3den-US%26w%3dn_y_OuyNMfLUEWNLb_bIt1jH36t_J956/RK=2/RS=syTC1CVXsCzQNqH1izfEPFWmJyE-"
},
{
"position": 3,
"title": "What is Coffee? - National Coffee Association",
"link": "http://www.ncausa.org/About-Coffee/What-is-Coffee",
"displayed_link": "www.ncausa.org/About-Coffee/What-is-Coffee",
"snippet": "The average coffee tree produces 10 pounds of coffee cherry per year, or 2 pounds of green beans. All commercially grown coffee is from a region of the world called the Coffee Belt . The trees grow best in rich soil, with mild temperatures, frequent rain and shaded sun. ",
"cached_page_link": "http://webcache.googleusercontent.com/search?q=cache:fQKju2z6GzEJ:www.ncausa.org/About-Coffee/What-is-Coffee+&cd=6&hl=en&ct=clnk&gl=us"
},
...
]
...
}
Results for Expanded Sitelinks

{
...
"organic_results": [
{
"position": 1,
"title": "Apple",
"link": "https://www.apple.com/",
"displayed_link": "www.apple.com",
"snippet": "To get the newest features, make sure your devices are running the latest software version. To access and use all the features of Apple Card, you must add Apple Card to Wallet on an iPhone or iPad with the latest version of iOS or iPadOS. Update to the latest version by going to Settings > General > Software Update. Tap Download and Install.",
"sitelinks": {
"expanded": [
{
"title": "Support",
"snippet": "At Apple, every product we make is built to last. We design...",
"link": "https://r.search.yahoo.com/_ylt=AwrFQ3HpQR9j_kgN38xXNyoA;_ylu=Y29sbwNiZjEEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1663021673/RO=10/RU=https%3a%2f%2fsupport.apple.com%2f/RK=2/RS=.VcFR8htxLPPk6wlgq4gKfzdo38-",
"inline_links": [
{
"title": "Contact",
"link": "https://r.search.yahoo.com/_ylt=AwrFQ3HpQR9j_kgN2cxXNyoA;_ylu=Y29sbwNiZjEEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1663021673/RO=10/RU=https%3a%2f%2fsupport.apple.com%2fcontact/RK=2/RS=KnjAI68uOdy83tNm0NCxr8ghlfM-"
},
{
"title": "Repair",
"link": "https://r.search.yahoo.com/_ylt=AwrFQ3HpQR9j_kgN2sxXNyoA;_ylu=Y29sbwNiZjEEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1663021673/RO=10/RU=https%3a%2f%2fsupport.apple.com%2frepair/RK=2/RS=Xi7S538AVEDb84KOfEagqszwxCk-"
},
{
"title": "Apple ID",
"link": "https://r.search.yahoo.com/_ylt=AwrFQ3HpQR9j_kgN28xXNyoA;_ylu=Y29sbwNiZjEEcG9zAzEEdnRpZAMEc2VjA3Ny/RV=2/RE=1663021673/RO=10/RU=https%3a%2f%2fsupport.apple.com%2fapple-id/RK=2/RS=Y35LqPI4eZSJ3mVef7npqgxidy4-"
},
...
]
},
...
]
}
},
...
],
...
}