Yahoo Images Scraper avatar

Yahoo Images Scraper

Under maintenance

Pricing

from $1.99 / 1,000 yahoo images scraper results

Go to Apify Store
Yahoo Images Scraper

Yahoo Images Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesThe image search query on Yahoo Images.
maxItemsintegerNo50Maximum number of images to scrape.
countrystringNo"lang_en"Yahoo language/country code (e.g. 'lang_en', 'lang_de').
languagestringNo"en"Yahoo language code (e.g. 'en', 'de', 'fr').
safeSearchstringNo"moderate"Safety filter: strict, moderate, or off.
sizestringNo""Optional size filter: small, medium, large, or wallpaper; empty means no filter.
colorstringNo""Optional color filter: colorOnly, blackAndWhite, or transparent; empty means no filter.
typestringNo""Optional image-type filter: photo, clipart, or linedrawing; empty means no filter.
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle
imageUrlstringImage URL
thumbnailUrlstringThumbnail URL
widthintegerWidth
heightintegerHeight
sourceDomainstringSource Domain
pageintegerPage
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery (alias)
searchQuerystringQuery
scrapedAtstringScraped At
altTextstringAlt 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"
}