search_deals
Search Pelando community deal postings by keyword, then filter by store, price, shipping, sort, or post type.
Instructions
Search deals that Pelando users have posted.
Returns community postings, NOT a catalogue: one merchant per posting, free-text titles, and only products someone chose to post. There is no product database behind this — even mainstream terms can legitimately return nothing.
Pelando's search is token-based and loose ("iphone 16 pro" matches "iPhone 14 Pro ... 16"),
so each result carries a relevance block. With drop_irrelevant the weak matches are
moved to related rather than deleted, so nothing is hidden from you.
Only include_expired and sort are server-side. Every other filter is applied locally
after fetching, so a narrow filter with a small size may return few rows even when more
exist upstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | promotion | |
| page | No | ||
| size | No | ||
| sort | No | temperature | |
| query | Yes | ||
| store | No | ||
| max_price | No | ||
| drop_irrelevant | No | ||
| include_expired | No | ||
| min_temperature | No | ||
| free_shipping_only | No |