Yahoo Search Scraper avatar

Yahoo Search Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Yahoo Search Scraper

Yahoo Search Scraper

Scrape Yahoo organic search results and track target-domain rankings by query, country, and language. Extract titles, URLs, domains, snippets, positions, and rank summaries with automatic pagination and retries.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

SearchShark Tools

SearchShark Tools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

πŸ”Ž Yahoo Search Scraper & Rank Tracker

Yahoo Search Scraper & Rank Tracker lets you extract organic Yahoo search results and track the observed ranking of target domains for multiple search queries.

Collect titles, URLs, domains, snippets, search positions, country context, language context, and target-domain ranks without manually checking Yahoo Search.

  • 🎯 Track target-domain rankings: see where your website or competitor appears for each search query
  • πŸ”Ž Scrape organic Yahoo results: collect titles, URLs, domains, snippets, and observed search positions
  • 🌍 Search regional Yahoo versions: use supported country and language contexts
  • πŸ“Š Analyze competitors: compare where multiple domains appear for the same keyword
  • πŸ“„ Automatic pagination: continue through Yahoo results until the requested result limit is reached
  • πŸ›‘ Retry and recovery handling: temporary Yahoo errors and suspicious empty result pages are handled automatically
  • πŸ‡―πŸ‡΅ Yahoo Japan support: includes dedicated parsing and session recovery for Yahoo Japan
  • ⚑ HTTP-first architecture: normal searches do not require expensive browser automation
  • πŸ”Œ Automation ready: export structured results through Apify Dataset, API, integrations, or downstream applications

πŸ“¦ What data does Yahoo Search Scraper extract?

πŸ”Ž Organic search results

πŸ” Search queryπŸ† Observed rank
πŸ“ Result title🌐 Result URL
πŸ”— Displayed URL🏷 Domain
πŸ“„ SnippetπŸ“ƒ Yahoo result page
🌍 Country contextπŸ—£ Language context
🎯 Target-domain matchπŸ”— Matched target domain
πŸ”Ž Yahoo source URLπŸ•’ Capture timestamp

🎯 Target-domain rank results

πŸ” Search query🎯 Target domain
πŸ† Current observed rankβœ… Found / not found
πŸ”— Matched URLπŸ“Š Checked results
🌍 Country contextπŸ—£ Language context
πŸ“Œ Rank statusπŸ›‘ Scrape status
⚠️ Error informationπŸ•’ Capture timestamp

Missing fields are returned as null. The Actor does not invent rankings or search-result data that Yahoo did not return.


πŸš€ Features

Yahoo Search Scraper & Rank Tracker is designed for SEO monitoring, competitor research, search intelligence, and automated Yahoo SERP collection.

  • Multiple queries: search several keywords in one Actor run
  • Multiple target domains: track several websites against the same queries
  • Up to 100 organic results per query
  • Observed Yahoo ranking: preserve the real position returned during the scrape
  • Country selection: request supported regional Yahoo search contexts
  • Language selection: control the requested language context
  • Target-domain matching: root domains and their subdomains can be recognized as matches
  • Automatic pagination: fetch additional result pages when necessary
  • Duplicate protection: repeated URLs are not counted twice
  • Yahoo redirect resolution: converts Yahoo redirect links into destination URLs
  • Clean result titles: extracts the actual search-result title instead of Yahoo wrapper text
  • Clean displayed URLs: generates readable domain and path information
  • Retry handling: temporary HTTP failures are retried automatically
  • Cookie/session handling: Yahoo session cookies are maintained across pagination requests
  • Yahoo Japan recovery: suspicious empty Yahoo Japan responses can trigger fresh-session retries
  • Partial failure protection: already collected results remain available if a later page fails
  • Separate rank summaries: target-domain rankings are stored separately from organic results
  • API-friendly output: predictable structured fields for automation
  • HTTP-first scraping: browser automation is not required for normal searches

⬇️ Input

You can configure Yahoo Search Scraper directly from the Apify Console or send the input programmatically through the Apify API.


πŸ”Ž Queries

Enter one or more search queries.

Example:

OpenAI
ChatGPT
artificial intelligence

Each query is searched independently.

For example:

OpenAI
ChatGPT

creates two separate Yahoo search contexts.


🎯 Target domains

Add domains that you want to track in Yahoo search results.

Example:

openai.com
chatgpt.com

The Actor checks every collected organic result against your target domains.

Subdomains are included

For example, when the target domain is:

openai.com

these can also count as matches:

openai.com
platform.openai.com
developers.openai.com
academy.openai.com

This makes domain-level rank tracking more useful when a company uses several subdomains.

Target domains are optional.

If no target domain is provided, the Actor can still collect normal Yahoo organic search results.


🌍 Country

Choose the Yahoo search country context.

