Grailed: Search Listings
Grailed via Parse · marketplace
Full-text search over Grailed listings with optional facet filters for department, category, designer, size, and condition. Results are paginated via a page counter. Each hit includes id, title, price, designers, condition, photos, and seller info. Sort changes the underlying index. Search and browse listings, designers, sellers, and categories on Grailed marketplace. Fulfilled by Parse from grailed.com.
- ecommerce
- grailed
- grailed-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1d371b7c-7d43-4fc3-8c3e-fbce675b34ac/search_listings
- Interface artifact
- sha256:f69b2cc0a500b29ea50bac630d33f1a577afa0a1240d3b9cd5b7258c7d57efeb
- Manifest digest
- sha256:4f8eb79df6c9d16d7dfa39e59655658e3d064b1dff9e81f73a0e0baf7fba747a
Request fields
- page (integer): Page number (0-indexed).
- size (string): Size filter (e.g. m, l, 10.5, 34).
- sort (string): Sort order for results.: Allowed values: most_relevant, price_low, price_high, newest, popular
- limit (integer): Results per page (max 100).
- query (string): Search keyword to match against listing title and attributes.
- category (string): Category path filter (e.g. footwear.lowtop_sneakers, tops.sweatshirts_hoodies).
- designer (string): Designer name filter, matched exactly against the designer name field.
- condition (string): Condition filter.: Allowed values: is_new, is_gently_used, is_used, is_worn
- department (string): Department filter.: Allowed values: menswear, womenswear
Example queries
- {"page":"0","sort":"most_relevant","limit":"40","query":"nike","condition":"is_new","department":"menswear"}