etsy.com API: search_listings
etsy.com via Parse · marketplace
Search for product listings on Etsy by keyword. Returns paginated results with basic product information extracted from structured data. Supports optional price range and attribute filters. Browse Etsy listings by category, get listing details and reviews, and search for shops. Fulfilled by Parse from etsy.com.
- ecommerce
- etsy-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f1489504-16f1-487c-930b-1347ea210416/search_listings
- Interface artifact
- sha256:77edb6a8d1f02d7c11c36683d6e27e172eeab5a404a7f7bc7a1361c5723c7479
- Manifest digest
- sha256:3e9873dbad950a0fd53da7be406cacb5a6fdfe99a16538bc85b9ef5bb486c6f6
Request fields
- page (integer): Page number for pagination.
- query (string, required): Search keyword (e.g. 'leather wallet').
- sort_on (string): Sort order. Accepted values: most_relevant, lowest_price, highest_price, date_desc.
- max_price (string): Maximum price filter value.
- min_price (string): Minimum price filter value.
- is_vintage (string): Filter vintage items. Accepted values: true, false.
- is_handmade (string): Filter handmade items. Accepted values: true, false.
Example queries
- {"page":"1","query":"ceramic mug"}