Yahoo Images Scraper
Under maintenancePricing
from $1.99 / 1,000 yahoo images scraper results
Yahoo Images Scraper
Under maintenanceScrapes Yahoo Images for any query. Extracts the full canonical images-vertical schema: image URL + thumbnail, title, alt, dimensions, filesize, source page, MIME type, color, animated/stock flags, license, language, and more.
Pricing
from $1.99 / 1,000 yahoo images scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Scrapes Yahoo Images for a query and returns image, thumbnail, source-page, dimension, format, language, and search-context fields when Yahoo exposes them.
What this Actor collects
The Actor creates one dataset item per Yahoo Images result, with aliases that make image and source URLs convenient for downstream consumers.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 41-field dataset schema.
- Optional media and source fields are populated only when Yahoo exposes them for the result.
Use cases
- Visual research
- Image-source discovery
- Media and asset enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | The image search query on Yahoo Images. |
maxItems | integer | No | 50 | Maximum number of images to scrape. |
country | string | No | "lang_en" | Yahoo language/country code (e.g. 'lang_en', 'lang_de'). |
language | string | No | "en" | Yahoo language code (e.g. 'en', 'de', 'fr'). |
safeSearch | string | No | "moderate" | Safety filter: strict, moderate, or off. |
size | string | No | "" | Optional size filter: small, medium, large, or wallpaper; empty means no filter. |
color | string | No | "" | Optional color filter: colorOnly, blackAndWhite, or transparent; empty means no filter. |
type | string | No | "" | Optional image-type filter: photo, clipart, or linedrawing; empty means no filter. |
proxyConfiguration | object | No | — | Proxy settings. Residential proxies are recommended. |
Example input
{"query": "landscape","maxItems": 50,"country": "us","language": "en","proxyConfiguration": {"useApifyProxy": false},"safeSearch": "moderate"}
Output
The default dataset contains one item per image result. Dimensions and source-page metadata are included only when present in Yahoo's result payload.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
imageUrl | string | Image URL |
thumbnailUrl | string | Thumbnail URL |
width | integer | Width |
height | integer | Height |
sourceDomain | string | Source Domain |
page | integer | Page |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query (alias) |
searchQuery | string | Query |
scrapedAt | string | Scraped At |
altText | string | Alt Text |
Example dataset item
This compact example is a subset of one item in local Actor storage; every displayed value is unmodified.
{"position": 1,"title": "[100+] Nature Landscape Pictures","imageUrl": "https://wallpapers.com/images/hd/nature-landscape-pictures-hg4ndx87jp1rsvth.jpg","thumbnailUrl": "https://tse2.mm.bing.net/th/id/OIP.-g3I3zACwM9q5q8FSWcwqAHaE8?r=0&pid=Api&h=220&P=0","width": 1600,"height": 1068,"sourceDomain": "wallpapers.com","page": 1,"type": "image","url": "https://wallpapers.com/images/hd/nature-landscape-pictures-hg4ndx87jp1rsvth.jpg","searchQuery": "landscape","altText": "[100+] Nature Landscape Pictures"}