Yandex Images Scraper
Under maintenancePricing
from $1.99 / 1,000 yandex image scraper results
Yandex Images Scraper
Under maintenanceScrapes 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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
0
Monthly active users
7 days ago
Last modified
Categories
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.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | The image search query to look up on Yandex Images. |
maxItems | integer | No | 20 | Maximum number of image results to scrape. |
country | string | No | "" | Country code for localized results (e.g. 'us', 'ru'). |
language | string | No | "en" | Language code for search results (e.g. 'en', 'ru'). |
proxyConfiguration | object | No | — | Proxy 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.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title |
imageUrl | string | Image URL |
thumbnail | string | Thumbnail |
sourceDomain | string | Source Domain |
width | string | Width |
height | string | Height |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
url | string | URL |
link | string | Link |
query | string | Query |
resultType | string | Result Type |
page | integer | Page |
titleHtml | string | Title 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.