Agentic Workflows
Kleinanzeigen Classifieds Agentic Workflows
2 workflows — multi-step AI automation tools for coding agents on Kleinanzeigen Classifieds.
sidebutton install kleinanzeigen Kleinanzeigen Classifieds agentic workflows
2Run a newest-first keyword search on Kleinanzeigen.de and return every result card as structured JSON — ad id, URL, title, price, posting time, location, escrow and shipping flags — with optional price cap and exclude-pattern filtering. Deterministic, no LLM call.
-
keyword· stringSearch term, hyphen-joined for multiple words, e.g. \"64gb-ddr5-2x32\" -
max_price· numberOptional cap in EUR. Rows without a parseable price are dropped when set. -
exclude· stringOptional case-insensitive regex; drops rows matching on title, URL slug, or teaser. E.g. \"SO-?DIMM|Notebook\" -
require_escrow· booleanWhen true, keep only listings offering \"Direkt kaufen\" (buyer protection). -
max_pages· numberHow many result pages to read (25 cards each). Default 1. Pages beyond the first are fetched same-origin and parsed in the browser.
Open one Kleinanzeigen listing and return a structured vetting record — availability status, price, condition, view-count velocity, seller trust signals, escrow availability, extracted product identifiers, and machine-readable risk flags. Category-agnostic; caller supplies any category-specific disqualifiers. Deterministic, no LLM call.
-
listing_url· stringFull listing URL, e.g. https://www.kleinanzeigen.de/s-anzeige/<slug>/<id>-<cat>-<loc> -
reject_pattern· stringOptional case-insensitive regex matched against title + description. A hit raises REJECT_PATTERN_MATCH. Use it for category-specific disqualifiers the caller knows about. -
require_identifier· booleanWhen true, raise NO_IDENTIFIER if no product identifier (model/serial-style token) is found. Leave false for categories that have no such identifier.