Yandex Images Scraper avatar

Yandex Images Scraper

Under maintenance

Pricing

from $1.99 / 1,000 yandex image scraper results

Go to Apify Store
Yandex Images Scraper

Yandex Images Scraper

Under maintenance

Scrapes Yandex Images for any query. Extracts the full canonical images-vertical schema: image URL + thumbnail, title, alt, dimensions, filesize, source page, MIME type, color, animated flag, license, language, and more.

Pricing

from $1.99 / 1,000 yandex image scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

7 days ago

Last modified

Share

Scrapes Yandex Images for a query and returns image, thumbnail, source-page, dimension, format, and search-context fields when available.

What this Actor collects

The Actor creates one dataset item per Yandex Images result and keeps the source URL separate from the full image URL.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 37-field dataset schema.
  • Optional media and source fields are populated only when Yandex 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 to look up on Yandex Images.
maxItemsintegerNo20Maximum number of image results to scrape.
countrystringNo""Country code for localized results (e.g. 'us', 'ru').
languagestringNo"en"Language code for search results (e.g. 'en', 'ru').
proxyConfigurationobjectNoProxy settings for the scraper. Residential proxies are recommended.

Example input

{
"query": "cat",
"maxItems": 20,
"country": "ru",
"language": "en",
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

The default dataset contains one item per image result. Dimensions are declared as strings in this Actor's dataset schema, matching the source representation.

FieldTypeDescription
positionintegerPosition
titlestringTitle
imageUrlstringImage URL
thumbnailstringThumbnail
sourceDomainstringSource Domain
widthstringWidth
heightstringHeight
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML

Example dataset item

No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.