Unsplash: Search Photos With Tags
Unsplash via Parse · Other
Search photos by keyword and return results enriched with tags. Fetches individual photo details for each result to include complete tag lists. Each photo costs one additional round-trip; use limit to control request volume. Best for getting complete data including tags in one call. 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_with_tags
- Interface artifact
- sha256:b215067e0f2558f08b70b0cf1b2f578b53fb47c0225d2b7dd879fda4b67ec9ff
- Manifest digest
- sha256:0ad1e4093a1b7e28ab8261b8a1f29c7b1a77f326936621264a04a8620ce4a867
Request fields
- limit (integer): Number of images to return (1-30)
- query (string, required): Search keyword or theme (e.g., 'nature', 'architecture', 'ocean')
- order_by (string): Sort order for results: Allowed values: relevant, latest
- orientation (string): Filter by photo orientation: Allowed values: portrait, squarish, landscape
Example queries
- {"limit":"2","query":"ocean","order_by":"relevant","orientation":"landscape"}