Cosmos: Search Elements
Cosmos via Parse · Other
Full-text search over Cosmos elements (images, videos, links, notes, products). Matches query against captions and metadata. Returns up to 40 results per page. Each element includes media URLs, captions, source attribution, and owner details. Paginate via the next_page_cursor returned in each response. Color filtering accepts a hex code; content_type and order restrict or reorder results server-side. Search the Cosmos curated image database for elements (images, videos, links, notes, products) and collections, with support for content type filtering, sort ordering, color filtering, and pagination. Fulfilled by Parse from cosmos.so.
- cosmos
- cosmos-so
- developer-tools
- other
- parse
- platform-key
- social-media
- streaming-video
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Other
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/518f0113-a227-49a8-95cf-31124444fa1e/search_elements
- Interface artifact
- sha256:992bcd308ad30c1ca9c7033b7dcd7d56923eeca711be606fa95e437dd7e2e094
- Manifest digest
- sha256:8b840fefdca74f8ab6c9619f4cec17162366b4a7c4c13983048f5c4dff18a282
Request fields
- color (string): Filter results by color (hex color code without # prefix, e.g. 'FF0000' for red). Omitted returns all colors.
- order (string): Sort order for results. Omitted defaults to relevance sorting.: Allowed values: RELEVANT, LATEST, OLDEST, POPULAR, RANDOM
- query (string, required): Search term to find elements (e.g. 'architecture', 'nature', 'minimalist design').
- page_cursor (string): Pagination cursor from a previous response's next_page_cursor field. Omitted returns the first page.
- content_type (string): Filter by content type. Omitted returns all content types.: Allowed values: IMAGE, VIDEO, LINK, NOTE, PRODUCT
Example queries
- {"order":"RELEVANT","query":"architecture","content_type":"IMAGE"}