The current input supports:

United States
United Kingdom
Philippines
Canada
Australia
India
Singapore
Germany
France
Spain
Italy
Japan
Brazil

The Actor uses the appropriate Yahoo search host or regional search context when available.

Examples include:

search.yahoo.com
uk.search.yahoo.com
ph.search.yahoo.com
es.search.yahoo.com
search.yahoo.co.jp

Search results may still vary because Yahoo can personalize, localize, reorder, or temporarily change its result pages.


πŸ—£ Language

Choose the requested search language.

Supported options include:

English
Spanish
German
French
Italian
Portuguese
Japanese

For the best regional consistency, use a language that matches the selected country.

Examples:

US + en
ES + es
JP + ja
DE + de
FR + fr

πŸ”’ Maximum results per query

Set the maximum number of unique organic results to collect for each query.

Minimum: 1
Default: 50
Maximum: 100

For example:

Queries:
OpenAI
ChatGPT
Maximum results per query:
20

can return up to:

20 OpenAI search results
+
20 ChatGPT search results
=
40 organic result rows

The requested amount is a maximum, not a guarantee.

Yahoo may expose fewer usable organic search results for a query or region.

The Actor does not fabricate additional results just to reach the requested number.


Choose how Yahoo Safe Search should be requested.

Available modes:

strict
moderate
off

The default is:

moderate

⏱ Request delay

Control the delay between Yahoo search requests.

The default configuration uses:

5000 ms

A delay helps reduce request bursts and improves reliability because Yahoo may temporarily reject requests that are sent too quickly.


πŸ§ͺ Example input

{
"queries": [
"OpenAI",
"ChatGPT"
],
"targetDomains": [
"openai.com",
"chatgpt.com"
],
"country": "US",
"language": "en",
"maxResultsPerQuery": 20,
"safeSearch": "moderate",
"requestDelayMs": 5000
}

⬆️ Output

Yahoo Search Scraper produces two structured result types.


πŸ”Ž Organic Search Results

Organic Yahoo results are stored in the Actor's default Apify Dataset.

You can access them from:

Output
Storage
Apify API
Integrations
Export

Each Dataset row represents one Yahoo organic search result for one query.


πŸ“Š Example organic result

{
"recordType": "organic_result",
"query": "OpenAI",
"country": "US",
"language": "en",
"page": 1,
"position": 1,
"title": "OpenAI | Research & Deployment",
"url": "https://openai.com/",
"displayUrl": "openai.com",
"domain": "openai.com",
"snippet": "We believe our research will eventually lead to artificial general intelligence...",
"isTargetDomain": true,
"matchedTargetDomain": "openai.com",
"sourceUrl": "https://search.yahoo.com/search?p=OpenAI...",
"usedFallback": false,
"capturedAt": "2026-09-04T10:20:18.000Z"
}

🎯 Target Domain Ranks

Target-domain summaries are available in the Target Domain Ranks Dataset view.

Instead of searching through every organic result manually, this output summarizes the position of every requested target domain.

Example:

Query: OpenAI
Target Domain: openai.com
Found: Yes
Current Rank: 1
Matched URL: https://openai.com/
Checked Results: 20

Another example:

Query: artificial intelligence
Target Domain: chatgpt.com
Found: No
Current Rank: null
Checked Results: 20

πŸ“Š Example target rank result

{
"query": "OpenAI",
"targetDomain": "openai.com",
"rankStatus": "found",
"scrapeStatus": "success",
"found": true,
"currentRank": 1,
"matchedUrl": "https://openai.com/",
"checkedResults": 20,
"country": "US",
"language": "en",
"errorMessage": null,
"capturedAt": "2026-09-04T10:20:18.000Z"
}

πŸ† Observed Yahoo rank

One of the most useful fields returned by the Actor is:

position

For target-domain summaries:

currentRank

These represent the observed Yahoo search position during that specific scrape.

For example:

OpenAI β†’ openai.com β†’ Rank 1
OpenAI β†’ chatgpt.com β†’ Rank 3
ChatGPT β†’ chatgpt.com β†’ Rank 1

Rankings are based only on the organic results collected during the Actor run.

If:

maxResultsPerQuery = 20

and a target domain does not appear inside those 20 collected results, the Actor reports:

found: false
currentRank: null

This means:

The target was not found inside the checked result range.

It does not necessarily mean the domain does not appear anywhere in Yahoo Search.


⚠️ Rankings can change

Yahoo search positions can vary because of:

Country
Language
Yahoo regional host
Time
Search index changes
Result personalization
Temporary Yahoo experiments

For that reason, position and currentRank should be understood as:

Observed Yahoo ranking at the time of the scrape.

They are not permanent universal rankings.


🌍 Regional Yahoo search

