Presearch Images Scraper avatar

Presearch Images Scraper

Under maintenance

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Presearch Images Scraper

Presearch Images Scraper

Under maintenance

Scrapes normalized Presearch image results with titles, original and thumbnail URLs, source pages, source domains, safe search, API extraction, and DOM fallback.

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

15 days ago

Last modified

Share

This Actor searches Presearch Images and publishes normalized image records from the site's public search response.

Input

  • query (required): the image-search keywords.
  • maxItems: maximum records to publish, from 1 to 500. Presearch may return fewer records for a query.
  • safeSearch: enables Presearch's explicit-content filter; enabled by default.
  • maxRequestRetries: bounded navigation retries, from 0 to 5 (default 2).
  • proxyConfiguration: Apify Proxy or custom proxy configuration.

Dataset records

Each record includes a stable ID, search query, result position, title when available, original image URL, thumbnail URL when available, source-page URL, source domain, native dimensions when Presearch supplies them, and an ISO-8601 scrape timestamp. Empty optional values are omitted, and duplicates are removed by original image URL rather than by title or source page.

The Actor attaches its response listener before navigation, validates status codes and content types, and maps only known public image fields. If the structured response is unavailable after bounded retries, it attempts a rendered-page fallback. It fails rather than publishing malformed, blocked, or placeholder records.

Local validation

npm test
apify validate-schema
apify run --purge

Presearch currently applies Cloudflare access controls. For cloud validation, use an authorized Residential proxy configuration where available. The Actor detects challenge or error responses and fails without publishing them as image records.