save_search
Persist a search query and its parameters so it can be re-run later via check_saved_search to monitor new listings.
Instructions
Persist a search so it can be re-run via check_saved_search.
Args: name: Identifier for the saved search (e.g. "trek-bike-antwerp"). params: Same kwargs as search_listings (must include 'site').
On creation, seen_ids is empty — the first check_saved_search call will return all current matches. To suppress that backfill, call check immediately after saving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||