Perplexity Search Images Scraper avatar

Perplexity Search Images Scraper

Pricing

from $1.99 / 1,000 perplexity search images scraper results

Go to Apify Store
Perplexity Search Images Scraper

Perplexity Search Images Scraper

Scrapes image results from Perplexity's image search. Extracts the canonical image schema: title, alt text, full image URL, thumbnail, dimensions, aspect ratio, format, source attribution, license, and citation context.

Pricing

from $1.99 / 1,000 perplexity search images scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

4 days ago

Last modified

Share

Scrapes image results from Perplexity's image search. Extracts the canonical image schema: title, alt text, full image URL, thumbnail, dimensions, aspect ratio, format, source attribution, license, and citation context.

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 58-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"northern lights photography"The image search query. Perplexity returns one set of images per query.
maxItemsintegerNo50Maximum number of images to scrape.
maxRequestRetriesintegerNo2Number of bounded retries when Perplexity does not render image results or a temporary scrape error occurs.
queriesarrayNo[]Optional array of additional image search queries.
focusModestringNo"images"Perplexity's focus mode (search scope). 'images' targets image search specifically; 'web' may also include inline answer images.
includeInlineAnswerImagesbooleanNotrueWhen true, also captures images that appear inline within an AI answer (not just the image grid). Requires focus mode to be 'web' or 'academic'.
languagestringNo"en-US"Language code for the answer locale (e.g. 'en-US', 'en-GB', 'de-DE', 'fr-FR').
proxyConfigurationobjectNo{"useApifyProxy":true}Proxy settings. Residential proxies are strongly recommended — Perplexity aggressively blocks datacenter IPs.

Example input

{
"query": "Eiffel Tower Paris photos",
"maxItems": 50,
"language": "en-US",
"proxyConfiguration": {
"useApifyProxy": false
},
"maxRequestRetries": 2,
"focusMode": "images",
"includeInlineAnswerImages": true
}

Output

The default dataset contains one item per image result. The following are the most useful fields; availability can vary between image-grid and inline-answer sources.

FieldTypeDescription
positionintegerPosition
titlestringTitle
imageUrlstringImage URL
thumbnailUrlstringThumbnail URL
sourceDomainstringSource Domain
creatorstringCreator
licensestringLicense
widthintegerWidth
heightintegerHeight
fileFormatstringFile Format
aspectRationumberAspect Ratio
citationIndexintegerCitation Index
querystringQuery
scrapedAtstringScraped At
typestringType
urlstringURL

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.