The Actor supports multiple Yahoo search environments.

This is important because the same query can return different results depending on the selected country.

For example:

Query: OpenAI
Country: US

may produce a different order than:

Query: OpenAI
Country: ES

or:

Query: OpenAI
Country: JP

This allows the Actor to be used for regional SEO research and international search analysis.


πŸ‡―πŸ‡΅ Yahoo Japan support

Yahoo Japan uses a substantially different search-result structure from many other Yahoo regions.

The Actor includes dedicated Yahoo Japan parsing and recovery logic.

It can extract Yahoo Japan organic results such as:

Title
URL
Domain
Snippet
Observed position

Yahoo Japan may occasionally return a page containing:

Knowledge panels
Realtime results
Related searches
AI content

without normal organic web results.

When this happens, the Actor can:

Detect the suspicious response
Reset Yahoo session cookies
Start a fresh search session
Warm the new session when necessary
Retry the requested page
Preserve previously collected results

If a later Yahoo Japan page continues returning no usable organic results after recovery attempts, the query can be marked:

partial

instead of discarding results that were already collected successfully.


πŸ“„ Pagination

Yahoo Search Scraper automatically requests additional result pages when more results are needed.

The search stops when:

  • 🎯 Maximum unique results are reached
  • πŸ“­ Yahoo exposes no additional usable organic results
  • πŸ†• No new unique results are discovered
  • ⚠️ Recovery attempts are exhausted
  • πŸ›‘ Defensive pagination limits are reached

The Actor does not generate fake results simply to reach the requested maximum.


🧹 Duplicate protection

Results are deduplicated within each query.

The primary identity signal is the resolved result URL.

For example, if Yahoo exposes the same destination more than once during pagination, the Actor does not repeatedly count that URL as a new organic result.

This protects ranking output from obvious repeated-result pollution.


πŸ”— Yahoo redirect resolution

Yahoo can wrap destination URLs inside tracking or redirect links.

The Actor resolves supported Yahoo redirect URLs into the actual destination.

Instead of returning only a Yahoo tracking link, output can contain:

https://openai.com/

rather than an unreadable Yahoo redirect URL.


🧼 Clean result titles

Yahoo result markup differs between regional sites.

The Actor uses dedicated title extraction logic so output contains actual titles such as:

OpenAI | Research & Deployment
ChatGPT: Chat, Work, Create & Code with AI
OpenAI - Wikipedia

instead of accidentally returning entire search-result blocks.


⚑ Performance

Yahoo Search Scraper uses an HTTP-first architecture.

Instead of launching a full browser for standard search requests, it retrieves Yahoo search HTML directly.

This generally provides:

Faster startup
Lower memory use
Lower browser overhead
Lower compute requirements
Simpler API automation

πŸ›‘ Reliability

Yahoo can occasionally return temporary errors or unusual result pages.

The Actor includes several reliability protections.

Temporary HTTP errors

Failed Yahoo requests can be retried automatically with increasing delays.

Example:

Retry 1
Wait
Retry 2
Wait longer
Retry 3

πŸͺ Session cookies

Yahoo cookies are maintained during a query.

This is especially useful for pagination because Yahoo may expect later result pages to continue from the same search session.


πŸ”„ Fresh-session recovery

For regional Yahoo responses that unexpectedly contain no usable organic results, the Actor can reset its Yahoo session and try again.

This is particularly important for Yahoo Japan.


🟑 Partial results

Suppose the Actor successfully collects:

Page 1
Page 2

but Yahoo repeatedly fails to provide a usable:

Page 3

The Actor can preserve the results already collected and mark the scrape:

scrapeStatus: "partial"

This is safer than pretending the scrape was fully complete.


πŸ”΄ Scrape failure

If Yahoo does not provide any usable organic results after recovery attempts, rank output can report:

rankStatus: "scrape_failed"
scrapeStatus: "scrape_failed"

This prevents a failed scrape from being incorrectly reported as:

not_found

A real:

not_found

should mean Yahoo results were successfully checked but the requested target domain was not present inside the checked range.


πŸ”Œ API & integrations

Yahoo Search Scraper can be used programmatically through the Apify API.

You can connect the results to workflows such as:

  • Google Sheets
  • Make
  • Zapier
  • CRMs
  • SEO dashboards
  • Internal APIs
  • Data warehouses
  • Rank-monitoring systems
  • AI agents
  • MCP workflows

Both organic results and target-domain summaries are stored as structured data suitable for downstream applications.


πŸ’‘ Example use cases

🎯 SEO rank checking

Search:

best AI assistant
AI chatbot
artificial intelligence

Target domains:

example.com
competitor.com

Use the Target Domain Ranks output to compare observed Yahoo positions.


πŸ“Š Competitor research

Track several competing domains:

