Endpoints & Pricing
Yahoo Search Endpoints
Four powerful endpoints covering web, news, image, and video search. Each returns structured JSON with rich features you will not find at this price elsewhere.
Yahoo Web
- Organic results with snippets
- People Also Ask boxes
- Video results with thumbnails
- Shopping PLAs with prices
- Ads & Related Searches
- Freshness & SafeSearch filters
Yahoo News
- News articles with source
- Publication date & time
- Article snippets
- Source URL & thumbnail
- Freshness filter (1d, 7d, 30d)
- Country targeting
Yahoo Images
- Image URLs & thumbnails
- Size filter: small to wallpaper
- Type filter: photo, clipart, GIF
- Color filter: 11 color options
- Source page URL
- Dimensions & alt text
Yahoo Videos
- Video titles & URLs
- Thumbnails & duration
- Source platform info
- Up to 60 results per query
- Country targeting
- Freshness filtering
Rich Features
More Than Just Organic Results
Yahoo web search returns a wealth of structured data beyond basic blue links. Every feature is parsed into clean JSON.
People Also Ask
Questions related to the query with expandable answers, giving you content ideas and search intent data.
Video Results
Video thumbnails, titles, durations, and source URLs from YouTube and other platforms embedded in results.
Shopping PLAs
Product Listing Ads with product names, prices, merchant names, and product images for commercial queries.
Ads
Paid search ads with titles, display URLs, and descriptions. Monitor competitor ad copy and positioning.
Related Searches
Suggested related queries that help with keyword expansion and understanding search intent patterns.
Freshness Filter
Filter results by time period: last day, last week, or last month. Ideal for trending topics and recent news.
Quick Start
Yahoo Search in One Request
Set engine=yahoo and start getting rich search data. Works with any HTTP client.
# Yahoo web search with country targeting curl "https://apiserpent.com/api/search?q=best+headphones&engine=yahoo&country=us&num=10" \ -H "X-API-Key: YOUR_API_KEY"
{
"searchParameters": {
"q": "best headphones",
"engine": "yahoo",
"country": "us"
},
"organic": [
{
"title": "Best Headphones 2025 - Top Picks Reviewed",
"url": "https://example.com/best-headphones",
"snippet": "We tested 40+ headphones across every category...",
"position": 1
}
],
"peopleAlsoAsk": [
{ "question": "What are the best headphones for noise cancelling?" }
],
"videos": [
{
"title": "Top 5 Headphones You NEED in 2025",
"url": "https://youtube.com/watch?v=...",
"duration": "12:34"
}
],
"shoppingResults": [
{
"title": "Sony WH-1000XM5",
"price": "$278.00",
"merchant": "Amazon"
}
],
"credits": { "used": 1, "remaining": 99 }
}
FAQ
Yahoo SERP API Questions
country parameter, including US, UK, India, Germany, France, Japan, Brazil, Canada, Australia, and many more. The API uses Yahoo's native vc= parameter for accurate geographic targeting without needing geo-located proxies.
Try the Yahoo SERP API Free
Get 100 free searches. Test web, news, image, and video search with rich features like PAA, videos, and shopping results. Yahoo search data from $0.01/1K.
Try for Free