apify-ads-intelligence
Research, spy on, and analyze ads across Meta (Facebook & Instagram), Google (Ads Transparency Center + paid search results), TikTok (Ads Library + Creative…
Search the Yandex Images vertical and get full-size image URLs as structured JSON with the Apify Yandex Search Scraper Actor (johnvc/Scrape-Yandex). A yandex image search api for agents and pipelines. One text query returns image results with the original full-size image URL,
$ npx -y skills add apify/awesome-skills --skill apify-yandex-image-search-api --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/apify-yandex-image-search-apiContext preview
The summary Claude sees to decide when to auto-load this skill.
Search the Yandex Images vertical and get full-size image URLs as structured JSON with the Apify Yandex Search Scraper Actor (johnvc/Scrape-Yandex). A yandex image search api for agents and pipelines. One text query returns image results with the original full-size image URL,
name: apify-yandex-image-search-api description: Search the Yandex Images vertical and get full-size image URLs as structured JSON with the Apify Yandex Search Scraper Actor (johnvc/Scrape-Yandex). A yandex image search api for agents and pipelines. One text query returns image results with the original full-size image URL, hosting page link, thumbnail, and source, filtered by image type, color, orientation, file type, exact size, site, and recency. Use when the user wants a yandex image search api or yandex images api, wants to search Yandex Images programmatically, collect image datasets with full-size URLs, source images from Russian-language sites, or filter image results by color, size, or license-friendly site. Pay-per-page billing, MCP-ready for Claude and other AI agents. author: John Cole (links use the author’s Apify affiliate code; routed Actors are built by the author) author_url: https://github.com/johnisanerd license: MIT metadata: version: "1.0" keywords: "apify, yandex, image-search, images-api, image-dataset, json, mcp, claude" category: data-extraction
A Yandex image search API built on the Yandex Images vertical. One text query returns structured image results: the original full-size image URL, the page hosting it, a thumbnail, and the source, with filters for type, color, orientation, file type, exact dimensions, site, and recency.
Not for: finding where a known image appears on the web (use the Yandex Reverse Image Search Actor), Google Images (use the Google Images API Actor), or plain web results (use the Yandex search API skill).
Each dataset item is one page of the Images vertical, tagged `item_type` "image_search", holding an `image_results` array of about 30 rows per page. Per image row: `original` (the full-size image URL), `link` (the hosting page), `thumbnail`, `title`, `source`, `size`, `snippet`, `position`. Each item also carries page metadata (`total_results_found`, `page_number`, `pages_processed`).
Basic image search, two pages:
apify actors call "johnvc/Scrape-Yandex" -i '{"text":"aurora borealis","include_image_search":true,"include_organic_results":false,"max_pages":2}' \
--json \
--user-agent apify-awesome-skills/apify-yandex-image-search-api \
2>/dev/nullFiltered: recent, horizontal photos from one site:
apify actors call "johnvc/Scrape-Yandex" -i '{"text":"moscow skyline","include_image_search":true,"include_organic_results":false,"image_type":"photo","image_orientation":"horizontal","image_recent":true,"image_site":"commons.wikimedia.org","max_pages":2}' \
--json \
--user-agent apify-awesome-skills/apify-yandex-image-search-api \
2>/dev/nullEvery call carries the three flags this repo expects: `--json`, `--user-agent apify-awesome-skills/apify-yandex-image-search-api`, and `2>/dev/null`.
The Actor is MCP-ready. Add the hosted server URL:
`https://mcp.apify.com/?tools=actors,docs,johnvc/Scrape-Yandex`
Then ask, for example: "Search Yandex Images for red vintage bicycles, photos only, and give me the full-size URLs with their hosting pages." MCP setup docs: https://docs.apify.com/platform/integrations/mcp
1. Fetch the current input schema with `apify actors info "johnvc/Scrape-Yandex" --input --json --user-agent apify-awesome-skills/apify-yandex-image-search-api 2>/dev/null` (read `taggedBuilds.latest.build.inputSchema`), then build the query. `text` is required. Set `include_image_search` true; turn `include_organic_results` false unless you also want the web SERP in the same run. 2. Apply filters. `image_type` (photo, clipart, and so on), `image_color`, `image_orientation`, `image_file_type`, exact `image_width` and `image_height`, `image_site` (one hosting site), `image_recent` (fresh images only). 3. Bound the volume. `max_pages` (default 2) is the cost driver. 4. Estimate cost, then confirm with the user if the run is large. See `references/gotchas.md`. 5. Run the Actor, then read the completed run’s `defaultDatasetId` into `DATASET_ID` and fetch its rows with `apify datasets get-items "$DATASET_ID" --format json --user-agent apify-awesome-skills/apify-yandex-image-search-api 2>/dev/null`. Filter the dataset to `item_type` = "image_search", and read each item's `image_results` array (`original` is the full-size URL, `link` the hosting page). Download files yourself only where the hosting page's license allows it.
Billing is a small one-time start fee per run plus a per-page fee, so cost is roughly proportional to `max
Community collection of Apify agent skills for AI coding assistants
Research, spy on, and analyze ads across Meta (Facebook & Instagram), Google (Ads Transparency Center + paid search results), TikTok (Ads Library + Creative…
Track whether a brand and its competitors get cited or mentioned across Google AI Overviews, Google AI Mode, ChatGPT Search, Perplexity, Microsoft Copilot, and…
Scrape Ashby jobs or discover companies using Ashby with the Apify Ashby Job Board API Actor (johnvc/ashby-job-board-scraper). Job mode returns live job rows…
Find and enrich B2B leads from Booking.com - hotels, apartments, and vacation rentals - and pull each host's or property manager's real contact details (email,…
Set up a recurring buying-signal detection pipeline that finds companies showing buying intent across three signal types — job postings (hiring for the…
Pull structured B2B company data from Clutch.co with the Clutch.co Agency API Actor (johnvc/clutch-agency-api). Give it company profile URLs or bare slugs and…