Unsplash: Search Photos
Unsplash via Parse · Other
Search Unsplash photos by keyword or theme. Returns paginated results with image URLs, dimensions, descriptions, and photographer details. Server-side filtering limited to query, orientation, and sort order. Paginates via page number. Search and retrieve Unsplash photos with metadata, tags, and photographer details. Supports filtering by keyword, orientation, and sort order. Fulfilled by Parse from unsplash.com.
- developer-tools
- news-media
- other
- parse
- platform-key
- unsplash
- unsplash-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d7435d90-1d30-4d76-911f-b0d609c511ae/search_photos
- Interface artifact
- sha256:0f33f1a8a987014f451134ddcaf74991753ad3791d22e38c4ae9af4156a06aea
- Manifest digest
- sha256:449f9052c32f90d31a39e94cd7984653f0bae7d0286895f27632bffbede460de
Request fields
- page (integer): Page number for pagination (1-based)
- query (string, required): Search keyword or theme (e.g., 'nature', 'architecture', 'ocean')
- order_by (string): Sort order for results: Allowed values: relevant, latest
- per_page (integer): Number of results per page (max 30)
- orientation (string): Filter by photo orientation: Allowed values: squarish, portrait, landscape
Example queries
- {"page":"1","query":"nature","order_by":"relevant","per_page":"3","orientation":"landscape"}