Yep Images Scraper
Under maintenancePricing
from $1.99 / 1,000 search results
Yep Images Scraper
Under maintenanceScrapes image search results from Yep (yep.com). Extracts image URLs, thumbnails, dimensions, source pages, and metadata using Yep's internal API.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Scrapes Yep image search results and returns image URLs, thumbnails, dimensions, source pages, formats, and search metadata when available.
What this Actor collects
The Actor creates one dataset item per image result, with explicit aliases for image, thumbnail, and source-page URLs.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 27-field dataset schema.
- Optional media and source fields are populated only when Yep 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 Yep. |
maxItems | integer | No | 100 | Maximum number of image results to scrape (1–500). |
safeSearch | string | No | "off" | Safety filter: off, moderate, or strict. |
size | string | No | "any" | Size filter: any, small, medium, large, or xlarge. |
color | string | No | "any" | Color filter: any, color, blackAndWhite, or transparent. |
type | string | No | "any" | Image-type filter: any, photo, clipart, gif, or line. |
proxyConfiguration | object | No | — | Proxy settings for the scraper. |
Example input
{"query": "golden gate bridge","maxItems": 50,"proxyConfiguration": {"useApifyProxy": true},"safeSearch": "off","size": "any","color": "any","type": "any"}
Output
The default dataset contains one item per image result. Source-page, dimension, format, and animation fields are optional because they depend on Yep's response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Title / Alt Text |
imageUrl | string | Full Image URL |
thumbnailUrl | string | Thumbnail URL |
hostPageUrl | string | Source Page URL |
sourceName | string | Source Name |
width | integer | Width (px) |
height | integer | Height (px) |
fileFormat | string | File Format |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Result Type |
url | string | Image URL (alias) |
resultType | string | Vertical |
altText | string | Alt Text |
thumbnail | string | Thumbnail (alias) |
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.
