Mojeek Image Scraper avatar

Mojeek Image Scraper

Under maintenance

Pricing

from $1.99 / 1,000 mojeek image scraper results

Go to Apify Store
Mojeek Image Scraper

Mojeek Image Scraper

Under maintenance

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

Pricing

from $1.99 / 1,000 mojeek image scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

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

What this Actor collects

The Actor converts image results and media metadata into clean JSON records that can be downloaded, queried through the Apify API, or sent to downstream workflows.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 38-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

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
querystringYes"nature photography"The image search query.
maxItemsintegerNo100Maximum number of images to scrape.
licensestringNo""Filter images by license type. Leave empty for all images.
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy settings for the scraper. Residential proxies recommended.

Example input

{
"query": "mountains",
"maxItems": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Output

The default dataset contains one item per image result. The following are the most useful fields; availability can vary by source response.

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.