Yep Images Scraper avatar

Yep Images Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Yep Images Scraper

Yep Images Scraper

Under maintenance

Scrapes 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesThe image search query to look up on Yep.
maxItemsintegerNo100Maximum number of image results to scrape (1–500).
safeSearchstringNo"off"Safety filter: off, moderate, or strict.
sizestringNo"any"Size filter: any, small, medium, large, or xlarge.
colorstringNo"any"Color filter: any, color, blackAndWhite, or transparent.
typestringNo"any"Image-type filter: any, photo, clipart, gif, or line.
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringTitle / Alt Text
imageUrlstringFull Image URL
thumbnailUrlstringThumbnail URL
hostPageUrlstringSource Page URL
sourceNamestringSource Name
widthintegerWidth (px)
heightintegerHeight (px)
fileFormatstringFile Format
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringResult Type
urlstringImage URL (alias)
resultTypestringVertical
altTextstringAlt Text
thumbnailstringThumbnail (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.