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.
Web SERP
- Organic results with snippets
- People Also Ask boxes
- Video results with thumbnails
- Shopping PLAs with prices
- Ads & Related Searches
- Optional AI Overview on paid Deep Search (
include_aio=true) - Freshness & SafeSearch filters
News
- News articles with source
- Publication date & time
- Article snippets
- Source URL & image
- Freshness filter (1d, 7d, 1m)
- Country targeting
Images
- Image URLs & thumbnails
- Size filter: small to wallpaper
- Type filter: photo, clipart, lineart, animated, face
- Color filter: 12 color options
- Source page URL
- Dimensions (width × height)
Videos
- Video titles & URLs
- Thumbnails & duration
- Source platform info
- Up to ~60 results (
numis a ceiling) - Country targeting
- Freshness filtering
Pixel Position & Geometry on every Yahoo SERP element
Add pixel_position=true to any Yahoo Deep Search (/api/search) call and every item — organic results, ads, People Also Ask, videos, shopping, related searches — comes back with both an integer pixel_position (y-coordinate) and a full pixel_box with x, y, width, and height. Same per-call price, opt-in flag. Paid tiers only; page-1 items are measured live, while pages 2 and beyond come from a per-engine template and can come back null.
{
"organic": [
{ "position": 1, "pixel_position": 612, "pixel_box": { "x": 48, "y": 612, "w": 1310, "h": 231 } }
],
"peopleAlsoAsk": [
{ "pixel_position": 726, "pixel_box": { "x": 48, "y": 726, "w": 1310, "h": 142 } }
]
}
Why Yahoo SERP data
A different view of the same query
Yahoo runs one of the few major search experiences outside the Google family, and its results page organizes web, news, images, and video differently. That makes Yahoo a useful second signal for rank tracking, content research, and competitive analysis.
A genuinely different ranking surface
Because Yahoo ranks and lays out results its own way, the same keyword can surface different pages in a different order. Teams that track Google alone miss that variance; cross-referencing Yahoo catches it.
News and image search with real filters
Dedicated Yahoo news and image endpoints come with freshness, size, type, and color filters, so you can pull fresh coverage or a filtered visual set without touching web search.
112-country depth for local research
Target 112 country codes with a country parameter, which makes Yahoo a strong pairing with Google for regional rank tracking.
Rich features parsed into JSON
People Also Ask, Shopping PLAs, embedded videos, and ads all come back as named fields, so you never parse HTML to reach the answer box or the top offer.
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"
{
"success": true,
"query": "best headphones",
"type": "web",
"engine": "yahoo",
"country": "us",
"results": {
"organic": [
{
"position": 1,
"title": "Best Headphones 2026 - Top Picks Reviewed",
"url": "https://example.com/best-headphones",
"snippet": "We tested 40+ headphones across every category...",
"displayedUrl": "example.com"
}
],
"peopleAlsoAsk": [
{
"question": "What are the best headphones for noise cancelling?",
"answer": "Over-ear models with active noise cancellation...",
"sourceUrl": "https://example.com/anc-guide",
"sourceTitle": "Noise Cancelling Guide",
"sourceDisplay": "example.com › anc-guide"
}
],
"videos": [
{
"title": "Top 5 Headphones You NEED in 2026",
"url": "https://www.youtube.com/watch?v=example123",
"duration": "12:34",
"source": "YouTube",
"date": "2026-07-15",
"views": "1.2M views",
"thumbnail": "https://cdn.example-video.com/thumb.jpg"
}
]
},
"meta": {
"totalOrganic": 10,
"elapsed": "1487ms"
}
}
FAQ
Yahoo SERP API Questions
country parameter, including US, UK, India, Germany, France, Japan, Brazil, Canada, Australia, and many more. The API returns localized results for the requested country.
Try the Yahoo SERP API Free
Get 10 free SERP searches. Test web, news, image, and video search with rich features like PAA, videos, and shopping results. Yahoo web search from $0.03/1K SERP API calls and news from $0.01/1K queries.
Try for Free