competitor-a.com
competitor-b.com
competitor-c.com

against queries such as:

best CRM
CRM software
sales automation

Analyze which competitor appears first for each query.


🌍 International SEO

Run the same keyword in different regional search contexts.

For example:

US + English
ES + Spanish
JP + Japanese

Then compare how rankings and URLs differ by region.


πŸ”Ž Yahoo SERP data collection

You do not need to provide target domains.

The Actor can also be used simply to collect organic Yahoo search results including:

Rank
Title
URL
Domain
Snippet
Country
Language
Timestamp

⚠️ Current limitations

The current version focuses on Yahoo organic web results and current target-domain ranking.

It does not currently provide:

Historical rank charts
Scheduled rank history storage
Keyword search volume
Paid advertisement extraction
Image search results
Video search results
News search results
People-also-ask extraction
Automatic competitor discovery
Guaranteed fixed Yahoo rankings
Unlimited pagination
Browser fingerprint simulation
CAPTCHA bypassing

Historical tracking can be built separately by scheduling repeated Actor runs and storing snapshots over time.


❓ FAQ

How does Yahoo Search Scraper work?

The Actor:

Builds the regional Yahoo search request
Fetches the Yahoo result page
Maintains the search session
Parses organic web results
Resolves destination URLs
Extracts titles and snippets
Tracks observed positions
Matches target domains
Automatically paginates
Stores organic results
Stores target-rank summaries

How many results can I scrape?

The current maximum is:

100 organic results per query

Yahoo may expose fewer usable results.

The maximum is therefore a collection limit, not a guarantee.


Can I search multiple keywords?

Yes.

Example:

OpenAI
ChatGPT
artificial intelligence

Each query is searched independently.


Can I track multiple domains?

Yes.

Example:

openai.com
chatgpt.com

The Actor creates a ranking summary for every:

Query Γ— Target Domain

combination.

For example:

3 queries
Γ—
2 target domains
=
6 target-rank summary rows

Are subdomains included?

Yes.

If the target is:

openai.com

a result from:

platform.openai.com

can count as a match.


Why is currentRank sometimes null?

There are two important situations.

Target genuinely not found

rankStatus: "not_found"
scrapeStatus: "success"

Yahoo was successfully checked, but the target was not found inside the collected result range.

Scrape could not be completed

scrapeStatus: "scrape_failed"

Yahoo did not provide usable organic results after the Actor's recovery attempts.

These situations are intentionally kept separate.


What does partial mean?

Example:

scrapeStatus: "partial"

means the Actor collected valid results but could not complete all requested Yahoo pages.

The successfully collected data is still returned.


Why can rankings change between runs?

Yahoo results can change over time.

They can also vary because of:

Country
Language
Yahoo region
Search index updates
Personalization
Temporary experiments
Result availability

For this reason, the Actor reports observed ranking, not a guaranteed permanent ranking.


Does Yahoo Japan work?

Yes.

Yahoo Japan uses different result markup, so the Actor has dedicated Yahoo Japan parsing and fresh-session recovery.

Yahoo Japan can occasionally expose fewer usable web results than expected, so some runs may finish with fewer results or a partial status.


Can I use the scraper without target domains?

Yes.

Leave target domains empty if you only want normal Yahoo organic search results.


Can I export the results?

Yes.

Apify Dataset results can be exported in supported formats such as:

JSON
CSV
Excel
XML
HTML

Can I use Yahoo Search Scraper through an API?

Yes.

The Actor can be started through the Apify API, and results can be consumed programmatically.

This makes it suitable for:

SEO dashboards
Automated rank checks
Competitor monitoring
Data pipelines
Internal tools
AI agents
Scheduled workflows

Is browser automation required?

Not for the normal search workflow.

Yahoo Search Scraper uses an HTTP-first architecture.

This reduces browser overhead and keeps standard scraping requests lightweight.


🧭 Recommended workflow

For reliable rank checks, use a clear combination of:

Specific query
Correct country
Matching language
Real target domain
Reasonable result limit

Example:

Query:
best AI chatbot
Target domains:
example.com
competitor.com
Country:
US
Language:
en
Maximum results:
50

For international SEO, run separate regional searches instead of assuming one Yahoo result page represents every country.


πŸ’¬ Feedback & support

Found a bug or have a feature request?

Use the Actor's Issues tab on Apify.

Useful future additions may include:

Historical rank tracking
Scheduled rank snapshots
Rank-change calculations
Additional Yahoo regions
SERP feature extraction
News search
Image search
Video search
Additional SEO metrics

πŸš€ Yahoo search data without the manual checking

Enter your queries, add optional target domains, choose a country and language, run the Actor, and receive structured Yahoo organic search results and observed domain rankings ready for SEO research, competitor analysis, APIs, and automation.